## ------------------------------- ##
## GNU PSPP 2.0.0-pre1 test suite. ##
## ------------------------------- ##
testsuite: command line was:
$ ./tests/testsuite -C tests AUTOTEST_PATH=tests/data:tests/language/lexer:tests/libpspp:tests/output:tests/math:src/ui/terminal:utilities RUNNER=
## ---------- ##
## ChangeLog. ##
## ---------- ##
## --------- ##
## Platform. ##
## --------- ##
hostname = fedora
uname -m = x86_64
uname -r = 6.2.14-300.fc38.x86_64
uname -s = Linux
uname -v = #1 SMP PREEMPT_DYNAMIC Mon May 1 00:55:28 UTC 2023
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/mdb/pspp-20/pspp-2.0.0-pre1/tests/data/
PATH: /home/mdb/pspp-20/pspp-2.0.0-pre1/tests/language/lexer/
PATH: /home/mdb/pspp-20/pspp-2.0.0-pre1/tests/libpspp/
PATH: /home/mdb/pspp-20/pspp-2.0.0-pre1/tests/output/
PATH: /home/mdb/pspp-20/pspp-2.0.0-pre1/tests/math/
PATH: /home/mdb/pspp-20/pspp-2.0.0-pre1/src/ui/terminal/
PATH: /home/mdb/pspp-20/pspp-2.0.0-pre1/utilities/
PATH: /usr/lib64/ccache/
PATH: /usr/local/sbin/
PATH: /usr/local/bin/
PATH: /usr/sbin/
PATH: /usr/bin/
testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2021 Free Software Foundation, Inc.
|
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/home/mdb/pspp-20/pspp-2.0.0-pre1/tests'
| at_srcdir='.'
| abs_srcdir='/home/mdb/pspp-20/pspp-2.0.0-pre1/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/home/mdb/pspp-20/pspp-2.0.0-pre1'
| at_top_build_prefix='../'
| abs_top_builddir='/home/mdb/pspp-20/pspp-2.0.0-pre1'
|
| # Backward compatibility with Autotest <= 2.59b:
| at_top_builddir=$at_top_build_prefix
|
|
| EXEEXT=''
| AUTOTEST_PATH='tests'
|
| SHELL=${CONFIG_SHELL-'/bin/sh'}
testsuite: atlocal:
| # -*- shell-script -*-
|
| # PSPP - a program for statistical analysis.
| # Copyright (C) 2017 Free Software Foundation, Inc.
| #
| # This program is free software: you can redistribute it and/or modify
| # it under the terms of the GNU General Public License as published by
| # the Free Software Foundation, either version 3 of the License, or
| # (at your option) any later version.
| #
| # This program is distributed in the hope that it will be useful,
| # but WITHOUT ANY WARRANTY; without even the implied warranty of
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| # GNU General Public License for more details.
| #
| # You should have received a copy of the GNU General Public License
| # along with this program. If not, see .
| #
|
|
| # Variables used internally by the testsuite.
| EXEEXT=''
| PERL='/usr/bin/perl'
| PYTHON3='python3'
| TEX='tex'
| GWC='@GWC@'
| WITH_PERL_MODULE='yes'
| host='x86_64-pc-linux-gnu'
| PACKAGE_STRING='GNU PSPP 2.0.0-pre1'
| PACKAGE_BUGREPORT='bug-gnu-pspp@gnu.org'
|
| XMLLINT='/usr/bin/xmllint'
| if echo | $XMLLINT - >/dev/null 2>&1; then
| HAVE_XMLLINT=no
| else
| HAVE_XMLLINT=yes
| fi
|
| PSQL_SUPPORT='no'
| if test "$PSQL_SUPPORT" = yes; then
| : ${PG_CONFIG:=''}
| : ${PG_DBASE:=pspptest}
| : ${PG_PORT:=6543}
| : ${PG_PATH:=`$PG_CONFIG --bindir`}
|
| # PSQL_SUPPORT indicates that PSPP was built against the PostgreSQL client
| # library, but it does not mean that the PostgreSQL utilities are
| # installed. So check for them and turn off PSQL_SUPPORT if they are not
| # available.
| if (PATH=$PG_PATH:$PATH; export PATH; initdb --version) >/dev/null 2>&1
| then
| :
| else
| PSQL_SUPPORT=no
| fi
| fi
|
| # Variables used by programs invoked by the testsuite.
| CHARSETALIASDIR="$abs_top_builddir/gl"
| export CHARSETALIASDIR
|
| GZIP=
| export GZIP
|
| WINEPREFIX=$HOME/.wine # Work around the following kludge to keep wine happy
| export WINEPREFIX
|
| # Make PSPP ignore $HOME/.pspprc.
| alias pspp='pspp --no-statrc'
|
| # Avoids error messages during tests if $TERM is set to an unknown terminal.
| TERM=; unset TERM
|
| pspp_diff=`command -v diff`
| if test X"$RUNNER" = Xwine; then
| diff () {
| $pspp_diff -w "$@"
| }
| fi
|
| case $host in
| *-*-mingw*) MINGW=: ;;
| *) MINGW=false ;;
| esac
|
| # Enable leak suppressions for Address Sanitizer/Leak Sanitizer.
| LSAN_OPTIONS="suppressions=$abs_top_srcdir/tests/lsan.supp print_suppressions=0"
| export LSAN_OPTIONS
|
| # Avoid complaints if the system doesn't have a configured paper size.
| export PAPERSIZE=a4
## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Sun May 7 17:46:20 EDT 2023
1. epoch (calendar.at:19): ok (0m0.030s 0m0.079s)
2. numeric input formats (data-in.at:19): ok (0m0.126s 0m0.007s)
3. reading big numbers (data-in.at:135): ok (0m0.003s 0m0.001s)
4. DATE input format (data-in.at:215): ok (0m0.039s 0m0.013s)
5. ADATE input format (data-in.at:223): ok (0m0.021s 0m0.003s)
6. EDATE input format (data-in.at:231): ok (0m0.043s 0m0.019s)
7. JDATE input format (data-in.at:239): ok (0m0.019s 0m0.148s)
8. SDATE input format (data-in.at:247): ok (0m0.016s 0m0.007s)
9. QYR input format (data-in.at:255): ok (0m0.000s 0m0.011s)
10. MOYR input format (data-in.at:263): ok (0m0.092s 0m0.139s)
11. WKYR input format (data-in.at:271): ok (0m0.004s 0m0.014s)
12. DATETIME input format (data-in.at:279): ok (0m3.978s 0m0.177s)
13. YMDHMS input format (data-in.at:288): ok (0m3.769s 0m0.157s)
14. MTIME input format (data-in.at:297): ok (0m0.035s 0m0.044s)
15. TIME input format (data-in.at:305): ok (0m0.003s 0m0.026s)
16. DTIME input format (data-in.at:313): ok (0m0.038s 0m0.026s)
17. binary and hexadecimal input (IB, PIB, and PIBHEX formats) (data-in.at:332): ok (0m0.159s 0m0.048s)
18. BCD input (P and PK formats) (data-in.at:358): ok (0m0.115s 0m0.089s)
19. legacy input (N and Z formats) (data-in.at:383): ok (0m0.099s 0m0.123s)
20. WKDAY input format (data-in.at:408): ok (0m0.001s 0m0.000s)
21. MONTH input format (data-in.at:468): ok (0m0.013s 0m0.016s)
22. numeric format output (data-out.at:19): ok (0m1.094s 0m0.132s)
23. leading zeros in numeric output (data-out.at:250): ok (0m0.010s 0m0.040s)
24. non-ASCII custom currency formats (data-out.at:293): ok (0m0.000s 0m0.000s)
25. binary and hexadecimal output (data-out.at:331): ok (0m0.001s 0m0.011s)
26. output valid dates (data-out.at:450): ok (0m0.051s 0m0.045s)
27. output invalid dates (data-out.at:1172): ok (0m0.004s 0m0.001s)
28. time output (data-out.at:1266): ok (0m0.078s 0m0.069s)
29. MONTH output (data-out.at:19951): ok (0m0.010s 0m0.003s)
30. WKDAY output (data-out.at:20908): ok (0m0.004s 0m0.020s)
31. AHEX output bug (data-out.at:21656): ok (0m0.007s 0m0.008s)
32. 3x3, 0 backing rows, backing widths (datasheet-test.at:28): ok (0m0.403s 0m0.322s)
33. 3x3, 3 backing rows, backing widths 0,0,0 (datasheet-test.at:29): ok (0m1.259s 0m0.019s)
34. 3x3, 3 backing rows, backing widths 0 (datasheet-test.at:30): ok (0m0.639s 0m0.206s)
35. 3x3, 3 backing rows, backing widths 5 (datasheet-test.at:31): ok (0m0.880s 0m0.017s)
36. 3x3, 1 backing rows, backing widths 0,9,0 (datasheet-test.at:32): ok (0m0.002s 0m0.008s)
37. simple --sheet=0 (spreadsheet-test.at:26): ok (0m0.017s 0m0.094s)
38. simple --sheet=0 --reverse (spreadsheet-test.at:34): ok (0m0.003s 0m0.015s)
39. multisheet --sheet=1 (spreadsheet-test.at:43): ok (0m0.004s 0m0.045s)
40. repeating (spreadsheet-test.at:52): ok (0m0.009s 0m0.017s)
41. sparse (spreadsheet-test.at:59): ok (0m0.010s 0m0.044s)
42. holey (spreadsheet-test.at:65): ok (0m0.006s 0m0.034s)
43. one-thousand-by-fifty-three --refcheck --reverse (spreadsheet-test.at:73): ok (0m0.212s 0m0.225s)
44. multisheet --metadata (spreadsheet-test.at:78): ok (0m0.017s 0m0.089s)
45. simple --metadata (spreadsheet-test.at:82): ok (0m0.009s 0m0.035s)
46. spreadsheet ODS with repeating data (spreadsheet-test.at:88): ok (0m0.017s 0m0.035s)
47. dictionary case-insensitivity (dictionary.at:19): ok (0m0.088s 0m0.086s)
48. Write error - directory exists (file.at:19): ok (0m0.009s 0m0.023s)
50. Write error - temp file disappeared (file.at:66): ok (0m0.012s 0m0.035s)
51. Write fifo (file.at:84): ok (0m0.014s 0m0.027s)
52. Reading from pipe (file.at:107): ok (0m0.003s 0m0.123s)
53. Reusing inline file (file.at:126): ok (0m0.004s 0m0.015s)
54. format guesser (format-guesser.at:19): ok (0m0.014s 0m0.018s)
55. write MDD file (mdd-file.at:19): ok (0m0.019s 0m0.121s)
56. variable labels and missing values (pc+-file-reader.at:19): ok (0m0.023s 0m0.110s)
57. value labels (pc+-file-reader.at:130): ok (0m0.009s 0m0.067s)
58. compressed data (pc+-file-reader.at:274): ok (0m0.031s 0m0.040s)
59. weighted (pc+-file-reader.at:353): ok (0m0.008s 0m0.016s)
60. unspecified character encoding (pc+-file-reader.at:425): ok (0m0.001s 0m0.007s)
61. unexpected fixed values (pc+-file-reader.at:517): ok (0m0.008s 0m0.008s)
62. short main header (pc+-file-reader.at:575): ok (0m0.011s 0m0.028s)
63. long main header (pc+-file-reader.at:626): ok (0m0.010s 0m0.010s)
64. invalid compression type (pc+-file-reader.at:678): ok (0m0.004s 0m0.000s)
65. unrealistic number of cases (pc+-file-reader.at:730): ok (0m0.010s 0m0.007s)
66. labels bad offsets (pc+-file-reader.at:782): ok (0m0.057s 0m0.033s)
67. record 1 bad length (pc+-file-reader.at:847): ok (0m0.052s 0m0.004s)
68. bad variable format (pc+-file-reader.at:900): ok (0m0.005s 0m0.021s)
69. bad variable name (pc+-file-reader.at:952): ok (0m0.001s 0m0.002s)
70. duplicate variable name (pc+-file-reader.at:1004): ok (0m0.070s 0m0.000s)
71. partial case (pc+-file-reader.at:1060): ok (0m0.006s 0m0.005s)
72. case extends past end of data record (pc+-file-reader.at:1124): ok (0m0.093s 0m0.288s)
73. corrupt compressed data (pc+-file-reader.at:1189): ok (0m0.034s 0m0.161s)
74. invalid weight index (pc+-file-reader.at:1269): ok (0m0.034s 0m0.079s)
75. string weight (pc+-file-reader.at:1321): ok (0m0.003s 0m0.037s)
76. overwriting portable file (por-file.at:19): ok (0m0.003s 0m0.017s)
77. overwriting portable file atomically (por-file.at:34): ok (0m0.006s 0m0.017s)
78. write to same portable file being read (por-file.at:52): ok (0m0.019s 0m0.054s)
79. write portable file with value labels (por-file.at:86): ok (0m0.012s 0m0.029s)
80. variable labels and missing values (sys-file-reader.at:19): ok (0m0.033s 0m0.070s)
81. unspecified number of variable positions (sys-file-reader.at:184): ok (0m0.033s 0m0.072s)
82. wrong number of variable positions but version 13 (sys-file-reader.at:235): ok (0m0.004s 0m0.010s)
83. value labels (sys-file-reader.at:289): ok (0m0.007s 0m0.044s)
84. documents (sys-file-reader.at:472): ok (0m0.009s 0m0.013s)
85. empty document record (sys-file-reader.at:533): ok (0m0.020s 0m0.025s)
86. variable sets (sys-file-reader.at:580): ok (0m0.029s 0m0.060s)
87. multiple response sets (sys-file-reader.at:689): ok (0m0.009s 0m0.069s)
88. extra product info (sys-file-reader.at:782): ok (0m0.018s 0m0.019s)
89. variable display parameters, without width (sys-file-reader.at:830): ok (0m0.009s 0m0.017s)
90. variable display parameters, with width (sys-file-reader.at:913): ok (0m0.006s 0m0.012s)
91. long variable names (sys-file-reader.at:996): ok (0m0.010s 0m0.030s)
92. very long strings (sys-file-reader.at:1063): ok (0m0.009s 0m0.017s)
93. data file and variable attributes (sys-file-reader.at:1132): ok (0m0.025s 0m0.028s)
94. variable roles (sys-file-reader.at:1224): ok (0m0.006s 0m0.034s)
95. compressed data (sys-file-reader.at:1292): ok (0m0.009s 0m0.007s)
96. compressed data, zero bias (sys-file-reader.at:1355): ok (0m0.008s 0m0.003s)
97. compressed data, other bias (sys-file-reader.at:1418): ok (0m0.010s 0m0.005s)
98. zcompressed data (sys-file-reader.at:1554): ok (0m0.003s 0m0.005s)
99. no variables (sys-file-reader.at:1585): ok (0m0.014s 0m0.013s)
100. unspecified character encoding (sys-file-reader.at:1622): ok (0m0.012s 0m0.006s)
101. misplaced type 4 record (sys-file-reader.at:1658): ok (0m0.012s 0m0.004s)
102. bad record type (sys-file-reader.at:1681): ok (0m0.005s 0m0.002s)
103. wrong number of variable positions (sys-file-reader.at:1704): ok (0m0.012s 0m0.022s)
104. variable name may not begin with `#' (sys-file-reader.at:1730): ok (0m0.004s 0m0.008s)
105. variable name may not be reserved word (sys-file-reader.at:1756): ok (0m0.006s 0m0.018s)
106. variable width must be between 0 and 255 (sys-file-reader.at:1782): ok (0m0.005s 0m0.003s)
107. duplicate variable name (sys-file-reader.at:1810): ok (0m0.010s 0m0.102s)
108. variable label indicator not 0 or 1 (sys-file-reader.at:1843): ok (0m0.004s 0m0.001s)
109. invalid numeric missing value indicator (sys-file-reader.at:1869): ok (0m0.013s 0m0.023s)
110. invalid string missing value indicator (sys-file-reader.at:1895): ok (0m0.061s 0m0.129s)
111. missing string continuation record (sys-file-reader.at:1921): ok (0m0.062s 0m0.174s)
112. invalid variable format (sys-file-reader.at:1948): ok (0m0.012s 0m0.023s)
113. invalid long string missing values (sys-file-reader.at:1997): ok (0m0.017s 0m0.015s)
114. weighting variable must be numeric (sys-file-reader.at:2092): ok (0m0.021s 0m0.009s)
115. bad weighting variable index (sys-file-reader.at:2127): ok (0m0.008s 0m0.001s)
116. variable index is long string continuation (sys-file-reader.at:2156): ok (0m0.013s 0m0.027s)
117. multiple documents records (sys-file-reader.at:2186): ok (0m0.016s 0m0.021s)
118. extension record too large (sys-file-reader.at:2221): ok (0m0.023s 0m0.048s)
119. unknown extension record (sys-file-reader.at:2245): ok (0m0.021s 0m0.127s)
120. bad machine integer info size (sys-file-reader.at:2275): ok (0m0.010s 0m0.074s)
121. bad machine integer info float format (sys-file-reader.at:2305): ok (0m0.006s 0m0.005s)
122. bad machine integer info endianness (sys-file-reader.at:2335): ok (0m0.017s 0m0.016s)
123. bad machine floating-point info size (sys-file-reader.at:2372): ok (0m0.018s 0m0.039s)
124. wrong special floating point values (sys-file-reader.at:2402): ok (0m0.019s 0m0.039s)
125. unknown variables in variable sets (sys-file-reader.at:2435): ok (0m0.025s 0m0.068s)
126. bad mrsets name (sys-file-reader.at:2526): ok (0m0.027s 0m0.125s)
127. missing space after C in mrsets (sys-file-reader.at:2611): ok (0m0.017s 0m0.013s)
128. missing space after E in mrsets (sys-file-reader.at:2639): ok (0m0.012s 0m0.009s)
129. missing label source in mrsets (sys-file-reader.at:2667): ok (0m0.002s 0m0.001s)
130. unexpected label source in mrsets (sys-file-reader.at:2697): ok (0m0.073s 0m0.008s)
131. bad type character in mrsets (sys-file-reader.at:2727): ok (0m0.005s 0m0.012s)
132. bad counted string length in mrsets (sys-file-reader.at:2755): ok (0m0.005s 0m0.026s)
133. missing space in counted string in mrsets (sys-file-reader.at:2783): ok (0m0.017s 0m0.058s)
134. counted string too long in mrsets (sys-file-reader.at:2811): ok (0m0.049s 0m0.116s)
135. missing space after counted string in mrsets (sys-file-reader.at:2839): ok (0m0.015s 0m0.050s)
136. missing newline after variable name in mrsets (sys-file-reader.at:2867): ok (0m0.027s 0m0.035s)
137. duplicate variable name in mrsets (sys-file-reader.at:2897): ok (0m0.005s 0m0.012s)
138. mixed variable types in mrsets (sys-file-reader.at:2927): ok (0m0.005s 0m0.013s)
139. missing newline after variable name in mrsets (sys-file-reader.at:2958): ok (0m0.027s 0m0.027s)
140. zero or one variable in mrset (sys-file-reader.at:2986): ok (0m0.017s 0m0.136s)
141. wrong display parameter size (sys-file-reader.at:3016): ok (0m0.041s 0m0.042s)
142. wrong display parameter count (sys-file-reader.at:3045): ok (0m0.045s 0m0.013s)
143. wrong display measurement level (sys-file-reader.at:3074): ok (0m0.008s 0m0.004s)
144. wrong display alignment (sys-file-reader.at:3103): ok (0m0.011s 0m0.035s)
145. bad variable name in variable/value pair (sys-file-reader.at:3132): ok (0m0.006s 0m0.046s)
146. duplicate long variable name (sys-file-reader.at:3162): ok (0m0.013s 0m0.036s)
147. bad very long string length (sys-file-reader.at:3207): ok (0m0.051s 0m0.159s)
148. bad very long string segment width (sys-file-reader.at:3245): ok (0m0.014s 0m0.062s)
149. too many value labels (sys-file-reader.at:3280): ok (0m0.014s 0m0.090s)
150. missing type 4 record (sys-file-reader.at:3302): ok (0m0.002s 0m0.013s)
151. value label with no associated variables (sys-file-reader.at:3332): ok (0m0.009s 0m0.011s)
152. type 4 record names long string variable (sys-file-reader.at:3356): ok (0m0.015s 0m0.115s)
153. value label variable indexes must be in correct range (sys-file-reader.at:3387): ok (0m0.026s 0m0.093s)
154. value label variable indexes must not be long string continuation (sys-file-reader.at:3430): ok (0m0.039s 0m0.212s)
155. variables for value label must all be same type (sys-file-reader.at:3461): ok (0m0.010s 0m0.012s)
156. duplicate value labels type (sys-file-reader.at:3492): ok (0m0.008s 0m0.009s)
157. missing attribute value (sys-file-reader.at:3526): ok (0m0.012s 0m0.010s)
158. unquoted attribute value (sys-file-reader.at:3566): ok (0m0.011s 0m0.166s)
159. duplicate attribute name (sys-file-reader.at:3607): ok (0m0.014s 0m0.034s)
160. bad variable name in long string value label (sys-file-reader.at:3649): ok (0m0.011s 0m0.022s)
161. fewer data records than indicated by file header (sys-file-reader.at:3708): ok (0m0.011s 0m0.041s)
162. partial data record between variables (sys-file-reader.at:3748): ok (0m0.020s 0m0.134s)
163. partial data record within long string (sys-file-reader.at:3782): ok (0m0.020s 0m0.012s)
164. partial compressed data record (sys-file-reader.at:3816): ok (0m0.038s 0m0.026s)
165. zcompressed data - bad zheader_ofs (sys-file-reader.at:3864): ok (0m0.009s 0m0.008s)
166. zcompressed data - bad ztrailer_ofs (sys-file-reader.at:3876): ok (0m0.019s 0m0.011s)
167. zcompressed data - invalid ztrailer_len (sys-file-reader.at:3890): ok (0m0.014s 0m0.015s)
168. zcompressed data - wrong ztrailer_len (sys-file-reader.at:3903): ok (0m0.014s 0m0.053s)
169. zcompressed data - wrong ztrailer_bias (sys-file-reader.at:3916): ok (0m0.023s 0m0.177s)
170. zcompressed data - wrong ztrailer_zero (sys-file-reader.at:3928): ok (0m0.008s 0m0.056s)
171. zcompressed data - wrong block_size (sys-file-reader.at:3940): ok (0m0.014s 0m0.003s)
172. zcompressed data - wrong n_blocks (sys-file-reader.at:3952): ok (0m0.013s 0m0.014s)
173. zcompressed data - wrong uncompressed_ofs (sys-file-reader.at:3964): ok (0m0.008s 0m0.009s)
174. zcompressed data - wrong compressed_ofs (sys-file-reader.at:3976): ok (0m0.014s 0m0.003s)
175. zcompressed data - compressed sizes don't add up (sys-file-reader.at:3988): ok (0m0.025s 0m0.034s)
176. zcompressed data - uncompressed_size > block_size (sys-file-reader.at:4054): ok (0m0.118s 0m0.398s)
177. zcompressed data - compression expands data too much (sys-file-reader.at:4066): ok (0m0.014s 0m0.010s)
178. zcompressed data - compressed sizes don't add up (sys-file-reader.at:4079): ok (0m0.016s 0m0.065s)
179. integer overflows in long string missing values (sys-file-reader.at:4096): ok (0m0.002s 0m0.004s)
180. null dereference skipping bad extension record 18 (sys-file-reader.at:4109): ok (0m0.004s 0m0.014s)
181. write and read numeric data (sys-file.at:20): ok (0m0.009s 0m0.017s)
182. write and read long string value labels and missing values (sys-file.at:62): ok (0m0.019s 0m0.026s)
183. write and read compressed files (sys-file.at:112): ok (0m0.005s 0m0.094s)
184. overwriting system file (sys-file.at:139): ok (0m0.004s 0m0.028s)
185. overwriting system file atomically (sys-file.at:154): ok (0m0.021s 0m0.041s)
186. write to same system file being read (sys-file.at:173): ok (0m0.048s 0m0.173s)
187. nonempty case_map doesn't crash (sys-file.at:204): ok (0m0.007s 0m0.017s)
188. system files with -1 case_size (sys-file.at:230): ok (0m0.012s 0m0.004s)
189. write v2 system file (sys-file.at:289): ok (0m0.003s 0m0.007s)
190. read very long strings written by SPSS 13 (sys-file.at:330): ok (0m0.008s 0m0.020s)
191. read very long strings written by SPSS 14 (sys-file.at:353): ok (0m0.001s 0m0.001s)
192. save very long string -- uncompressed (sys-file.at:420): ok (0m0.011s 0m0.015s)
193. save very long string -- compressed (sys-file.at:421): ok (0m0.016s 0m0.010s)
194. system file character encoding (sys-file.at:426): ok (0m0.017s 0m0.019s)
195. decrypt an encrypted system file (encrypted-file.at:19): ok (0m0.044s 0m0.104s)
196. decrypt an encrypted syntax file (encrypted-file.at:45): ok (0m0.003s 0m0.002s)
197. decrypt an encrypted viewer file (encrypted-file.at:68): ok (0m0.017s 0m0.032s)
198. command parser negative tests (command.at:19): ok (0m0.017s 0m0.034s)
199. command parser crash bug (command.at:46): ok (0m0.007s 0m0.022s)
200. FINISH executes immediately (command.at:66): ok (0m0.012s 0m0.000s)
201. ERASE -- safer mode (command.at:72): ok (0m0.002s 0m0.008s)
202. ERASE -- not safer mode (command.at:89): ok (0m0.001s 0m0.004s)
203. N OF CASES (command.at:102): ok (0m0.003s 0m0.015s)
204. COMMENT at end of file (command.at:141): ok (0m0.027s 0m0.110s)
205. single words (command-name.at:19): ok (0m0.000s 0m0.000s)
206. two words without prefix match (command-name.at:61): ok (0m0.000s 0m0.005s)
207. two words with prefix match (command-name.at:102): ok (0m0.000s 0m0.000s)
208. ambiguous single-word names (command-name.at:128): ok (0m0.003s 0m0.006s)
209. ambiguous two-word names (command-name.at:154): ok (0m0.000s 0m0.000s)
210. numbers and punctuation (command-name.at:190): ok (0m0.006s 0m0.006s)
211. off by more than one word (command-name.at:226): ok (0m0.000s 0m0.023s)
212. lexer ignores initial #! line (lexer.at:19): ok (0m0.002s 0m0.019s)
213. lexer properly reports scan errors (lexer.at:38): ok (0m0.009s 0m0.000s)
214. lexer crash due to null byte (lexer.at:104): ok (0m0.001s 0m0.006s)
215. lexer crash due to overflow (lexer.at:126): ok (0m0.003s 0m0.010s)
216. lexer crash due to reentrancy in error processing (lexer.at:137): ok (0m0.001s 0m0.001s)
217. identifiers (scan.at:25): ok (0m0.001s 0m0.002s)
218. reserved words (scan.at:68): ok (0m0.005s 0m0.006s)
219. punctuation (scan.at:124): ok (0m0.008s 0m0.013s)
220. positive numbers (scan.at:186): ok (0m0.002s 0m0.000s)
221. negative numbers (scan.at:237): ok (0m0.012s 0m0.083s)
222. strings (scan.at:299): ok (0m0.001s 0m0.009s)
223. #! construct (scan.at:366): ok (0m0.003s 0m0.052s)
224. * and COMMENT commands (scan.at:386): ok (0m0.002s 0m0.008s)
225. DOCUMENT command (scan.at:433): ok (0m0.002s 0m0.002s)
226. FILE LABEL commands (scan.at:472): ok (0m0.001s 0m0.003s)
227. BEGIN DATA command (scan.at:500): ok (0m0.005s 0m0.005s)
228. DO REPEAT command (scan.at:538): ok (0m0.002s 0m0.010s)
229. DO REPEAT command in batch mode (scan.at:578): ok (0m0.003s 0m0.021s)
230. DEFINE command - simple (scan.at:632): ok (0m0.012s 0m0.016s)
231. DEFINE command - no newline after parentheses (scan.at:652): ok (0m0.001s 0m0.020s)
232. DEFINE command - no newline before !ENDDEFINE (scan.at:671): ok (0m0.000s 0m0.008s)
233. DEFINE command - all on one line (scan.at:690): ok (0m0.013s 0m0.020s)
234. DEFINE command - empty (scan.at:708): ok (0m0.001s 0m0.018s)
235. DEFINE command - blank lines (scan.at:726): ok (0m0.004s 0m0.000s)
236. DEFINE command - arguments (scan.at:748): ok (0m0.000s 0m0.000s)
237. DEFINE command - multiline arguments (scan.at:777): ok (0m0.000s 0m0.004s)
238. DEFINE command - arguments start on second line (scan.at:810): ok (0m0.002s 0m0.002s)
239. DEFINE command - early end of command 1 (scan.at:839): ok (0m0.006s 0m0.001s)
240. DEFINE command - early end of command 2 (scan.at:860): ok (0m0.005s 0m0.010s)
241. DEFINE command - early end of command 3 (scan.at:883): ok (0m0.002s 0m0.009s)
242. DEFINE command - early end of command 4 (scan.at:908): ok (0m0.024s 0m0.045s)
243. DEFINE command - missing !ENDDEFINE (scan.at:931): ok (0m0.000s 0m0.000s)
244. batch mode (scan.at:950): ok (0m0.000s 0m0.000s)
245. identifiers (segment.at:31): ok (0m0.015s 0m0.032s)
246. identifiers that end in '.' (segment.at:120): ok (0m0.031s 0m0.039s)
247. reserved words (segment.at:226): ok (0m0.009s 0m0.013s)
248. punctuation (segment.at:290): ok (0m0.008s 0m0.005s)
249. positive numbers (segment.at:360): ok (0m0.005s 0m0.004s)
250. negative numbers (segment.at:429): ok (0m0.004s 0m0.000s)
251. strings (segment.at:506): ok (0m0.012s 0m0.002s)
252. #! construct (segment.at:578): ok (0m0.001s 0m0.000s)
253. * and COMMENT commands (segment.at:610): ok (0m0.016s 0m0.002s)
254. DOCUMENT command (segment.at:698): ok (0m0.004s 0m0.034s)
255. FILE LABEL command (segment.at:757): ok (0m0.000s 0m0.001s)
256. BEGIN DATA command (segment.at:801): ok (0m0.004s 0m0.007s)
257. DO REPEAT command (segment.at:926): ok (0m0.016s 0m0.016s)
258. DO REPEAT command in batch mode (segment.at:1008): ok (0m0.009s 0m0.069s)
259. DEFINE command - simple (segment.at:1092): ok (0m0.005s 0m0.015s)
260. DEFINE command - no newline after parentheses (segment.at:1119): ok (0m0.001s 0m0.000s)
261. DEFINE command - no newline before !ENDDEFINE (segment.at:1142): ok (0m0.003s 0m0.003s)
262. DEFINE command - all on one line (segment.at:1166): ok (0m0.010s 0m0.004s)
263. DEFINE command - empty (segment.at:1186): ok (0m0.017s 0m0.039s)
264. DEFINE command - blank lines (segment.at:1209): ok (0m0.009s 0m0.001s)
265. DEFINE command - arguments (segment.at:1240): ok (0m0.052s 0m0.004s)
266. DEFINE command - multiline arguments (segment.at:1274): ok (0m0.003s 0m0.048s)
267. DEFINE command - arguments start on second line (segment.at:1323): ok (0m0.001s 0m0.036s)
268. DEFINE command - early end of command 1 (segment.at:1365): ok (0m0.011s 0m0.024s)
269. DEFINE command - early end of command 2 (segment.at:1390): ok (0m0.000s 0m0.002s)
270. DEFINE command - early end of command 3 (segment.at:1419): ok (0m0.002s 0m0.001s)
271. DEFINE command - early end of command 4 (segment.at:1450): ok (0m0.000s 0m0.005s)
272. DEFINE command - missing !ENDDEFINE (segment.at:1477): ok (0m0.003s 0m0.001s)
273. batch mode (segment.at:1503): ok (0m0.002s 0m0.017s)
274. auto mode (segment.at:1557): ok (0m0.005s 0m0.015s)
275. input ends in carriage return (segment.at:1650): ok (0m0.002s 0m0.002s)
276. Long variable names (variable-parser.at:22): ok (0m0.006s 0m0.053s)
277. variable parser crash (variable-parser.at:69): ok (0m0.007s 0m0.020s)
278. expressions - numeric syntax (evaluate.at:18): ok (0m0.083s 0m0.077s)
279. expressions - coercion to and from Boolean (evaluate.at:44): ok (0m0.006s 0m0.013s)
280. expressions - addition and subtraction (evaluate.at:96): ok (0m0.013s 0m0.020s)
281. expressions - multiplication and division (evaluate.at:231): ok (0m0.070s 0m0.005s)
282. expressions - exponentiation (evaluate.at:308): ok (0m0.007s 0m0.004s)
283. expressions - unary minus (evaluate.at:352): ok (0m0.010s 0m0.015s)
284. expressions - AND truth table (evaluate.at:392): ok (0m0.003s 0m0.076s)
285. expressions - OR truth table (evaluate.at:460): ok (0m0.009s 0m0.032s)
286. expressions - NOT truth table (evaluate.at:528): ok (0m0.016s 0m0.015s)
287. expressions - = <= < (evaluate.at:598): ok (0m0.218s 0m0.235s)
288. expressions - >= > <> (evaluate.at:896): ok (0m0.016s 0m0.019s)
289. expressions - EXP LG10 LN SQRT ABS MOD MOD10 RND TRUNC (evaluate.at:1143): ok (0m0.009s 0m0.016s)
290. expressions - ACOS ARSIN ARTAN COS SIN TAN (evaluate.at:1370): ok (0m0.011s 0m0.005s)
291. expressions - vector indexing (evaluate.at:1611): ok (0m0.007s 0m0.036s)
292. expressions - MISSING NMISS NVALID SYSMIS (evaluate.at:1718): ok (0m0.005s 0m0.008s)
293. expressions - ANY (evaluate.at:1871): ok (0m0.013s 0m0.016s)
294. expressions - RANGE (evaluate.at:2054): ok (0m0.006s 0m0.001s)
295. expressions - MAX MIN (evaluate.at:2374): ok (0m0.004s 0m0.009s)
296. expressions - CFVAR MEAN MEDIAN (evaluate.at:2487): ok (0m0.036s 0m0.158s)
297. expressions - SD SUM VARIANCE (evaluate.at:2653): ok (0m0.019s 0m0.018s)
298. expressions - CONCAT (evaluate.at:2827): ok (0m0.005s 0m0.016s)
299. expressions - INDEX (evaluate.at:2870): ok (0m0.011s 0m0.009s)
300. expressions - RINDEX (evaluate.at:2994): ok (0m0.047s 0m0.033s)
301. expressions - LENGTH (evaluate.at:3194): ok (0m0.003s 0m0.021s)
302. expressions - LOWER (evaluate.at:3250): ok (0m0.000s 0m0.024s)
303. expressions - REPLACE (evaluate.at:3285): ok (0m0.014s 0m0.020s)
304. expressions - LPAD (evaluate.at:3343): ok (0m0.008s 0m0.023s)
305. expressions - NUMBER (evaluate.at:3525): ok (0m0.033s 0m0.134s)
306. expressions - LTRIM (evaluate.at:3578): ok (0m0.004s 0m0.017s)
307. expressions - RPAD (evaluate.at:3675): ok (0m0.005s 0m0.012s)
308. expressions - RTRIM (evaluate.at:3857): ok (0m0.008s 0m0.027s)
309. expressions - STRING (evaluate.at:3954): ok (0m0.009s 0m0.046s)
310. expressions - STRUNC (evaluate.at:4009): ok (0m0.014s 0m0.010s)
311. expressions - SUBSTR (evaluate.at:4108): ok (0m0.040s 0m0.016s)
312. expressions - UPCASE (evaluate.at:4328): ok (0m0.018s 0m0.034s)
313. expressions - TIME.DAYS (evaluate.at:4361): ok (0m0.001s 0m0.091s)
314. expressions - TIME.HMS (evaluate.at:4400): ok (0m0.017s 0m0.076s)
315. expressions - CTIME.* (evaluate.at:4533): ok (0m0.011s 0m0.026s)
316. expressions - DATE.DMY (evaluate.at:4709): ok (0m0.008s 0m0.009s)
317. expressions - YRMODA (evaluate.at:4762): ok (0m0.006s 0m0.011s)
318. expressions - DATE.MDY (evaluate.at:4889): ok (0m0.008s 0m0.004s)
319. expressions - DATE.MOYR (evaluate.at:5109): ok (0m0.013s 0m0.006s)
320. expressions - DATE.QYR (evaluate.at:5207): ok (0m0.058s 0m0.005s)
321. expressions - DATE.WKYR (evaluate.at:5296): ok (0m0.017s 0m0.010s)
322. expressions - DATE.YRDAY (evaluate.at:5380): ok (0m0.009s 0m0.005s)
323. expressions - XDATE.DATE (evaluate.at:5474): ok (0m0.014s 0m0.033s)
324. expressions - XDATE.HOUR (evaluate.at:5564): ok (0m0.021s 0m0.160s)
325. expressions - XDATE.JDAY (evaluate.at:5660): ok (0m0.002s 0m0.004s)
326. expressions - XDATE.MDAY (evaluate.at:5743): ok (0m0.014s 0m0.084s)
327. expressions - XDATE.MINUTE (evaluate.at:5817): ok (0m0.009s 0m0.008s)
328. expressions - XDATE.MONTH (evaluate.at:5891): ok (0m0.045s 0m0.167s)
329. expressions - XDATE.QUARTER (evaluate.at:5965): ok (0m0.015s 0m0.024s)
330. expressions - XDATE.SECOND (evaluate.at:6039): ok (0m0.004s 0m0.013s)
331. expressions - XDATE.TDAY (evaluate.at:6113): ok (0m0.007s 0m0.053s)
332. expressions - XDATE.TIME (evaluate.at:6187): ok (0m0.020s 0m0.057s)
333. expressions - XDATE.WEEK (evaluate.at:6261): ok (0m0.025s 0m0.017s)
334. expressions - XDATE.WKDAY (evaluate.at:6335): ok (0m0.010s 0m0.025s)
335. expressions - XDATE.YEAR (evaluate.at:6409): ok (0m0.010s 0m0.029s)
336. expressions - DATEDIFF years (evaluate.at:6483): ok (0m0.025s 0m0.004s)
337. expressions - DATEDIFF quarters (evaluate.at:6631): ok (0m0.028s 0m0.013s)
338. expressions - DATEDIFF months (evaluate.at:6778): ok (0m0.021s 0m0.035s)
339. expressions - DATEDIFF weeks (evaluate.at:6925): ok (0m0.009s 0m0.075s)
340. expressions - DATEDIFF days (evaluate.at:7005): ok (0m0.052s 0m0.092s)
341. expressions - DATEDIFF time of day (evaluate.at:7086): ok (0m0.019s 0m0.049s)
342. expressions - DATESUM with non-leap year (evaluate.at:7163): ok (0m0.018s 0m0.072s)
343. expressions - DATESUM with leap year (evaluate.at:7281): ok (0m0.038s 0m0.048s)
344. expressions - DATESUM (evaluate.at:7399): ok (0m0.009s 0m0.094s)
345. expressions - DATESUM preserves time of day for units of days and longer (evaluate.at:7469): ok (0m0.027s 0m0.038s)
346. expressions - NCDF.BETA (evaluate.at:7500): ok (0m0.007s 0m0.021s)
347. expressions - generic tree optimizations (evaluate.at:7545): ok (0m0.028s 0m0.165s)
348. expressions - LAG (evaluate.at:7595): ok (0m0.008s 0m0.025s)
349. expression - LAG crash (evaluate.at:7627): ok (0m0.004s 0m0.000s)
350. expressions - UNIFORM (evaluate.at:7652): ok (0m0.004s 0m0.008s)
351. expressions - VALUELABEL (evaluate.at:7694): ok (0m0.037s 0m0.000s)
352. expressions - variables (evaluate.at:7738): ok (0m0.007s 0m0.032s)
353. expressions - vectors (evaluate.at:7787): ok (0m0.025s 0m0.054s)
354. parse expression with unknown variable crash (parse.at:19): ok (0m0.001s 0m0.021s)
355. parsing boolean expression with type mismatch (parse.at:44): ok (0m0.010s 0m0.121s)
356. parsing numeric expression with type mismatch (parse.at:58): ok (0m0.018s 0m0.032s)
357. parsing string expression with type mismatch (parse.at:72): ok (0m0.025s 0m0.008s)
358. assigning string expression to new variable (parse.at:86): ok (0m0.008s 0m0.002s)
359. parse expression with unknown system variable (parse.at:102): ok (0m0.001s 0m0.001s)
360. parse expression with unknown identifier (parse.at:115): ok (0m0.003s 0m0.015s)
361. parse expression with extension function in compatibility mode (parse.at:128): ok (0m0.008s 0m0.021s)
362. LAG expression following TEMPORARY (parse.at:142): ok (0m0.003s 0m0.003s)
363. parse expression with invalid logical expression (parse.at:157): ok (0m0.007s 0m0.086s)
364. chaining operators that shouldn't be (parse.at:178): ok (0m0.007s 0m0.063s)
365. binary operator type mismatch (parse.at:222): ok (0m0.017s 0m0.008s)
366. unary operator type mismatch (parse.at:326): ok (0m0.028s 0m0.070s)
367. parsing with negative numbers (parse.at:396): ok (0m0.005s 0m0.109s)
368. system variables (parse.at:418): ok (0m0.005s 0m0.005s)
369. system variables - $DATE $DATE11 $JDATE $TIME (parse.at:435): ok (0m0.001s 0m0.051s)
370. expressions - negative checks (parse.at:470): ok (0m0.010s 0m0.016s)
371. ADD FILES -- interleave sav with sav (add-files.at:120): ok (0m0.019s 0m0.021s)
372. ADD FILES -- interleave sav with inline (add-files.at:121): ok (0m0.004s 0m0.018s)
373. ADD FILES -- interleave inline with sav (add-files.at:122): ok (0m0.013s 0m0.094s)
374. ADD FILES -- concatenate sav with sav (add-files.at:123): ok (0m0.009s 0m0.045s)
375. ADD FILES -- concatenate sav with inline (add-files.at:124): ok (0m0.029s 0m0.006s)
376. ADD FILES -- concatenate inline with sav (add-files.at:125): ok (0m0.044s 0m0.016s)
377. AGGREGATE presorted data to dataset file, itemwise missing (aggregate.at:193): ok (0m0.000s 0m0.061s)
378. AGGREGATE presorted data to dataset file, columnwise missing (aggregate.at:194): ok (0m0.003s 0m0.032s)
379. AGGREGATE unsorted data to dataset file, itemwise missing (aggregate.at:195): ok (0m0.004s 0m0.018s)
380. AGGREGATE unsorted data to dataset file, columnwise missing (aggregate.at:196): ok (0m0.008s 0m0.008s)
381. AGGREGATE presorted data to active file, itemwise missing (aggregate.at:197): ok (0m0.004s 0m0.014s)
382. AGGREGATE presorted data to active file, columnwise missing (aggregate.at:198): ok (0m0.021s 0m0.054s)
383. AGGREGATE unsorted data to active file, itemwise missing (aggregate.at:199): ok (0m0.015s 0m0.062s)
384. AGGREGATE unsorted data to active file, columnwise missing (aggregate.at:200): ok (0m0.015s 0m0.055s)
385. AGGREGATE presorted data to external file, itemwise missing (aggregate.at:201): ok (0m0.123s 0m0.148s)
386. AGGREGATE presorted data to external file, columnwise missing (aggregate.at:202): ok (0m0.001s 0m0.000s)
387. AGGREGATE unsorted data to external file, itemwise missing (aggregate.at:203): ok (0m0.006s 0m0.017s)
388. AGGREGATE unsorted data to external file, columnwise missing (aggregate.at:204): ok (0m0.004s 0m0.042s)
389. AGGREGATE crash with MAX function (aggregate.at:206): ok (0m0.005s 0m0.003s)
390. AGGREGATE crash with invalid syntax (aggregate.at:232): ok (0m0.001s 0m0.040s)
391. AGGREGATE mode=addvariables (aggregate.at:248): ok (0m0.007s 0m0.084s)
392. AGGREGATE duplicate variable errors (aggregate.at:286): ok (0m0.002s 0m0.010s)
393. AGGREGATE presorted warnings (aggregate.at:311): ok (0m0.009s 0m0.048s)
394. AGGREGATE - subcommand syntax errors (aggregate.at:358): ok (0m0.024s 0m0.047s)
395. AGGREGATE - aggregation function syntax errors (aggregate.at:388): ok (0m0.000s 0m0.000s)
396. AGGREGATE - temporary transformations (aggregate.at:515): ok (0m0.006s 0m0.019s)
397. APPLY DICTIONARY (apply.at:19): ok (0m0.003s 0m0.026s)
398. VARIABLE ATTRIBUTES and DATAFILE ATTRIBUTES (attributes.at:19): ok (0m0.015s 0m0.036s)
399. AUTORECODE multiple missing values (autorecode.at:19): ok (0m0.005s 0m0.001s)
400. AUTORECODE numbers and short strings (autorecode.at:117): ok (0m0.010s 0m0.032s)
401. AUTORECODE long strings and check the value labels (autorecode.at:188): ok (0m0.008s 0m0.070s)
402. AUTORECODE group subcommand (autorecode.at:244): ok (0m0.015s 0m0.152s)
403. AUTORECODE group - string variables (autorecode.at:298): ok (0m0.002s 0m0.104s)
404. AUTORECODE group vs. strings (autorecode.at:346): ok (0m0.004s 0m0.016s)
405. AUTORECODE /blank (autorecode.at:387): ok (0m0.002s 0m0.001s)
406. AUTORECODE with TEMPORARY (autorecode.at:434): ok (0m0.002s 0m0.011s)
407. AUTORECODE with /INTO (autorecode.at:488): ok (0m0.009s 0m0.050s)
408. AUTORECODE with /BLANK without specifier (autorecode.at:527): ok (0m0.021s 0m0.027s)
409. CACHE (cache.at:19): ok (0m0.011s 0m0.042s)
410. CD (cd.at:19): ok (0m0.038s 0m0.091s)
411. COMPUTE crash with SAVE (compute.at:19): ok (0m0.013s 0m0.013s)
412. COMPUTE bug in long string UPCASE (compute.at:38): ok (0m0.010s 0m0.003s)
413. COMPUTE bug with long variable names (compute.at:66): ok (0m0.002s 0m0.006s)
414. COMPUTE self-reference to new variable (compute.at:92): ok (0m0.003s 0m0.041s)
415. CORRELATIONS -- unweighted (correlations.at:19): ok (0m0.004s 0m0.000s)
416. CORRELATIONS -- weighted (correlations.at:91): ok (0m0.013s 0m0.042s)
417. CORRELATIONS -- non-square (correlations.at:139): ok (0m0.003s 0m0.012s)
418. CORRELATIONS -- crash with WITH keyword (correlations.at:168): ok (0m0.017s 0m0.143s)
419. CORRELATIONS -- incorrect subtable selection (correlations.at:224): ok (0m0.017s 0m0.173s)
420. CORRELATIONS -- empty dataset (correlations.at:376): ok (0m0.005s 0m0.011s)
421. CORRELATIONS -- empty dataset 2 (correlations.at:388): ok (0m0.007s 0m0.011s)
422. CORRELATIONS -- syntax errors (correlations.at:412): ok (0m0.002s 0m0.004s)
423. COUNT -- numeric data (count.at:19): ok (0m0.003s 0m0.015s)
424. COUNT -- string data (count.at:58): ok (0m0.009s 0m0.092s)
425. CROSSTABS residuals (crosstabs.at:20): ok (0m0.012s 0m0.011s)
426. CROSSTABS integer mode crash (crosstabs.at:80): ok (0m0.003s 0m0.077s)
427. CROSSTABS integer mode crash 2 (crosstabs.at:119): ok (0m0.006s 0m0.014s)
428. CROSSTABS long string crash (crosstabs.at:153): ok (0m0.005s 0m0.021s)
429. CROSSTABS crash (crosstabs.at:194): ok (0m0.056s 0m0.099s)
430. CROSSTABS chi-square crash (crosstabs.at:254): ok (0m0.000s 0m0.003s)
431. CROSSTABS crash with SPLIT FILE (crosstabs.at:298): ok (0m0.003s 0m0.001s)
432. 3-way CROSSTABS (crosstabs.at:396): ok (0m0.077s 0m0.046s)
433. CROSSTABS rounding weights with COUNT (crosstabs.at:523): ok (0m0.001s 0m0.007s)
434. CROSSTABS descending sort order (crosstabs.at:631): ok (0m0.013s 0m0.026s)
435. CROSSTABS crash when all cases missing (crosstabs.at:667): ok (0m0.010s 0m0.013s)
436. CROSSTABS Fisher Exact Test (crosstabs.at:694): ok (0m0.046s 0m0.085s)
437. CROSSTABS Pearson's R - 1 (crosstabs.at:959): ok (0m0.003s 0m0.003s)
438. CROSSTABS Pearson's R - 2 (crosstabs.at:999): ok (0m0.001s 0m0.000s)
439. CROSSTABS Pearson's R - 3 (crosstabs.at:1050): ok (0m0.002s 0m0.029s)
440. CROSSTABS Pearson's R - 4 (crosstabs.at:1097): ok (0m0.006s 0m0.053s)
441. CROSSTABS Pearson's R - 5 (crosstabs.at:1149): ok (0m0.000s 0m0.000s)
442. CROSSTABS Goodman and Kruskal's lambda - 1 (crosstabs.at:1200): ok (0m0.002s 0m0.101s)
443. CROSSTABS Goodman and Kruskal's lambda - 2 (crosstabs.at:1236): ok (0m0.004s 0m0.019s)
444. CROSSTABS Goodman and Kruskal's lambda - 3 (crosstabs.at:1275): ok (0m0.003s 0m0.000s)
445. CROSSTABS Goodman and Kruskal's lambda - treatment of ties (crosstabs.at:1318): ok (0m0.016s 0m0.026s)
446. CROSSTABS Somers' D, Tau-B, Tau-C, Gamma - 1 (crosstabs.at:1354): ok (0m0.008s 0m0.006s)
447. CROSSTABS Somers' D, Tau-B, Tau-C, Gamma - 2 (crosstabs.at:1395): ok (0m0.002s 0m0.004s)
448. CROSSTABS Somers' D, Tau-B, Tau-C, Gamma - 3 (crosstabs.at:1438): ok (0m0.010s 0m0.021s)
449. CROSSTABS Cohens Kappa (crosstabs.at:1707): ok (0m0.003s 0m0.000s)
450. CROSSTABS many statistics (crosstabs.at:1753): ok (0m0.008s 0m0.030s)
451. CROSSTABS uncertainy coefficient (crosstabs.at:1812): ok (0m0.000s 0m0.000s)
452. CROSSTABS estimated risk (crosstabs.at:1850): ok (0m0.004s 0m0.022s)
453. CROSSTABS barchart (crosstabs.at:1906): ok (0m0.029s 0m0.030s)
454. CROSSTABS syntax errors (crosstabs.at:1943): ok (0m0.003s 0m0.012s)
455. CTABLES parsing (ctables.at:51): ok (0m0.010s 0m0.022s)
456. CTABLES parsing - negative (ctables.at:120): ok (0m0.004s 0m0.001s)
457. CTABLES parsing - more negative (ctables.at:713): ok (0m0.008s 0m0.002s)
458. CTABLES one categorical variable (ctables.at:902): ok (0m0.024s 0m0.043s)
459. CTABLES one string variable (ctables.at:945): ok (0m0.055s 0m0.021s)
460. CTABLES one scale variable (ctables.at:1035): ok (0m0.010s 0m0.008s)
461. CTABLES simple stacking (ctables.at:1082): ok (0m0.017s 0m0.063s)
462. CTABLES show or hide empty categories (ctables.at:1142): ok (0m0.023s 0m0.013s)
463. CTABLES categories and EMPTY (ctables.at:1237): ok (0m0.018s 0m0.045s)
464. CTABLES interaction between EMPTY and PCOMPUTE (ctables.at:1301): ok (0m0.022s 0m0.107s)
465. CTABLES sorting categories (ctables.at:1388): ok (0m0.026s 0m0.007s)
466. CTABLES simple nesting (ctables.at:1470): ok (0m0.001s 0m0.035s)
467. CTABLES nesting and scale variables (ctables.at:1675): ok (0m0.019s 0m0.012s)
468. CTABLES SLABELS (ctables.at:1795): ok (0m0.003s 0m0.004s)
469. CTABLES SLABELS with stacking different summaries (ctables.at:1858): ok (0m0.001s 0m0.076s)
470. CTABLES simple totals (ctables.at:1903): ok (0m0.003s 0m0.005s)
471. CTABLES subtotals (ctables.at:1968): ok (0m0.036s 0m0.028s)
472. CTABLES PCOMPUTE (ctables.at:2049): ok (0m0.001s 0m0.028s)
473. CTABLES PCOMPUTE - OTHERNM and MISSING (ctables.at:2121): ok (0m0.011s 0m0.002s)
474. CTABLES PCOMPUTE - THRU (ctables.at:2158): ok (0m0.005s 0m0.019s)
475. CTABLES intersecting PCOMPUTEs (ctables.at:2200): ok (0m0.001s 0m0.000s)
476. CTABLES string and date and time (ctables.at:2246): ok (0m0.010s 0m0.090s)
477. CTABLES CLABELS (ctables.at:2314): ok (0m0.030s 0m0.011s)
478. CTABLES missing values (ctables.at:2503): ok (0m0.002s 0m0.009s)
479. CTABLES SMISSING=LISTWISE (ctables.at:2769): ok (0m0.008s 0m0.023s)
480. CTABLES VLABELS - variables on different axes (ctables.at:2819): ok (0m0.064s 0m0.086s)
481. CTABLES VLABELS - stacked variables (ctables.at:2924): ok (0m0.006s 0m0.000s)
482. CTABLES VLABELS - nested variables (ctables.at:3032): ok (0m0.000s 0m0.000s)
483. CTABLES FORMAT EMPTY (ctables.at:3191): ok (0m0.015s 0m0.021s)
484. CTABLES FORMAT MISSING (ctables.at:3268): ok (0m0.009s 0m0.008s)
485. CTABLES HIDESMALLCOUNTS (ctables.at:3299): ok (0m0.019s 0m0.003s)
486. CTABLES FORMAT MINCOLWIDTH MAXCOLWIDTH (ctables.at:3391): ok (0m0.004s 0m0.003s)
487. CTABLES special formats (ctables.at:3416): ok (0m0.002s 0m0.016s)
488. CTABLES TITLES (ctables.at:3434): ok (0m0.104s 0m0.094s)
489. CTABLES area definitions (ctables.at:3473): ok (0m0.029s 0m0.025s)
490. CTABLES area definitions with CLABELS ROWLABELS=OPPOSITE (ctables.at:3641): ok (0m0.037s 0m0.032s)
491. CTABLES area definitions with CLABELS COLLABELS=OPPOSITE (ctables.at:3849): ok (0m0.034s 0m0.126s)
492. CTABLES area definitions with CLABELS ROWLABELS=LAYER (ctables.at:4273): ok (0m0.000s 0m0.001s)
493. CTABLES area definitions with CLABELS COLLABELS=LAYER (ctables.at:4657): ok (0m0.022s 0m0.012s)
494. CTABLES categorical summary functions (ctables.at:5177): ok (0m0.005s 0m0.015s)
495. CTABLES scale summary functions (ctables.at:5242): ok (0m0.001s 0m0.000s)
496. CTABLES scale summary functions - weighting (ctables.at:5320): ok (0m0.067s 0m0.029s)
497. CTABLES hidden scale VLABELS (ctables.at:5524): ok (0m0.004s 0m0.074s)
498. CTABLES with SPLIT FILE (ctables.at:5612): ok (0m0.052s 0m0.035s)
499. CTABLES variable level inference (ctables.at:5728): ok (0m0.007s 0m0.007s)
500. DATA LIST LIST with empty fields (data-list.at:19): ok (0m0.006s 0m0.069s)
501. DATA LIST LIST with explicit delimiters (data-list.at:50): ok (0m0.000s 0m0.078s)
502. DATA LIST FREE with SKIP (data-list.at:79): ok (0m0.004s 0m0.016s)
503. DATA LIST LIST with SKIP and tab delimiter (data-list.at:113): ok (0m0.001s 0m0.010s)
504. DATA LIST FREE with explicit delimiter at end of line (data-list.at:162): ok (0m0.005s 0m0.030s)
505. DATA LIST FIXED with multiple records per case (data-list.at:223): ok (0m0.007s 0m0.017s)
506. DATA LIST FIXED with empty trailing record (data-list.at:255): ok (0m0.006s 0m0.007s)
507. DATA LIST with various line-ends (data-list.at:285): ok (0m0.015s 0m0.070s)
508. DATA LIST properly expands tabs in input (data-list.at:309): ok (0m0.085s 0m0.014s)
509. DATA LIST FREE and LIST report missing delimiters (data-list.at:339): ok (0m0.007s 0m0.004s)
510. DATA LIST FREE and LIST assume a width if omitted (data-list.at:357): ok (0m0.000s 0m0.001s)
511. DATA LIST Decimal comma (data-list.at:370): ok (0m0.007s 0m0.017s)
512. DATA LIST syntax errors (data-list.at:404): ok (0m0.005s 0m0.018s)
513. DATA LIST FIXED manual example 1 (data-list.at:593): ok (0m0.004s 0m0.054s)
514. DATA LIST FIXED manual example 2 (data-list.at:627): ok (0m0.004s 0m0.022s)
515. DATA LIST inside LOOP (data-list.at:700): ok (0m0.047s 0m0.129s)
516. BEGIN DATA as part of a procedure (data-reader.at:21): ok (0m0.005s 0m0.039s)
517. BEGIN DATA as an independent command (data-reader.at:52): ok (0m0.007s 0m0.014s)
518. read and write files with MODE=BINARY (data-reader.at:263): ok (0m0.005s 0m0.019s)
519. read and write files with MODE=360 /RECFORM=FIXED /LRECL=32 (data-reader.at:264): ok (0m0.020s 0m0.001s)
520. read and write files with MODE=360 /RECFORM=VARIABLE (data-reader.at:266): ok (0m0.030s 0m0.007s)
521. read and write files with MODE=360 /RECFORM=SPANNED (data-reader.at:268): ok (0m0.034s 0m0.058s)
522. DATASET COPY (dataset.at:19): ok (0m0.002s 0m0.003s)
523. DATASET DECLARE (dataset.at:110): ok (0m0.017s 0m0.019s)
524. DATASET NAME deletes duplicate name (dataset.at:141): ok (0m0.013s 0m0.059s)
525. DATASET ACTIVATE deletes unnamed dataset (dataset.at:163): ok (0m0.000s 0m0.011s)
526. DATASET ACTIVATE executes pending transformations (dataset.at:181): ok (0m0.004s 0m0.071s)
527. DATASET CLOSE (dataset.at:232): ok (0m0.010s 0m0.003s)
528. DATASET heap overflow (dataset.at:306): ok (0m0.001s 0m0.020s)
529. DATASET syntax errors (dataset.at:335): ok (0m0.009s 0m0.010s)
530. USE ALL (date.at:19): ok (0m0.007s 0m0.021s)
531. simple macro expansion (define.at:19): ok (0m0.003s 0m0.002s)
532. redefining a macro (define.at:44): ok (0m0.007s 0m0.021s)
533. macro expansion - one !TOKENS(1) positional argument (define.at:56): ok (0m0.017s 0m0.081s)
534. macro expansion with positional arguments (define.at:77): ok (0m0.006s 0m0.021s)
535. macro call missing positional !TOKENS arguments (define.at:196): ok (0m0.025s 0m0.035s)
536. macro call incomplete positional !TOKENS arguments (define.at:221): ok (0m0.005s 0m0.014s)
537. macro call empty positional !CHAREND arguments (define.at:270): ok (0m0.001s 0m0.005s)
538. macro call missing positional !CHAREND arguments (define.at:307): ok (0m0.005s 0m0.062s)
539. macro call incomplete positional !CHAREND arguments (define.at:345): ok (0m0.009s 0m0.034s)
540. macro call missing positional !ENCLOSE arguments (define.at:394): ok (0m0.036s 0m0.086s)
541. macro call incomplete positional !ENCLOSE arguments (define.at:419): ok (0m0.005s 0m0.021s)
542. keyword macro argument name with ! prefix (define.at:492): ok (0m0.005s 0m0.004s)
543. reserved macro keyword argument name (define.at:503): ok (0m0.000s 0m0.000s)
544. macro expansion - one !TOKENS(1) keyword argument (define.at:514): ok (0m0.002s 0m0.005s)
545. macro expansion - one !TOKENS(1) keyword argument - negative (define.at:535): ok (0m0.003s 0m0.001s)
546. macro expansion - !CHAREND keyword arguments (define.at:561): ok (0m0.007s 0m0.009s)
547. macro expansion - !CHAREND keyword arguments - negative (define.at:586): ok (0m0.002s 0m0.001s)
548. macro expansion - !ENCLOSE keyword arguments (define.at:631): ok (0m0.010s 0m0.012s)
549. macro expansion - !ENCLOSE keyword arguments - negative (define.at:656): ok (0m0.000s 0m0.143s)
550. macro expansion - !BLANKS (define.at:742): ok (0m0.004s 0m0.254s)
551. macro expansion - !CONCAT (define.at:772): ok (0m0.013s 0m0.093s)
552. macro expansion - !EVAL (define.at:802): ok (0m0.010s 0m0.056s)
553. macro expansion - !HEAD (define.at:839): ok (0m0.008s 0m0.001s)
554. macro expansion - !TAIL (define.at:861): ok (0m0.008s 0m0.019s)
555. macro expansion - !INDEX (define.at:883): ok (0m0.009s 0m0.000s)
556. macro expansion - !LENGTH (define.at:909): ok (0m0.004s 0m0.008s)
557. macro expansion - !NULL (define.at:952): ok (0m0.005s 0m0.002s)
558. macro expansion - !QUOTE and !UNQUOTE (define.at:970): ok (0m0.001s 0m0.000s)
559. macro expansion - !SUBSTR (define.at:1018): ok (0m0.031s 0m0.070s)
560. macro expansion - !UPCASE (define.at:1054): ok (0m0.006s 0m0.092s)
561. macro expansion - !* (define.at:1077): ok (0m0.006s 0m0.048s)
562. macro maximum nesting level (MNEST) (define.at:1101): ok (0m0.001s 0m0.009s)
563. macro !IF condition (define.at:1171): ok (0m0.013s 0m0.036s)
564. macro !IF condition -- case sensitivity (define.at:1210): ok (0m0.013s 0m0.022s)
565. macro !IF condition -- logical operators (define.at:1254): ok (0m0.012s 0m0.004s)
566. macro !LET (define.at:1319): ok (0m0.004s 0m0.002s)
567. macro indexed !DO (define.at:1355): ok (0m0.001s 0m0.010s)
568. macro !DO invalid variable names (define.at:1417): ok (0m0.000s 0m0.005s)
569. macro indexed !DO reaches MITERATE (define.at:1451): ok (0m0.052s 0m0.117s)
570. !BREAK with macro indexed !DO (define.at:1535): ok (0m0.019s 0m0.046s)
571. macro list !DO (define.at:1562): ok (0m0.001s 0m0.002s)
572. macro list !DO reaches MITERATE (define.at:1583): ok (0m0.000s 0m0.000s)
573. !BREAK with macro list !DO (define.at:1619): ok (0m0.003s 0m0.015s)
574. macro !LET (define.at:1650): ok (0m0.007s 0m0.030s)
575. macro !LET invalid variable names (define.at:1670): ok (0m0.001s 0m0.000s)
576. BEGIN DATA inside a macro (define.at:1706): ok (0m0.001s 0m0.018s)
577. TITLE and SUBTITLE with macros (define.at:1729): ok (0m0.015s 0m0.030s)
578. error message within macro expansion (define.at:1747): ok (0m0.004s 0m0.093s)
579. macro calls in each others' lookahead (define.at:1763): ok (0m0.008s 0m0.162s)
580. bad token in macro body (define.at:1787): ok (0m0.002s 0m0.024s)
581. macro name overlaps with macro function name (define.at:1801): ok (0m0.002s 0m0.004s)
582. generic macro function syntax errors (define.at:1817): ok (0m0.003s 0m0.016s)
583. specific macro function syntax errors (define.at:1963): ok (0m0.001s 0m0.005s)
584. macro expression errors (define.at:2000): ok (0m0.005s 0m0.016s)
585. macro !IF errors (define.at:2038): ok (0m0.010s 0m0.012s)
586. macro !LET errors (define.at:2075): ok (0m0.013s 0m0.027s)
587. macro !DO errors (define.at:2121): ok (0m0.010s 0m0.031s)
588. macros in comments (define.at:2225): ok (0m0.015s 0m0.033s)
589. DEFINE syntax errors (define.at:2239): ok (0m0.011s 0m0.042s)
590. macro expansion with token merging (define.at:2379): ok (0m0.006s 0m0.001s)
591. one macro calls another (define.at:2442): ok (0m0.031s 0m0.025s)
592. DISPLAY MACROS (define.at:2458): ok (0m0.001s 0m0.000s)
593. DELETE VARIABLES with FILTER (delete-variables.at:20): ok (0m0.005s 0m0.106s)
594. DELETE VARIABLES with string variables (delete-variables.at:49): ok (0m0.001s 0m0.002s)
595. DELETE VARIABLES crash (delete-variables.at:68): ok (0m0.003s 0m0.036s)
596. DELETE VARIABLES crash 2 (delete-variables.at:92): ok (0m0.006s 0m0.023s)
597. DELETE VARIABLES syntax errors (delete-variables.at:109): ok (0m0.039s 0m0.060s)
598. DESCRIPTIVES basics (descriptives.at:19): ok (0m0.004s 0m0.049s)
599. DESCRIPTIVES -- excluding missing data (descriptives.at:98): ok (0m0.014s 0m0.003s)
600. DESCRIPTIVES -- including missing data (descriptives.at:114): ok (0m0.000s 0m0.007s)
601. DESCRIPTIVES -- excluding missing data listwise (descriptives.at:130): ok (0m0.003s 0m0.005s)
602. DESCRIPTIVES -- including missing data listwise (descriptives.at:146): ok (0m0.008s 0m0.019s)
603. DESCRIPTIVES bug calculating mean only (descriptives.at:162): ok (0m0.023s 0m0.019s)
604. DESCRIPTIVES bug with TEMPORARY (descriptives.at:190): ok (0m0.002s 0m0.024s)
605. DESCRIPTIVES -- Z scores (descriptives.at:217): ok (0m0.008s 0m0.025s)
606. DESCRIPTIVES -- Z scores with SPLIT FILE (descriptives.at:250): ok (0m0.030s 0m0.084s)
607. DESCRIPTIVES -- Z scores bug with TEMPORARY (descriptives.at:323): ok (0m0.003s 0m0.074s)
608. DESCRIPTIVES -- Z scores with FILTER (descriptives.at:374): ok (0m0.002s 0m0.005s)
609. DESCRIPTIVES tutorial example (descriptives.at:432): ok (0m0.012s 0m0.025s)
610. DESCRIPTIVES syntax errors (descriptives.at:450): ok (0m0.003s 0m0.014s)
611. DO IF (do-if.at:19): ok (0m0.002s 0m0.000s)
612. DO IF - negative (do-if.at:68): ok (0m0.027s 0m0.074s)
613. DO REPEAT -- simple (do-repeat.at:19): ok (0m0.023s 0m0.034s)
614. DO REPEAT -- containing BEGIN DATA (do-repeat.at:58): ok (0m0.038s 0m0.022s)
615. DO REPEAT -- dummy vars not expanded in include files (do-repeat.at:93): ok (0m0.000s 0m0.003s)
616. DO REPEAT -- nested (do-repeat.at:127): ok (0m0.016s 0m0.029s)
617. DO REPEAT -- empty (do-repeat.at:160): ok (0m0.002s 0m0.004s)
618. DO REPEAT -- missing END REPEAT (do-repeat.at:177): ok (0m0.002s 0m0.059s)
619. DO REPEAT -- syntax errors (do-repeat.at:187): ok (0m0.006s 0m0.020s)
620. EXAMINE (examine.at:19): ok (0m0.005s 0m0.006s)
621. EXAMINE -- extremes (examine.at:191): ok (0m0.009s 0m0.015s)
622. EXAMINE -- extremes with fractional weights (examine.at:252): ok (0m0.024s 0m0.025s)
623. EXAMINE -- percentiles (examine.at:329): ok (0m0.009s 0m0.044s)
624. EXAMINE -- missing values (examine.at:422): ok (0m0.016s 0m0.064s)
625. EXAMINE -- user missing values (examine.at:463): ok (0m0.000s 0m0.000s)
626. EXAMINE -- missing values and percentiles (examine.at:490): ok (0m0.003s 0m0.008s)
627. EXAMINE -- trimmed mean (examine.at:511): ok (0m0.002s 0m0.013s)
628. EXAMINE -- crash bug (examine.at:559): ok (0m0.002s 0m0.000s)
629. EXAMINE -- consecutive runs don't crash (examine.at:578): ok (0m0.003s 0m0.012s)
630. EXAMINE -- missing values don't crash (examine.at:597): ok (0m0.002s 0m0.013s)
631. EXAMINE -- single case doesn't crash (examine.at:615): ok (0m0.013s 0m0.051s)
632. EXAMINE -- all-missing data doesn't crash (examine.at:635): ok (0m0.003s 0m0.027s)
633. EXAMINE -- big input doesn't crash (examine.at:658): ok (0m0.042s 0m0.062s)
634. EXAMINE -- big input doesn't crash 2 (examine.at:679): ok (0m0.512s 0m0.034s)
635. EXAMINE -- non-numeric ID (examine.at:703): ok (0m0.018s 0m0.044s)
636. EXAMINE -- Bad Input (examine.at:762): ok (0m0.015s 0m0.057s)
637. EXAMINE -- MISSING=REPORT (examine.at:793): ok (0m0.015s 0m0.047s)
638. EXAMINE -- sample unweighted (examine.at:923): ok (0m0.002s 0m0.001s)
639. EXAMINE -- Empty Parentheses (examine.at:1067): ok (0m0.001s 0m0.011s)
640. EXAMINE -- Bad variable (examine.at:1092): ok (0m0.001s 0m0.006s)
641. EXAMINE -- Extremes vs. Missing Weights (examine.at:1116): ok (0m0.008s 0m0.011s)
642. EXAMINE tutorial example 1 (examine.at:1159): ok (0m0.008s 0m0.015s)
643. EXAMINE tutorial example 2 (examine.at:1219): ok (0m0.007s 0m0.003s)
644. EXAMINE -- Crash on unrepresentable graphs (examine.at:1253): ok (0m0.013s 0m0.005s)
645. EXAMINE -- shapiro-wilk 1 (examine.at:1271): ok (0m0.006s 0m0.005s)
646. EXAMINE -- shapiro-wilk 2 (examine.at:1327): ok (0m0.013s 0m0.039s)
647. EXAMINE syntax errors (examine.at:1367): ok (0m0.008s 0m0.007s)
648. FACTOR extraction=paf method=correlation (factor.at:19): ok (0m0.139s 0m0.036s)
649. FACTOR extraction=pc method=correlation (factor.at:1539): ok (0m0.001s 0m0.002s)
650. FACTOR empty dataset (factor.at:1800): ok (0m0.002s 0m0.079s)
651. FACTOR /ROTATION=NOROTATE (factor.at:1821): ok (0m0.005s 0m0.002s)
652. FACTOR /CRITERIA=ITERATE (factor.at:1896): ok (0m0.004s 0m0.009s)
653. FACTOR promax (factor.at:1946): ok (0m0.027s 0m0.015s)
654. FACTOR covariance matrix (factor.at:2091): ok (0m0.005s 0m0.005s)
655. FACTOR correlation matrix (factor.at:2172): ok (0m0.011s 0m0.030s)
656. FACTOR bad input (factor.at:2268): ok (0m0.028s 0m0.137s)
657. FACTOR anti-image matrix (factor.at:2301): ok (0m0.004s 0m0.020s)
658. FACTOR Kaiser-Meyer-Olkin (factor.at:2358): ok (0m0.002s 0m0.019s)
659. FACTOR syntax errors (factor.at:2404): ok (0m0.062s 0m0.046s)
660. FILE HANDLE (file-handle.at:19): ok (0m0.004s 0m0.005s)
661. FILE HANDLE syntax errors (file-handle.at:45): ok (0m0.000s 0m0.008s)
662. CLOSE FILE HANDLE (file-handle.at:150): ok (0m0.001s 0m0.001s)
663. CLOSE FILE HANDLE syntax errors (file-handle.at:197): ok (0m0.008s 0m0.019s)
664. FLIP with NEWNAMES (flip.at:19): ok (0m0.000s 0m0.000s)
665. FLIP without NEWNAMES (flip.at:68): ok (0m0.006s 0m0.042s)
666. FLIP badly formed (flip.at:106): ok (0m0.023s 0m0.064s)
667. FLIP with invalid variable names (flip.at:122): ok (0m0.008s 0m0.030s)
668. FORMATS positive tests (formats.at:19): ok (0m0.001s 0m0.000s)
669. FORMATS negative tests (formats.at:68): ok (0m0.010s 0m0.025s)
670. FREQUENCIES string variable (frequencies.at:19): ok (0m0.005s 0m0.009s)
671. FREQUENCIES with SPLIT FILE - LAYERED (frequencies.at:50): ok (0m0.004s 0m0.021s)
672. FREQUENCIES with SPLIT FILE - SEPARATE (frequencies.at:85): ok (0m0.012s 0m0.001s)
673. FREQUENCIES with SPLIT FILE - LAYERED - unsorted data (frequencies.at:161): ok (0m0.007s 0m0.019s)
674. FREQUENCIES two runs crash (frequencies.at:209): ok (0m0.006s 0m0.024s)
675. FREQUENCIES with LIMIT (frequencies.at:258): ok (0m0.005s 0m0.026s)
676. FREQUENCIES HTML output crash (frequencies.at:282): ok (0m0.011s 0m0.045s)
677. FREQUENCIES pie chart crash (frequencies.at:317): ok (0m0.019s 0m0.023s)
678. FREQUENCIES histogram crash (frequencies.at:353): ok (0m0.011s 0m0.019s)
679. FREQUENCIES median with histogram crash (frequencies.at:384): ok (0m0.008s 0m0.003s)
680. FREQUENCIES crash after TEMPORARY (frequencies.at:399): ok (0m0.008s 0m0.032s)
681. FREQUENCIES basic percentiles (frequencies.at:463): ok (0m0.005s 0m0.004s)
682. FREQUENCIES basic n-tiles (frequencies.at:483): ok (0m0.088s 0m0.016s)
683. FREQUENCIES compatibility percentiles (frequencies.at:504): ok (0m0.004s 0m0.014s)
684. FREQUENCIES enhanced percentiles (frequencies.at:546): ok (0m0.003s 0m0.011s)
685. FREQUENCIES enhanced percentiles, weighted (frequencies.at:587): ok (0m0.027s 0m0.115s)
686. FREQUENCIES enhanced percentiles, weighted (2) (frequencies.at:632): ok (0m0.027s 0m0.083s)
687. FREQUENCIES enhanced percentiles, weighted (3) (frequencies.at:675): ok (0m0.001s 0m0.003s)
688. FREQUENCIES enhanced percentiles, weighted, missing values (frequencies.at:716): ok (0m0.001s 0m0.022s)
689. FREQUENCIES dichotomous histogram (frequencies.at:762): ok (0m0.011s 0m0.005s)
690. FREQUENCIES median (frequencies.at:796): ok (0m0.003s 0m0.009s)
691. FREQUENCIES variance (frequencies.at:827): ok (0m0.002s 0m0.001s)
692. FREQUENCIES default statistics (frequencies.at:859): ok (0m0.003s 0m0.023s)
693. FREQUENCIES no valid data (frequencies.at:917): ok (0m0.053s 0m0.027s)
694. FREQUENCIES histogram no valid cases (frequencies.at:961): ok (0m0.001s 0m0.018s)
695. FREQUENCIES percentiles + histogram bug#48128 (frequencies.at:982): ok (0m0.004s 0m0.026s)
696. FREQUENCIES vs. missing weights (frequencies.at:1007): ok (0m0.001s 0m0.008s)
697. FREQUENCIES syntax errors (frequencies.at:1047): ok (0m0.008s 0m0.006s)
698. GET DATA /TYPE=PSQL (get-data-psql.at:147): skipped (get-data-psql.at:149)
699. GET DATA /TYPE=GNM with CELLRANGE (get-data-spreadsheet.at:172): ok (0m0.005s 0m0.015s)
700. GET DATA /TYPE=GNM with CELLRANGE and READNAMES (get-data-spreadsheet.at:172): ok (0m0.004s 0m0.069s)
701. GET DATA /TYPE=GNM without CELLRANGE (get-data-spreadsheet.at:172): ok (0m0.004s 0m0.012s)
702. GET DATA /TYPE=GNM with missing data (get-data-spreadsheet.at:172): ok (0m0.006s 0m0.024s)
703. GET DATA /TYPE=GNM with no options (get-data-spreadsheet.at:172): ok (0m0.002s 0m0.003s)
704. GET DATA /TYPE=GNM with empty sheet (get-data-spreadsheet.at:172): ok (0m0.021s 0m0.053s)
705. GET DATA /TYPE=GNM with nonexistent sheet (get-data-spreadsheet.at:172): ok (0m0.008s 0m0.024s)
706. GET DATA /TYPE=GNM sheet index bug (get-data-spreadsheet.at:175): ok (0m0.004s 0m0.002s)
707. GET DATA /TYPE=GNM assert-fail (get-data-spreadsheet.at:324): ok (0m0.006s 0m0.006s)
708. GET DATA /TYPE=ODS with CELLRANGE (get-data-spreadsheet.at:378): ok (0m0.006s 0m0.018s)
709. GET DATA /TYPE=ODS with CELLRANGE and READNAMES (get-data-spreadsheet.at:378): ok (0m0.009s 0m0.032s)
710. GET DATA /TYPE=ODS without CELLRANGE (get-data-spreadsheet.at:378): ok (0m0.006s 0m0.014s)
711. GET DATA /TYPE=ODS with missing data (get-data-spreadsheet.at:378): ok (0m0.014s 0m0.023s)
712. GET DATA /TYPE=ODS with no options (get-data-spreadsheet.at:378): ok (0m0.006s 0m0.019s)
713. GET DATA /TYPE=ODS with empty sheet (get-data-spreadsheet.at:378): ok (0m0.005s 0m0.014s)
714. GET DATA /TYPE=ODS with nonexistent sheet (get-data-spreadsheet.at:378): ok (0m0.005s 0m0.030s)
715. GET DATA /TYPE=ODS crash (get-data-spreadsheet.at:381): ok (0m0.006s 0m0.103s)
716. GET DATA /TYPE=ODS readnames (get-data-spreadsheet.at:397): ok (0m0.046s 0m0.095s)
717. GET DATA /TYPE=TXT with explicit delimiters (get-data-txt.at:23): ok (0m0.007s 0m0.040s)
718. GET DATA /TYPE=TXT with FIRSTCASE (get-data-txt.at:45): ok (0m0.018s 0m0.045s)
719. GET DATA /TYPE=TXT with FIRSTCASE and tab delimiter (get-data-txt.at:83): ok (0m0.008s 0m0.099s)
720. GET DATA /TYPE=TXT with multiple records per case (get-data-txt.at:132): ok (0m0.004s 0m0.019s)
721. GET DATA /TYPE=TXT with empty trailing record (get-data-txt.at:161): ok (0m0.008s 0m0.025s)
722. GET DATA /TYPE=TXT password example (get-data-txt.at:194): ok (0m0.001s 0m0.000s)
723. GET DATA /TYPE=TXT cars example (get-data-txt.at:225): ok (0m0.003s 0m0.008s)
724. GET DATA /TYPE=TXT pets example (get-data-txt.at:272): ok (0m0.000s 0m0.003s)
725. GET DATA /TYPE=TXT with IMPORTCASE (get-data-txt.at:305): ok (0m0.004s 0m0.032s)
726. GET DATA /TYPE=TXT with ENCODING subcommand (get-data-txt.at:340): ok (0m0.011s 0m0.185s)
727. GET DATA /TYPE= truncated (get-data-txt.at:358): ok (0m0.010s 0m0.017s)
728. GET DATA /TYPE=txt bug (get-data-txt.at:371): ok (0m0.005s 0m0.036s)
729. GET DATA /TYPE=txt another bug (get-data-txt.at:408): ok (0m0.002s 0m0.000s)
730. GET DATA syntax errors (get-data.at:3): ok (0m0.007s 0m0.005s)
731. GET data works in multiple procedures (get.at:21): ok (0m0.004s 0m0.001s)
732. GET nonexistent file doesn't crash (get.at:72): ok (0m0.042s 0m0.056s)
733. GET with /KEEP=ALL crashes -- uncompressed (get.at:106): ok (0m0.012s 0m0.005s)
734. GET with /KEEP=ALL crashes -- compressed (get.at:107): ok (0m0.000s 0m0.035s)
735. GET data no type (get.at:111): ok (0m0.004s 0m0.010s)
736. GLM latin square design (glm.at:19): ok (0m0.005s 0m0.242s)
737. GLM 2 by 2 factorial design (glm.at:91): ok (0m0.003s 0m0.035s)
738. GLM Type I and II Sums of Squares (glm.at:144): ok (0m0.008s 0m0.009s)
739. GLM excluded intercept (glm.at:275): ok (0m0.012s 0m0.003s)
740. GLM missing values (glm.at:347): ok (0m0.020s 0m0.022s)
741. GLM syntax errors (glm.at:475): ok (0m0.004s 0m0.001s)
742. GRAPH simple scatterplot (graph.at:19): ok (0m0.009s 0m0.025s)
743. GRAPH Scatter and Histogram (graph.at:43): ok (0m0.991s 0m0.047s)
744. GRAPH missing values don't crash (graph.at:98): ok (0m0.019s 0m0.044s)
745. GRAPH missing=VARIABLE no crash (graph.at:119): ok (0m0.034s 0m0.054s)
746. GRAPH missing value in by variable (graph.at:142): ok (0m0.030s 0m0.037s)
747. GRAPH histogram with null data (graph.at:167): ok (0m0.018s 0m0.040s)
748. GRAPH histogram all missing (graph.at:185): ok (0m0.002s 0m0.002s)
749. GRAPH barcharts (graph.at:204): ok (0m0.012s 0m0.167s)
750. GRAPH barchart arity (graph.at:233): ok (0m0.018s 0m0.044s)
751. GRAPH barchart bad syntax (graph.at:262): ok (0m0.003s 0m0.010s)
752. GRAPH barchart full (graph.at:290): ok (0m0.015s 0m0.008s)
753. GRAPH buggy syntax (graph.at:333): ok (0m0.008s 0m0.033s)
754. GRAPH barchart percentage sub-categorical (graph.at:354): ok (0m0.011s 0m0.020s)
755. GRAPH syntax errors (graph.at:439): ok (0m0.009s 0m0.114s)
756. HOST - one command (host.at:19): ok (0m0.005s 0m0.037s)
757. HOST - two commands (host.at:28): ok (0m0.000s 0m0.000s)
758. HOST - time limit (host.at:39): ok (0m0.028s 0m0.083s)
759. HOST - command failure (host.at:56): ok (0m0.001s 0m0.007s)
760. HOST - nonexistent shell (host.at:66): ok (0m0.002s 0m0.006s)
761. HOST - nonexistent command (host.at:76): ok (0m0.002s 0m0.013s)
762. HOST - output to stdout (host.at:86): ok (0m0.001s 0m0.026s)
763. HOST - output to stderr (host.at:95): ok (0m0.050s 0m0.202s)
764. HOST - input from stdin (host.at:104): ok (0m0.002s 0m0.010s)
765. HOST - zero time limit (host.at:114): ok (0m0.005s 0m0.004s)
766. HOST - signal termination (host.at:124): ok (0m0.008s 0m0.018s)
767. HOST - SAFER (host.at:134): ok (0m0.004s 0m0.010s)
768. INPUT PROGRAM invalid syntax crash (inpt-pgm.at:21): ok (0m0.011s 0m0.075s)
769. INPUT PROGRAM invalid syntax crash (inpt-pgm.at:39): ok (0m0.015s 0m0.061s)
770. INPUT PROGRAM infinite loop (inpt-pgm.at:54): ok (0m0.009s 0m0.128s)
771. INPUT PROGRAM with VECTOR and EXECUTE (inpt-pgm.at:76): ok (0m0.037s 0m0.008s)
772. INPUT PROGRAM taking shorter of two files (inpt-pgm.at:107): ok (0m0.037s 0m0.114s)
773. INPUT PROGRAM taking longer of two files (inpt-pgm.at:148): ok (0m0.008s 0m0.020s)
774. INPUT PROGRAM concatenating two files - version 1 (inpt-pgm.at:204): ok (0m0.001s 0m0.001s)
775. INPUT PROGRAM concatenating two files - version 2 (inpt-pgm.at:252): ok (0m0.005s 0m0.025s)
776. INPUT PROGRAM generating data (inpt-pgm.at:303): ok (0m0.005s 0m0.007s)
777. INPUT PROGRAM unexpected end of file (inpt-pgm.at:331): ok (0m0.013s 0m0.075s)
778. INPUT PROGRAM no variables (inpt-pgm.at:341): ok (0m0.002s 0m0.017s)
779. REREAD syntax errors (inpt-pgm.at:356): ok (0m0.002s 0m0.020s)
780. INSERT SYNTAX=INTERACTIVE (insert.at:31): ok (0m0.006s 0m0.023s)
781. INSERT SYNTAX=BATCH (insert.at:55): ok (0m0.005s 0m0.092s)
782. INSERT CD=NO (insert.at:75): ok (0m0.001s 0m0.009s)
783. INSERT CD=YES (insert.at:98): ok (0m0.008s 0m0.016s)
784. INSERT ERROR=STOP (insert.at:142): ok (0m0.000s 0m0.002s)
785. INSERT ERROR=CONTINUE (insert.at:154): ok (0m0.011s 0m0.062s)
786. INSERT nonexistent file (insert.at:178): ok (0m0.004s 0m0.006s)
787. INCLUDE full check (insert.at:199): ok (0m0.004s 0m0.026s)
788. INSERT unterminated string (insert.at:223): ok (0m0.003s 0m0.001s)
789. INSERT syntax errors (insert.at:232): ok (0m0.003s 0m0.003s)
790. LEAVE (leave.at:3): ok (0m0.001s 0m0.008s)
791. LEAVE syntax errors (leave.at:11): ok (0m0.004s 0m0.019s)
792. LIST plain cases (list.at:19): ok (0m0.002s 0m0.007s)
793. LIST numbered cases (list.at:61): ok (0m0.013s 0m0.020s)
794. LIST with split file (list.at:113): ok (0m0.019s 0m0.045s)
795. LIST lots of variables (list.at:158): ok (0m0.001s 0m0.027s)
796. LIST selected cases (list.at:184): ok (0m0.003s 0m0.000s)
797. LIST very long string (list.at:252): ok (0m0.001s 0m0.015s)
798. LIST crash on invalid input (list.at:281): ok (0m0.008s 0m0.048s)
799. LIST tutorial example (list.at:301): ok (0m0.001s 0m0.000s)
800. LIST syntax errors (list.at:329): ok (0m0.003s 0m0.010s)
801. LOGISTIC REGRESSION basic test (logistic.at:97): ok (0m0.014s 0m0.182s)
802. LOGISTIC REGRESSION missing values (logistic.at:148): ok (0m0.048s 0m0.159s)
803. LOGISTIC REGRESSION weights (logistic.at:197): ok (0m0.002s 0m0.002s)
804. LOGISTIC REGRESSION without constant (logistic.at:259): ok (0m0.000s 0m0.000s)
805. LOGISTIC REGRESSION non-dichotomous dep var (logistic.at:315): ok (0m0.004s 0m0.084s)
806. LOGISTIC REGRESSION with categorical (logistic.at:341): ok (0m0.003s 0m0.006s)
807. LOGISTIC REGRESSION with cat var 2 (logistic.at:807): ok (0m0.002s 0m0.020s)
808. LOGISTIC REGRESSION identical categories (logistic.at:1073): ok (0m0.023s 0m0.039s)
809. LOGISTIC REGRESSION missing categoricals (logistic.at:1094): ok (0m0.095s 0m0.124s)
810. LOGISTIC REGRESSION confidence interval (logistic.at:1232): ok (0m0.001s 0m0.000s)
811. LOGISTIC REGRESSION syntax errors (logistic.at:1493): ok (0m0.009s 0m0.015s)
812. LOOP with index (loop.at:29): ok (0m0.003s 0m0.005s)
813. LOOP with IF condition (loop.at:54): ok (0m0.001s 0m0.009s)
814. LOOP with END IF condition (loop.at:81): ok (0m0.004s 0m0.001s)
815. LOOP with index and IF based on index (loop.at:109): ok (0m0.004s 0m0.037s)
816. LOOP with index and END IF based on index (loop.at:131): ok (0m0.006s 0m0.004s)
817. LOOP with index and IF and END IF based on index (loop.at:155): ok (0m0.001s 0m0.003s)
818. LOOP with no conditions containing BREAK (loop.at:175): ok (0m0.004s 0m0.008s)
819. LOOP with no conditions that ends due to MXLOOPS (loop.at:204): ok (0m0.010s 0m0.014s)
820. LOOP with IF condition that ends due to MXLOOPS (loop.at:232): ok (0m0.001s 0m0.002s)
821. LOOP negative (loop.at:264): ok (0m0.005s 0m0.001s)
822. MATCH FILES -- system file and system file (match-files.at:120): ok (0m0.019s 0m0.117s)
823. MATCH FILES -- system file and active file (match-files.at:121): ok (0m0.002s 0m0.009s)
824. MATCH FILES -- active file and system file (match-files.at:122): ok (0m0.000s 0m0.006s)
825. MATCH FILES -- system file and system table (match-files.at:123): ok (0m0.002s 0m0.001s)
826. MATCH FILES -- system file and active table (match-files.at:124): ok (0m0.012s 0m0.029s)
827. MATCH FILES -- active file and system table (match-files.at:125): ok (0m0.017s 0m0.049s)
828. MATCH FILES parallel match (match-files.at:127): ok (0m0.002s 0m0.002s)
829. MATCH FILES bug with TABLE from active dataset (match-files.at:154): ok (0m0.004s 0m0.003s)
830. MATCH FILES bug with scratch variables (match-files.at:186): ok (0m0.006s 0m0.048s)
831. MATCH FILES with different string widths (match-files.at:218): ok (0m0.000s 0m0.000s)
832. MATCH FILES syntax errors (match-files.at:247): ok (0m0.004s 0m0.061s)
833. MATCH FILES incompatible encoding warning (match-files.at:409): ok (0m0.013s 0m0.068s)
834. MATRIX DATA - LOWER DIAGONAL with ROWTYPE_ (matrix-data.at:20): ok (0m0.014s 0m0.041s)
835. MATRIX DATA - UPPER DIAGONAL with ROWTYPE_ (matrix-data.at:59): ok (0m0.005s 0m0.060s)
836. MATRIX DATA - FULL with ROWTYPE_ (matrix-data.at:91): ok (0m0.003s 0m0.082s)
837. MATRIX DATA - UPPER NODIAGONAL with ROWTYPE_ (matrix-data.at:125): ok (0m0.037s 0m0.120s)
838. MATRIX DATA - UPPER NODIAGONAL with ROWTYPE_ - 2 (matrix-data.at:157): ok (0m0.005s 0m0.004s)
839. MATRIX DATA - LOWER NODIAGONAL with ROWTYPE_ (matrix-data.at:194): ok (0m0.007s 0m0.012s)
840. MATRIX DATA - split data (matrix-data.at:230): ok (0m0.002s 0m0.003s)
841. MATRIX DATA - split data - 2 (matrix-data.at:299): ok (0m0.005s 0m0.019s)
842. MATRIX DATA - factor variables (matrix-data.at:357): ok (0m0.006s 0m0.000s)
843. MATRIX DATA - factors and splits (matrix-data.at:394): ok (0m0.003s 0m0.058s)
844. MATRIX DATA - bad ROWTYPE_ (matrix-data.at:459): ok (0m0.003s 0m0.019s)
845. MATRIX DATA - unexpected ROWTYPE_ (matrix-data.at:480): ok (0m0.004s 0m0.009s)
846. MATRIX DATA - bad number (matrix-data.at:525): ok (0m0.010s 0m0.084s)
847. MATRIX DATA - long variable names (matrix-data.at:553): ok (0m0.011s 0m0.003s)
848. MATRIX DATA - read integrity (matrix-data.at:585): ok (0m0.058s 0m0.013s)
849. MATRIX DATA - too many rows (matrix-data.at:662): ok (0m0.008s 0m0.002s)
850. MATRIX DATA - too few rows (matrix-data.at:709): ok (0m0.028s 0m0.026s)
851. MATRIX DATA - badly formed (matrix-data.at:760): ok (0m0.003s 0m0.000s)
852. MATRIX DATA - N subcommand (matrix-data.at:790): ok (0m0.058s 0m0.056s)
853. MATRIX DATA - N subcommand - 2 (matrix-data.at:824): ok (0m0.012s 0m0.033s)
854. MATRIX DATA - crash (matrix-data.at:864): ok (0m0.006s 0m0.017s)
855. MATRIX DATA - LOWER DIAGONAL without ROWTYPE_ (matrix-data.at:886): ok (0m0.003s 0m0.004s)
856. MATRIX DATA - extraneous data without ROWTYPE_ (matrix-data.at:924): ok (0m0.004s 0m0.012s)
857. MATRIX DATA - Split variables with explicit values without ROWTYPE_ (matrix-data.at:965): ok (0m0.001s 0m0.008s)
858. MATRIX DATA - Split variable with sequential values without ROWTYPE_ (matrix-data.at:1023): ok (0m0.004s 0m0.018s)
859. MATRIX DATA - Factor variables grouping within-cell records by factor without ROWTYPE_ (matrix-data.at:1081): ok (0m0.004s 0m0.025s)
860. MATRIX DATA - Factor variables grouping within-cell records by row type without ROWTYPE_ (matrix-data.at:1120): ok (0m0.004s 0m0.000s)
861. MATRIX DATA - syntax errors (matrix-data.at:1158): ok (0m0.000s 0m0.008s)
862. MATRIX DATA - plus and minus as delimiters (matrix-data.at:1278): ok (0m0.021s 0m0.027s)
863. Matrix reader - negative tests (matrix-reader.at:3): ok (0m0.005s 0m0.003s)
864. MATRIX - empty matrices (matrix.at:3): ok (0m0.001s 0m0.004s)
865. MATRIX - submatrices as rvalues - all columns or all rows (matrix.at:32): ok (0m0.005s 0m0.008s)
866. MATRIX - COMPUTE submatrices as lvalues (matrix.at:192): ok (0m0.005s 0m0.001s)
867. MATRIX - COMPUTE submatrices as lvalues - negative (matrix.at:282): ok (0m0.014s 0m0.013s)
868. MATRIX - subvectors as rvalues (matrix.at:471): ok (0m0.003s 0m0.014s)
869. MATRIX - COMPUTE subvectors as lvalues (matrix.at:586): ok (0m0.056s 0m0.141s)
870. MATRIX - COMPUTE subvectors as lvalues - negative (matrix.at:667): ok (0m0.022s 0m0.179s)
871. MATRIX - COMPUTE - negative (matrix.at:928): ok (0m0.020s 0m0.083s)
872. MATRIX - elementwise arithmetic operators (matrix.at:956): ok (0m0.013s 0m0.034s)
873. MATRIX - relational operators (matrix.at:1136): ok (0m0.018s 0m0.017s)
874. MATRIX - logical operators (matrix.at:1323): ok (0m0.004s 0m0.055s)
875. MATRIX - matrix operators (matrix.at:1434): ok (0m0.010s 0m0.032s)
876. MATRIX - sequences and construction (matrix.at:1549): ok (0m0.006s 0m0.036s)
877. MATRIX - comments (matrix.at:1670): ok (0m0.011s 0m0.012s)
878. MATRIX - string matrices (matrix.at:1688): ok (0m0.003s 0m0.001s)
879. MATRIX - ABS ALL ANY ARSIN ARTAN (matrix.at:1701): ok (0m0.007s 0m0.007s)
880. MATRIX - BLOCK CHOL CMAX CMIN COS (matrix.at:1749): ok (0m0.004s 0m0.024s)
881. MATRIX - CSSQ CSUM DESIGN DET DIAG (matrix.at:1798): ok (0m0.002s 0m0.006s)
882. MATRIX - EVAL EXP GINV GRADE GSCH (matrix.at:1838): ok (0m0.005s 0m0.012s)
883. MATRIX - IDENT INV KRONEKER LG10 LN (matrix.at:1915): ok (0m0.016s 0m0.027s)
884. MATRIX - MAGIC (matrix.at:1992): ok (0m0.013s 0m0.041s)
885. MATRIX - MAKE MDIAG MMAX MMIN MOD (matrix.at:2085): ok (0m0.003s 0m0.066s)
886. MATRIX - MSSQ MSUM NCOL NROW RANK (matrix.at:2165): ok (0m0.001s 0m0.001s)
887. MATRIX - RESHAPE RMAX RMIN RND RNKORDER (matrix.at:2213): ok (0m0.036s 0m0.032s)
888. MATRIX - RSSQ RSUM SIN SOLVE SQRT (matrix.at:2302): ok (0m0.006s 0m0.075s)
889. MATRIX - SSCP SVAL SWEEP TRACE TRANSPOS TRUNC (matrix.at:2374): ok (0m0.001s 0m0.000s)
890. MATRIX - UNIFORM (matrix.at:2509): ok (0m0.007s 0m0.027s)
891. MATRIX - invalid function arguments (matrix.at:2525): ok (0m0.006s 0m0.011s)
892. MATRIX - invalid number function arguments (matrix.at:2603): ok (0m0.001s 0m0.000s)
893. MATRIX - CALL SETDIAG (matrix.at:2632): ok (0m0.011s 0m0.032s)
894. MATRIX - CALL EIGEN (matrix.at:2693): ok (0m0.007s 0m0.037s)
895. MATRIX - CALL SVD (matrix.at:2726): ok (0m0.009s 0m0.038s)
896. MATRIX - PRINT (matrix.at:2757): ok (0m0.007s 0m0.039s)
897. MATRIX - PRINT - negative (matrix.at:2892): ok (0m0.001s 0m0.010s)
898. MATRIX - DO IF (matrix.at:2944): ok (0m0.012s 0m0.026s)
899. MATRIX - unbounded LOOP (matrix.at:2992): ok (0m0.002s 0m0.014s)
900. MATRIX - indexed or conditional LOOP (matrix.at:3038): ok (0m0.006s 0m0.003s)
901. MATRIX - BREAK outside LOOP (matrix.at:3213): ok (0m0.004s 0m0.012s)
902. MATRIX - READ (matrix.at:3226): ok (0m0.003s 0m0.005s)
903. MATRIX - READ - negative (matrix.at:3364): ok (0m0.007s 0m0.003s)
904. MATRIX - WRITE (matrix.at:3569): ok (0m0.006s 0m0.028s)
905. MATRIX - WRITE - negative (matrix.at:3606): ok (0m0.002s 0m0.000s)
906. MATRIX - GET (matrix.at:3756): ok (0m0.001s 0m0.000s)
907. MATRIX - GET - negative (matrix.at:3908): ok (0m0.004s 0m0.011s)
908. MATRIX - SAVE (matrix.at:4006): ok (0m0.012s 0m0.046s)
909. MATRIX - SAVE - inline (matrix.at:4038): ok (0m0.001s 0m0.000s)
910. MATRIX - SAVE - negative (matrix.at:4077): ok (0m0.004s 0m0.008s)
911. MATRIX - MGET (matrix.at:4141): ok (0m0.004s 0m0.007s)
912. MATRIX - MGET with split variables (matrix.at:4197): ok (0m0.013s 0m0.018s)
913. MATRIX - MGET with factor variables (matrix.at:4273): ok (0m0.011s 0m0.019s)
914. MATRIX - MGET with factor and split variables (matrix.at:4344): ok (0m0.006s 0m0.003s)
915. MATRIX - MGET with TYPE (matrix.at:4421): ok (0m0.008s 0m0.024s)
916. MATRIX - MGET - negative - parsing (matrix.at:4462): ok (0m0.007s 0m0.000s)
917. MATRIX - MGET - missing VARNAME_ and ROWTYPE_ (matrix.at:4498): ok (0m0.034s 0m0.047s)
918. MATRIX - MGET - wrong format for VARNAME_ and ROWTYPE_ (matrix.at:4516): ok (0m0.002s 0m0.000s)
919. MATRIX - MGET - wrong order for VARNAME_ and ROWTYPE_ (matrix.at:4536): ok (0m0.012s 0m0.080s)
920. MATRIX - MGET - no continuous variables (matrix.at:4553): ok (0m0.034s 0m0.054s)
921. MATRIX - MGET - unexpected string variables (matrix.at:4569): ok (0m0.005s 0m0.031s)
922. MATRIX - MGET - unknown ROWTYPE_ (matrix.at:4586): ok (0m0.001s 0m0.012s)
923. MATRIX - MGET - duplicate matrix variable name (matrix.at:4602): ok (0m0.004s 0m0.016s)
924. MATRIX - MGET - missing values in input (matrix.at:4624): ok (0m0.012s 0m0.041s)
925. MATRIX - MSAVE (matrix.at:4657): ok (0m0.005s 0m0.015s)
926. MATRIX - MSAVE with factor variables (matrix.at:4685): ok (0m0.009s 0m0.019s)
927. MATRIX - MSAVE with split variables (matrix.at:4724): ok (0m0.003s 0m0.007s)
928. MATRIX - MSAVE with factor and split variables (matrix.at:4763): ok (0m0.024s 0m0.092s)
929. MATRIX - MSAVE - negative (matrix.at:4791): ok (0m0.000s 0m0.000s)
930. MATRIX - DISPLAY (matrix.at:5032): ok (0m0.010s 0m0.011s)
931. MATRIX - DISPLAY - negative (matrix.at:5056): ok (0m0.007s 0m0.011s)
932. MATRIX - RELEASE (matrix.at:5069): ok (0m0.000s 0m0.012s)
933. MATRIX - RELEASE - negative (matrix.at:5088): ok (0m0.001s 0m0.001s)
934. MCONVERT (mconvert.at:19): ok (0m0.005s 0m0.007s)
935. MCONVERT from .sav file (mconvert.at:51): ok (0m0.008s 0m0.013s)
936. MCONVERT to .sav file (mconvert.at:87): ok (0m0.016s 0m0.065s)
937. MCONVERT from .sav file to .sav file (mconvert.at:134): ok (0m0.005s 0m0.038s)
938. MCONVERT with APPEND (mconvert.at:179): ok (0m0.002s 0m0.002s)
939. MCONVERT negative test (mconvert.at:217): ok (0m0.000s 0m0.012s)
940. MEANS simple (means.at:19): ok (0m0.003s 0m0.007s)
941. MEANS very simple (means.at:54): ok (0m0.003s 0m0.003s)
942. MEANS empty factor spec (means.at:100): ok (0m0.033s 0m0.077s)
943. MEANS parser bug (means.at:121): ok (0m0.013s 0m0.047s)
944. MEANS default missing behaviour (means.at:140): ok (0m0.006s 0m0.044s)
945. MEANS two way (means.at:216): ok (0m0.014s 0m0.210s)
946. MEANS unbalanced (means.at:303): ok (0m0.002s 0m0.007s)
947. MEANS three way (means.at:349): ok (0m0.003s 0m0.002s)
948. MEANS three way string (means.at:415): ok (0m0.005s 0m0.001s)
949. MEANS multiple tables (means.at:482): ok (0m0.009s 0m0.008s)
950. MEANS multi variable (means.at:592): ok (0m0.006s 0m0.035s)
951. MEANS multi combination (means.at:684): ok (0m0.002s 0m0.019s)
952. MEANS clean up (means.at:904): ok (0m0.003s 0m0.018s)
953. MEANS control all missing (means.at:926): ok (0m0.009s 0m0.086s)
954. MEANS missing classes (means.at:955): ok (0m0.010s 0m0.007s)
955. MEANS split (means.at:1046): ok (0m0.011s 0m0.088s)
956. MEANS formats (means.at:1091): ok (0m0.013s 0m0.098s)
957. MEANS syntax errors (means.at:1123): ok (0m0.005s 0m0.003s)
958. MISSING VALUES valid cases (missing-values.at:19): ok (0m0.019s 0m0.017s)
959. MISSING VALUES invalid cases (missing-values.at:147): ok (0m0.003s 0m0.006s)
960. MISSING VALUES syntax errors (missing-values.at:212): ok (0m0.009s 0m0.013s)
961. MRSETS add, display, delete (mrsets.at:128): ok (0m0.006s 0m0.005s)
962. MRSETS read and write (mrsets.at:200): ok (0m0.006s 0m0.028s)
963. MRSETS syntax errors (mrsets.at:214): ok (0m0.002s 0m0.000s)
964. NPAR TESTS BINOMIAL P < 0.5; N1/N2 < 1 (npar.at:19): ok (0m0.004s 0m0.024s)
965. NPAR TESTS BINOMIAL P < 0.5; N1/N2 > 1 (npar.at:44): ok (0m0.005s 0m0.000s)
966. NPAR TESTS BINOMIAL P < 0.5; N1/N2 = 1 (npar.at:69): ok (0m0.050s 0m0.094s)
967. NPAR TESTS BINOMIAL P > 0.5; N1/N2 < 1 (npar.at:94): ok (0m0.013s 0m0.048s)
968. NPAR TESTS BINOMIAL P > 0.5; N1/N2 > 1 (npar.at:119): ok (0m0.008s 0m0.041s)
969. NPAR TESTS BINOMIAL P > 0.5; N1/N2 = 1 (npar.at:143): ok (0m0.007s 0m0.095s)
970. NPAR TESTS BINOMIAL P = 0.5; N1/N2 < 1 (npar.at:167): ok (0m0.002s 0m0.004s)
971. NPAR TESTS BINOMIAL P = 0.5; N1/N2 > 1 (npar.at:192): ok (0m0.001s 0m0.010s)
972. NPAR TESTS BINOMIAL P = 0.5; N1/N2 = 1 (npar.at:216): ok (0m0.002s 0m0.012s)
973. NPAR TESTS BINOMIAL P = 0.5; N1/N2 = 1 Cutpoint (npar.at:241): ok (0m0.004s 0m0.094s)
974. NPAR TESTS BINOMIAL P = 0.5; N1/N2 = 1 Named values (npar.at:267): ok (0m0.002s 0m0.010s)
975. NPAR TESTS BINOMIAL - crash (npar.at:296): ok (0m0.008s 0m0.045s)
976. NPAR TESTS CHISQUARE (npar.at:315): ok (0m0.007s 0m0.035s)
977. NPAR TESTS CHISQUARE expected values missing (npar.at:397): ok (0m0.000s 0m0.011s)
978. NPAR TESTS CHISQUARE with DESCRIPTIVES (npar.at:428): ok (0m0.007s 0m0.019s)
979. NPAR TESTS CHISQUARE, listwise missing (npar.at:479): ok (0m0.007s 0m0.012s)
980. NPAR TESTS WILCOXON (npar.at:530): ok (0m0.000s 0m0.000s)
981. NPAR TESTS WILCOXON with missing values (npar.at:578): ok (0m0.018s 0m0.015s)
982. NPAR TESTS SIGN (npar.at:626): ok (0m0.005s 0m0.005s)
983. NPAR Kruskal-Wallis test (npar.at:670): ok (0m0.008s 0m0.041s)
984. NPAR Kruskal-Wallis multiple-variables (npar.at:803): ok (0m0.006s 0m0.000s)
985. NPAR TESTS Runs (npar.at:870): ok (0m0.004s 0m0.035s)
986. NPAR TESTS Runs (2) (npar.at:958): ok (0m0.003s 0m0.023s)
987. NPAR TESTS Friedman (npar.at:981): ok (0m0.005s 0m0.000s)
988. NPAR TESTS Mann-Whitney (npar.at:1020): ok (0m0.039s 0m0.096s)
989. NPAR TESTS Mann-Whitney Multiple (npar.at:1082): ok (0m0.022s 0m0.189s)
990. NPAR TESTS Cochran (npar.at:1135): ok (0m0.004s 0m0.032s)
991. NPAR TESTS Kendall (npar.at:1183): ok (0m0.023s 0m0.092s)
992. NPAR TESTS McNemar (npar.at:1248): ok (0m0.003s 0m0.019s)
993. NPAR TESTS McNemar Symetricity (npar.at:1302): ok (0m0.009s 0m0.013s)
994. NPAR TESTS Kolmogorov-Smirnov Uniform parameters given (npar.at:1346): ok (0m0.004s 0m0.005s)
995. NPAR TESTS Kolmogorov-Smirnov Normal parameters imputed (npar.at:1383): ok (0m0.007s 0m0.025s)
996. NPAR TESTS Median Test (median imputed) (npar.at:1587): ok (0m0.003s 0m0.002s)
997. NPAR TESTS Median Test (median given) (npar.at:1652): ok (0m0.013s 0m0.025s)
998. NPAR TESTS Median Test (two sample) (npar.at:1715): ok (0m0.003s 0m0.023s)
999. NPAR TESTS Jonckheere-Terpstra (npar.at:1781): ok (0m0.007s 0m0.006s)
1000. NPAR TESTS (PAIRED) (npar.at:1824): ok (0m0.008s 0m0.044s)
1001. NPAR TESTS CHISQUARE crash (npar.at:1861): ok (0m0.004s 0m0.012s)
1002. NPAR TESTS - crash on invalid syntax (npar.at:1890): ok (0m0.004s 0m0.023s)
1003. NPAR TESTS - crash on unterminated string (npar.at:1914): ok (0m0.005s 0m0.004s)
1004. NPAR TESTS - syntax errors (npar.at:1935): ok (0m0.004s 0m0.001s)
1005. NUMERIC (numeric.at:3): ok (0m0.003s 0m0.006s)
1006. NUMERIC syntax errors (numeric.at:20): ok (0m0.004s 0m0.000s)
1007. ONEWAY basic operation (oneway.at:19): ok (0m0.013s 0m0.038s)
1008. ONEWAY with splits (oneway.at:90): ok (0m0.001s 0m0.007s)
1009. ONEWAY with missing values (oneway.at:200): ok (0m0.005s 0m0.019s)
1010. ONEWAY descriptives subcommand (oneway.at:306): ok (0m0.002s 0m0.002s)
1011. ONEWAY homogeneity subcommand (oneway.at:356): ok (0m0.009s 0m0.027s)
1012. ONEWAY multiple variables (oneway.at:402): ok (0m0.005s 0m0.008s)
1013. ONEWAY vs. weights (oneway.at:511): ok (0m0.034s 0m0.123s)
1014. ONEWAY posthoc LSD and BONFERRONI (oneway.at:583): ok (0m0.028s 0m0.043s)
1015. ONEWAY posthoc Tukey HSD and Games-Howell (oneway.at:666): ok (0m0.073s 0m0.057s)
1016. ONEWAY posthoc Sidak (oneway.at:724): ok (0m0.001s 0m0.009s)
1017. ONEWAY posthoc Scheffe (oneway.at:785): ok (0m0.001s 0m0.022s)
1018. ONEWAY bad contrast count (oneway.at:868): ok (0m0.014s 0m0.086s)
1019. ONEWAY crash on single category independent variable (oneway.at:942): ok (0m0.009s 0m0.021s)
1020. ONEWAY crash on missing dependent variable (oneway.at:964): ok (0m0.005s 0m0.012s)
1021. ONEWAY Games-Howell test with few cases (oneway.at:993): ok (0m0.000s 0m0.000s)
1022. ONEWAY Crash on empty data (oneway.at:1016): ok (0m0.001s 0m0.007s)
1023. ONEWAY Crash on invalid dependent variable (oneway.at:1039): ok (0m0.003s 0m0.009s)
1024. ONEWAY Crash on unterminated string (oneway.at:1060): ok (0m0.002s 0m0.043s)
1025. ONEWAY contrast bug (oneway.at:1080): ok (0m0.004s 0m0.004s)
1026. ONEWAY syntax errors (oneway.at:1146): ok (0m0.004s 0m0.018s)
1027. OUTPUT MODIFY syntax errors (output.at:3): ok (0m0.004s 0m0.019s)
1028. PERMISSIONS (permissions.at:19): ok (0m0.007s 0m0.018s)
1029. PERMISSIONS - bad syntax (permissions.at:45): ok (0m0.002s 0m0.005s)
1030. PRINT SPACE without arguments (print-space.at:19): ok (0m0.012s 0m0.011s)
1031. PRINT SPACE with number (print-space.at:38): ok (0m0.005s 0m0.006s)
1032. PRINT SPACE to file (print-space.at:59): ok (0m0.004s 0m0.003s)
1033. PRINT SPACE to file with number (print-space.at:80): ok (0m0.055s 0m0.004s)
1034. PRINT SPACE syntax errors (print-space.at:103): ok (0m0.001s 0m0.000s)
1035. PRINT SPACE evaluation errors (print-space.at:130): ok (0m0.005s 0m0.000s)
1036. PRINT numeric variables (print.at:36): ok (0m0.019s 0m0.055s)
1037. PRINT string variables (print.at:93): ok (0m0.007s 0m0.127s)
1038. PRINT to file (print.at:120): ok (0m0.005s 0m0.078s)
1039. PRINT crash bug (print.at:165): ok (0m0.009s 0m0.010s)
1040. WRITE to file (print.at:188): ok (0m0.004s 0m0.034s)
1041. PRINT overwrites file (print.at:231): ok (0m0.007s 0m0.066s)
1042. PRINT overwrites file atomically (print.at:247): ok (0m0.002s 0m0.011s)
1043. PRINT to same file being read (print.at:265): ok (0m0.006s 0m0.002s)
1044. PRINT to special file (print.at:281): ok (0m0.006s 0m0.019s)
1045. PRINT with special line ends (print.at:310): ok (0m0.016s 0m0.100s)
1046. PRINT syntax errors (print.at:343): ok (0m0.006s 0m0.000s)
1047. QUICK CLUSTER with small data set (quick-cluster.at:19): ok (0m0.004s 0m0.007s)
1048. QUICK CLUSTER with large data set (quick-cluster.at:61): ok (0m0.046s 0m0.065s)
1049. QUICK CLUSTER with weights (quick-cluster.at:91): ok (0m0.006s 0m0.018s)
1050. QUICK CLUSTER with listwise missing (quick-cluster.at:133): ok (0m0.008s 0m0.025s)
1051. QUICK CLUSTER with pairwise missing (quick-cluster.at:172): ok (0m0.007s 0m0.009s)
1052. QUICK CLUSTER crash on bad cluster quantity (quick-cluster.at:245): ok (0m0.000s 0m0.000s)
1053. QUICK CLUSTER infinite loop on bad command name (quick-cluster.at:262): ok (0m0.005s 0m0.009s)
1054. QUICK CLUSTER /PRINT subcommand (quick-cluster.at:281): ok (0m0.011s 0m0.003s)
1055. QUICK CLUSTER -- Empty Parentheses (quick-cluster.at:434): ok (0m0.007s 0m0.082s)
1056. QUICK CLUSTER with save (quick-cluster.at:454): ok (0m0.043s 0m0.069s)
1057. QUICK CLUSTER with single save (quick-cluster.at:508): ok (0m0.011s 0m0.112s)
1058. QUICK CLUSTER crash on bizarre input (quick-cluster.at:563): ok (0m0.005s 0m0.080s)
1059. QUICK CLUSTER syntax errors (quick-cluster.at:591): ok (0m0.009s 0m0.055s)
1060. RANK simple case with defaults (rank.at:19): ok (0m0.008s 0m0.022s)
1061. RANK multiple variables with defaults (rank.at:57): ok (0m0.002s 0m0.003s)
1062. RANK with RANK, RFRACTION, N (rank.at:84): ok (0m0.012s 0m0.017s)
1063. RANK with SAVAGE, PERCENT, PROPORTION, NTILES (rank.at:149): ok (0m0.010s 0m0.019s)
1064. RANK with SPLIT FILE (rank.at:202): ok (0m0.000s 0m0.005s)
1065. RANK with fractional ranks (rank.at:286): ok (0m0.000s 0m0.000s)
1066. RANK all-ties due to tiny weights (rank.at:330): ok (0m0.003s 0m0.029s)
1067. RANK and TEMPORARY (rank.at:399): ok (0m0.002s 0m0.009s)
1068. RANK variable name fallback (rank.at:451): ok (0m0.010s 0m0.031s)
1069. RANK robust variable name creation (rank.at:487): ok (0m0.009s 0m0.004s)
1070. RANK handling of invalid input (rank.at:538): ok (0m0.001s 0m0.012s)
1071. RANK syntax errors (rank.at:564): ok (0m0.007s 0m0.018s)
1072. RECODE numeric to numeric, without INTO (recode.at:37): ok (0m0.004s 0m0.027s)
1073. RECODE numeric to numeric, with INTO, without COPY (recode.at:79): ok (0m0.004s 0m0.001s)
1074. RECODE numeric to numeric, with INTO, with COPY (recode.at:111): ok (0m0.009s 0m0.009s)
1075. RECODE string to string, with INTO, without COPY (recode.at:144): ok (0m0.002s 0m0.004s)
1076. RECODE string to string (recode.at:172): ok (0m0.003s 0m0.000s)
1077. RECODE string to numeric (recode.at:200): ok (0m0.011s 0m0.030s)
1078. RECODE numeric to string (recode.at:226): ok (0m0.004s 0m0.000s)
1079. RECODE bug in COPY (recode.at:252): ok (0m0.007s 0m0.020s)
1080. RECODE bug in COPY with INTO (recode.at:283): ok (0m0.003s 0m0.001s)
1081. RECODE increased string widths (recode.at:316): ok (0m0.013s 0m0.060s)
1082. RECODE crash on invalid dest variable (recode.at:355): ok (0m0.017s 0m0.042s)
1083. RECODE syntax errors (recode.at:377): ok (0m0.006s 0m0.167s)
1084. LINEAR REGRESSION - basic (regression.at:19): ok (0m0.005s 0m0.147s)
1085. LINEAR REGRESSION - one save (regression.at:78): ok (0m0.011s 0m0.055s)
1086. LINEAR REGRESSION - SAVE vs SPLITS (regression.at:151): ok (0m0.020s 0m0.025s)
1087. LINEAR REGRESSION multiple dependent variables (regression.at:244): ok (0m0.008s 0m0.024s)
1088. LINEAR REGRESSION test of QR decomposition (regression.at:276): ok (0m0.014s 0m0.003s)
1089. LINEAR REGRESSION no crash on all missing (regression.at:1809): ok (0m0.011s 0m0.018s)
1090. LINEAR REGRESSION missing dependent variable (regression.at:1835): ok (0m0.006s 0m0.024s)
1091. LINEAR REGRESSION with invalid syntax (and empty dataset) (regression.at:1892): ok (0m0.011s 0m0.011s)
1092. LINEAR REGRESSION coefficient confidence interval (regression.at:1912): ok (0m0.009s 0m0.006s)
1093. LINEAR REGRESSION crash with long string variables (regression.at:2154): ok (0m0.005s 0m0.012s)
1094. LINEAR REGRESSION -- Empty Parentheses (regression.at:2204): ok (0m0.008s 0m0.109s)
1095. LINEAR REGRESSION varibles on ENTER subcommand (regression.at:2229): ok (0m0.003s 0m0.007s)
1096. LINEAR REGRESSION /ORIGIN (regression.at:2285): ok (0m0.024s 0m0.004s)
1097. REGRESSION tutorial example (regression.at:2342): ok (0m0.003s 0m0.001s)
1098. LINEAR REGRESSION vif (regression.at:2388): ok (0m0.008s 0m0.041s)
1099. REGRESSION syntax errors (regression.at:2464): ok (0m0.005s 0m0.020s)
1100. RELIABILITY (reliability.at:19): ok (0m0.037s 0m0.015s)
1101. RELIABILITY bad syntax (reliability.at:278): ok (0m0.001s 0m0.044s)
1102. RELIABILITY bad syntax 2 (reliability.at:298): ok (0m0.001s 0m0.000s)
1103. RELIABILITY crash with no data (reliability.at:313): ok (0m0.012s 0m0.086s)
1104. RELIABILITY tutorial example (reliability.at:331): ok (0m0.039s 0m0.084s)
1105. RELIABILITY syntax errors (reliability.at:358): ok (0m0.006s 0m0.111s)
1106. RENAME VARIABLES (rename-variables.at:19): ok (0m0.005s 0m0.031s)
1107. RENAME VARIABLES -- multiple sets (rename-variables.at:64): ok (0m0.001s 0m0.014s)
1108. RENAME VARIABLES -- invalid syntax 1 (rename-variables.at:93): ok (0m0.003s 0m0.021s)
1109. RENAME VARIABLES -- invalid syntax 2 (rename-variables.at:107): ok (0m0.000s 0m0.017s)
1110. RENAME VARIABLES -- invalid syntax 3 (rename-variables.at:123): ok (0m0.009s 0m0.024s)
1111. ROC free distribution (roc.at:19): ok (0m0.011s 0m0.033s)
1112. ROC negative exponential distribution (roc.at:70): ok (0m0.014s 0m0.059s)
1113. ROC with anomaly (roc.at:129): ok (0m0.003s 0m0.005s)
1114. ROC crash on no state variable (roc.at:187): ok (0m0.007s 0m0.019s)
1115. ROC crash on invalid syntax (roc.at:204): ok (0m0.010s 0m0.004s)
1116. ROC syntax errors (roc.at:221): ok (0m0.012s 0m0.018s)
1117. SAMPLE (sample.at:19): ok (0m0.006s 0m0.024s)
1118. CSV output -- defaults (save-translate.at:39): ok (0m0.002s 0m0.000s)
1119. CSV output -- recode missing, delete unselected (save-translate.at:48): ok (0m0.002s 0m0.005s)
1120. CSV output -- var names, formats (save-translate.at:56): ok (0m0.060s 0m0.074s)
1121. CSV output -- comma as decimal point (save-translate.at:67): ok (0m0.005s 0m0.033s)
1122. CSV output -- custom delimiter, qualifier (save-translate.at:77): ok (0m0.008s 0m0.000s)
1123. CSV output -- KEEP, RENAME quoted (save-translate.at:88): ok (0m0.004s 0m0.023s)
1124. CSV output -- KEEP, RENAME multi quoted (save-translate.at:99): ok (0m0.006s 0m0.014s)
1125. CSV output -- KEEP, RENAME bad name (save-translate.at:117): ok (0m0.001s 0m0.000s)
1126. TAB output (save-translate.at:157): ok (0m0.001s 0m0.002s)
1127. SAVE TRANSLATE syntax errors (save-translate.at:167): ok (0m0.059s 0m0.155s)
1128. IMPORT and EXPORT (save.at:19): ok (0m0.005s 0m0.022s)
1129. SAVE -- delete unselected (save.at:47): ok (0m0.019s 0m0.143s)
1130. SAVE RENAME with TO (save.at:75): ok (0m0.009s 0m0.003s)
1131. FILTER (select-if.at:19): ok (0m0.004s 0m0.015s)
1132. SET FORMAT to invalid output format (set.at:20): ok (0m0.002s 0m0.021s)
1133. SET crash on invalid cc (set.at:46): ok (0m0.006s 0m0.023s)
1134. SET MXWARNS (set.at:60): ok (0m0.001s 0m0.005s)
1135. SET MXWARNS special case zero (set.at:96): ok (0m0.032s 0m0.067s)
1136. SET macro - MEXPAND MPRINT MITERATE MNEST (set.at:130): ok (0m0.004s 0m0.028s)
1137. SET syntax errors (set.at:160): ok (0m0.004s 0m0.004s)
1138. PRESERVE of SET FORMAT (set.at:421): ok (0m0.007s 0m0.024s)
1139. SHOW N (show.at:19): ok (0m0.004s 0m0.004s)
1140. SHOW N empty (show.at:37): ok (0m0.002s 0m0.023s)
1141. SHOW ENVIRONMENT (show.at:47): ok (0m0.003s 0m0.003s)
1142. sort 500 cases (100 unique) with 2 buffers (sort-cases.at:64): ok (0m0.003s 0m0.028s)
1143. sort 500 cases (100 unique) with 3 buffers (sort-cases.at:65): ok (0m0.003s 0m0.009s)
1144. sort 500 cases (100 unique) with 4 buffers (sort-cases.at:66): ok (0m0.001s 0m0.000s)
1145. sort 500 cases (100 unique) with 5 buffers (sort-cases.at:67): ok (0m0.004s 0m0.009s)
1146. sort 500 cases (100 unique) with 10 buffers (sort-cases.at:68): ok (0m0.001s 0m0.007s)
1147. sort 500 cases (100 unique) with 50 buffers (sort-cases.at:69): ok (0m0.004s 0m0.008s)
1148. sort 500 cases (100 unique) with 100 buffers (sort-cases.at:70): ok (0m0.013s 0m0.011s)
1149. sort 500 cases (100 unique) (sort-cases.at:71): ok (0m0.006s 0m0.063s)
1150. sort 1000 cases (100 unique) with 2 buffers (sort-cases.at:73): ok (0m0.006s 0m0.013s)
1151. sort 1000 cases (100 unique) with 3 buffers (sort-cases.at:74): ok (0m0.059s 0m0.003s)
1152. sort 1000 cases (100 unique) with 5 buffers (sort-cases.at:75): ok (0m0.010s 0m0.030s)
1153. sort 1000 cases (100 unique) (sort-cases.at:76): ok (0m0.010s 0m0.039s)
1154. sort 5000 cases (1000 unique) with 5 buffers (sort-cases.at:78): ok (0m0.073s 0m0.027s)
1155. sort 5000 cases (1000 unique) with 50 buffers (sort-cases.at:79): ok (0m0.030s 0m0.080s)
1156. sort 5000 cases (1000 unique) (sort-cases.at:80): ok (0m0.017s 0m0.034s)
1157. sort 10000 cases (100 unique) with 3 buffers (sort-cases.at:82): ok (0m0.107s 0m0.132s)
1158. sort 10000 cases (100 unique) with 5 buffers (sort-cases.at:83): ok (0m0.151s 0m0.042s)
1159. sort 10000 cases (100 unique) (sort-cases.at:84): ok (0m0.060s 0m0.115s)
1160. sort 50000 cases (10000 unique) with 500 buffers (sort-cases.at:86): ok (0m0.067s 0m0.009s)
1161. sort 50000 cases (sort-cases.at:88): ok (0m0.088s 0m0.025s)
1162. SORT CASES preserves filtered cases (sort-cases.at:91): ok (0m0.003s 0m0.002s)
1163. SORT CASES syntax errors (sort-cases.at:139): ok (0m0.004s 0m0.009s)
1164. SORT VARIABLES (sort-variables.at:19): ok (0m0.126s 0m0.392s)
1165. SORT VARIABLES syntax errors (sort-variables.at:80): ok (0m0.005s 0m0.000s)
1166. SPLIT FILE - basic test (split-file.at:19): ok (0m0.011s 0m0.000s)
1167. SPLIT FILE - vs procedures (split-file.at:73): ok (0m0.008s 0m0.000s)
1168. SPLIT FILE - split variable limit (split-file.at:136): ok (0m0.002s 0m0.005s)
1169. SPLIT FILE - SHOW SPLIT and SPLIT FILE OFF (split-file.at:149): ok (0m0.004s 0m0.000s)
1170. STRING (string.at:3): ok (0m0.004s 0m0.000s)
1171. STRING syntax errors (string.at:20): ok (0m0.004s 0m0.000s)
1172. SYSFILE INFO (sys-file-info.at:19): ok (0m0.004s 0m0.000s)
1173. DISPLAY FILE LABEL (sys-file-info.at:67): ok (0m0.007s 0m0.000s)
1174. DISPLAY SCRATCH (sys-file-info.at:89): ok (0m0.001s 0m0.000s)
1175. DISPLAY INDEX (sys-file-info.at:105): ok (0m0.001s 0m0.000s)
1176. DISPLAY NAMES (sys-file-info.at:118): ok (0m0.001s 0m0.000s)
1177. DISPLAY LABELS (sys-file-info.at:131): ok (0m0.013s 0m0.000s)
1178. T-TEST /PAIRS (t-test.at:19): ok (0m0.021s 0m0.000s)
1179. T-TEST /PAIRS with per-analysis missing values (t-test.at:59): ok (0m0.012s 0m0.000s)
1180. T-TEST /PAIRS with listwise missing values (t-test.at:124): ok (0m0.014s 0m0.000s)
1181. T-TEST weighted paired bug (t-test.at:192): ok (0m0.004s 0m0.000s)
1182. T-TEST /PAIRS bug (t-test.at:234): ok (0m0.009s 0m0.000s)
1183. T-TEST /GROUPS (t-test.at:270): ok (0m0.025s 0m0.075s)
1184. T-TEST /GROUPS with one value for independent variable (t-test.at:320): ok (0m0.001s 0m0.004s)
1185. T-TEST /GROUPS with per-analysis missing values (t-test.at:371): ok (0m0.012s 0m0.015s)
1186. T-TEST /GROUPS with listwise missing values (t-test.at:431): ok (0m0.010s 0m0.064s)
1187. T-TEST /TESTVAL (t-test.at:491): ok (0m0.002s 0m0.001s)
1188. T-TEST /TESTVAL with per-analysis missing values (t-test.at:524): ok (0m0.030s 0m0.044s)
1189. T-TEST /TESTVAL with listwise missing values (t-test.at:577): ok (0m0.012s 0m0.013s)
1190. T-TEST wih TEMPORARY transformation (t-test.at:630): ok (0m0.011s 0m0.024s)
1191. T-TEST tutorial example (t-test.at:688): ok (0m0.000s 0m0.000s)
1192. T-TEST invalid syntax (t-test.at:716): ok (0m0.002s 0m0.024s)
1193. T-TEST string variable (t-test.at:743): ok (0m0.004s 0m0.002s)
1194. T-TEST string variable, only one value (t-test.at:791): ok (0m0.005s 0m0.017s)
1195. T-TEST string variable comparison bug (t-test.at:819): ok (0m0.001s 0m0.090s)
1196. T-TEST wrong group (t-test.at:861): ok (0m0.006s 0m0.011s)
1197. T-TEST non number p value (t-test.at:882): ok (0m0.009s 0m0.002s)
1198. T-TEST unterminated string - paired (t-test.at:901): ok (0m0.011s 0m0.025s)
1199. T-TEST syntax errors (t-test.at:921): ok (0m0.002s 0m0.002s)
1200. TEMPORARY as first transformation (temporary.at:20): ok (0m0.009s 0m0.017s)
1201. FILE LABEL and (ADD) DOCUMENT (title.at:19): ok (0m0.020s 0m0.066s)
1202. TITLE and SUBTITLE (title.at:131): ok (0m0.016s 0m0.027s)
1203. UPDATE sav with sav (update.at:88): ok (0m0.021s 0m0.264s)
1204. UPDATE sav with inline (update.at:89): ok (0m0.018s 0m0.060s)
1205. UPDATE inline with sav (update.at:90): ok (0m0.001s 0m0.022s)
1206. UPDATE syntax errors (update.at:94): ok (0m0.002s 0m0.120s)
1207. VALUE LABELS date formats (value-labels.at:19): ok (0m0.004s 0m0.004s)
1208. VALUE LABELS with new-line (value-labels.at:43): ok (0m0.009s 0m0.118s)
1209. VALUE LABELS with new-line in system file (value-labels.at:77): ok (0m0.003s 0m0.022s)
1210. VALUE LABELS invalid syntax bug (value-labels.at:118): ok (0m0.009s 0m0.130s)
1211. VALUE LABELS trailing `/' bug (value-labels.at:138): ok (0m0.008s 0m0.024s)
1212. VARIABLE LABELS (variable-labels.at:3): ok (0m0.004s 0m0.002s)
1213. variable display attribute commands (variable-display.at:19): ok (0m0.003s 0m0.017s)
1214. variable display attribute syntax errors (variable-display.at:42): ok (0m0.008s 0m0.014s)
1215. variable level inference and SCALEMIN (variable-display.at:133): ok (0m0.001s 0m0.008s)
1216. variable labels (variable-display.at:229): ok (0m0.006s 0m0.044s)
1217. VECTOR short form (vector.at:19): ok (0m0.000s 0m0.014s)
1218. VECTOR short form with format specification (vector.at:36): ok (0m0.007s 0m0.038s)
1219. VECTOR short form in INPUT PROGRAM (vector.at:57): ok (0m0.004s 0m0.049s)
1220. VECTOR long form (vector.at:77): ok (0m0.010s 0m0.058s)
1221. VECTOR syntax errors (vector.at:104): ok (0m0.039s 0m0.039s)
1222. WEIGHT (weight.at:19): ok (0m0.005s 0m0.000s)
1223. ABT -- insert-any-remove-any (abt.at:25): ok (0m0.017s 0m0.017s)
1224. ABT -- insert-any-remove-same (abt.at:26): ok (0m0.047s 0m0.002s)
1225. ABT -- insert-any-remove-reverse (abt.at:27): ok (0m0.000s 0m0.000s)
1226. ABT -- random-sequence (abt.at:28): ok (0m0.386s 0m0.000s)
1227. ABT -- insert-ordered (abt.at:29): ok (0m0.063s 0m0.003s)
1228. ABT -- moved (abt.at:30): ok (0m0.056s 0m0.005s)
1229. ABT -- changed (abt.at:31): ok (0m0.034s 0m0.016s)
1230. BT -- insert-any-remove-any (bt.at:25): ok (0m0.000s 0m0.000s)
1231. BT -- insert-any-remove-same (bt.at:26): ok (0m0.025s 0m0.000s)
1232. BT -- insert-any-remove-reverse (bt.at:27): ok (0m0.022s 0m0.006s)
1233. BT -- random-sequence (bt.at:28): ok (0m0.170s 0m0.002s)
1234. BT -- insert-ordered (bt.at:29): ok (0m0.021s 0m0.000s)
1235. BT -- find-ge-le (bt.at:30): ok (0m0.000s 0m0.000s)
1236. BT -- moved (bt.at:31): ok (0m0.029s 0m0.001s)
1237. BT -- changed (bt.at:32): ok (0m0.000s 0m0.000s)
1238. ASCII (encoding-guesser.at:19): ok (0m0.002s 0m0.048s)
1239. UTF-8 (encoding-guesser.at:25): ok (0m0.048s 0m0.203s)
1240. UTF-8 starting with ASCII (encoding-guesser.at:32): ok (0m0.008s 0m0.027s)
1241. UTF-16 with big-endian byte order mark (encoding-guesser.at:39): ok (0m0.001s 0m0.003s)
1242. UTF-16 with little-endian byte order mark (encoding-guesser.at:46): ok (0m0.005s 0m0.110s)
1243. UTF-16BE (encoding-guesser.at:53): ok (0m0.003s 0m0.098s)
1244. UTF-16BE starting with U+0100 (encoding-guesser.at:62): ok (0m0.003s 0m0.005s)
1245. UTF-16LE (encoding-guesser.at:69): ok (0m0.000s 0m0.001s)
1246. UTF-16LE starting with U+0100 (encoding-guesser.at:78): ok (0m0.003s 0m0.036s)
1247. UTF-32 with big-endian byte order mark (encoding-guesser.at:85): ok (0m0.003s 0m0.038s)
1248. UTF-32 with little-endian byte order mark (encoding-guesser.at:92): ok (0m0.001s 0m0.046s)
1249. UTF-32BE (encoding-guesser.at:99): ok (0m0.007s 0m0.016s)
1250. UTF-32LE (encoding-guesser.at:106): ok (0m0.012s 0m0.078s)
1251. ISO-8859-1 (encoding-guesser.at:113): ok (0m0.009s 0m0.031s)
1252. GB-18030 with byte order mark (encoding-guesser.at:121): ok (0m0.005s 0m0.033s)
1253. UTF-EBCDIC with byte order mark (encoding-guesser.at:129): ok (0m0.005s 0m0.057s)
1254. EUC-JP as Auto,EUC-JP (encoding-guesser.at:137): ok (0m0.016s 0m0.036s)
1255. EUC-JP starting with ASCII as Auto,EUC-JP (encoding-guesser.at:145): ok (0m0.009s 0m0.053s)
1256. UTF-8 with character split across input buffers (encoding-guesser.at:153): ok (0m0.007s 0m0.018s)
1257. windows-1252 as Auto,UTF-8 (encoding-guesser.at:161): ok (0m0.004s 0m0.018s)
1258. floating point format conversions (float-format.at:19): ok (0m0.009s 0m0.013s)
1259. heap -- insert-no-dups-delete-min (heap.at:24): ok (0m0.000s 0m0.008s)
1260. heap -- insert-with-dups-delete-min (heap.at:25): ok (0m0.000s 0m0.000s)
1261. heap -- insert-no-dups-delete-random (heap.at:26): ok (0m0.000s 0m0.000s)
1262. heap -- inc-dec (heap.at:27): ok (0m0.000s 0m0.000s)
1263. heap -- random-insert-delete (heap.at:28): ok (0m0.019s 0m0.003s)
1264. hmap -- insert-any-remove-any-random-hash (hmap.at:24): ok (0m0.000s 0m0.000s)
1265. hmap -- insert-any-remove-any-identity-hash (hmap.at:25): ok (0m0.000s 0m0.000s)
1266. hmap -- insert-any-remove-any-constant-hash (hmap.at:26): ok (0m0.000s 0m0.000s)
1267. hmap -- insert-any-remove-same-random-hash (hmap.at:27): ok (0m0.000s 0m0.000s)
1268. hmap -- insert-any-remove-same-identity-hash (hmap.at:28): ok (0m0.018s 0m0.000s)
1269. hmap -- insert-any-remove-same-constant-hash (hmap.at:29): ok (0m0.015s 0m0.002s)
1270. hmap -- insert-any-remove-reverse-random-hash (hmap.at:30): ok (0m0.000s 0m0.000s)
1271. hmap -- insert-any-remove-reverse-identity-hash (hmap.at:31): ok (0m0.000s 0m0.000s)
1272. hmap -- insert-any-remove-reverse-constant-hash (hmap.at:32): ok (0m0.000s 0m0.000s)
1273. hmap -- random-sequence-random-hash (hmap.at:33): ok (0m0.000s 0m0.000s)
1274. hmap -- random-sequence-identity-hash (hmap.at:34): ok (0m0.000s 0m0.000s)
1275. hmap -- random-sequence-constant-hash (hmap.at:35): ok (0m0.000s 0m0.000s)
1276. hmap -- insert-ordered-random-hash (hmap.at:36): ok (0m0.000s 0m0.000s)
1277. hmap -- insert-ordered-identity-hash (hmap.at:37): ok (0m0.000s 0m0.000s)
1278. hmap -- insert-ordered-constant-hash (hmap.at:38): ok (0m0.004s 0m0.000s)
1279. hmap -- moved-random-hash (hmap.at:39): ok (0m0.036s 0m0.002s)
1280. hmap -- moved-identity-hash (hmap.at:40): ok (0m0.013s 0m0.000s)
1281. hmap -- moved-constant-hash (hmap.at:41): ok (0m0.002s 0m0.003s)
1282. hmap -- changed-random-hash (hmap.at:42): ok (0m0.000s 0m0.000s)
1283. hmap -- changed-identity-hash (hmap.at:43): ok (0m0.033s 0m0.020s)
1284. hmap -- changed-constant-hash (hmap.at:44): ok (0m0.000s 0m0.000s)
1285. hmap -- swap-random-hash (hmap.at:45): ok (0m0.000s 0m0.000s)
1286. hmap -- clear (hmap.at:46): ok (0m0.000s 0m0.000s)
1287. hmap -- destroy-null (hmap.at:47): ok (0m0.000s 0m0.000s)
1288. hmap -- shrink-empty (hmap.at:48): ok (0m0.003s 0m0.006s)
1289. hmapx -- insert-any-remove-any-random-hash (hmapx.at:24): ok (0m0.000s 0m0.000s)
1290. hmapx -- insert-any-remove-any-identity-hash (hmapx.at:25): ok (0m0.000s 0m0.000s)
1291. hmapx -- insert-any-remove-any-constant-hash (hmapx.at:26): ok (0m0.000s 0m0.000s)
1292. hmapx -- insert-any-remove-same-random-hash (hmapx.at:27): ok (0m0.000s 0m0.000s)
1293. hmapx -- insert-any-remove-same-identity-hash (hmapx.at:28): ok (0m0.011s 0m0.002s)
1294. hmapx -- insert-any-remove-same-constant-hash (hmapx.at:29): ok (0m0.004s 0m0.000s)
1295. hmapx -- insert-any-remove-reverse-random-hash (hmapx.at:30): ok (0m0.014s 0m0.000s)
1296. hmapx -- insert-any-remove-reverse-identity-hash (hmapx.at:31): ok (0m0.000s 0m0.000s)
1297. hmapx -- insert-any-remove-reverse-constant-hash (hmapx.at:32): ok (0m0.000s 0m0.000s)
1298. hmapx -- random-sequence-random-hash (hmapx.at:33): ok (0m0.029s 0m0.000s)
1299. hmapx -- random-sequence-identity-hash (hmapx.at:34): ok (0m0.044s 0m0.003s)
1300. hmapx -- random-sequence-constant-hash (hmapx.at:35): ok (0m0.000s 0m0.000s)
1301. hmapx -- insert-ordered-random-hash (hmapx.at:36): ok (0m0.092s 0m0.010s)
1302. hmapx -- insert-ordered-identity-hash (hmapx.at:37): ok (0m0.000s 0m0.049s)
1303. hmapx -- insert-ordered-constant-hash (hmapx.at:38): ok (0m0.000s 0m0.000s)
1304. hmapx -- moved-random-hash (hmapx.at:39): ok (0m0.029s 0m0.002s)
1305. hmapx -- moved-identity-hash (hmapx.at:40): ok (0m0.000s 0m0.000s)
1306. hmapx -- moved-constant-hash (hmapx.at:41): ok (0m0.000s 0m0.000s)
1307. hmapx -- changed-random-hash (hmapx.at:42): ok (0m0.000s 0m0.000s)
1308. hmapx -- changed-identity-hash (hmapx.at:43): ok (0m0.019s 0m0.002s)
1309. hmapx -- changed-constant-hash (hmapx.at:44): ok (0m0.018s 0m0.004s)
1310. hmapx -- change-random-hash (hmapx.at:45): ok (0m0.020s 0m0.004s)
1311. hmapx -- change-identity-hash (hmapx.at:46): ok (0m0.000s 0m0.000s)
1312. hmapx -- change-constant-hash (hmapx.at:47): ok (0m0.021s 0m0.015s)
1313. hmapx -- swap-random-hash (hmapx.at:48): ok (0m0.000s 0m0.000s)
1314. hmapx -- clear (hmapx.at:49): ok (0m0.038s 0m0.013s)
1315. hmapx -- destroy-null (hmapx.at:50): ok (0m0.000s 0m0.000s)
1316. hmapx -- shrink-empty (hmapx.at:51): ok (0m0.000s 0m0.000s)
1317. convert reflexively (i18n.at:34): ok (0m0.012s 0m0.021s)
1318. convert without any change (i18n.at:35): ok (0m0.004s 0m0.046s)
1319. convert from ISO-8859-1 to UTF-8 (i18n.at:37): ok (0m0.005s 0m0.006s)
1320. convert from UTF-8 to ISO-8859-1 (i18n.at:39): ok (0m0.003s 0m0.020s)
1321. convert invalid UTF-8 to ISO-8859-1 (i18n.at:43): ok (0m0.004s 0m0.006s)
1322. convert truncated UTF-8 to ISO-8559-1 (i18n.at:46): ok (0m0.009s 0m0.016s)
1323. convert dropped final character in windows-1258 (i18n.at:51): ok (0m0.002s 0m0.073s)
1324. convert from ISO-8859-1 to UTF-8 with overflow (i18n.at:56): ok (0m0.008s 0m0.075s)
1325. convert unknown encoding (i18n.at:60): ok (0m0.007s 0m0.053s)
1326. truncate "abc" to 6 bytes in UTF-8 (i18n.at:90): ok (0m0.008s 0m0.032s)
1327. truncate "" + "xyz" to 6 bytes in UTF-8 (i18n.at:91): ok (0m0.001s 0m0.000s)
1328. truncate "" to 6 bytes in UTF-8 (i18n.at:92): ok (0m0.001s 0m0.079s)
1329. truncate "abcdefghij" to 6 bytes in UTF-8 (i18n.at:93): ok (0m0.004s 0m0.011s)
1330. truncate "" + "tuvwxyz" to 6 bytes in UTF-8 (i18n.at:94): ok (0m0.003s 0m0.012s)
1331. truncate "abc" + "xyz" to 6 bytes in UTF-8 (i18n.at:96): ok (0m0.003s 0m0.014s)
1332. truncate "abcd" + "xyz" to 6 bytes in UTF-8 (i18n.at:97): ok (0m0.006s 0m0.070s)
1333. truncate "abc" + "uvwxyz" to 6 bytes in UTF-8 (i18n.at:98): ok (0m0.026s 0m0.080s)
1334. truncate "x\342\203\236" + "y" to 0 bytes in UTF-8 (i18n.at:102): ok (0m0.021s 0m0.111s)
1335. truncate "x\342\203\236" + "y" to 1 bytes in UTF-8 (i18n.at:103): ok (0m0.002s 0m0.005s)
1336. truncate "x\342\203\236" + "y" to 2 bytes in UTF-8 (i18n.at:104): ok (0m0.021s 0m0.076s)
1337. truncate "x\342\203\236" + "y" to 3 bytes in UTF-8 (i18n.at:105): ok (0m0.001s 0m0.003s)
1338. truncate "x\342\203\236" + "y" to 4 bytes in UTF-8 (i18n.at:106): ok (0m0.005s 0m0.024s)
1339. truncate "x\342\203\236" + "y" to 5 bytes in UTF-8 (i18n.at:107): ok (0m0.006s 0m0.022s)
1340. truncate "\303\251\303\250\303\244" + "xyz" to 0 bytes in ISO-8859-1 (i18n.at:110): ok (0m0.047s 0m0.090s)
1341. truncate "\303\251\303\250\303\244" + "xyz" to 1 bytes in ISO-8859-1 (i18n.at:111): ok (0m0.005s 0m0.019s)
1342. truncate "\303\251\303\250\303\244" + "xyz" to 2 bytes in ISO-8859-1 (i18n.at:112): ok (0m0.024s 0m0.043s)
1343. truncate "\303\251\303\250\303\244" + "xyz" to 3 bytes in ISO-8859-1 (i18n.at:113): ok (0m0.009s 0m0.039s)
1344. truncate "\303\251\303\250\303\244" + "xyz" to 4 bytes in ISO-8859-1 (i18n.at:114): ok (0m0.021s 0m0.050s)
1345. truncate "\303\251\303\250\303\244" + "xyz" to 5 bytes in ISO-8859-1 (i18n.at:116): ok (0m0.006s 0m0.104s)
1346. truncate "\303\251\303\250\303\244" + "xyz" to 6 bytes in ISO-8859-1 (i18n.at:118): ok (0m0.006s 0m0.002s)
1347. read ASCII (line-reader.at:19): ok (0m0.006s 0m0.028s)
1348. read UTF-8 (line-reader.at:28): ok (0m0.009s 0m0.004s)
1349. read EUC-JP (line-reader.at:36): ok (0m0.012s 0m0.053s)
1350. read ASCII as Auto (line-reader.at:45): ok (0m0.009s 0m0.112s)
1351. read UTF-8 as Auto (line-reader.at:53): ok (0m0.002s 0m0.149s)
1352. read ISO-8859-1 as Auto,ISO-8859-1 (line-reader.at:62): ok (0m0.032s 0m0.127s)
1353. read UTF-16BE as Auto,UTF-16BE (line-reader.at:74): ok (0m0.002s 0m0.004s)
1354. read EUC-JP as Auto,EUC-JP (line-reader.at:83): ok (0m0.038s 0m0.008s)
1355. ll -- push-pop (ll.at:25): ok (0m0.000s 0m0.000s)
1356. ll -- insert-remove (ll.at:26): ok (0m0.000s 0m0.000s)
1357. ll -- swap (ll.at:27): ok (0m0.000s 0m0.000s)
1358. ll -- swap-range (ll.at:28): ok (0m0.000s 0m0.000s)
1359. ll -- remove-range (ll.at:29): ok (0m0.000s 0m0.008s)
1360. ll -- remove-equal (ll.at:30): ok (0m0.010s 0m0.006s)
1361. ll -- remove-if (ll.at:31): ok (0m0.000s 0m0.000s)
1362. ll -- moved (ll.at:32): ok (0m0.002s 0m0.003s)
1363. ll -- find-equal (ll.at:33): ok (0m0.000s 0m0.002s)
1364. ll -- find-if (ll.at:34): ok (0m0.000s 0m0.000s)
1365. ll -- find-adjacent-equal (ll.at:35): ok (0m0.000s 0m0.000s)
1366. ll -- count-range (ll.at:36): ok (0m0.000s 0m0.066s)
1367. ll -- count-equal (ll.at:37): ok (0m0.000s 0m0.007s)
1368. ll -- count-if (ll.at:38): ok (0m0.000s 0m0.000s)
1369. ll -- min-max (ll.at:39): ok (0m0.004s 0m0.000s)
1370. ll -- lexicographical-compare-3way (ll.at:40): ok (0m0.002s 0m0.000s)
1371. ll -- apply (ll.at:41): ok (0m0.004s 0m0.000s)
1372. ll -- reverse (ll.at:42): ok (0m0.001s 0m0.000s)
1373. ll -- permutations-no-dups (ll.at:43): ok (0m0.000s 0m0.003s)
1374. ll -- permutations-with-dups (ll.at:44): ok (0m0.028s 0m0.000s)
1375. ll -- merge-no-dups (ll.at:45): ok (0m0.000s 0m0.000s)
1376. ll -- merge-with-dups (ll.at:46): ok (0m0.020s 0m0.001s)
1377. ll -- sort-exhaustive (ll.at:47): ok (0m0.000s 0m0.000s)
1378. ll -- sort-stable (ll.at:48): ok (0m0.006s 0m0.004s)
1379. ll -- sort-subset (ll.at:49): ok (0m0.000s 0m0.000s)
1380. ll -- sort-big (ll.at:50): ok (0m0.039s 0m0.002s)
1381. ll -- unique (ll.at:51): ok (0m0.000s 0m0.000s)
1382. ll -- sort-unique (ll.at:52): ok (0m0.033s 0m0.002s)
1383. ll -- insert-ordered (ll.at:53): ok (0m0.008s 0m0.000s)
1384. ll -- partition (ll.at:54): ok (0m0.002s 0m0.005s)
1385. llx -- push-pop (llx.at:25): ok (0m0.000s 0m0.000s)
1386. llx -- insert-remove (llx.at:26): ok (0m0.002s 0m0.004s)
1387. llx -- swap (llx.at:27): ok (0m0.001s 0m0.001s)
1388. llx -- swap-range (llx.at:28): ok (0m0.011s 0m0.006s)
1389. llx -- remove-range (llx.at:29): ok (0m0.000s 0m0.000s)
1390. llx -- remove-equal (llx.at:30): ok (0m0.009s 0m0.002s)
1391. llx -- remove-if (llx.at:31): ok (0m0.000s 0m0.000s)
1392. llx -- find-equal (llx.at:32): ok (0m0.000s 0m0.000s)
1393. llx -- find (llx.at:33): ok (0m0.000s 0m0.000s)
1394. llx -- find-if (llx.at:34): ok (0m0.002s 0m0.002s)
1395. llx -- find-adjacent-equal (llx.at:35): ok (0m0.000s 0m0.000s)
1396. llx -- count-range (llx.at:36): ok (0m0.000s 0m0.000s)
1397. llx -- count-equal (llx.at:37): ok (0m0.000s 0m0.005s)
1398. llx -- count-if (llx.at:38): ok (0m0.000s 0m0.004s)
1399. llx -- min-max (llx.at:39): ok (0m0.000s 0m0.000s)
1400. llx -- lexicographical-compare-3way (llx.at:40): ok (0m0.000s 0m0.000s)
1401. llx -- apply (llx.at:41): ok (0m0.000s 0m0.000s)
1402. llx -- destroy (llx.at:42): ok (0m0.000s 0m0.000s)
1403. llx -- reverse (llx.at:43): ok (0m0.000s 0m0.008s)
1404. llx -- permutations-no-dups (llx.at:44): ok (0m0.000s 0m0.000s)
1405. llx -- permutations-with-dups (llx.at:45): ok (0m0.055s 0m0.020s)
1406. llx -- merge-no-dups (llx.at:46): ok (0m0.000s 0m0.000s)
1407. llx -- merge-with-dups (llx.at:47): ok (0m0.065s 0m0.000s)
1408. llx -- sort-exhaustive (llx.at:48): ok (0m0.000s 0m0.000s)
1409. llx -- sort-stable (llx.at:49): ok (0m0.000s 0m0.000s)
1410. llx -- sort-subset (llx.at:50): ok (0m0.008s 0m0.000s)
1411. llx -- sort-big (llx.at:51): ok (0m0.000s 0m0.000s)
1412. llx -- unique (llx.at:52): ok (0m0.000s 0m0.000s)
1413. llx -- sort-unique (llx.at:53): ok (0m0.018s 0m0.000s)
1414. llx -- insert-ordered (llx.at:54): ok (0m0.000s 0m0.000s)
1415. llx -- partition (llx.at:55): ok (0m0.014s 0m0.014s)
1416. llx -- allocation-failure (llx.at:56): ok (0m0.000s 0m0.000s)
1417. range-map -- insert (range-map.at:24): ok (0m0.067s 0m0.012s)
1418. range-map -- delete-contiguous (range-map.at:25): ok (0m0.033s 0m0.007s)
1419. range-map -- delete-gaps (range-map.at:26): ok (0m0.019s 0m0.001s)
1420. range-set -- insert (range-set.at:24): ok (0m0.103s 0m0.001s)
1421. range-set -- delete (range-set.at:25): ok (0m0.037s 0m0.000s)
1422. range-set -- allocate (range-set.at:26): ok (0m0.000s 0m0.000s)
1423. range-set -- allocate-fully (range-set.at:27): ok (0m0.000s 0m0.000s)
1424. range-set -- pool (range-set.at:28): ok (0m0.000s 0m0.000s)
1425. range-set -- destroy-null (range-set.at:29): ok (0m0.000s 0m0.000s)
1426. range-tower -- set1 (range-tower.at:25): ok (0m0.111s 0m0.000s)
1427. range-tower -- set0 (range-tower.at:26): ok (0m0.094s 0m0.000s)
1428. range-tower -- insert0 (range-tower.at:27): ok (0m0.153s 0m0.001s)
1429. range-tower -- insert1 (range-tower.at:28): ok (0m0.142s 0m0.001s)
1430. range-tower -- delete (range-tower.at:29): ok (0m0.155s 0m0.030s)
1431. range-tower -- move (range-tower.at:30): ok (0m0.602s 0m0.258s)
1432. range-tower -- pool (range-tower.at:31): ok (0m0.000s 0m0.000s)
1433. range-tower -- destroy-null (range-tower.at:32): ok (0m0.000s 0m0.007s)
1434. sparse array -- random-insert-delete (sparse-array.at:25): ok (0m0.157s 0m0.002s)
1435. sparse array -- insert and delete with strides (sparse-array.at:27): ok (0m0.202s 0m0.001s)
1436. in-memory sparse_xarray (sparse-xarray-test.at:58): ok (0m0.063s 0m0.025s)
1437. on-disk sparse_xarray max-memory-rows=0 (sparse-xarray-test.at:75): ok (0m0.036s 0m0.148s)
1438. on-disk sparse_xarray max-memory-rows=1 (sparse-xarray-test.at:76): ok (0m0.006s 0m0.001s)
1439. on-disk sparse_xarray max-memory-rows=2 (sparse-xarray-test.at:77): ok (0m0.037s 0m0.255s)
1440. copying between in-memory sparse_xarrays (sparse-xarray-test.at:79): ok (0m0.010s 0m0.025s)
1441. copying between on-disk sparse_xarrays max-memory-rows=0 (sparse-xarray-test.at:100): ok (0m0.010s 0m0.071s)
1442. copying between on-disk sparse_xarrays max-memory-rows=1 (sparse-xarray-test.at:101): ok (0m0.067s 0m0.222s)
1443. 26-adic string formatting (str.at:19): ok (0m0.000s 0m0.009s)
1444. string map -- insert-any-remove-any (string-map.at:25): ok (0m0.000s 0m0.000s)
1445. string map -- insert-any-remove-same (string-map.at:26): ok (0m0.000s 0m0.000s)
1446. string map -- insert-any-remove-reverse (string-map.at:27): ok (0m0.000s 0m0.000s)
1447. string map -- random-sequence (string-map.at:28): ok (0m0.016s 0m0.000s)
1448. string map -- replace (string-map.at:29): ok (0m0.000s 0m0.000s)
1449. string map -- insert-ordered (string-map.at:30): ok (0m0.000s 0m0.000s)
1450. string map -- clear (string-map.at:31): ok (0m0.000s 0m0.000s)
1451. string map -- clone (string-map.at:32): ok (0m0.011s 0m0.023s)
1452. string map -- swap (string-map.at:33): ok (0m0.000s 0m0.000s)
1453. string map -- node-swap-value (string-map.at:34): ok (0m0.000s 0m0.004s)
1454. string map -- insert-map (string-map.at:35): ok (0m0.000s 0m0.000s)
1455. string map -- replace-map (string-map.at:36): ok (0m0.000s 0m0.000s)
1456. string map -- get-keys-and-values (string-map.at:37): ok (0m0.000s 0m0.000s)
1457. string map -- destroy-null (string-map.at:38): ok (0m0.000s 0m0.000s)
1458. case-insensitive string map -- insert-any-remove-any (stringi-map.at:25): ok (0m0.925s 0m0.045s)
1459. case-insensitive string map -- insert-any-remove-same (stringi-map.at:26): ok (0m0.621s 0m0.009s)
1460. case-insensitive string map -- insert-any-remove-reverse (stringi-map.at:27): ok (0m0.654s 0m0.126s)
1461. case-insensitive string map -- random-sequence (stringi-map.at:28): ok (0m1.341s 0m0.062s)
1462. case-insensitive string map -- replace (stringi-map.at:29): ok (0m0.022s 0m0.004s)
1463. case-insensitive string map -- insert-ordered (stringi-map.at:30): ok (0m0.019s 0m0.017s)
1464. case-insensitive string map -- clear (stringi-map.at:31): ok (0m0.005s 0m0.006s)
1465. case-insensitive string map -- clone (stringi-map.at:32): ok (0m0.001s 0m0.000s)
1466. case-insensitive string map -- swap (stringi-map.at:33): ok (0m0.024s 0m0.148s)
1467. case-insensitive string map -- node-swap-value (stringi-map.at:34): ok (0m0.003s 0m0.042s)
1468. case-insensitive string map -- insert-map (stringi-map.at:35): ok (0m0.045s 0m0.028s)
1469. case-insensitive string map -- replace-map (stringi-map.at:36): ok (0m0.033s 0m0.008s)
1470. case-insensitive string map -- get-keys-and-values (stringi-map.at:37): ok (0m0.005s 0m0.002s)
1471. case-insensitive string map -- destroy-null (stringi-map.at:38): ok (0m0.008s 0m0.045s)
1472. string set -- insert-any-remove-any (string-set.at:25): ok (0m0.062s 0m0.000s)
1473. string set -- insert-any-remove-same (string-set.at:26): ok (0m0.024s 0m0.000s)
1474. string set -- insert-any-remove-reverse (string-set.at:27): ok (0m0.043s 0m0.001s)
1475. string set -- random-sequence (string-set.at:28): ok (0m0.000s 0m0.000s)
1476. string set -- insert-ordered (string-set.at:29): ok (0m0.000s 0m0.000s)
1477. string set -- union (string-set.at:30): ok (0m0.000s 0m0.000s)
1478. string set -- union-and-intersection (string-set.at:31): ok (0m0.000s 0m0.000s)
1479. string set -- intersect (string-set.at:32): ok (0m0.000s 0m0.000s)
1480. string set -- subtract (string-set.at:33): ok (0m0.000s 0m0.000s)
1481. string set -- swap (string-set.at:34): ok (0m0.015s 0m0.000s)
1482. string set -- clear (string-set.at:35): ok (0m0.000s 0m0.000s)
1483. string set -- clone (string-set.at:36): ok (0m0.029s 0m0.005s)
1484. string set -- destroy-null (string-set.at:37): ok (0m0.000s 0m0.000s)
1485. case-insensitive string set -- insert-any-remove-any (stringi-set.at:25): ok (0m0.919s 0m0.043s)
1486. case-insensitive string set -- insert-any-remove-same (stringi-set.at:26): ok (0m0.621s 0m0.052s)
1487. case-insensitive string set -- insert-any-remove-reverse (stringi-set.at:27): ok (0m0.736s 0m0.002s)
1488. case-insensitive string set -- random-sequence (stringi-set.at:28): ok (0m1.962s 0m0.068s)
1489. case-insensitive string set -- insert-ordered (stringi-set.at:29): ok (0m0.000s 0m0.035s)
1490. case-insensitive string set -- union (stringi-set.at:30): ok (0m0.323s 0m0.007s)
1491. case-insensitive string set -- union-and-intersection (stringi-set.at:31): ok (0m0.266s 0m0.032s)
1492. case-insensitive string set -- intersect (stringi-set.at:32): ok (0m0.171s 0m0.008s)
1493. case-insensitive string set -- subtract (stringi-set.at:33): ok (0m0.244s 0m0.002s)
1494. case-insensitive string set -- swap (stringi-set.at:34): ok (0m0.225s 0m0.156s)
1495. case-insensitive string set -- clear (stringi-set.at:35): ok (0m0.119s 0m0.001s)
1496. case-insensitive string set -- clone (stringi-set.at:36): ok (0m0.000s 0m0.017s)
1497. case-insensitive string set -- destroy-null (stringi-set.at:37): ok (0m0.004s 0m0.000s)
1498. tower -- insert (tower.at:24): ok (0m0.000s 0m0.000s)
1499. tower -- delete (tower.at:25): ok (0m0.000s 0m0.000s)
1500. tower -- resize (tower.at:26): ok (0m0.000s 0m0.000s)
1501. tower -- splice-out (tower.at:27): ok (0m0.000s 0m0.000s)
1502. tower -- splice-in (tower.at:28): ok (0m0.000s 0m0.000s)
1503. read ASCII (u8-istream.at:19): ok (0m0.016s 0m0.044s)
1504. read UTF-8 (u8-istream.at:26): ok (0m0.003s 0m0.006s)
1505. read EUC-JP (u8-istream.at:42): ok (0m0.003s 0m0.019s)
1506. read UTF-8 with character split across input buffers (u8-istream.at:51): ok (0m0.019s 0m0.007s)
1507. read UTF-8 with character split across output buffers (u8-istream.at:62): ok (0m0.002s 0m0.002s)
1508. read UTF-8 with character split across input and output buffers (u8-istream.at:71): ok (0m0.033s 0m0.177s)
1509. read EUC-JP with character split across input buffers (u8-istream.at:82): ok (0m0.044s 0m0.087s)
1510. read EUC-JP with character split across output buffers (u8-istream.at:96): ok (0m0.076s 0m0.084s)
1511. read EUC-JP with character split across input and output buffers (u8-istream.at:105): ok (0m0.055s 0m0.202s)
1512. read ASCII as Auto (u8-istream.at:119): ok (0m0.002s 0m0.001s)
1513. read UTF-8 as Auto (u8-istream.at:128): ok (0m0.005s 0m0.035s)
1514. read ISO-8859-1 as Auto,ISO-8859-1 (u8-istream.at:144): ok (0m0.035s 0m0.006s)
1515. read UTF-16BE as Auto,UTF-16BE (u8-istream.at:157): ok (0m0.006s 0m0.081s)
1516. read UTF-16 as Auto (u8-istream.at:172): ok (0m0.031s 0m0.030s)
1517. read UTF-32 as Auto (u8-istream.at:193): ok (0m0.025s 0m0.227s)
1518. read EUC-JP as Auto,EUC-JP (u8-istream.at:212): ok (0m0.002s 0m0.037s)
1519. basic zip - unzip test (zip.at:19): ok (0m0.034s 0m0.056s)
1520. zip - detect corruption on unzip (zip.at:60): ok (0m0.007s 0m0.167s)
1521. zip to pipe (zip.at:84): ok (0m0.016s 0m0.006s)
1522. Chart Scale (chart-geometry.at:19): ok (0m0.012s 0m0.000s)
1523. Chart Ticks Format (chart-geometry.at:23): ok (0m0.000s 0m0.001s)
1524. two-pass moments (moments.at:44): ok (0m0.001s 0m0.009s)
1525. one-pass moments (moments.at:45): ok (0m0.000s 0m0.030s)
1526. random distributions -- beta (randist.at:114): ok (0m0.019s 0m0.134s)
1527. random distributions -- cauchy (randist.at:349): ok (0m0.020s 0m0.024s)
1528. random distributions -- chisq (randist.at:958): ok (0m0.028s 0m0.020s)
1529. random distributions -- exp (randist.at:1006): ok (0m0.110s 0m0.067s)
1530. random distributions -- f (randist.at:1054): ok (0m0.034s 0m0.058s)
1531. random distributions -- gamma (randist.at:1234): ok (0m0.013s 0m0.179s)
1532. random distributions -- laplace (randist.at:1458): ok (0m0.010s 0m0.031s)
1533. random distributions -- logistic (randist.at:1682): ok (0m0.002s 0m0.000s)
1534. random distributions -- lnormal (randist.at:1906): ok (0m0.022s 0m0.011s)
1535. random distributions -- normal (randist.at:2086): ok (0m0.017s 0m0.026s)
1536. random distributions -- pareto (randist.at:2310): ok (0m0.001s 0m0.000s)
1537. random distributions -- t (randist.at:2446): ok (0m0.010s 0m0.006s)
1538. random distributions -- uniform (randist.at:2538): ok (0m0.000s 0m0.015s)
1539. random distributions -- weibull (randist.at:2718): ok (0m0.007s 0m0.004s)
1540. ASCII driver overwriting single-width text (ascii.at:19): ok (0m0.007s 0m0.007s)
1541. ASCII driver overwriting double-width text (ascii.at:151): ok (0m0.011s 0m0.022s)
1542. ASCII driver overwriting combining characters (ascii.at:407): ok (0m0.008s 0m0.028s)
1543. ASCII driver u8_line_set_length (ascii.at:539): ok (0m0.004s 0m0.025s)
1544. ASCII driver syntax printback (ascii.at:580): ok (0m0.012s 0m0.032s)
1545. ASCII unicode box chars (ascii.at:630): ok (0m0.004s 0m0.025s)
1546. ASCII crash on empty line (ascii.at:658): ok (0m0.004s 0m0.113s)
1547. ASCII crash on non-printables (ascii.at:679): ok (0m0.005s 0m0.001s)
1548. Examine (charts.at:24): ok (0m0.350s 0m0.137s)
1549. Roc (charts.at:57): ok (0m0.020s 0m0.020s)
1550. Scree (charts.at:112): ok (0m0.007s 0m0.006s)
1551. Histogram (charts.at:140): ok (0m0.021s 0m0.004s)
1552. FREQUENCIES charts (charts.at:177): ok (0m0.026s 0m0.009s)
1553. CROSSTABS charts (charts.at:215): ok (0m0.083s 0m0.072s)
1554. BOXPLOT Empty (charts.at:259): ok (0m0.006s 0m0.013s)
1555. HTML bug (html.at:19): ok (0m0.012s 0m0.071s)
1556. output csv to unwritable directory (output.at:39): skipped (output.at:39)
1557. output html to unwritable directory (output.at:40): skipped (output.at:40)
1558. output odt to unwritable directory (output.at:41): skipped (output.at:41)
1559. output pdf to unwritable directory (output.at:42): skipped (output.at:42)
1560. output txt to unwritable directory (output.at:43): skipped (output.at:43)
1561. letter default paper size (paper-size.at:19): ok (0m0.004s 0m0.117s)
1562. a4 default paper size (paper-size.at:28): ok (0m0.011s 0m0.103s)
1563. specific paper sizes (paper-size.at:37): ok (0m0.009s 0m0.026s)
1564. 1-d pivot table (pivot-table.at:3): ok (0m0.010s 0m0.008s)
1565. 2-d pivot table (pivot-table.at:33): ok (0m0.014s 0m0.016s)
1566. 2-d pivot table - dimension labels (pivot-table.at:90): ok (0m0.022s 0m0.019s)
1567. 2-d pivot table - groups (pivot-table.at:197): ok (0m0.019s 0m0.020s)
1568. 2-d pivot table - layers (pivot-table.at:317): ok (0m0.012s 0m0.008s)
1569. 3-d pivot table - layers (pivot-table.at:414): ok (0m0.016s 0m0.037s)
1570. pivot table title and caption (pivot-table.at:456): ok (0m0.028s 0m0.037s)
1571. pivot table footnotes (pivot-table.at:503): ok (0m0.034s 0m0.050s)
1572. pivot table with no dimensions (pivot-table.at:601): ok (0m0.010s 0m0.037s)
1573. pivot table with empty dimensions (pivot-table.at:614): ok (0m0.016s 0m0.019s)
1574. pivot table with empty groups (pivot-table.at:633): ok (0m0.018s 0m0.211s)
1575. pivot table - category and dimension borders 1 (pivot-table.at:654): ok (0m0.026s 0m0.022s)
1576. pivot table - category and dimension borders 2 (pivot-table.at:755): ok (0m0.172s 0m0.184s)
1577. pivot table - category and dimension borders 3 (pivot-table.at:846): ok (0m0.036s 0m0.020s)
1578. pivot table - small numbers (pivot-table.at:895): ok (0m0.013s 0m0.008s)
1579. LIST puts space between columns (render.at:21): ok (0m0.011s 0m0.003s)
1580. OUTPUT precision (tables.at:19): ok (0m0.005s 0m0.002s)
1581. OUTPUT crash (tables.at:84): ok (0m0.004s 0m0.000s)
1589. nonexistent syntax file crash (main.at:19): ok (0m0.006s 0m0.006s)
1590. SIGTERM yields clean shutdown (main.at:25): ok (0m1.317s 0m0.079s)
1591. SIGSEGV yields error report (main.at:41): ok (0m0.009s 0m0.067s)
1592. argument parsing (main.at:63): ok (0m0.002s 0m0.031s)
1593. interactive output appears immediately (main.at:76): ok (0m0.050s 0m0.035s)
1594. Syntax Generation - printf like (syntax-gen.at:19): ok (0m0.002s 0m0.025s)
1595. pspp-convert crash when output cannot be opened (pspp-convert.at:3): ok (0m0.011s 0m0.063s)
1596. pspp-output dir (pspp-output.at:18): ok (0m0.008s 0m0.010s)
1597. pspp-output --select equal (pspp-output.at:40): ok (0m0.007s 0m0.099s)
1598. pspp-output --select unequal (pspp-output.at:55): ok (0m0.009s 0m0.002s)
1599. pspp-output --commands equal (pspp-output.at:71): ok (0m0.007s 0m0.008s)
1600. pspp-output --commands unequal (pspp-output.at:81): ok (0m0.002s 0m0.007s)
1601. pspp-output --nth-commands (pspp-output.at:100): ok (0m0.012s 0m0.020s)
1602. pspp-output --subtypes equal (pspp-output.at:114): ok (0m0.005s 0m0.003s)
1603. pspp-output --subtypes unequal (pspp-output.at:123): ok (0m0.000s 0m0.004s)
1604. pspp-output --labels equal (pspp-output.at:143): ok (0m0.005s 0m0.003s)
1605. pspp-output --labels unequal (pspp-output.at:152): ok (0m0.066s 0m0.130s)
1606. pspp-output --instances (pspp-output.at:173): ok (0m0.032s 0m0.054s)
1607. pspp-output --instances=last (pspp-output.at:184): ok (0m0.006s 0m0.035s)
1608. pspp-output --or (pspp-output.at:199): ok (0m0.002s 0m0.014s)
1609. pspp-output convert (pspp-output.at:215): ok (0m0.042s 0m0.121s)
1610. Perl create system file (perl-module.at:48): ok (0m0.031s 0m0.028s)
1611. Perl writing cases to system files (perl-module.at:110): ok (0m0.032s 0m0.013s)
1612. Perl write variable parameters (perl-module.at:205): ok (0m0.030s 0m0.029s)
1613. Perl dictionary survives system file (perl-module.at:274): ok (0m0.002s 0m0.001s)
1614. Perl read system file (perl-module.at:343): ok (0m0.011s 0m0.096s)
1615. Perl copying system files (perl-module.at:435): ok (0m0.068s 0m0.017s)
1616. Perl value formatting (perl-module.at:541): ok (0m0.004s 0m0.006s)
1617. Perl opening nonexistent file (perl-module.at:580): ok (0m0.001s 0m0.000s)
1618. Perl missing values (perl-module.at:599): ok (0m0.031s 0m0.065s)
1619. Perl custom attributes (perl-module.at:645): ok (0m0.040s 0m0.044s)
testsuite: ending at: Sun May 7 17:50:07 EDT 2023
testsuite: test suite duration: 0h 3m 47s
## ------------- ##
## Test results. ##
## ------------- ##
ERROR: 1614 tests were run,
9 failed unexpectedly.
6 tests were skipped.
## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
GNU PSPP 2.0.0-pre1 test suite test groups:
NUM: FILE-NAME:LINE TEST-GROUP-NAME
KEYWORDS
49: file.at:40 Write error - no permission
1582: tex.at:25 tex glyphs
1583: tex.at:48 tex utf8-strings
1584: tex.at:170 tex simple example
1585: tex.at:202 tex another example
1586: tex.at:217 tex table footnotes
1587: tex.at:257 tex non-ascii
1588: tex.at:301 tex multispan
1620: perl-module.at:676 Perl Pspp.t
slow
Skipped tests:
GNU PSPP 2.0.0-pre1 test suite test groups:
NUM: FILE-NAME:LINE TEST-GROUP-NAME
KEYWORDS
698: get-data-psql.at:147 GET DATA /TYPE=PSQL
slow
1556: output.at:39 output csv to unwritable directory
1557: output.at:40 output html to unwritable directory
1558: output.at:41 output odt to unwritable directory
1559: output.at:42 output pdf to unwritable directory
1560: output.at:43 output txt to unwritable directory
## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##
# -*- compilation -*-
49. file.at:40: testing Write error - no permission ...
./file.at:54: pspp -O format=csv file.sps
--- - 2023-05-07 17:46:42.781895720 -0400
+++ /home/mdb/pspp-20/pspp-2.0.0-pre1/tests/testsuite.dir/at-groups/49/stdout 2023-05-07 17:46:42.778896245 -0400
@@ -1,4 +1 @@
-error: Creating temporary file to replace directory/foobar.sav: Permission denied.
-
-error: Error opening `directory/foobar.sav' for writing as a system file: Permission denied.
./file.at:54: exit code was 0, expected 1
49. file.at:40: 49. Write error - no permission (file.at:40): FAILED (file.at:54)
# -*- compilation -*-
1582. tex.at:25: testing tex glyphs ...
./tex.at:27: tex-glyphs pspp.tex
stderr:
Unsupported code point U+014A
Unsupported code point U+014A
Unsupported code point U+014A
Unsupported code point U+014A
Unsupported code point U+014A
Unsupported code point U+014B
Unsupported code point U+014B
Unsupported code point U+014B
Unsupported code point U+014B
Unsupported code point U+014B
Unsupported code point U+017F
Unsupported code point U+017F
Unsupported code point U+017F
Unsupported code point U+017F
Unsupported code point U+017F
Unsupported code point U+03A2
Unsupported code point U+03A2
Unsupported code point U+03A2
Unsupported code point U+03A2
Unsupported code point U+03A2
Unsupported code point U+03AA
Unsupported code point U+03AA
Unsupported code point U+03AA
Unsupported code point U+03AA
Unsupported code point U+03AA
Unsupported code point U+03AB
Unsupported code point U+03AB
Unsupported code point U+03AB
Unsupported code point U+03AB
Unsupported code point U+03AB
Unsupported code point U+03B0
Unsupported code point U+03B0
Unsupported code point U+03B0
Unsupported code point U+03B0
Unsupported code point U+03B0
Unsupported code point U+03CA
Unsupported code point U+03CA
Unsupported code point U+03CA
Unsupported code point U+03CA
Unsupported code point U+03CA
Unsupported code point U+03CB
Unsupported code point U+03CB
Unsupported code point U+03CB
Unsupported code point U+03CB
Unsupported code point U+03CB
Unsupported code point U+03CF
Unsupported code point U+03CF
Unsupported code point U+03CF
Unsupported code point U+03CF
Unsupported code point U+03CF
Unsupported code point U+200E
Unsupported code point U+200E
Unsupported code point U+200E
Unsupported code point U+200E
Unsupported code point U+200E
Unsupported code point U+200F
Unsupported code point U+200F
Unsupported code point U+200F
Unsupported code point U+200F
Unsupported code point U+200F
Unsupported code point U+202A
Unsupported code point U+202A
Unsupported code point U+202A
Unsupported code point U+202A
Unsupported code point U+202A
Unsupported code point U+202B
Unsupported code point U+202B
Unsupported code point U+202B
Unsupported code point U+202B
Unsupported code point U+202B
Unsupported code point U+202C
Unsupported code point U+202C
Unsupported code point U+202C
Unsupported code point U+202C
Unsupported code point U+202C
Unsupported code point U+202D
Unsupported code point U+202D
Unsupported code point U+202D
Unsupported code point U+202D
Unsupported code point U+202D
Unsupported code point U+202E
Unsupported code point U+202E
Unsupported code point U+202E
Unsupported code point U+202E
Unsupported code point U+202E
Unsupported code point U+2031
Unsupported code point U+2031
Unsupported code point U+2031
Unsupported code point U+2031
Unsupported code point U+2031
Unsupported code point U+2035
Unsupported code point U+2035
Unsupported code point U+2035
Unsupported code point U+2035
Unsupported code point U+2035
Unsupported code point U+2036
Unsupported code point U+2036
Unsupported code point U+2036
Unsupported code point U+2036
Unsupported code point U+2036
Unsupported code point U+2037
Unsupported code point U+2037
Unsupported code point U+2037
Unsupported code point U+2037
Unsupported code point U+2037
Unsupported code point U+2041
Unsupported code point U+2041
Unsupported code point U+2041
Unsupported code point U+2041
Unsupported code point U+2041
Unsupported code point U+204B
Unsupported code point U+204B
Unsupported code point U+204B
Unsupported code point U+204B
Unsupported code point U+204B
Unsupported code point U+204C
Unsupported code point U+204C
Unsupported code point U+204C
Unsupported code point U+204C
Unsupported code point U+204C
Unsupported code point U+204D
Unsupported code point U+204D
Unsupported code point U+204D
Unsupported code point U+204D
Unsupported code point U+204D
Unsupported code point U+2055
Unsupported code point U+2055
Unsupported code point U+2055
Unsupported code point U+2055
Unsupported code point U+2055
stdout:
/usr/share/texlive/texmf-dist/tex/plain/wasy/wasyfont.tex
./tex.at:35: $TEX --halt-on-error pspp.tex
--- /dev/null 2023-05-07 08:21:35.523000000 -0400
+++ /home/mdb/pspp-20/pspp-2.0.0-pre1/tests/testsuite.dir/at-groups/1582/stderr 2023-05-07 17:49:59.531732580 -0400
@@ -0,0 +1,83 @@
+
+kpathsea: Running mktexfmt tex.fmt
+mktexfmt: mktexfmt is using the following fmtutil.cnf files (in precedence order):
+mktexfmt: /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf
+mktexfmt: mktexfmt is using the following fmtutil.cnf file for writing changes:
+mktexfmt: /root/.texlive2022/texmf-config/web2c/fmtutil.cnf
+mktexfmt [INFO]: writing formats under /var/lib/texmf/web2c
+mktexfmt [INFO]: --- remaking tex with tex
+mktexfmt: running `tex -ini -jobname=tex -progname=tex tex.ini' ...
+This is TeX, Version 3.141592653 (TeX Live 2022) (INITEX)
+(/usr/share/texlive/texmf-dist/tex/plain/config/tex.ini
+(/usr/share/texlive/texmf-dist/tex/plain/base/plain.tex
+Preloading the plain format: codes, registers, parameters, fonts, more fonts,
+macros, math definitions, output routines, hyphenation
+(/usr/share/texlive/texmf-dist/tex/generic/hyphen/hyphen.tex)) )
+Beginning to dump on file tex.fmt
+ (preloaded format=tex 2023.5.7)
+2028 strings of total length 29334
+4991 memory locations dumped; current usage is 110&4878
+926 multiletter control sequences
+\font\nullfont=nullfont
+\font\tenrm=cmr10
+\font\preloaded=cmr9
+\font\preloaded=cmr8
+\font\sevenrm=cmr7
+\font\preloaded=cmr6
+\font\fiverm=cmr5
+\font\teni=cmmi10
+\font\preloaded=cmmi9
+\font\preloaded=cmmi8
+\font\seveni=cmmi7
+\font\preloaded=cmmi6
+\font\fivei=cmmi5
+\font\tensy=cmsy10
+\font\preloaded=cmsy9
+\font\preloaded=cmsy8
+\font\sevensy=cmsy7
+\font\preloaded=cmsy6
+\font\fivesy=cmsy5
+\font\tenex=cmex10
+\font\preloaded=cmss10
+\font\preloaded=cmssq8
+\font\preloaded=cmssi10
+\font\preloaded=cmssqi8
+\font\tenbf=cmbx10
+\font\preloaded=cmbx9
+\font\preloaded=cmbx8
+\font\sevenbf=cmbx7
+\font\preloaded=cmbx6
+\font\fivebf=cmbx5
+\font\tentt=cmtt10
+\font\preloaded=cmtt9
+\font\preloaded=cmtt8
+\font\preloaded=cmsltt10
+\font\tensl=cmsl10
+\font\preloaded=cmsl9
+\font\preloaded=cmsl8
+\font\tenit=cmti10
+\font\preloaded=cmti9
+\font\preloaded=cmti8
+\font\preloaded=cmti7
+\font\preloaded=cmu10
+\font\preloaded=cmmib10
+\font\preloaded=cmbsy10
+\font\preloaded=cmcsc10
+\font\preloaded=cmssbx10
+\font\preloaded=cmdunh10
+\font\preloaded=cmr7 at 14.51799pt
+\font\preloaded=cmtt10 at 14.4pt
+\font\preloaded=cmssbx10 at 14.4pt
+\font\preloaded=manfnt
+14787 words of font info for 50 preloaded fonts
+14 hyphenation exceptions
+Hyphenation trie of length 6075 has 181 ops out of 35111
+ 181 for language 0
+No pages of output.
+Transcript written on tex.log.
+mktexfmt [INFO]: log file copied to: /var/lib/texmf/web2c/tex/tex.log
+mktexfmt [INFO]: /var/lib/texmf/web2c/tex/tex.fmt installed.
+mktexfmt [INFO]: successfully rebuilt formats: 1
+mktexfmt [INFO]: not selected formats: 19
+mktexfmt [INFO]: total formats: 20
+mktexfmt [INFO]: exiting with status 0
stdout:
This is TeX, Version 3.141592653 (TeX Live 2022) (preloaded format=tex)
(./pspp.tex (/usr/share/texlive/texmf-dist/tex/plain/wasy/wasyfont.tex)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] )
Output written on pspp.dvi (10 pages, 68248 bytes).
Transcript written on pspp.log.
1582. tex.at:25: 1582. tex glyphs (tex.at:25): FAILED (tex.at:35)
# -*- compilation -*-
1583. tex.at:48: testing tex utf8-strings ...
./tex.at:156: tex-strings -o pspp.tex sample-texts/*
stderr:
Unsupported code point U+01BF
Unsupported code point U+01E3
Unsupported code point U+01BF
Unsupported code point U+01BF
Unsupported code point U+0233
Unsupported code point U+01E3
Unsupported code point U+01BF
Unsupported code point U+01E3
Unsupported code point U+01BF
Unsupported code point U+01E3
Unsupported code point U+01BF
Unsupported code point U+01E3
Unsupported code point U+01E3
Unsupported code point U+01BF
Unsupported code point U+01BF
Unsupported code point U+01BF
Unsupported code point U+01BF
Unsupported code point U+01E3
Unsupported code point U+01BF
stdout:
/usr/share/texlive/texmf-dist/tex/plain/wasy/wasyfont.tex
./tex.at:160: $TEX --halt-on-error pspp.tex
--- /dev/null 2023-05-07 08:21:35.523000000 -0400
+++ /home/mdb/pspp-20/pspp-2.0.0-pre1/tests/testsuite.dir/at-groups/1583/stderr 2023-05-07 17:49:59.789858819 -0400
@@ -0,0 +1,83 @@
+
+kpathsea: Running mktexfmt tex.fmt
+mktexfmt: mktexfmt is using the following fmtutil.cnf files (in precedence order):
+mktexfmt: /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf
+mktexfmt: mktexfmt is using the following fmtutil.cnf file for writing changes:
+mktexfmt: /root/.texlive2022/texmf-config/web2c/fmtutil.cnf
+mktexfmt [INFO]: writing formats under /var/lib/texmf/web2c
+mktexfmt [INFO]: --- remaking tex with tex
+mktexfmt: running `tex -ini -jobname=tex -progname=tex tex.ini' ...
+This is TeX, Version 3.141592653 (TeX Live 2022) (INITEX)
+(/usr/share/texlive/texmf-dist/tex/plain/config/tex.ini
+(/usr/share/texlive/texmf-dist/tex/plain/base/plain.tex
+Preloading the plain format: codes, registers, parameters, fonts, more fonts,
+macros, math definitions, output routines, hyphenation
+(/usr/share/texlive/texmf-dist/tex/generic/hyphen/hyphen.tex)) )
+Beginning to dump on file tex.fmt
+ (preloaded format=tex 2023.5.7)
+2028 strings of total length 29334
+4991 memory locations dumped; current usage is 110&4878
+926 multiletter control sequences
+\font\nullfont=nullfont
+\font\tenrm=cmr10
+\font\preloaded=cmr9
+\font\preloaded=cmr8
+\font\sevenrm=cmr7
+\font\preloaded=cmr6
+\font\fiverm=cmr5
+\font\teni=cmmi10
+\font\preloaded=cmmi9
+\font\preloaded=cmmi8
+\font\seveni=cmmi7
+\font\preloaded=cmmi6
+\font\fivei=cmmi5
+\font\tensy=cmsy10
+\font\preloaded=cmsy9
+\font\preloaded=cmsy8
+\font\sevensy=cmsy7
+\font\preloaded=cmsy6
+\font\fivesy=cmsy5
+\font\tenex=cmex10
+\font\preloaded=cmss10
+\font\preloaded=cmssq8
+\font\preloaded=cmssi10
+\font\preloaded=cmssqi8
+\font\tenbf=cmbx10
+\font\preloaded=cmbx9
+\font\preloaded=cmbx8
+\font\sevenbf=cmbx7
+\font\preloaded=cmbx6
+\font\fivebf=cmbx5
+\font\tentt=cmtt10
+\font\preloaded=cmtt9
+\font\preloaded=cmtt8
+\font\preloaded=cmsltt10
+\font\tensl=cmsl10
+\font\preloaded=cmsl9
+\font\preloaded=cmsl8
+\font\tenit=cmti10
+\font\preloaded=cmti9
+\font\preloaded=cmti8
+\font\preloaded=cmti7
+\font\preloaded=cmu10
+\font\preloaded=cmmib10
+\font\preloaded=cmbsy10
+\font\preloaded=cmcsc10
+\font\preloaded=cmssbx10
+\font\preloaded=cmdunh10
+\font\preloaded=cmr7 at 14.51799pt
+\font\preloaded=cmtt10 at 14.4pt
+\font\preloaded=cmssbx10 at 14.4pt
+\font\preloaded=manfnt
+14787 words of font info for 50 preloaded fonts
+14 hyphenation exceptions
+Hyphenation trie of length 6075 has 181 ops out of 35111
+ 181 for language 0
+No pages of output.
+Transcript written on tex.log.
+mktexfmt [INFO]: log file copied to: /var/lib/texmf/web2c/tex/tex.log
+mktexfmt [INFO]: /var/lib/texmf/web2c/tex/tex.fmt installed.
+mktexfmt [INFO]: successfully rebuilt formats: 1
+mktexfmt [INFO]: not selected formats: 19
+mktexfmt [INFO]: total formats: 20
+mktexfmt [INFO]: exiting with status 0
stdout:
This is TeX, Version 3.141592653 (TeX Live 2022) (preloaded format=tex)
(./pspp.tex (/usr/share/texlive/texmf-dist/tex/plain/wasy/wasyfont.tex)
[1] [2] )
Output written on pspp.dvi (2 pages, 8780 bytes).
Transcript written on pspp.log.
1583. tex.at:48: 1583. tex utf8-strings (tex.at:48): FAILED (tex.at:160)
# -*- compilation -*-
1584. tex.at:170: testing tex simple example ...
./tex.at:185: pspp -O format=tex simple.sps
./tex.at:186: (while IFS= read -r line; do max=$(( max > ${#line} ? max : ${#line} )); done; test $max -le 80) < pspp.tex
stdout:
./tex.at:189: $TEX --halt-on-error pspp.tex
--- /dev/null 2023-05-07 08:21:35.523000000 -0400
+++ /home/mdb/pspp-20/pspp-2.0.0-pre1/tests/testsuite.dir/at-groups/1584/stderr 2023-05-07 17:50:00.154036923 -0400
@@ -0,0 +1,83 @@
+
+kpathsea: Running mktexfmt tex.fmt
+mktexfmt: mktexfmt is using the following fmtutil.cnf files (in precedence order):
+mktexfmt: /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf
+mktexfmt: mktexfmt is using the following fmtutil.cnf file for writing changes:
+mktexfmt: /root/.texlive2022/texmf-config/web2c/fmtutil.cnf
+mktexfmt [INFO]: writing formats under /var/lib/texmf/web2c
+mktexfmt [INFO]: --- remaking tex with tex
+mktexfmt: running `tex -ini -jobname=tex -progname=tex tex.ini' ...
+This is TeX, Version 3.141592653 (TeX Live 2022) (INITEX)
+(/usr/share/texlive/texmf-dist/tex/plain/config/tex.ini
+(/usr/share/texlive/texmf-dist/tex/plain/base/plain.tex
+Preloading the plain format: codes, registers, parameters, fonts, more fonts,
+macros, math definitions, output routines, hyphenation
+(/usr/share/texlive/texmf-dist/tex/generic/hyphen/hyphen.tex)) )
+Beginning to dump on file tex.fmt
+ (preloaded format=tex 2023.5.7)
+2028 strings of total length 29334
+4991 memory locations dumped; current usage is 110&4878
+926 multiletter control sequences
+\font\nullfont=nullfont
+\font\tenrm=cmr10
+\font\preloaded=cmr9
+\font\preloaded=cmr8
+\font\sevenrm=cmr7
+\font\preloaded=cmr6
+\font\fiverm=cmr5
+\font\teni=cmmi10
+\font\preloaded=cmmi9
+\font\preloaded=cmmi8
+\font\seveni=cmmi7
+\font\preloaded=cmmi6
+\font\fivei=cmmi5
+\font\tensy=cmsy10
+\font\preloaded=cmsy9
+\font\preloaded=cmsy8
+\font\sevensy=cmsy7
+\font\preloaded=cmsy6
+\font\fivesy=cmsy5
+\font\tenex=cmex10
+\font\preloaded=cmss10
+\font\preloaded=cmssq8
+\font\preloaded=cmssi10
+\font\preloaded=cmssqi8
+\font\tenbf=cmbx10
+\font\preloaded=cmbx9
+\font\preloaded=cmbx8
+\font\sevenbf=cmbx7
+\font\preloaded=cmbx6
+\font\fivebf=cmbx5
+\font\tentt=cmtt10
+\font\preloaded=cmtt9
+\font\preloaded=cmtt8
+\font\preloaded=cmsltt10
+\font\tensl=cmsl10
+\font\preloaded=cmsl9
+\font\preloaded=cmsl8
+\font\tenit=cmti10
+\font\preloaded=cmti9
+\font\preloaded=cmti8
+\font\preloaded=cmti7
+\font\preloaded=cmu10
+\font\preloaded=cmmib10
+\font\preloaded=cmbsy10
+\font\preloaded=cmcsc10
+\font\preloaded=cmssbx10
+\font\preloaded=cmdunh10
+\font\preloaded=cmr7 at 14.51799pt
+\font\preloaded=cmtt10 at 14.4pt
+\font\preloaded=cmssbx10 at 14.4pt
+\font\preloaded=manfnt
+14787 words of font info for 50 preloaded fonts
+14 hyphenation exceptions
+Hyphenation trie of length 6075 has 181 ops out of 35111
+ 181 for language 0
+No pages of output.
+Transcript written on tex.log.
+mktexfmt [INFO]: log file copied to: /var/lib/texmf/web2c/tex/tex.log
+mktexfmt [INFO]: /var/lib/texmf/web2c/tex/tex.fmt installed.
+mktexfmt [INFO]: successfully rebuilt formats: 1
+mktexfmt [INFO]: not selected formats: 19
+mktexfmt [INFO]: total formats: 20
+mktexfmt [INFO]: exiting with status 0
stdout:
This is TeX, Version 3.141592653 (TeX Live 2022) (preloaded format=tex)
(./pspp.tex [1] )
Output written on pspp.dvi (1 page, 1200 bytes).
Transcript written on pspp.log.
1584. tex.at:170: 1584. tex simple example (tex.at:170): FAILED (tex.at:189)
# -*- compilation -*-
1585. tex.at:202: testing tex another example ...
./tex.at:204: pspp -O format=tex "$abs_top_srcdir/examples/regress.sps"
./tex.at:205: (while IFS= read -r line; do max=$(( max > ${#line} ? max : ${#line} )); done; test $max -le 80) < pspp.tex
stdout:
./tex.at:209: $TEX --halt-on-error pspp.tex
--- /dev/null 2023-05-07 08:21:35.523000000 -0400
+++ /home/mdb/pspp-20/pspp-2.0.0-pre1/tests/testsuite.dir/at-groups/1585/stderr 2023-05-07 17:50:00.383148972 -0400
@@ -0,0 +1,83 @@
+
+kpathsea: Running mktexfmt tex.fmt
+mktexfmt: mktexfmt is using the following fmtutil.cnf files (in precedence order):
+mktexfmt: /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf
+mktexfmt: mktexfmt is using the following fmtutil.cnf file for writing changes:
+mktexfmt: /root/.texlive2022/texmf-config/web2c/fmtutil.cnf
+mktexfmt [INFO]: writing formats under /var/lib/texmf/web2c
+mktexfmt [INFO]: --- remaking tex with tex
+mktexfmt: running `tex -ini -jobname=tex -progname=tex tex.ini' ...
+This is TeX, Version 3.141592653 (TeX Live 2022) (INITEX)
+(/usr/share/texlive/texmf-dist/tex/plain/config/tex.ini
+(/usr/share/texlive/texmf-dist/tex/plain/base/plain.tex
+Preloading the plain format: codes, registers, parameters, fonts, more fonts,
+macros, math definitions, output routines, hyphenation
+(/usr/share/texlive/texmf-dist/tex/generic/hyphen/hyphen.tex)) )
+Beginning to dump on file tex.fmt
+ (preloaded format=tex 2023.5.7)
+2028 strings of total length 29334
+4991 memory locations dumped; current usage is 110&4878
+926 multiletter control sequences
+\font\nullfont=nullfont
+\font\tenrm=cmr10
+\font\preloaded=cmr9
+\font\preloaded=cmr8
+\font\sevenrm=cmr7
+\font\preloaded=cmr6
+\font\fiverm=cmr5
+\font\teni=cmmi10
+\font\preloaded=cmmi9
+\font\preloaded=cmmi8
+\font\seveni=cmmi7
+\font\preloaded=cmmi6
+\font\fivei=cmmi5
+\font\tensy=cmsy10
+\font\preloaded=cmsy9
+\font\preloaded=cmsy8
+\font\sevensy=cmsy7
+\font\preloaded=cmsy6
+\font\fivesy=cmsy5
+\font\tenex=cmex10
+\font\preloaded=cmss10
+\font\preloaded=cmssq8
+\font\preloaded=cmssi10
+\font\preloaded=cmssqi8
+\font\tenbf=cmbx10
+\font\preloaded=cmbx9
+\font\preloaded=cmbx8
+\font\sevenbf=cmbx7
+\font\preloaded=cmbx6
+\font\fivebf=cmbx5
+\font\tentt=cmtt10
+\font\preloaded=cmtt9
+\font\preloaded=cmtt8
+\font\preloaded=cmsltt10
+\font\tensl=cmsl10
+\font\preloaded=cmsl9
+\font\preloaded=cmsl8
+\font\tenit=cmti10
+\font\preloaded=cmti9
+\font\preloaded=cmti8
+\font\preloaded=cmti7
+\font\preloaded=cmu10
+\font\preloaded=cmmib10
+\font\preloaded=cmbsy10
+\font\preloaded=cmcsc10
+\font\preloaded=cmssbx10
+\font\preloaded=cmdunh10
+\font\preloaded=cmr7 at 14.51799pt
+\font\preloaded=cmtt10 at 14.4pt
+\font\preloaded=cmssbx10 at 14.4pt
+\font\preloaded=manfnt
+14787 words of font info for 50 preloaded fonts
+14 hyphenation exceptions
+Hyphenation trie of length 6075 has 181 ops out of 35111
+ 181 for language 0
+No pages of output.
+Transcript written on tex.log.
+mktexfmt [INFO]: log file copied to: /var/lib/texmf/web2c/tex/tex.log
+mktexfmt [INFO]: /var/lib/texmf/web2c/tex/tex.fmt installed.
+mktexfmt [INFO]: successfully rebuilt formats: 1
+mktexfmt [INFO]: not selected formats: 19
+mktexfmt [INFO]: total formats: 20
+mktexfmt [INFO]: exiting with status 0
stdout:
This is TeX, Version 3.141592653 (TeX Live 2022) (preloaded format=tex)
(./pspp.tex [1] )
Output written on pspp.dvi (1 page, 3964 bytes).
Transcript written on pspp.log.
1585. tex.at:202: 1585. tex another example (tex.at:202): FAILED (tex.at:209)
# -*- compilation -*-
1586. tex.at:217: testing tex table footnotes ...
./tex.at:239: pspp -O format=tex footnote.sps
./tex.at:240: (while IFS= read -r line; do max=$(( max > ${#line} ? max : ${#line} )); done; test $max -le 80) < pspp.tex
stdout:
./tex.at:243: $TEX --halt-on-error pspp.tex
--- /dev/null 2023-05-07 08:21:35.523000000 -0400
+++ /home/mdb/pspp-20/pspp-2.0.0-pre1/tests/testsuite.dir/at-groups/1586/stderr 2023-05-07 17:50:00.891397535 -0400
@@ -0,0 +1,83 @@
+
+kpathsea: Running mktexfmt tex.fmt
+mktexfmt: mktexfmt is using the following fmtutil.cnf files (in precedence order):
+mktexfmt: /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf
+mktexfmt: mktexfmt is using the following fmtutil.cnf file for writing changes:
+mktexfmt: /root/.texlive2022/texmf-config/web2c/fmtutil.cnf
+mktexfmt [INFO]: writing formats under /var/lib/texmf/web2c
+mktexfmt [INFO]: --- remaking tex with tex
+mktexfmt: running `tex -ini -jobname=tex -progname=tex tex.ini' ...
+This is TeX, Version 3.141592653 (TeX Live 2022) (INITEX)
+(/usr/share/texlive/texmf-dist/tex/plain/config/tex.ini
+(/usr/share/texlive/texmf-dist/tex/plain/base/plain.tex
+Preloading the plain format: codes, registers, parameters, fonts, more fonts,
+macros, math definitions, output routines, hyphenation
+(/usr/share/texlive/texmf-dist/tex/generic/hyphen/hyphen.tex)) )
+Beginning to dump on file tex.fmt
+ (preloaded format=tex 2023.5.7)
+2028 strings of total length 29334
+4991 memory locations dumped; current usage is 110&4878
+926 multiletter control sequences
+\font\nullfont=nullfont
+\font\tenrm=cmr10
+\font\preloaded=cmr9
+\font\preloaded=cmr8
+\font\sevenrm=cmr7
+\font\preloaded=cmr6
+\font\fiverm=cmr5
+\font\teni=cmmi10
+\font\preloaded=cmmi9
+\font\preloaded=cmmi8
+\font\seveni=cmmi7
+\font\preloaded=cmmi6
+\font\fivei=cmmi5
+\font\tensy=cmsy10
+\font\preloaded=cmsy9
+\font\preloaded=cmsy8
+\font\sevensy=cmsy7
+\font\preloaded=cmsy6
+\font\fivesy=cmsy5
+\font\tenex=cmex10
+\font\preloaded=cmss10
+\font\preloaded=cmssq8
+\font\preloaded=cmssi10
+\font\preloaded=cmssqi8
+\font\tenbf=cmbx10
+\font\preloaded=cmbx9
+\font\preloaded=cmbx8
+\font\sevenbf=cmbx7
+\font\preloaded=cmbx6
+\font\fivebf=cmbx5
+\font\tentt=cmtt10
+\font\preloaded=cmtt9
+\font\preloaded=cmtt8
+\font\preloaded=cmsltt10
+\font\tensl=cmsl10
+\font\preloaded=cmsl9
+\font\preloaded=cmsl8
+\font\tenit=cmti10
+\font\preloaded=cmti9
+\font\preloaded=cmti8
+\font\preloaded=cmti7
+\font\preloaded=cmu10
+\font\preloaded=cmmib10
+\font\preloaded=cmbsy10
+\font\preloaded=cmcsc10
+\font\preloaded=cmssbx10
+\font\preloaded=cmdunh10
+\font\preloaded=cmr7 at 14.51799pt
+\font\preloaded=cmtt10 at 14.4pt
+\font\preloaded=cmssbx10 at 14.4pt
+\font\preloaded=manfnt
+14787 words of font info for 50 preloaded fonts
+14 hyphenation exceptions
+Hyphenation trie of length 6075 has 181 ops out of 35111
+ 181 for language 0
+No pages of output.
+Transcript written on tex.log.
+mktexfmt [INFO]: log file copied to: /var/lib/texmf/web2c/tex/tex.log
+mktexfmt [INFO]: /var/lib/texmf/web2c/tex/tex.fmt installed.
+mktexfmt [INFO]: successfully rebuilt formats: 1
+mktexfmt [INFO]: not selected formats: 19
+mktexfmt [INFO]: total formats: 20
+mktexfmt [INFO]: exiting with status 0
stdout:
This is TeX, Version 3.141592653 (TeX Live 2022) (preloaded format=tex)
(./pspp.tex [1] )
Output written on pspp.dvi (1 page, 2668 bytes).
Transcript written on pspp.log.
1586. tex.at:217: 1586. tex table footnotes (tex.at:217): FAILED (tex.at:243)
# -*- compilation -*-
1587. tex.at:257: testing tex non-ascii ...
./tex.at:280: LC_ALL=C.UTF-8 pspp -O format=tex utf8.sps
./tex.at:281: (while IFS= read -r line; do max=$(( max > ${#line} ? max : ${#line} )); done; test $max -le 80) < pspp.tex
stdout:
./tex.at:284: grep -F '??' pspp.tex
./tex.at:287: $TEX --halt-on-error pspp.tex
--- /dev/null 2023-05-07 08:21:35.523000000 -0400
+++ /home/mdb/pspp-20/pspp-2.0.0-pre1/tests/testsuite.dir/at-groups/1587/stderr 2023-05-07 17:50:01.097498329 -0400
@@ -0,0 +1,83 @@
+
+kpathsea: Running mktexfmt tex.fmt
+mktexfmt: mktexfmt is using the following fmtutil.cnf files (in precedence order):
+mktexfmt: /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf
+mktexfmt: mktexfmt is using the following fmtutil.cnf file for writing changes:
+mktexfmt: /root/.texlive2022/texmf-config/web2c/fmtutil.cnf
+mktexfmt [INFO]: writing formats under /var/lib/texmf/web2c
+mktexfmt [INFO]: --- remaking tex with tex
+mktexfmt: running `tex -ini -jobname=tex -progname=tex tex.ini' ...
+This is TeX, Version 3.141592653 (TeX Live 2022) (INITEX)
+(/usr/share/texlive/texmf-dist/tex/plain/config/tex.ini
+(/usr/share/texlive/texmf-dist/tex/plain/base/plain.tex
+Preloading the plain format: codes, registers, parameters, fonts, more fonts,
+macros, math definitions, output routines, hyphenation
+(/usr/share/texlive/texmf-dist/tex/generic/hyphen/hyphen.tex)) )
+Beginning to dump on file tex.fmt
+ (preloaded format=tex 2023.5.7)
+2028 strings of total length 29334
+4991 memory locations dumped; current usage is 110&4878
+926 multiletter control sequences
+\font\nullfont=nullfont
+\font\tenrm=cmr10
+\font\preloaded=cmr9
+\font\preloaded=cmr8
+\font\sevenrm=cmr7
+\font\preloaded=cmr6
+\font\fiverm=cmr5
+\font\teni=cmmi10
+\font\preloaded=cmmi9
+\font\preloaded=cmmi8
+\font\seveni=cmmi7
+\font\preloaded=cmmi6
+\font\fivei=cmmi5
+\font\tensy=cmsy10
+\font\preloaded=cmsy9
+\font\preloaded=cmsy8
+\font\sevensy=cmsy7
+\font\preloaded=cmsy6
+\font\fivesy=cmsy5
+\font\tenex=cmex10
+\font\preloaded=cmss10
+\font\preloaded=cmssq8
+\font\preloaded=cmssi10
+\font\preloaded=cmssqi8
+\font\tenbf=cmbx10
+\font\preloaded=cmbx9
+\font\preloaded=cmbx8
+\font\sevenbf=cmbx7
+\font\preloaded=cmbx6
+\font\fivebf=cmbx5
+\font\tentt=cmtt10
+\font\preloaded=cmtt9
+\font\preloaded=cmtt8
+\font\preloaded=cmsltt10
+\font\tensl=cmsl10
+\font\preloaded=cmsl9
+\font\preloaded=cmsl8
+\font\tenit=cmti10
+\font\preloaded=cmti9
+\font\preloaded=cmti8
+\font\preloaded=cmti7
+\font\preloaded=cmu10
+\font\preloaded=cmmib10
+\font\preloaded=cmbsy10
+\font\preloaded=cmcsc10
+\font\preloaded=cmssbx10
+\font\preloaded=cmdunh10
+\font\preloaded=cmr7 at 14.51799pt
+\font\preloaded=cmtt10 at 14.4pt
+\font\preloaded=cmssbx10 at 14.4pt
+\font\preloaded=manfnt
+14787 words of font info for 50 preloaded fonts
+14 hyphenation exceptions
+Hyphenation trie of length 6075 has 181 ops out of 35111
+ 181 for language 0
+No pages of output.
+Transcript written on tex.log.
+mktexfmt [INFO]: log file copied to: /var/lib/texmf/web2c/tex/tex.log
+mktexfmt [INFO]: /var/lib/texmf/web2c/tex/tex.fmt installed.
+mktexfmt [INFO]: successfully rebuilt formats: 1
+mktexfmt [INFO]: not selected formats: 19
+mktexfmt [INFO]: total formats: 20
+mktexfmt [INFO]: exiting with status 0
stdout:
This is TeX, Version 3.141592653 (TeX Live 2022) (preloaded format=tex)
(./pspp.tex (/usr/share/texlive/texmf-dist/tex/plain/wasy/wasyfont.tex)
[1] )
Output written on pspp.dvi (1 page, 2948 bytes).
Transcript written on pspp.log.
1587. tex.at:257: 1587. tex non-ascii (tex.at:257): FAILED (tex.at:287)
# -*- compilation -*-
1588. tex.at:301: testing tex multispan ...
./tex.at:320: pspp -O format=tex t-test.sps
./tex.at:321: (while IFS= read -r line; do max=$(( max > ${#line} ? max : ${#line} )); done; test $max -le 80) < pspp.tex
stdout:
./tex.at:324: $TEX --halt-on-error pspp.tex
--- /dev/null 2023-05-07 08:21:35.523000000 -0400
+++ /home/mdb/pspp-20/pspp-2.0.0-pre1/tests/testsuite.dir/at-groups/1588/stderr 2023-05-07 17:50:01.241568788 -0400
@@ -0,0 +1,83 @@
+
+kpathsea: Running mktexfmt tex.fmt
+mktexfmt: mktexfmt is using the following fmtutil.cnf files (in precedence order):
+mktexfmt: /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf
+mktexfmt: mktexfmt is using the following fmtutil.cnf file for writing changes:
+mktexfmt: /root/.texlive2022/texmf-config/web2c/fmtutil.cnf
+mktexfmt [INFO]: writing formats under /var/lib/texmf/web2c
+mktexfmt [INFO]: --- remaking tex with tex
+mktexfmt: running `tex -ini -jobname=tex -progname=tex tex.ini' ...
+This is TeX, Version 3.141592653 (TeX Live 2022) (INITEX)
+(/usr/share/texlive/texmf-dist/tex/plain/config/tex.ini
+(/usr/share/texlive/texmf-dist/tex/plain/base/plain.tex
+Preloading the plain format: codes, registers, parameters, fonts, more fonts,
+macros, math definitions, output routines, hyphenation
+(/usr/share/texlive/texmf-dist/tex/generic/hyphen/hyphen.tex)) )
+Beginning to dump on file tex.fmt
+ (preloaded format=tex 2023.5.7)
+2028 strings of total length 29334
+4991 memory locations dumped; current usage is 110&4878
+926 multiletter control sequences
+\font\nullfont=nullfont
+\font\tenrm=cmr10
+\font\preloaded=cmr9
+\font\preloaded=cmr8
+\font\sevenrm=cmr7
+\font\preloaded=cmr6
+\font\fiverm=cmr5
+\font\teni=cmmi10
+\font\preloaded=cmmi9
+\font\preloaded=cmmi8
+\font\seveni=cmmi7
+\font\preloaded=cmmi6
+\font\fivei=cmmi5
+\font\tensy=cmsy10
+\font\preloaded=cmsy9
+\font\preloaded=cmsy8
+\font\sevensy=cmsy7
+\font\preloaded=cmsy6
+\font\fivesy=cmsy5
+\font\tenex=cmex10
+\font\preloaded=cmss10
+\font\preloaded=cmssq8
+\font\preloaded=cmssi10
+\font\preloaded=cmssqi8
+\font\tenbf=cmbx10
+\font\preloaded=cmbx9
+\font\preloaded=cmbx8
+\font\sevenbf=cmbx7
+\font\preloaded=cmbx6
+\font\fivebf=cmbx5
+\font\tentt=cmtt10
+\font\preloaded=cmtt9
+\font\preloaded=cmtt8
+\font\preloaded=cmsltt10
+\font\tensl=cmsl10
+\font\preloaded=cmsl9
+\font\preloaded=cmsl8
+\font\tenit=cmti10
+\font\preloaded=cmti9
+\font\preloaded=cmti8
+\font\preloaded=cmti7
+\font\preloaded=cmu10
+\font\preloaded=cmmib10
+\font\preloaded=cmbsy10
+\font\preloaded=cmcsc10
+\font\preloaded=cmssbx10
+\font\preloaded=cmdunh10
+\font\preloaded=cmr7 at 14.51799pt
+\font\preloaded=cmtt10 at 14.4pt
+\font\preloaded=cmssbx10 at 14.4pt
+\font\preloaded=manfnt
+14787 words of font info for 50 preloaded fonts
+14 hyphenation exceptions
+Hyphenation trie of length 6075 has 181 ops out of 35111
+ 181 for language 0
+No pages of output.
+Transcript written on tex.log.
+mktexfmt [INFO]: log file copied to: /var/lib/texmf/web2c/tex/tex.log
+mktexfmt [INFO]: /var/lib/texmf/web2c/tex/tex.fmt installed.
+mktexfmt [INFO]: successfully rebuilt formats: 1
+mktexfmt [INFO]: not selected formats: 19
+mktexfmt [INFO]: total formats: 20
+mktexfmt [INFO]: exiting with status 0
stdout:
This is TeX, Version 3.141592653 (TeX Live 2022) (preloaded format=tex)
(./pspp.tex [1] )
Output written on pspp.dvi (1 page, 2544 bytes).
Transcript written on pspp.log.
1588. tex.at:301: 1588. tex multispan (tex.at:301): FAILED (tex.at:324)
# -*- compilation -*-
1620. perl-module.at:676: testing Perl Pspp.t ...
./perl-module.at:680: perl -MText::Diff -e '' || exit 77
./perl-module.at:681: run_perl_module "$abs_top_builddir/perl-module/t/Pspp.t"
stderr:
Can't locate Test/More.pm in @INC (you may need to install the Test::More module) (@INC contains: /home/mdb/pspp-20/pspp-2.0.0-pre1/perl-module/blib/arch /home/mdb/pspp-20/pspp-2.0.0-pre1/perl-module/blib/lib /usr/local/lib64/perl5/5.36 /usr/local/share/perl5/5.36 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /home/mdb/pspp-20/pspp-2.0.0-pre1/perl-module/t/Pspp.t line 28.
BEGIN failed--compilation aborted at /home/mdb/pspp-20/pspp-2.0.0-pre1/perl-module/t/Pspp.t line 28.
--- - 2023-05-07 17:50:07.619125674 -0400
+++ /home/mdb/pspp-20/pspp-2.0.0-pre1/tests/testsuite.dir/at-groups/1620/stdout 2023-05-07 17:50:07.613128738 -0400
@@ -1,40 +1 @@
-1..37
-ok 1 - use PSPP;
-ok 2 - Dictionary Creation
-ok 3
-ok 4 - Trap illegal variable name
-ok 5
-ok 6 - Accept legal variable name
-ok 7
-ok 8 - Trap duplicate variable name
-ok 9
-ok 10 - Accept valid format
-ok 11
-ok 12 - Create sysfile object
-ok 13 - Write system file
-ok 14 - Append Case
-ok 15 - Appending Case with too many variables
-ok 16 - existance
-ok 17 - Append Case 2
-ok 18 - existance2
-ok 19 - Check output
-ok 20 - Dictionary Creation 2
-ok 21 - Value label for short string
-ok 22 - Value label for long string
-ok 23 - Check output 2
-ok 24 - Dictionary survives sysfile
-ok 25 - Basic reader operation
-ok 26 - Streaming of files
-Formatted string is "11-SEP-2001 08:20"
-ok 27 - format_value function
-ok 28 - Perl representation of time
-ok 29 - Returns undef on opening failure
-ok 30 - Error string on open failure
-ok 31 - Missing Value Negative String
-ok 32 - Missing Value Negative Num
-ok 33 - Missing Value Positive
-ok 34 - Missing Value Positive SYS
-ok 35 - Missing Value Positive Num
-ok 36 - Custom Attributes
-ok 37 - Case count
./perl-module.at:681: exit code was 2, expected 0
1620. perl-module.at:676: 1620. Perl Pspp.t (perl-module.at:676): FAILED (perl-module.at:681)
## ------------- ##
## ../config.log ##
## ------------- ##
| This file contains any messages produced by compilers while
| running configure, to aid debugging if configure makes a mistake.
|
| It was created by GNU PSPP configure 2.0.0-pre1, which was
| generated by GNU Autoconf 2.71. Invocation command line was
|
| $ ./configure
|
| ## --------- ##
| ## Platform. ##
| ## --------- ##
|
| hostname = fedora
| uname -m = x86_64
| uname -r = 6.2.14-300.fc38.x86_64
| uname -s = Linux
| uname -v = #1 SMP PREEMPT_DYNAMIC Mon May 1 00:55:28 UTC 2023
|
| /usr/bin/uname -p = unknown
| /bin/uname -X = unknown
|
| /bin/arch = x86_64
| /usr/bin/arch -k = unknown
| /usr/convex/getsysinfo = unknown
| /usr/bin/hostinfo = unknown
| /bin/machine = unknown
| /usr/bin/oslevel = unknown
| /bin/universe = unknown
|
| PATH: /root/.local/bin/
| PATH: /root/bin/
| PATH: /usr/lib64/ccache/
| PATH: /usr/local/sbin/
| PATH: /usr/local/bin/
| PATH: /usr/sbin/
| PATH: /usr/bin/
|
|
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
|
| configure:4668: looking for aux files: config.rpath ltmain.sh config.guess config.sub compile missing install-sh
| configure:4681: trying ./build-aux/
| configure:4710: ./build-aux/config.rpath found
| configure:4710: ./build-aux/ltmain.sh found
| configure:4710: ./build-aux/config.guess found
| configure:4710: ./build-aux/config.sub found
| configure:4710: ./build-aux/compile found
| configure:4710: ./build-aux/missing found
| configure:4692: ./build-aux/install-sh found
| configure:4844: checking for a BSD-compatible install
| configure:4917: result: /usr/bin/install -c
| configure:4928: checking whether build environment is sane
| configure:4983: result: yes
| configure:5142: checking for a race-free mkdir -p
| configure:5186: result: /usr/bin/mkdir -p
| configure:5193: checking for gawk
| configure:5214: found /usr/bin/gawk
| configure:5225: result: gawk
| configure:5236: checking whether make sets $(MAKE)
| configure:5259: result: yes
| configure:5289: checking whether make supports nested variables
| configure:5307: result: yes
| configure:5392: checking whether UID '0' is supported by ustar format
| configure:5395: result: yes
| configure:5402: checking whether GID '0' is supported by ustar format
| configure:5405: result: yes
| configure:5413: checking how to create a ustar tar archive
| configure:5424: tar --version
| tar (GNU tar) 1.34
| Copyright (C) 2021 Free Software Foundation, Inc.
| License GPLv3+: GNU GPL version 3 or later .
| This is free software: you are free to change and redistribute it.
| There is NO WARRANTY, to the extent permitted by law.
|
| Written by John Gilmore and Jay Fenlason.
| configure:5427: $? = 0
| configure:5467: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
| configure:5470: $? = 0
| configure:5474: tar -xf - &5
| gcc (GCC) 13.1.1 20230426 (Red Hat 13.1.1-1)
| Copyright (C) 2023 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions. There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
| configure:6092: $? = 0
| configure:6081: gcc -v >&5
| Using built-in specs.
| COLLECT_GCC=/usr/bin/gcc
| COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/13/lto-wrapper
| OFFLOAD_TARGET_NAMES=nvptx-none
| OFFLOAD_TARGET_DEFAULT=1
| Target: x86_64-redhat-linux
| Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,m2,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-13.1.1-20230426/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none --without-cuda-driver --enable-offload-defaulted --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1
| Thread model: posix
| Supported LTO compression algorithms: zlib zstd
| gcc version 13.1.1 20230426 (Red Hat 13.1.1-1) (GCC)
| ... rest of stderr output deleted ...
| configure:6092: $? = 0
| configure:6081: gcc -V >&5
| gcc: error: unrecognized command-line option '-V'
| gcc: fatal error: no input files
| compilation terminated.
| configure:6092: $? = 1
| configure:6081: gcc -qversion >&5
| gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
| gcc: fatal error: no input files
| compilation terminated.
| configure:6092: $? = 1
| configure:6081: gcc -version >&5
| gcc: error: unrecognized command-line option '-version'
| gcc: fatal error: no input files
| compilation terminated.
| configure:6092: $? = 1
| configure:6112: checking whether the C compiler works
| configure:6134: gcc conftest.c >&5
| configure:6138: $? = 0
| configure:6188: result: yes
| configure:6191: checking for C compiler default output file name
| configure:6193: result: a.out
| configure:6199: checking for suffix of executables
| configure:6206: gcc -o conftest conftest.c >&5
| configure:6210: $? = 0
| configure:6233: result:
| configure:6255: checking whether we are cross compiling
| configure:6263: gcc -o conftest conftest.c >&5
| configure:6267: $? = 0
| configure:6274: ./conftest
| configure:6278: $? = 0
| configure:6293: result: no
| configure:6298: checking for suffix of object files
| configure:6321: gcc -c conftest.c >&5
| configure:6325: $? = 0
| configure:6347: result: o
| configure:6351: checking whether the compiler supports GNU C
| configure:6371: gcc -c conftest.c >&5
| configure:6371: $? = 0
| configure:6381: result: yes
| configure:6392: checking whether gcc accepts -g
| configure:6413: gcc -c -g conftest.c >&5
| configure:6413: $? = 0
| configure:6457: result: yes
| configure:6477: checking for gcc option to enable C11 features
| configure:6492: gcc -c -g -O2 conftest.c >&5
| configure:6492: $? = 0
| configure:6510: result: none needed
| configure:6626: checking whether gcc understands -c and -o together
| configure:6649: gcc -c conftest.c -o conftest2.o
| configure:6652: $? = 0
| configure:6649: gcc -c conftest.c -o conftest2.o
| configure:6652: $? = 0
| configure:6664: result: yes
| configure:6682: checking whether the compiler is clang
| configure:6704: gcc -c -g -O2 conftest.c >&5
| configure:6704: $? = 0
| configure:6713: result: no
| configure:6717: checking for compiler option needed when checking for declarations
| configure:6750: result: none
| configure:6761: checking dependency style of gcc
| configure:6873: result: gcc3
| configure:6893: checking for stdio.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for stdlib.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for string.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for inttypes.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for stdint.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for strings.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for sys/stat.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for sys/types.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for unistd.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for wchar.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for minix/config.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| conftest.c:49:10: fatal error: minix/config.h: No such file or directory
| 49 | #include
| | ^~~~~~~~~~~~~~~~
| compilation terminated.
| configure:6893: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_STDIO_H
| | # include
| | #endif
| | #ifdef HAVE_STDLIB_H
| | # include
| | #endif
| | #ifdef HAVE_STRING_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | #include
| configure:6893: result: no
| configure:6893: checking for pthread.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for xlocale.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| conftest.c:50:10: fatal error: xlocale.h: No such file or directory
| 50 | #include
| | ^~~~~~~~~~~
| compilation terminated.
| configure:6893: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_STDIO_H
| | # include
| | #endif
| | #ifdef HAVE_STDLIB_H
| | # include
| | #endif
| | #ifdef HAVE_STRING_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | #include
| configure:6893: result: no
| configure:6893: checking for sys/param.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for sys/socket.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for fnmatch.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for features.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for getopt.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for sys/cdefs.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for stdio_ext.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for termios.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for sys/time.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for threads.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for limits.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for crtdefs.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| conftest.c:61:10: fatal error: crtdefs.h: No such file or directory
| 61 | #include
| | ^~~~~~~~~~~
| compilation terminated.
| configure:6893: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_STDIO_H
| | # include
| | #endif
| | #ifdef HAVE_STDLIB_H
| | # include
| | #endif
| | #ifdef HAVE_STRING_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | #include
| configure:6893: result: no
| configure:6893: checking for wctype.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for langinfo.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for math.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for sys/mman.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for malloc.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for sys/select.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for sys/random.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6893: checking for sys/uio.h
| configure:6893: gcc -c -g -O2 conftest.c >&5
| configure:6893: $? = 0
| configure:6893: result: yes
| configure:6924: checking whether it is safe to define __EXTENSIONS__
| configure:6943: gcc -c -g -O2 conftest.c >&5
| configure:6943: $? = 0
| configure:6951: result: yes
| configure:6954: checking whether _XOPEN_SOURCE should be defined
| configure:6976: gcc -c -g -O2 conftest.c >&5
| configure:6976: $? = 0
| configure:7003: result: no
| configure:7112: checking for gcc
| configure:7144: result: gcc
| configure:7497: checking for C compiler version
| configure:7506: gcc --version >&5
| gcc (GCC) 13.1.1 20230426 (Red Hat 13.1.1-1)
| Copyright (C) 2023 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions. There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
| configure:7517: $? = 0
| configure:7506: gcc -v >&5
| Using built-in specs.
| COLLECT_GCC=/usr/bin/gcc
| COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/13/lto-wrapper
| OFFLOAD_TARGET_NAMES=nvptx-none
| OFFLOAD_TARGET_DEFAULT=1
| Target: x86_64-redhat-linux
| Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,m2,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-13.1.1-20230426/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none --without-cuda-driver --enable-offload-defaulted --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1
| Thread model: posix
| Supported LTO compression algorithms: zlib zstd
| gcc version 13.1.1 20230426 (Red Hat 13.1.1-1) (GCC)
| ... rest of stderr output deleted ...
| configure:7517: $? = 0
| configure:7506: gcc -V >&5
| gcc: error: unrecognized command-line option '-V'
| gcc: fatal error: no input files
| compilation terminated.
| configure:7517: $? = 1
| configure:7506: gcc -qversion >&5
| gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
| gcc: fatal error: no input files
| compilation terminated.
| configure:7517: $? = 1
| configure:7506: gcc -version >&5
| gcc: error: unrecognized command-line option '-version'
| gcc: fatal error: no input files
| compilation terminated.
| configure:7517: $? = 1
| configure:7521: checking whether the compiler supports GNU C
| configure:7551: result: yes
| configure:7562: checking whether gcc accepts -g
| configure:7627: result: yes
| configure:7647: checking for gcc option to enable C11 features
| configure:7680: result: none needed
| configure:7796: checking whether gcc understands -c and -o together
| configure:7834: result: yes
| configure:7852: checking whether the compiler is clang
| configure:7883: result: no
| configure:7887: checking for compiler option needed when checking for declarations
| configure:7920: result: none
| configure:7931: checking dependency style of gcc
| configure:8043: result: gcc3
| configure:8064: checking build system type
| configure:8079: result: x86_64-pc-linux-gnu
| configure:8099: checking host system type
| configure:8113: result: x86_64-pc-linux-gnu
| configure:8150: checking how to run the C preprocessor
| configure:8176: gcc -E conftest.c
| configure:8176: $? = 0
| configure:8191: gcc -E conftest.c
| conftest.c:58:10: fatal error: ac_nonexistent.h: No such file or directory
| 58 | #include
| | ^~~~~~~~~~~~~~~~~~
| compilation terminated.
| configure:8191: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | /* end confdefs.h. */
| | #include
| configure:8218: result: gcc -E
| configure:8232: gcc -E conftest.c
| configure:8232: $? = 0
| configure:8247: gcc -E conftest.c
| conftest.c:58:10: fatal error: ac_nonexistent.h: No such file or directory
| 58 | #include
| | ^~~~~~~~~~~~~~~~~~
| compilation terminated.
| configure:8247: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | /* end confdefs.h. */
| | #include
| configure:8278: checking for grep that handles long lines and -e
| configure:8342: result: /usr/bin/grep
| configure:8347: checking for egrep
| configure:8415: result: /usr/bin/grep -E
| configure:8423: checking for Minix Amsterdam compiler
| configure:8449: result: no
| configure:8511: checking for ar
| configure:8532: found /usr/bin/ar
| configure:8543: result: ar
| configure:8623: checking for ranlib
| configure:8644: found /usr/bin/ranlib
| configure:8655: result: ranlib
| configure:8712: checking for _LARGEFILE_SOURCE value needed for large files
| configure:8732: gcc -o conftest -g -O2 conftest.c >&5
| configure:8732: $? = 0
| configure:8763: result: no
| configure:8798: checking for special C compiler options needed for large files
| configure:8846: result: no
| configure:8852: checking for _FILE_OFFSET_BITS value needed for large files
| configure:8878: gcc -c -g -O2 conftest.c >&5
| configure:8878: $? = 0
| configure:8913: result: no
| configure:9670: checking how to print strings
| configure:9697: result: printf
| configure:9718: checking for a sed that does not truncate output
| configure:9788: result: /usr/bin/sed
| configure:9806: checking for fgrep
| configure:9874: result: /usr/bin/grep -F
| configure:9910: checking for ld used by gcc
| configure:9978: result: /usr/bin/ld
| configure:9985: checking if the linker (/usr/bin/ld) is GNU ld
| configure:10001: result: yes
| configure:10013: checking for BSD- or MS-compatible name lister (nm)
| configure:10068: result: /usr/bin/nm -B
| configure:10208: checking the name lister (/usr/bin/nm -B) interface
| configure:10216: gcc -c -g -O2 conftest.c >&5
| configure:10219: /usr/bin/nm -B "conftest.o"
| configure:10222: output
| 0000000000000000 B some_variable
| configure:10229: result: BSD nm
| configure:10232: checking whether ln -s works
| configure:10236: result: yes
| configure:10244: checking the maximum length of command line arguments
| configure:10376: result: 1572864
| configure:10424: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
| configure:10465: result: func_convert_file_noop
| configure:10472: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
| configure:10493: result: func_convert_file_noop
| configure:10500: checking for /usr/bin/ld option to reload object files
| configure:10508: result: -r
| configure:10587: checking for file
| configure:10608: found /usr/bin/file
| configure:10619: result: file
| configure:10695: checking for objdump
| configure:10716: found /usr/bin/objdump
| configure:10727: result: objdump
| configure:10756: checking how to recognize dependent libraries
| configure:10957: result: pass_all
| configure:11047: checking for dlltool
| configure:11082: result: no
| configure:11109: checking how to associate runtime and link libraries
| configure:11137: result: printf %s\n
| configure:11287: checking for archiver @FILE support
| configure:11305: gcc -c -g -O2 conftest.c >&5
| configure:11305: $? = 0
| configure:11309: ar cr libconftest.a @conftest.lst >&5
| configure:11312: $? = 0
| configure:11317: ar cr libconftest.a @conftest.lst >&5
| ar: conftest.o: No such file or directory
| configure:11320: $? = 1
| configure:11332: result: @
| configure:11395: checking for strip
| configure:11416: found /usr/bin/strip
| configure:11427: result: strip
| configure:11504: checking for ranlib
| configure:11536: result: ranlib
| configure:11638: checking command to parse /usr/bin/nm -B output from gcc object
| configure:11792: gcc -c -g -O2 conftest.c >&5
| configure:11795: $? = 0
| configure:11799: /usr/bin/nm -B conftest.o \| /usr/bin/sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /usr/bin/sed '/ __gnu_lto/d' \> conftest.nm
| configure:11802: $? = 0
| configure:11868: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
| configure:11871: $? = 0
| configure:11909: result: ok
| configure:11956: checking for sysroot
| configure:11987: result: no
| configure:11994: checking for a working dd
| configure:12038: result: /usr/bin/dd
| configure:12042: checking how to truncate binary pipes
| configure:12058: result: /usr/bin/dd bs=4096 count=1
| configure:12195: gcc -c -g -O2 conftest.c >&5
| configure:12198: $? = 0
| configure:12395: checking for mt
| configure:12430: result: no
| configure:12450: checking if : is a manifest tool
| configure:12457: : '-?'
| configure:12465: result: no
| configure:13186: checking for dlfcn.h
| configure:13186: gcc -c -g -O2 conftest.c >&5
| configure:13186: $? = 0
| configure:13186: result: yes
| configure:13772: checking for objdir
| configure:13788: result: .libs
| configure:14052: checking if gcc supports -fno-rtti -fno-exceptions
| configure:14071: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
| cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
| configure:14075: $? = 0
| configure:14088: result: no
| configure:14446: checking for gcc option to produce PIC
| configure:14454: result: -fPIC -DPIC
| configure:14462: checking if gcc PIC flag -fPIC -DPIC works
| configure:14481: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
| configure:14485: $? = 0
| configure:14498: result: yes
| configure:14527: checking if gcc static flag -static works
| configure:14556: result: no
| configure:14571: checking if gcc supports -c -o file.o
| configure:14593: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
| configure:14597: $? = 0
| configure:14619: result: yes
| configure:14627: checking if gcc supports -c -o file.o
| configure:14675: result: yes
| configure:14708: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
| configure:15976: result: yes
| configure:16013: checking whether -lc should be explicitly linked in
| configure:16022: gcc -c -g -O2 conftest.c >&5
| configure:16025: $? = 0
| configure:16040: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
| configure:16043: $? = 0
| configure:16057: result: no
| configure:16217: checking dynamic linker characteristics
| configure:16799: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
| configure:16799: $? = 0
| configure:17041: result: GNU/Linux ld.so
| configure:17163: checking how to hardcode library paths into programs
| configure:17188: result: immediate
| configure:17290: checking for shl_load
| configure:17290: gcc -o conftest -g -O2 conftest.c >&5
| /usr/bin/ld: /tmp/ccKGod9H.o: in function `main':
| /home/mdb/pspp-20/pspp-2.0.0-pre1/conftest.c:88: undefined reference to `shl_load'
| collect2: error: ld returned 1 exit status
| configure:17290: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | /* end confdefs.h. */
| | /* Define shl_load to an innocuous variant, in case declares shl_load.
| | For example, HP-UX 11i declares gettimeofday. */
| | #define shl_load innocuous_shl_load
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char shl_load (); below. */
| |
| | #include
| | #undef shl_load
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char shl_load ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub_shl_load || defined __stub___shl_load
| | choke me
| | #endif
| |
| | int
| | main (void)
| | {
| | return shl_load ();
| | ;
| | return 0;
| | }
| configure:17290: result: no
| configure:17295: checking for shl_load in -ldld
| configure:17318: gcc -o conftest -g -O2 conftest.c -ldld >&5
| /usr/bin/ld: cannot find -ldld: No such file or directory
| collect2: error: ld returned 1 exit status
| configure:17318: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | char shl_load ();
| | int
| | main (void)
| | {
| | return shl_load ();
| | ;
| | return 0;
| | }
| configure:17328: result: no
| configure:17334: checking for dlopen
| configure:17334: gcc -o conftest -g -O2 conftest.c >&5
| configure:17334: $? = 0
| configure:17334: result: yes
| configure:17492: checking whether a program can dlopen itself
| configure:17573: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c >&5
| configure:17576: $? = 0
| configure:17594: result: yes
| configure:17599: checking whether a statically linked program can dlopen itself
| configure:17680: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c >&5
| configure:17683: $? = 0
| configure:17701: result: yes
| configure:17740: checking whether stripping libraries is possible
| configure:17749: result: yes
| configure:17791: checking if libtool supports shared libraries
| configure:17793: result: yes
| configure:17796: checking whether to build shared libraries
| configure:17821: result: yes
| configure:17824: checking whether to build static libraries
| configure:17828: result: yes
| configure:17865: checking whether termios.h defines TIOCGWINSZ
| configure:17890: result: no
| configure:17894: checking whether sys/ioctl.h defines TIOCGWINSZ
| configure:17919: result: yes
| configure:17934: checking size of ptrdiff_t
| configure:17940: gcc -o conftest -g -O2 conftest.c >&5
| configure:17940: $? = 0
| configure:17940: ./conftest
| configure:17940: $? = 0
| configure:17955: result: 8
| configure:18026: checking for pkg-config
| configure:18049: found /usr/bin/pkg-config
| configure:18061: result: /usr/bin/pkg-config
| configure:18086: checking pkg-config is at least version 0.9.0
| configure:18089: result: yes
| configure:18099: checking whether makeinfo supports @clicksequence
| configure:18109: running ${SHELL} '/home/mdb/pspp-20/pspp-2.0.0-pre1/build-aux/missing' makeinfo conftest.texi >&5
| conftest.texi: warning: document without nodes
| configure:18112: $? = 0
| configure:18120: result: yes
| configure:18128: checking whether makeinfo generates broken DocBook XML
| configure:18145: result: no
| configure:18155: checking for dot
| configure:18167: result: yes
| configure:18229: checking whether gcc accepts -Wall
| configure:18248: gcc -c -g -O2 -Wall conftest.c >&5
| configure:18248: $? = 0
| configure:18257: result: yes
| configure:18267: checking whether gcc accepts -Wextra
| configure:18286: gcc -c -g -O2 -Wextra conftest.c >&5
| configure:18286: $? = 0
| configure:18295: result: yes
| configure:18305: checking whether gcc accepts -Wwrite-strings
| configure:18324: gcc -c -g -O2 -Wwrite-strings conftest.c >&5
| configure:18324: $? = 0
| configure:18333: result: yes
| configure:18343: checking whether gcc accepts -Wstrict-prototypes
| configure:18362: gcc -c -g -O2 -Wstrict-prototypes conftest.c >&5
| configure:18362: $? = 0
| configure:18371: result: yes
| configure:18381: checking whether gcc accepts -Wpointer-arith
| configure:18400: gcc -c -g -O2 -Wpointer-arith conftest.c >&5
| configure:18400: $? = 0
| configure:18409: result: yes
| configure:18419: checking whether gcc accepts -Wno-sign-compare
| configure:18438: gcc -c -g -O2 -Wno-sign-compare conftest.c >&5
| configure:18438: $? = 0
| configure:18447: result: yes
| configure:18457: checking whether gcc accepts -Wmissing-prototypes
| configure:18476: gcc -c -g -O2 -Wmissing-prototypes conftest.c >&5
| configure:18476: $? = 0
| configure:18485: result: yes
| configure:18515: checking for perl
| configure:18538: found /usr/bin/perl
| configure:18551: result: /usr/bin/perl
| configure:18576: checking for python3
| configure:18597: found /usr/bin/python3
| configure:18608: result: python3
| configure:18634: checking for tex
| configure:18655: found /usr/bin/tex
| configure:18666: result: tex
| configure:18727: checking for ld
| configure:18858: result: /usr/bin/ld -m elf_x86_64
| configure:18865: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
| configure:18881: result: yes
| configure:18889: checking for shared library run path origin
| configure:18903: result: done
| configure:18925: checking 32-bit host C ABI
| configure:18992: gcc -c -g -O2 -DGCC_LINT conftest.c >&5
| configure:18992: $? = 0
| configure:19188: result: no
| configure:19197: checking for ELF binary format
| configure:19221: result: yes
| configure:19273: checking for the common suffixes of directories in the library search path
| configure:19342: result: lib,lib,lib64
| configure:19845: checking whether NLS is requested
| configure:19855: result: yes
| configure:19882: checking for CFPreferencesCopyAppValue
| configure:19901: gcc -o conftest -g -O2 -DGCC_LINT conftest.c -Wl,-framework -Wl,CoreFoundation >&5
| conftest.c:63:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
| 63 | #include
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| compilation terminated.
| configure:19901: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | /* end confdefs.h. */
| | #include
| | int
| | main (void)
| | {
| | CFPreferencesCopyAppValue(NULL, NULL)
| | ;
| | return 0;
| | }
| configure:19911: result: no
| configure:19918: checking for CFLocaleCopyPreferredLanguages
| configure:19937: gcc -o conftest -g -O2 -DGCC_LINT conftest.c -Wl,-framework -Wl,CoreFoundation >&5
| conftest.c:63:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory
| 63 | #include
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| compilation terminated.
| configure:19937: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | /* end confdefs.h. */
| | #include
| | int
| | main (void)
| | {
| | CFLocaleCopyPreferredLanguages();
| | ;
| | return 0;
| | }
| configure:19947: result: no
| configure:19997: checking for GNU gettext in libc
| configure:20027: gcc -o conftest -g -O2 -DGCC_LINT conftest.c >&5
| configure:20027: $? = 0
| configure:20037: result: yes
| configure:20936: checking whether to use NLS
| configure:20938: result: yes
| configure:20941: checking where the gettext function comes from
| configure:20952: result: libc
| configure:21015: checking for msgfmt
| configure:21036: found /usr/bin/msgfmt
| configure:21047: result: msgfmt
| configure:21069: checking for xgettext
| configure:21090: found /usr/bin/xgettext
| configure:21101: result: xgettext
| configure:21119: checking whether gettext is sufficiently recent
| configure:21142: result: yes
| configure:21160: checking for special C compiler options needed for large files
| configure:21208: result: no
| configure:21214: checking for _FILE_OFFSET_BITS value needed for large files
| configure:21275: result: no
| configure:21483: checking for library containing sin
| configure:21513: gcc -o conftest -g -O2 -DGCC_LINT conftest.c >&5
| conftest.c:70:6: warning: conflicting types for built-in function 'sin'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
| 70 | char sin ();
| | ^~~
| conftest.c:1:1: note: 'sin' is declared in header ''
| 1 | /* confdefs.h */
| /usr/bin/ld: /tmp/ccfI48U7.o: in function `main':
| /home/mdb/pspp-20/pspp-2.0.0-pre1/conftest.c:74: undefined reference to `sin'
| collect2: error: ld returned 1 exit status
| configure:21513: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | char sin ();
| | int
| | main (void)
| | {
| | return sin ();
| | ;
| | return 0;
| | }
| configure:21513: gcc -o conftest -g -O2 -DGCC_LINT conftest.c -lm >&5
| conftest.c:70:6: warning: conflicting types for built-in function 'sin'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
| 70 | char sin ();
| | ^~~
| conftest.c:1:1: note: 'sin' is declared in header ''
| 1 | /* confdefs.h */
| configure:21513: $? = 0
| configure:21533: result: -lm
| configure:21542: checking for LC_PAPER
| configure:21563: gcc -c -g -O2 -DGCC_LINT conftest.c >&5
| configure:21563: $? = 0
| configure:21570: result: yes
| configure:21586: checking for CAIRO
| configure:21593: $PKG_CONFIG --exists --print-errors "cairo >= 1.5 pango >= 1.22 pangocairo"
| configure:21596: $? = 0
| configure:21610: $PKG_CONFIG --exists --print-errors "cairo >= 1.5 pango >= 1.22 pangocairo"
| configure:21613: $? = 0
| configure:21657: result: yes
| configure:21662: checking for an xmllint program which fits our needs
| configure:21702: result: /usr/bin/xmllint
| configure:21729: checking for GTHREAD
| configure:21736: $PKG_CONFIG --exists --print-errors "gthread-2.0"
| configure:21739: $? = 0
| configure:21753: $PKG_CONFIG --exists --print-errors "gthread-2.0"
| configure:21756: $? = 0
| configure:21800: result: yes
| configure:21807: checking for GTK
| configure:21814: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.22.0"
| configure:21817: $? = 0
| configure:21831: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.22.0"
| configure:21834: $? = 0
| configure:21878: result: yes
| configure:21885: checking for GTKSOURCEVIEW
| configure:21892: $PKG_CONFIG --exists --print-errors "gtksourceview-4 >= 4.0"
| configure:21895: $? = 0
| configure:21909: $PKG_CONFIG --exists --print-errors "gtksourceview-4 >= 4.0"
| configure:21912: $? = 0
| configure:22102: result: yes
| configure:22109: checking for GLIB
| configure:22116: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.44"
| configure:22119: $? = 0
| configure:22133: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.44"
| configure:22136: $? = 0
| configure:22180: result: yes
| configure:22187: checking for SPREAD_SHEET_WIDGET
| configure:22194: $PKG_CONFIG --exists --print-errors "spread-sheet-widget >= 0.7"
| configure:22197: $? = 0
| configure:22211: $PKG_CONFIG --exists --print-errors "spread-sheet-widget >= 0.7"
| configure:22214: $? = 0
| configure:22258: result: yes
| configure:22267: $PKG_CONFIG --exists --print-errors "spread-sheet-widget"
| configure:22270: $? = 0
| configure:22292: checking for glib-genmarshal
| configure:22313: found /usr/bin/glib-genmarshal
| configure:22324: result: glib-genmarshal
| configure:22346: checking for glib-compile-resources
| configure:22367: found /usr/bin/glib-compile-resources
| configure:22378: result: glib-compile-resources
| configure:22396: checking for g_memdup2 in -lglib-2.0
| configure:22419: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lglib-2.0 -lm >&5
| configure:22419: $? = 0
| configure:22429: result: yes
| configure:22443: checking whether the preprocessor supports include_next
| configure:22482: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Iconftestd1b -Iconftestd2 conftest.c >&5
| configure:22482: $? = 0
| configure:22505: result: yes
| configure:22527: checking whether source code line length is unlimited
| configure:22552: result: yes
| configure:22649: checking for pg_config
| configure:22688: result: no
| configure:22820: checking for LIBXML2
| configure:22827: $PKG_CONFIG --exists --print-errors "libxml-2.0"
| configure:22830: $? = 0
| configure:22844: $PKG_CONFIG --exists --print-errors "libxml-2.0"
| configure:22847: $? = 0
| configure:22891: result: yes
| configure:22896: checking for library containing gzopen
| configure:22926: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lm >&5
| /usr/bin/ld: /tmp/ccKSGTfF.o: in function `main':
| /home/mdb/pspp-20/pspp-2.0.0-pre1/conftest.c:76: undefined reference to `gzopen'
| collect2: error: ld returned 1 exit status
| configure:22926: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | char gzopen ();
| | int
| | main (void)
| | {
| | return gzopen ();
| | ;
| | return 0;
| | }
| configure:22926: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lz -lm >&5
| configure:22926: $? = 0
| configure:22946: result: -lz
| configure:22962: checking for zlib.h
| configure:22962: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:22962: $? = 0
| configure:22962: result: yes
| configure:23019: running /usr/bin/perl -MConfig::Perl::V -e '' >&5
| configure:23022: $? = 0
| configure:23032: running /usr/bin/perl -MText::Diff -e '' >&5
| configure:23035: $? = 0
| configure:23045: checking for library containing cblas_dsdot
| configure:23075: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lz -lm >&5
| /usr/bin/ld: /tmp/ccvBtuqR.o: in function `main':
| /home/mdb/pspp-20/pspp-2.0.0-pre1/conftest.c:78: undefined reference to `cblas_dsdot'
| collect2: error: ld returned 1 exit status
| configure:23075: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | char cblas_dsdot ();
| | int
| | main (void)
| | {
| | return cblas_dsdot ();
| | ;
| | return 0;
| | }
| configure:23075: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lgslcblas -lz -lm >&5
| configure:23075: $? = 0
| configure:23095: result: -lgslcblas
| configure:23111: checking for GSL
| configure:23118: $PKG_CONFIG --exists --print-errors "gsl >= 1.13"
| configure:23121: $? = 0
| configure:23135: $PKG_CONFIG --exists --print-errors "gsl >= 1.13"
| configure:23138: $? = 0
| configure:23302: result: yes
| configure:23308: checking for inline
| configure:23325: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:23325: $? = 0
| configure:23334: result: inline
| configure:23354: checking whether the compiler generally respects inline
| configure:23376: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:23376: $? = 0
| configure:23386: result: yes
| configure:23400: checking whether gcc accepts -fgnu89-inline
| configure:23419: gcc -c -g -O2 -DGCC_LINT -fgnu89-inline -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:23419: $? = 0
| configure:23428: result: yes
| configure:23431: checking whether GSL needs -fgnu89-inline to link
| configure:23464: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest1.c conftest2.c -lgslcblas -lz -lm >&5
| configure:23473: $? = 0
| configure:23496: result: no
| configure:24519: checking for readline
| configure:24546: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lgslcblas -lz -lm -lreadline -lhistory >&5
| configure:24546: $? = 0
| configure:24563: result: yes
| configure:24570: checking how to link with libreadline
| configure:24572: result: -lreadline
| configure:24574: checking for library containing rl_echo_signal_char
| configure:24604: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lgslcblas -lz -lm >&5
| /usr/bin/ld: /tmp/ccWowdhG.o: in function `main':
| /home/mdb/pspp-20/pspp-2.0.0-pre1/conftest.c:80: undefined reference to `rl_echo_signal_char'
| collect2: error: ld returned 1 exit status
| configure:24604: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | char rl_echo_signal_char ();
| | int
| | main (void)
| | {
| | return rl_echo_signal_char ();
| | ;
| | return 0;
| | }
| configure:24604: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lreadline -lgslcblas -lz -lm >&5
| configure:24604: $? = 0
| configure:24624: result: -lreadline
| configure:24635: checking for library containing rl_outstream
| configure:24665: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:24665: $? = 0
| configure:24685: result: none required
| configure:24709: checking for sys/wait.h
| configure:24709: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:24709: $? = 0
| configure:24709: result: yes
| configure:24715: checking for fpu_control.h
| configure:24715: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:24715: $? = 0
| configure:24715: result: yes
| configure:24721: checking for ieeefp.h
| configure:24721: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c:104:10: fatal error: ieeefp.h: No such file or directory
| 104 | #include
| | ^~~~~~~~~~
| compilation terminated.
| configure:24721: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_STDIO_H
| | # include
| | #endif
| | #ifdef HAVE_STDLIB_H
| | # include
| | #endif
| | #ifdef HAVE_STRING_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | #include
| configure:24721: result: no
| configure:24727: checking for fenv.h
| configure:24727: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:24727: $? = 0
| configure:24727: result: yes
| configure:24733: checking for pwd.h
| configure:24733: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:24733: $? = 0
| configure:24733: result: yes
| configure:24741: checking for gcc options needed to detect all undeclared functions
| configure:24763: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:82:8: error: 'strchr' undeclared (first use in this function)
| 82 | (void) strchr;
| | ^~~~~~
| conftest.c:1:1: note: 'strchr' is defined in header ''; did you forget to '#include '?
| 1 | /* confdefs.h */
| conftest.c:82:8: note: each undeclared identifier is reported only once for each function it appears in
| 82 | (void) strchr;
| | ^~~~~~
| configure:24763: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | /* end confdefs.h. */
| |
| | int
| | main (void)
| | {
| | (void) strchr;
| | ;
| | return 0;
| | }
| configure:24790: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:24790: $? = 0
| configure:24807: result: none needed
| configure:24821: checking whether SIGWINCH is declared
| configure:24821: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:24821: $? = 0
| configure:24821: result: yes
| configure:24872: checking for size_t
| configure:24872: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:24872: $? = 0
| configure:24872: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:110:21: error: expected expression before ')' token
| 110 | if (sizeof ((size_t)))
| | ^
| configure:24872: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_STDIO_H
| | # include
| | #endif
| | #ifdef HAVE_STDLIB_H
| | # include
| | #endif
| | #ifdef HAVE_STRING_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | int
| | main (void)
| | {
| | if (sizeof ((size_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:24872: result: yes
| configure:24884: checking for working alloca.h
| configure:24902: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:24902: $? = 0
| configure:24911: result: yes
| configure:24919: checking for alloca
| configure:24964: result: yes
| configure:25097: checking whether uses 'inline' correctly
| configure:25119: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest1.c >&5
| configure:25122: $? = 0
| configure:25135: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest2.c >&5
| configure:25138: $? = 0
| configure:25153: result: yes
| configure:25171: checking for btowc
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for uselocale
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for snprintf
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:99:6: warning: conflicting types for built-in function 'snprintf'; expected 'int(char *, long unsigned int, const char *, ...)' [-Wbuiltin-declaration-mismatch]
| 99 | char snprintf ();
| | ^~~~~~~~
| conftest.c:91:1: note: 'snprintf' is declared in header ''
| 90 | #include
| 91 | #undef snprintf
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for canonicalize_file_name
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for faccessat
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for realpath
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for lstat
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for readlinkat
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for _set_invalid_parameter_handler
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| /usr/bin/ld: /tmp/ccReUlty.o: in function `main':
| /home/mdb/pspp-20/pspp-2.0.0-pre1/conftest.c:116: undefined reference to `_set_invalid_parameter_handler'
| collect2: error: ld returned 1 exit status
| configure:25171: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | /* end confdefs.h. */
| | /* Define _set_invalid_parameter_handler to an innocuous variant, in case declares _set_invalid_parameter_handler.
| | For example, HP-UX 11i declares gettimeofday. */
| | #define _set_invalid_parameter_handler innocuous__set_invalid_parameter_handler
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char _set_invalid_parameter_handler (); below. */
| |
| | #include
| | #undef _set_invalid_parameter_handler
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char _set_invalid_parameter_handler ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub__set_invalid_parameter_handler || defined __stub____set_invalid_parameter_handler
| | choke me
| | #endif
| |
| | int
| | main (void)
| | {
| | return _set_invalid_parameter_handler ();
| | ;
| | return 0;
| | }
| configure:25171: result: no
| configure:25171: checking for explicit_bzero
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for memset_s
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| /usr/bin/ld: /tmp/ccIG9hDk.o: in function `main':
| /home/mdb/pspp-20/pspp-2.0.0-pre1/conftest.c:117: undefined reference to `memset_s'
| collect2: error: ld returned 1 exit status
| configure:25171: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | /* end confdefs.h. */
| | /* Define memset_s to an innocuous variant, in case declares memset_s.
| | For example, HP-UX 11i declares gettimeofday. */
| | #define memset_s innocuous_memset_s
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char memset_s (); below. */
| |
| | #include
| | #undef memset_s
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char memset_s ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub_memset_s || defined __stub___memset_s
| | choke me
| | #endif
| |
| | int
| | main (void)
| | {
| | return memset_s ();
| | ;
| | return 0;
| | }
| configure:25171: result: no
| configure:25171: checking for fcntl
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for symlink
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for fnmatch
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for mbsrtowcs
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for vasnprintf
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| /usr/bin/ld: /tmp/ccch4T8t.o: in function `main':
| /home/mdb/pspp-20/pspp-2.0.0-pre1/conftest.c:121: undefined reference to `vasnprintf'
| collect2: error: ld returned 1 exit status
| configure:25171: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | /* end confdefs.h. */
| | /* Define vasnprintf to an innocuous variant, in case declares vasnprintf.
| | For example, HP-UX 11i declares gettimeofday. */
| | #define vasnprintf innocuous_vasnprintf
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char vasnprintf (); below. */
| |
| | #include
| | #undef vasnprintf
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char vasnprintf ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub_vasnprintf || defined __stub___vasnprintf
| | choke me
| | #endif
| |
| | int
| | main (void)
| | {
| | return vasnprintf ();
| | ;
| | return 0;
| | }
| configure:25171: result: no
| configure:25171: checking for __fseterr
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| /usr/bin/ld: /tmp/ccOQeipC.o: in function `main':
| /home/mdb/pspp-20/pspp-2.0.0-pre1/conftest.c:121: undefined reference to `__fseterr'
| collect2: error: ld returned 1 exit status
| configure:25171: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | /* end confdefs.h. */
| | /* Define __fseterr to an innocuous variant, in case declares __fseterr.
| | For example, HP-UX 11i declares gettimeofday. */
| | #define __fseterr innocuous___fseterr
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char __fseterr (); below. */
| |
| | #include
| | #undef __fseterr
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char __fseterr ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub___fseterr || defined __stub_____fseterr
| | choke me
| | #endif
| |
| | int
| | main (void)
| | {
| | return __fseterr ();
| | ;
| | return 0;
| | }
| configure:25171: result: no
| configure:25171: checking for getdelim
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for getdtablesize
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for getpass
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for __fsetlocking
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for getprogname
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| /usr/bin/ld: /tmp/ccajkGEj.o: in function `main':
| /home/mdb/pspp-20/pspp-2.0.0-pre1/conftest.c:125: undefined reference to `getprogname'
| collect2: error: ld returned 1 exit status
| configure:25171: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | /* end confdefs.h. */
| | /* Define getprogname to an innocuous variant, in case declares getprogname.
| | For example, HP-UX 11i declares gettimeofday. */
| | #define getprogname innocuous_getprogname
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char getprogname (); below. */
| |
| | #include
| | #undef getprogname
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char getprogname ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub_getprogname || defined __stub___getprogname
| | choke me
| | #endif
| |
| | int
| | main (void)
| | {
| | return getprogname ();
| | ;
| | return 0;
| | }
| configure:25171: result: no
| configure:25171: checking for getexecname
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| /usr/bin/ld: /tmp/ccr5Ydcj.o: in function `main':
| /home/mdb/pspp-20/pspp-2.0.0-pre1/conftest.c:125: undefined reference to `getexecname'
| collect2: error: ld returned 1 exit status
| configure:25171: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | /* end confdefs.h. */
| | /* Define getexecname to an innocuous variant, in case declares getexecname.
| | For example, HP-UX 11i declares gettimeofday. */
| | #define getexecname innocuous_getexecname
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char getexecname (); below. */
| |
| | #include
| | #undef getexecname
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char getexecname ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub_getexecname || defined __stub___getexecname
| | choke me
| | #endif
| |
| | int
| | main (void)
| | {
| | return getexecname ();
| | ;
| | return 0;
| | }
| configure:25171: result: no
| configure:25171: checking for getrandom
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for timespec_get
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for gettimeofday
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for isblank
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:117:6: warning: conflicting types for built-in function 'isblank'; expected 'int(int)' [-Wbuiltin-declaration-mismatch]
| 117 | char isblank ();
| | ^~~~~~~
| conftest.c:109:1: note: 'isblank' is declared in header ''
| 108 | #include
| 109 | #undef isblank
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for iswcntrl
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:118:6: warning: conflicting types for built-in function 'iswcntrl'; expected 'int(unsigned int)' [-Wbuiltin-declaration-mismatch]
| 118 | char iswcntrl ();
| | ^~~~~~~~
| conftest.c:110:1: note: 'iswcntrl' is declared in header ''
| 109 | #include
| 110 | #undef iswcntrl
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for iswblank
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:119:6: warning: conflicting types for built-in function 'iswblank'; expected 'int(unsigned int)' [-Wbuiltin-declaration-mismatch]
| 119 | char iswblank ();
| | ^~~~~~~~
| conftest.c:111:1: note: 'iswblank' is declared in header ''
| 110 | #include
| 111 | #undef iswblank
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for newlocale
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for duplocale
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for freelocale
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for mbsinit
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for mbrtowc
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for mprotect
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for mkstemp
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for nl_langinfo
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for pipe2
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for readlink
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for iswctype
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for setenv
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for link
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for secure_getenv
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for getuid
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for geteuid
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for getgid
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for getegid
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for sigaction
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for sigaltstack
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for siginterrupt
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for strndup
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:141:6: warning: conflicting types for built-in function 'strndup'; expected 'char *(const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
| 141 | char strndup ();
| | ^~~~~~~
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for localtime_r
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for timegm
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for wcrtomb
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for wcwidth
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25171: checking for wmempcpy
| configure:25171: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25171: $? = 0
| configure:25171: result: yes
| configure:25181: checking for nl_langinfo and CODESET
| configure:25198: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25198: $? = 0
| configure:25208: result: yes
| configure:25219: checking for a traditional french locale
| configure:25295: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25298: $? = 0
| configure:25354: result: fr_FR
| configure:25800: checking for C/C++ restrict keyword
| configure:25830: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:25830: $? = 0
| configure:25839: result: __restrict__
| configure:25860: checking whether uselocale works
| configure:25890: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:25890: $? = 0
| configure:25890: ./conftest
| configure:25890: $? = 0
| configure:25902: result: yes
| configure:25920: checking for wchar_t
| configure:25938: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:25938: $? = 0
| configure:25946: result: yes
| configure:25955: checking for wint_t
| configure:25973: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:25973: $? = 0
| configure:25981: result: yes
| configure:25988: checking whether wint_t is large enough
| configure:26007: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:26007: $? = 0
| configure:26015: result: yes
| configure:26028: checking where to find the exponent in a 'double'
| configure:26354: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:26354: $? = 0
| configure:26354: ./conftest
| configure:26354: $? = 0
| configure:26367: result: word 1 bit 20
| configure:26389: checking whether snprintf returns a byte count as in C99
| configure:26484: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:26484: $? = 0
| configure:26484: ./conftest
| configure:26484: $? = 0
| configure:26496: result: yes
| configure:26502: checking whether snprintf truncates the result as in C99
| configure:26587: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:26587: $? = 0
| configure:26587: ./conftest
| configure:26587: $? = 0
| configure:26599: result: yes
| configure:26606: checking for snprintf
| configure:26606: result: yes
| configure:26612: checking for strnlen
| configure:26612: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:155:6: warning: conflicting types for built-in function 'strnlen'; expected 'long unsigned int(const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
| 155 | char strnlen ();
| | ^~~~~~~
| configure:26612: $? = 0
| configure:26612: result: yes
| configure:26618: checking for wcslen
| configure:26618: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:26618: $? = 0
| configure:26618: result: yes
| configure:26624: checking for wcsnlen
| configure:26624: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:26624: $? = 0
| configure:26624: result: yes
| configure:26630: checking for mbrtowc
| configure:26630: result: yes
| configure:26636: checking for wcrtomb
| configure:26636: result: yes
| configure:26643: checking whether _snprintf is declared
| configure:26643: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:153:10: error: '_snprintf' undeclared (first use in this function); did you mean 'vsnprintf'?
| 153 | (void) _snprintf;
| | ^~~~~~~~~
| | vsnprintf
| conftest.c:153:10: note: each undeclared identifier is reported only once for each function it appears in
| configure:26643: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | /* end confdefs.h. */
| | #include
| |
| | int
| | main (void)
| | {
| | #ifndef _snprintf
| | #ifdef __cplusplus
| | (void) _snprintf;
| | #else
| | (void) _snprintf;
| | #endif
| | #endif
| |
| | ;
| | return 0;
| | }
| configure:26643: result: no
| configure:26673: checking whether printf supports 'long double' arguments
| configure:26734: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:26734: $? = 0
| configure:26734: ./conftest
| configure:26734: $? = 0
| configure:26746: result: yes
| configure:26763: checking whether printf supports infinite 'double' arguments
| configure:26893: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:26893: $? = 0
| configure:26893: ./conftest
| configure:26893: $? = 0
| configure:26905: result: yes
| configure:26909: checking whether byte ordering is bigendian
| configure:26925: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c:148:16: error: unknown type name 'not'
| 148 | not a universal capable compiler
| | ^~~
| conftest.c:148:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
| 148 | not a universal capable compiler
| | ^~~~~~~~~
| conftest.c:148:22: error: unknown type name 'universal'
| configure:26925: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | /* end confdefs.h. */
| | #ifndef __APPLE_CC__
| | not a universal capable compiler
| | #endif
| | typedef int dummy;
| |
| configure:26971: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:26971: $? = 0
| configure:26990: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:154:18: error: unknown type name 'not'; did you mean 'ino_t'?
| 154 | not big endian
| | ^~~
| | ino_t
| conftest.c:154:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
| 154 | not big endian
| | ^~~~~~
| configure:26990: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | /* end confdefs.h. */
| | #include
| | #include
| |
| | int
| | main (void)
| | {
| | #if BYTE_ORDER != BIG_ENDIAN
| | not big endian
| | #endif
| |
| | ;
| | return 0;
| | }
| configure:27124: result: no
| configure:27144: checking whether long double and double are the same
| configure:27166: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:151:13: error: size of array 'check' is negative
| 151 | typedef int check[sizeof (long double) == sizeof (double)
| | ^~~~~
| configure:27166: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | /* end confdefs.h. */
| | #include
| | int
| | main (void)
| | {
| | typedef int check[sizeof (long double) == sizeof (double)
| | && LDBL_MANT_DIG == DBL_MANT_DIG
| | && LDBL_MAX_EXP == DBL_MAX_EXP
| | && LDBL_MIN_EXP == DBL_MIN_EXP
| | ? 1 : -1];
| |
| | ;
| | return 0;
| | }
| configure:27175: result: no
| configure:27199: checking whether printf supports infinite 'long double' arguments
| configure:27520: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:27520: $? = 0
| configure:27520: ./conftest
| configure:27520: $? = 0
| configure:27532: result: yes
| configure:27542: checking whether printf supports the 'a' and 'A' directives
| configure:27646: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:27646: $? = 0
| configure:27646: ./conftest
| configure:27646: $? = 0
| configure:27658: result: yes
| configure:27663: checking whether printf supports the 'F' directive
| configure:27740: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:27740: $? = 0
| configure:27740: ./conftest
| configure:27740: $? = 0
| configure:27752: result: yes
| configure:27757: checking whether printf supports the 'ls' directive
| configure:27830: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:27830: $? = 0
| configure:27830: ./conftest
| configure:27830: $? = 0
| configure:27842: result: yes
| configure:27847: checking whether printf supports the grouping flag
| configure:27882: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:27882: $? = 0
| configure:27882: ./conftest
| configure:27882: $? = 0
| configure:27894: result: yes
| configure:27899: checking whether printf supports the left-adjust flag correctly
| configure:27938: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:27938: $? = 0
| configure:27938: ./conftest
| configure:27938: $? = 0
| configure:27950: result: yes
| configure:27955: checking whether printf supports the zero flag correctly
| configure:27997: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:27997: $? = 0
| configure:27997: ./conftest
| configure:27997: $? = 0
| configure:28009: result: yes
| configure:28014: checking whether printf supports large precisions
| configure:28061: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:28061: $? = 0
| configure:28061: ./conftest
| configure:28061: $? = 0
| configure:28073: result: yes
| configure:28077: checking whether the compiler produces multi-arch binaries
| configure:28092: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c:149:13: error: unknown type name 'not'
| 149 | not a universal capable compiler
| | ^~~
| conftest.c:149:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
| 149 | not a universal capable compiler
| | ^~~~~~~~~
| conftest.c:149:19: error: unknown type name 'universal'
| configure:28092: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | /* end confdefs.h. */
| | #ifndef __APPLE_CC__
| | not a universal capable compiler
| | #endif
| | typedef int dummy;
| |
| configure:28120: result: no
| configure:28132: checking whether printf survives out-of-memory conditions
| configure:28305: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:28308: $? = 0
| configure:28312: $? = 0
| configure:28359: result: yes
| configure:28363: checking whether malloc is ptrdiff_t safe
| configure:28400: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:28400: $? = 0
| configure:28409: result: yes
| configure:28419: checking whether malloc, realloc, calloc set errno on failure
| configure:28437: result: yes
| configure:28460: checking whether lstat correctly handles trailing slash
| configure:28504: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:28504: $? = 0
| configure:28504: ./conftest
| configure:28504: $? = 0
| configure:28517: result: yes
| configure:28531: checking whether // is distinct from /
| configure:28561: result: no
| configure:28573: checking whether realpath works
| configure:28787: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:28787: $? = 0
| configure:28787: ./conftest
| configure:28787: $? = 0
| configure:28804: result: yes
| configure:28828: checking for getcwd
| configure:28828: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:28828: $? = 0
| configure:28828: result: yes
| configure:29443: checking if environ is properly declared
| configure:29467: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c:159:26: error: conflicting types for 'environ'; have 'foo_t'
| 159 | extern foo_t environ;
| | ^~~~~~~
| In file included from conftest.c:153:
| /usr/include/unistd.h:566:15: note: previous declaration of 'environ' with type 'char **'
| 566 | extern char **environ;
| | ^~~~~~~
| configure:29467: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | /* end confdefs.h. */
| | #if HAVE_UNISTD_H
| | #include
| | #endif
| | /* mingw, BeOS, Haiku declare environ in , not in . */
| | #include
| |
| | typedef struct { int foo; } foo_t;
| | extern foo_t environ;
| | int
| | main (void)
| | {
| | environ.foo = 1;
| | ;
| | return 0;
| | }
| configure:29475: result: yes
| configure:29490: checking for complete errno.h
| configure:29565: result: yes
| configure:29870: checking whether strerror_r is declared
| configure:29870: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:29870: $? = 0
| configure:29870: result: yes
| configure:29889: checking whether strerror_r returns char *
| configure:29914: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:29914: $? = 0
| configure:29923: result: yes
| configure:30154: checking whether ctype.h defines __header_inline
| configure:30168: gcc -E -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c
| conftest.c:158:28: error: #error " does not define __header_inline"
| 158 | #error " does not define __header_inline"
| | ^~~~~
| configure:30168: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | /* end confdefs.h. */
| | #include
| | #ifndef __header_inline
| | #error " does not define __header_inline"
| | #endif
| |
| configure:30176: result: no
| configure:30187: checking for sig_atomic_t
| configure:30187: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:30187: $? = 0
| configure:30187: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:161:27: error: expected expression before ')' token
| 161 | if (sizeof ((sig_atomic_t)))
| | ^
| configure:30187: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | /* end confdefs.h. */
| | #include
| |
| | int
| | main (void)
| | {
| | if (sizeof ((sig_atomic_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:30187: result: yes
| configure:30247: checking for working fcntl.h
| configure:30361: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:30361: $? = 0
| configure:30361: ./conftest
| configure:30361: $? = 0
| configure:30378: result: yes
| configure:30398: checking for pid_t
| configure:30398: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:30398: $? = 0
| configure:30398: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:191:20: error: expected expression before ')' token
| 191 | if (sizeof ((pid_t)))
| | ^
| configure:30398: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_STDIO_H
| | # include
| | #endif
| | #ifdef HAVE_STDLIB_H
| | # include
| | #endif
| | #ifdef HAVE_STRING_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| |
| | int
| | main (void)
| | {
| | if (sizeof ((pid_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:30398: result: yes
| configure:30434: checking for mode_t
| configure:30434: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:30434: $? = 0
| configure:30434: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:190:21: error: expected expression before ')' token
| 190 | if (sizeof ((mode_t)))
| | ^
| configure:30434: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_STDIO_H
| | # include
| | #endif
| | #ifdef HAVE_STDLIB_H
| | # include
| | #endif
| | #ifdef HAVE_STRING_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | int
| | main (void)
| | {
| | if (sizeof ((mode_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:30434: result: yes
| configure:30735: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:30735: $? = 0
| configure:31313: checking for mbstate_t
| configure:31331: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:31331: $? = 0
| configure:31339: result: yes
| configure:31647: checking for stdint.h
| configure:31665: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:31665: $? = 0
| configure:31673: result: yes
| configure:31682: checking for inttypes.h
| configure:31702: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:31702: $? = 0
| configure:31710: result: yes
| configure:31722: checking whether printf supports size specifiers as in C99
| configure:31821: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:31821: $? = 0
| configure:31821: ./conftest
| configure:31821: $? = 0
| configure:31833: result: yes
| configure:31838: checking whether printf supports the 'n' directive
| configure:31911: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:31911: $? = 0
| configure:31911: ./conftest
| configure:31911: $? = 0
| configure:31923: result: yes
| configure:31928: checking whether printf supports POSIX/XSI format strings with positions
| configure:31965: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:31965: $? = 0
| configure:31965: ./conftest
| configure:31965: $? = 0
| configure:31977: result: yes
| configure:31994: checking for intmax_t
| configure:32020: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:32020: $? = 0
| configure:32028: result: yes
| configure:32041: checking whether frexp() can be used without linking with libm
| configure:32060: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:32060: $? = 0
| configure:32070: result: yes
| configure:32073: checking whether alarm is declared
| configure:32073: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:32073: $? = 0
| configure:32073: result: yes
| configure:32083: checking whether stdin defaults to large file offsets
| configure:32108: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:32108: $? = 0
| configure:32117: result: yes
| configure:32301: checking whether fseeko is declared
| configure:32301: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:32301: $? = 0
| configure:32301: result: yes
| configure:32318: checking for fseeko
| configure:32337: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:32337: $? = 0
| configure:32347: result: yes
| configure:32394: checking whether stat file-mode macros are broken
| configure:32422: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:32422: $? = 0
| configure:32430: result: no
| configure:32535: checking for nlink_t
| configure:32535: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:32535: $? = 0
| configure:32535: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:172:22: error: expected expression before ')' token
| 172 | if (sizeof ((nlink_t)))
| | ^
| configure:32535: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | /* end confdefs.h. */
| | #include
| | #include
| |
| | int
| | main (void)
| | {
| | if (sizeof ((nlink_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:32535: result: yes
| configure:32650: checking whether ftello is declared
| configure:32650: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:32650: $? = 0
| configure:32650: result: yes
| configure:32662: checking whether ungetc works on arbitrary bytes
| configure:32723: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:32723: $? = 0
| configure:32723: ./conftest
| configure:32723: $? = 0
| configure:32735: result: yes
| configure:32765: checking for ftello
| configure:32783: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:32783: $? = 0
| configure:32793: result: yes
| configure:32806: checking whether ftello works
| configure:32886: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:32886: $? = 0
| configure:32886: ./conftest
| configure:32886: $? = 0
| configure:32898: result: yes
| configure:32921: checking whether getdelim is declared
| configure:32921: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:32921: $? = 0
| configure:32921: result: yes
| configure:32932: checking whether getdtablesize is declared
| configure:32932: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:32932: $? = 0
| configure:32932: result: yes
| configure:32941: checking whether getline is declared
| configure:32941: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:32941: $? = 0
| configure:32941: result: yes
| configure:33046: checking for getopt.h
| configure:33046: result: yes
| configure:33062: checking for getopt_long_only
| configure:33062: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:33062: $? = 0
| configure:33062: result: yes
| configure:33075: checking whether getopt is POSIX compatible
| configure:33119: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:33119: $? = 0
| configure:33119: ./conftest
| configure:33119: $? = 0
| configure:33180: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:33180: $? = 0
| configure:33180: ./conftest
| configure:33180: $? = 0
| configure:33224: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:33224: $? = 0
| configure:33224: ./conftest
| program: option requires an argument -- 'b'
| configure:33224: $? = 0
| configure:33243: result: yes
| configure:33251: checking for working GNU getopt function
| configure:33475: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:33475: $? = 0
| configure:33475: ./conftest
| configure:33475: $? = 0
| configure:33492: result: yes
| configure:33497: checking for working GNU getopt_long function
| configure:33544: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:33544: $? = 0
| configure:33544: ./conftest
| configure:33544: $? = 0
| configure:33556: result: yes
| configure:33580: checking whether fflush_unlocked is declared
| configure:33580: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:33580: $? = 0
| configure:33580: result: yes
| configure:33589: checking whether flockfile is declared
| configure:33589: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:33589: $? = 0
| configure:33589: result: yes
| configure:33598: checking whether fputs_unlocked is declared
| configure:33598: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:33598: $? = 0
| configure:33598: result: yes
| configure:33607: checking whether funlockfile is declared
| configure:33607: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:33607: $? = 0
| configure:33607: result: yes
| configure:33616: checking whether putc_unlocked is declared
| configure:33616: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:33616: $? = 0
| configure:33616: result: yes
| configure:33758: checking for struct timeval
| configure:33782: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:33782: $? = 0
| configure:33791: result: yes
| configure:33796: checking for wide-enough struct timeval.tv_sec member
| configure:33824: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:33824: $? = 0
| configure:33833: result: yes
| configure:33861: checking for pthread.h
| configure:33861: result: yes
| configure:33898: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:33898: $? = 0
| configure:33909: gl_pthread_api=yes
| configure:33910: LIBPTHREAD=
| configure:33936: gl_pthread_in_glibc=yes
| configure:33943: checking for pthread_kill in -lpthread
| configure:33966: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lpthread -lreadline -lgslcblas -lz -lm >&5
| configure:33966: $? = 0
| configure:33976: result: yes
| configure:34090: LIBPMULTITHREAD=
| configure:34092: checking whether POSIX threads API is available
| configure:34094: result: yes
| configure:34115: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:34115: $? = 0
| configure:34217: checking whether setlocale (LC_ALL, NULL) is multithread-safe
| configure:34236: result: yes
| configure:34254: checking whether setlocale (category, NULL) is multithread-safe
| configure:34273: result: yes
| configure:34418: checking for off_t
| configure:34418: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:34418: $? = 0
| configure:34418: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:211:20: error: expected expression before ')' token
| 211 | if (sizeof ((off_t)))
| | ^
| configure:34418: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_STDIO_H
| | # include
| | #endif
| | #ifdef HAVE_STDLIB_H
| | # include
| | #endif
| | #ifdef HAVE_STRING_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | int
| | main (void)
| | {
| | if (sizeof ((off_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:34418: result: yes
| configure:34510: checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.
| configure:34535: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:34535: $? = 0
| configure:34543: result: yes
| configure:34674: checking whether stdint.h conforms to C99
| configure:34851: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:34851: $? = 0
| configure:34936: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:34936: $? = 0
| configure:34936: ./conftest
| configure:34936: $? = 0
| configure:34949: result: yes
| configure:34960: checking whether stdint.h works without ISO C predefines
| configure:34993: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:34993: $? = 0
| configure:35000: result: yes
| configure:35011: checking whether stdint.h has UINTMAX_WIDTH etc.
| configure:35044: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:35044: $? = 0
| configure:35050: result: yes
| configure:35494: checking where to find the exponent in a 'float'
| configure:35573: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:35573: $? = 0
| configure:35573: ./conftest
| configure:35573: $? = 0
| configure:35586: result: word 0 bit 23
| configure:35605: checking whether isnan(float) can be used without linking with libm
| configure:35631: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:35631: $? = 0
| configure:35641: result: yes
| configure:35699: checking whether isnan(float) works
| configure:35788: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:35788: $? = 0
| configure:35788: ./conftest
| configure:35788: $? = 0
| configure:35800: result: yes
| configure:35820: checking whether isnan(double) can be used without linking with libm
| configure:35846: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:35846: $? = 0
| configure:35856: result: yes
| configure:35920: checking whether isnan(long double) can be used without linking with libm
| configure:35946: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:35946: $? = 0
| configure:35956: result: yes
| configure:36015: checking whether isnanl works
| configure:36161: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:36161: $? = 0
| configure:36161: ./conftest
| configure:36161: $? = 0
| configure:36173: result: yes
| configure:36312: checking whether iswcntrl works
| configure:36352: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:36352: $? = 0
| configure:36352: ./conftest
| configure:36352: $? = 0
| configure:36364: result: yes
| configure:36390: checking for towlower
| configure:36390: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:200:6: warning: conflicting types for built-in function 'towlower'; expected 'unsigned int(unsigned int)' [-Wbuiltin-declaration-mismatch]
| 200 | char towlower ();
| | ^~~~~~~~
| conftest.c:192:1: note: 'towlower' is declared in header ''
| 191 | #include
| 192 | #undef towlower
| configure:36390: $? = 0
| configure:36390: result: yes
| configure:36427: checking for wctype_t
| configure:36449: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:36449: $? = 0
| configure:36458: result: yes
| configure:36464: checking for wctrans_t
| configure:36484: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:36484: $? = 0
| configure:36493: result: yes
| configure:36537: checking for a traditional japanese locale
| configure:36617: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:36620: $? = 0
| configure:36678: result: ja_JP
| configure:36685: checking for a french Unicode locale
| configure:36758: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:36761: $? = 0
| configure:36807: result: fr_FR.UTF-8
| configure:36815: checking for a transitional chinese locale
| configure:36896: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:36899: $? = 0
| configure:36950: result: zh_CN.GB18030
| configure:37053: checking whether langinfo.h defines CODESET
| configure:37072: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:37072: $? = 0
| configure:37081: result: yes
| configure:37086: checking whether langinfo.h defines T_FMT_AMPM
| configure:37105: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:37105: $? = 0
| configure:37114: result: yes
| configure:37119: checking whether langinfo.h defines ALTMON_1
| configure:37138: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:37138: $? = 0
| configure:37147: result: yes
| configure:37152: checking whether langinfo.h defines ERA
| configure:37171: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:37171: $? = 0
| configure:37180: result: yes
| configure:37185: checking whether langinfo.h defines YESEXPR
| configure:37204: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:37204: $? = 0
| configure:37213: result: yes
| configure:37263: checking for good max_align_t
| configure:37293: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:37293: $? = 0
| configure:37302: result: yes
| configure:37314: checking whether NULL can be used in arbitrary expressions
| configure:37333: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:37333: $? = 0
| configure:37341: result: yes
| configure:37426: checking whether locale.h defines locale_t
| configure:37444: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:37444: $? = 0
| configure:37453: result: yes
| configure:37494: checking whether locale.h conforms to POSIX:2001
| configure:37513: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:37513: $? = 0
| configure:37521: result: yes
| configure:37524: checking whether struct lconv is properly defined
| configure:37544: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:37544: $? = 0
| configure:37553: result: yes
| configure:37680: checking for LC_MESSAGES
| configure:37697: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:37697: $? = 0
| configure:37706: result: yes
| configure:37727: checking whether uselocale works
| configure:37769: result: yes
| configure:37790: checking for fake locale system (OpenBSD)
| configure:37821: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:37821: $? = 0
| configure:37821: ./conftest
| configure:37821: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | /* end confdefs.h. */
| |
| | #include
| | #if HAVE_XLOCALE_H
| | # include
| | #endif
| | int main ()
| | {
| | locale_t loc1, loc2;
| | if (setlocale (LC_ALL, "de_DE.UTF-8") == NULL) return 1;
| | if (setlocale (LC_ALL, "fr_FR.UTF-8") == NULL) return 1;
| | loc1 = newlocale (LC_ALL_MASK, "de_DE.UTF-8", (locale_t)0);
| | loc2 = newlocale (LC_ALL_MASK, "fr_FR.UTF-8", (locale_t)0);
| | return !(loc1 == loc2);
| | }
| configure:37833: result: no
| configure:37852: checking for Solaris 11.4 locale system
| configure:37887: result: no
| configure:37900: checking for getlocalename_l
| configure:37900: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| /usr/bin/ld: /tmp/ccKnHwrp.o: in function `main':
| /home/mdb/pspp-20/pspp-2.0.0-pre1/conftest.c:214: undefined reference to `getlocalename_l'
| collect2: error: ld returned 1 exit status
| configure:37900: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | /* end confdefs.h. */
| | /* Define getlocalename_l to an innocuous variant, in case declares getlocalename_l.
| | For example, HP-UX 11i declares gettimeofday. */
| | #define getlocalename_l innocuous_getlocalename_l
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char getlocalename_l (); below. */
| |
| | #include
| | #undef getlocalename_l
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char getlocalename_l ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub_getlocalename_l || defined __stub___getlocalename_l
| | choke me
| | #endif
| |
| | int
| | main (void)
| | {
| | return getlocalename_l ();
| | ;
| | return 0;
| | }
| configure:37900: result: no
| configure:37952: checking whether imported symbols can be declared weak
| configure:37976: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:37976: $? = 0
| configure:38013: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:38013: $? = 0
| configure:38013: ./conftest
| configure:38013: $? = 0
| configure:38052: result: yes
| configure:38936: checking for multithread API to use
| configure:38938: result: posix
| configure:38951: checking whether malloc (0) returns nonnull
| configure:38986: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:38986: $? = 0
| configure:38986: ./conftest
| configure:38986: $? = 0
| configure:38998: result: yes
| configure:39094: checking whether NAN macro works
| configure:39118: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:39118: $? = 0
| configure:39126: result: yes
| configure:39131: checking whether HUGE_VAL works
| configure:39150: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:39150: $? = 0
| configure:39158: result: yes
| configure:39176: checking for mmap
| configure:39176: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:39176: $? = 0
| configure:39176: result: yes
| configure:39188: checking for MAP_ANONYMOUS
| configure:39227: result: yes
| configure:39254: checking whether memchr works
| configure:39340: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:39340: $? = 0
| configure:39340: ./conftest
| configure:39340: $? = 0
| configure:39352: result: yes
| configure:39359: checking whether memmem is declared
| configure:39359: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:39359: $? = 0
| configure:39359: result: yes
| configure:39372: checking for memmem
| configure:39372: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:39372: $? = 0
| configure:39372: result: yes
| configure:39388: checking whether memmem works
| configure:39456: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:39456: $? = 0
| configure:39456: ./conftest
| configure:39456: $? = 0
| configure:39468: result: yes
| configure:39479: checking whether memrchr is declared
| configure:39479: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:39479: $? = 0
| configure:39479: result: yes
| configure:39492: checking whether defines MIN and MAX
| configure:39510: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c:197:21: warning: implicit declaration of function 'MIN' [-Wimplicit-function-declaration]
| 197 | int x = MIN (42, 17);
| | ^~~
| conftest.c:197:21: error: initializer element is not constant
| configure:39510: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | /* end confdefs.h. */
| | #include
| | int x = MIN (42, 17);
| | int
| | main (void)
| | {
| |
| | ;
| | return 0;
| | }
| configure:39518: result: no
| configure:39531: checking whether defines MIN and MAX
| configure:39549: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:39549: $? = 0
| configure:39557: result: yes
| configure:39590: checking whether time_t is signed
| configure:39608: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:39608: $? = 0
| configure:39616: result: yes
| configure:39630: checking for working mktime
| configure:39877: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:39877: $? = 0
| configure:39877: ./conftest
| configure:39877: $? = 0
| configure:39890: result: yes
| configure:39951: checking whether struct tm is in sys/time.h or time.h
| configure:39972: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:39972: $? = 0
| configure:39980: result: time.h
| configure:39988: checking for struct tm.tm_zone
| configure:39988: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:39988: $? = 0
| configure:39988: result: yes
| configure:40055: checking for struct tm.tm_gmtoff
| configure:40055: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:40055: $? = 0
| configure:40055: result: yes
| configure:40066: checking for O_CLOEXEC
| configure:40087: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:40087: $? = 0
| configure:40095: result: yes
| configure:40100: checking for promoted mode_t type
| configure:40118: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:205:13: error: size of array 'array' is negative
| 205 | typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1];
| | ^~~~~
| configure:40118: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | /* end confdefs.h. */
| | #include
| | int
| | main (void)
| | {
| | typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1];
| | ;
| | return 0;
| | }
| configure:40127: result: mode_t
| configure:40488: checking whether C symbols are prefixed with underscore at the linker level
| configure:40502: gcc -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -S conftest.c
| configure:40505: $? = 0
| configure:40515: result: no
| configure:40544: checking for sigset_t
| configure:40544: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:40544: $? = 0
| configure:40544: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:212:23: error: expected expression before ')' token
| 212 | if (sizeof ((sigset_t)))
| | ^
| configure:40544: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define USER_LABEL_PREFIX
| | /* end confdefs.h. */
| |
| | #include
| | /* Mingw defines sigset_t not in , but in . */
| | #include
| |
| |
| | int
| | main (void)
| | {
| | if (sizeof ((sigset_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:40544: result: yes
| configure:40597: checking for shared library path variable
| configure:40611: result: LD_LIBRARY_PATH
| configure:40616: checking whether to activate relocatable installation
| configure:40632: result: no
| configure:40778: checking whether setenv is declared
| configure:40778: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:40778: $? = 0
| configure:40778: result: yes
| configure:40790: checking for ssize_t
| configure:40808: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:40808: $? = 0
| configure:40816: result: yes
| configure:40838: checking whether is self-contained
| configure:40856: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:40856: $? = 0
| configure:40876: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:40876: $? = 0
| configure:40907: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:40907: $? = 0
| configure:40921: result: yes
| configure:41108: checking for library containing setsockopt
| configure:41131: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:41131: $? = 0
| configure:41216: result: none needed
| configure:41242: checking for uid_t in sys/types.h
| configure:41263: result: yes
| configure:41354: checking for volatile sig_atomic_t
| configure:41354: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:41354: $? = 0
| configure:41354: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:213:36: error: expected expression before ')' token
| 213 | if (sizeof ((volatile sig_atomic_t)))
| | ^
| configure:41354: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr/local"
| | #define HAVE_DECL_SETENV 1
| | /* end confdefs.h. */
| |
| | #include
| |
| |
| | int
| | main (void)
| | {
| | if (sizeof ((volatile sig_atomic_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:41354: result: yes
| configure:41371: checking for sighandler_t
| configure:41371: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:41371: $? = 0
| configure:41371: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:213:27: error: expected expression before ')' token
| 213 | if (sizeof ((sighandler_t)))
| | ^
| configure:41371: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr/local"
| | #define HAVE_DECL_SETENV 1
| | /* end confdefs.h. */
| |
| | #include
| |
| |
| | int
| | main (void)
| | {
| | if (sizeof ((sighandler_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:41371: result: yes
| configure:41389: checking whether snprintf is declared
| configure:41389: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:41389: $? = 0
| configure:41389: result: yes
| configure:41409: checking for stdbool.h that conforms to C99
| configure:41485: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:41485: $? = 0
| configure:41493: result: yes
| configure:41495: checking for _Bool
| configure:41495: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:41495: $? = 0
| configure:41495: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:238:20: error: expected expression before ')' token
| 238 | if (sizeof ((_Bool)))
| | ^
| configure:41495: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr/local"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_STDIO_H
| | # include
| | #endif
| | #ifdef HAVE_STDLIB_H
| | # include
| | #endif
| | #ifdef HAVE_STRING_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | int
| | main (void)
| | {
| | if (sizeof ((_Bool)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:41495: result: yes
| configure:41507: checking whether fcloseall is declared
| configure:41507: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:41507: $? = 0
| configure:41507: result: yes
| configure:41594: checking which flavor of printf attribute matches inttypes macros
| configure:41622: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:41622: $? = 0
| configure:41630: result: system
| configure:41654: checking whether ecvt is declared
| configure:41654: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:41654: $? = 0
| configure:41654: result: yes
| configure:41663: checking whether fcvt is declared
| configure:41663: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:41663: $? = 0
| configure:41663: result: yes
| configure:41672: checking whether gcvt is declared
| configure:41672: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:41672: $? = 0
| configure:41672: result: yes
| configure:41786: checking for strcasestr
| configure:41786: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:41786: $? = 0
| configure:41786: result: yes
| configure:41799: checking whether strcasestr works
| configure:41861: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:41861: $? = 0
| configure:41861: ./conftest
| configure:41861: $? = 0
| configure:41873: result: yes
| configure:41884: checking whether strdup is declared
| configure:41884: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:41884: $? = 0
| configure:41884: result: yes
| configure:41895: checking whether strerror(0) succeeds
| configure:41936: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:41936: $? = 0
| configure:41936: ./conftest
| configure:41936: $? = 0
| configure:41948: result: yes
| configure:42148: checking whether strncat works
| configure:42241: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:42241: $? = 0
| configure:42241: ./conftest
| configure:42241: $? = 0
| configure:42253: result: yes
| configure:42260: checking whether strndup is declared
| configure:42260: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:42260: $? = 0
| configure:42260: result: yes
| configure:42270: checking whether strnlen is declared
| configure:42270: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:42270: $? = 0
| configure:42270: result: yes
| configure:42280: checking whether ldexp() can be used without linking with libm
| configure:42303: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:42303: $? = 0
| configure:42313: result: yes
| configure:42316: checking whether strtok_r is declared
| configure:42316: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:42316: $? = 0
| configure:42316: result: yes
| configure:42443: checking whether is self-contained
| configure:42461: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:42461: $? = 0
| configure:42470: result: yes
| configure:42473: checking for shutdown
| configure:42473: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:42473: $? = 0
| configure:42473: result: yes
| configure:42481: checking whether defines the SHUT_* macros
| configure:42499: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:42499: $? = 0
| configure:42508: result: yes
| configure:42617: checking for struct sockaddr_storage
| configure:42617: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:42617: $? = 0
| configure:42617: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:235:38: error: expected expression before ')' token
| 235 | if (sizeof ((struct sockaddr_storage)))
| | ^
| configure:42617: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr/local"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_DECL_FCLOSEALL 1
| | #define __USE_MINGW_ANSI_STDIO 1
| | #define HAVE_DECL_ECVT 1
| | #define HAVE_DECL_FCVT 1
| | #define HAVE_DECL_GCVT 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | /* end confdefs.h. */
| |
| | /* sys/types.h is not needed according to POSIX, but the
| | sys/socket.h in i386-unknown-freebsd4.10 and
| | powerpc-apple-darwin5.5 required it. */
| | #include
| | #ifdef HAVE_SYS_SOCKET_H
| | #include
| | #endif
| | #ifdef HAVE_WS2TCPIP_H
| | #include
| | #endif
| |
| |
| | int
| | main (void)
| | {
| | if (sizeof ((struct sockaddr_storage)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:42617: result: yes
| configure:42637: checking for sa_family_t
| configure:42637: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:42637: $? = 0
| configure:42637: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:236:26: error: expected expression before ')' token
| 236 | if (sizeof ((sa_family_t)))
| | ^
| configure:42637: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr/local"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_DECL_FCLOSEALL 1
| | #define __USE_MINGW_ANSI_STDIO 1
| | #define HAVE_DECL_ECVT 1
| | #define HAVE_DECL_FCVT 1
| | #define HAVE_DECL_GCVT 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | /* end confdefs.h. */
| |
| | /* sys/types.h is not needed according to POSIX, but the
| | sys/socket.h in i386-unknown-freebsd4.10 and
| | powerpc-apple-darwin5.5 required it. */
| | #include
| | #ifdef HAVE_SYS_SOCKET_H
| | #include
| | #endif
| | #ifdef HAVE_WS2TCPIP_H
| | #include
| | #endif
| |
| |
| | int
| | main (void)
| | {
| | if (sizeof ((sa_family_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:42637: result: yes
| configure:42665: checking for struct sockaddr_storage.ss_family
| configure:42665: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:42665: $? = 0
| configure:42665: result: yes
| configure:42979: checking for struct timespec in
| configure:42997: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:42997: $? = 0
| configure:43005: result: yes
| configure:43195: checking for TIME_UTC in
| configure:43213: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:43213: $? = 0
| configure:43221: result: yes
| configure:43261: checking whether execvpe is declared
| configure:43261: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:43261: $? = 0
| configure:43261: result: yes
| configure:43374: checking whether clearerr_unlocked is declared
| configure:43374: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:43374: $? = 0
| configure:43374: result: yes
| configure:43383: checking whether feof_unlocked is declared
| configure:43383: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:43383: $? = 0
| configure:43383: result: yes
| configure:43392: checking whether ferror_unlocked is declared
| configure:43392: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:43392: $? = 0
| configure:43392: result: yes
| configure:43401: checking whether fgets_unlocked is declared
| configure:43401: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:43401: $? = 0
| configure:43401: result: yes
| configure:43410: checking whether fputc_unlocked is declared
| configure:43410: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:43410: $? = 0
| configure:43410: result: yes
| configure:43419: checking whether fread_unlocked is declared
| configure:43419: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:43419: $? = 0
| configure:43419: result: yes
| configure:43428: checking whether fwrite_unlocked is declared
| configure:43428: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:43428: $? = 0
| configure:43428: result: yes
| configure:43437: checking whether getc_unlocked is declared
| configure:43437: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:43437: $? = 0
| configure:43437: result: yes
| configure:43446: checking whether getchar_unlocked is declared
| configure:43446: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:43446: $? = 0
| configure:43446: result: yes
| configure:43455: checking whether putchar_unlocked is declared
| configure:43455: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:43455: $? = 0
| configure:43455: result: yes
| configure:43464: checking whether unsetenv is declared
| configure:43464: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:43464: $? = 0
| configure:43464: result: yes
| configure:43473: checking whether vsnprintf is declared
| configure:43473: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:43473: $? = 0
| configure:43473: result: yes
| configure:43589: checking whether wcsdup is declared
| configure:43589: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:43589: $? = 0
| configure:43589: result: yes
| configure:43610: checking for C compiler option to allow warnings
| configure:43619: gcc -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -c conftest.c 2>conftest1.err
| configure:43622: $? = 0
| configure:43625: gcc -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wno-error -c conftest.c 2>conftest2.err
| configure:43628: $? = 0
| configure:43638: result: -Wno-error
| configure:43678: gcc -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -E conftest.c > conftest.out
| configure:43681: $? = 0
| configure:43728: checking for alloca as a compiler built-in
| configure:43754: result: yes
| configure:43809: checking whether to enable assertions
| configure:43829: result: yes
| configure:43847: checking whether btowc(0) is correct
| configure:43878: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:43878: $? = 0
| configure:43878: ./conftest
| configure:43878: $? = 0
| configure:43890: result: yes
| configure:43893: checking whether btowc(EOF) is correct
| configure:43929: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:43929: $? = 0
| configure:43929: ./conftest
| configure:43929: $? = 0
| configure:43942: result: yes
| configure:44001: checking for __builtin_expect
| configure:44017: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:44017: $? = 0
| configure:44044: result: yes
| configure:44058: checking for byteswap.h
| configure:44058: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:44058: $? = 0
| configure:44058: result: yes
| configure:44112: checking for strtod_l
| configure:44138: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:44138: $? = 0
| configure:44148: result: yes
| configure:44314: checking whether calloc (0, n) and calloc (n, 0) return nonnull
| configure:44346: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:44346: $? = 0
| configure:44346: ./conftest
| configure:44346: $? = 0
| configure:44370: result: yes
| configure:44567: checking for library containing clock_gettime
| configure:44597: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:44597: $? = 0
| configure:44617: result: none required
| configure:44627: checking for clock_getres
| configure:44627: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:44627: $? = 0
| configure:44627: result: yes
| configure:44633: checking for clock_gettime
| configure:44633: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:44633: $? = 0
| configure:44633: result: yes
| configure:44639: checking for clock_settime
| configure:44639: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:44639: $? = 0
| configure:44639: result: yes
| configure:44757: checking whether // is distinct from /
| configure:44787: result: no
| configure:44798: checking whether dup2 works
| configure:44891: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:44891: $? = 0
| configure:44891: ./conftest
| configure:44891: $? = 0
| configure:44903: result: yes
| configure:45014: checking for error_at_line
| configure:45031: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:45031: $? = 0
| configure:45040: result: yes
| configure:45159: checking whether fcntl handles F_DUPFD correctly
| configure:45223: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:45223: $? = 0
| configure:45223: ./conftest
| configure:45223: $? = 0
| configure:45234: result: yes
| configure:45252: checking whether fcntl understands F_DUPFD_CLOEXEC
| configure:45287: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:45287: $? = 0
| configure:45287: ./conftest
| configure:45287: $? = 0
| configure:45306: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c:261:1: error: unknown type name 'choke'
| 261 | choke me
| | ^~~~~
| conftest.c:261:9: error: expected ';' before 'int'
| 261 | choke me
| | ^
| | ;
| ......
| 264 | int
| | ~~~
| configure:45306: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr/local"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_DECL_FCLOSEALL 1
| | #define __USE_MINGW_ANSI_STDIO 1
| | #define HAVE_DECL_ECVT 1
| | #define HAVE_DECL_FCVT 1
| | #define HAVE_DECL_GCVT 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_EXECVPE 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_DECL_WCSDUP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_TEST_CALLOC_GNU 1
| | #define GNULIB_TEST_CALLOC_POSIX 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define HAVE_CLOCK_GETRES 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_EXPLICIT_BZERO 1
| | /* end confdefs.h. */
| |
| | #ifdef __linux__
| | /* The Linux kernel only added F_DUPFD_CLOEXEC in 2.6.24, so we always replace
| | it to support the semantics on older kernels that failed with EINVAL. */
| | choke me
| | #endif
| |
| | int
| | main (void)
| | {
| |
| | ;
| | return 0;
| | }
| configure:45323: result: needs runtime check
| configure:45382: checking for flexible array member
| configure:45411: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:45411: $? = 0
| configure:45419: result: yes
| configure:45483: checking whether conversion from 'int' to 'long double' works
| configure:45530: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:45530: $? = 0
| configure:45530: ./conftest
| configure:45530: $? = 0
| configure:45542: result: yes
| configure:45734: checking for working POSIX fnmatch
| configure:45843: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:45843: $? = 0
| configure:45843: ./conftest
| configure:45843: $? = 0
| configure:45856: result: yes
| configure:45990: checking whether fopen recognizes a trailing slash
| configure:46022: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:46022: $? = 0
| configure:46022: ./conftest
| configure:46022: $? = 0
| configure:46035: result: yes
| configure:46082: checking whether fopen supports the mode character 'x'
| configure:46122: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:46122: $? = 0
| configure:46122: ./conftest
| configure:46122: $? = 0
| configure:46135: result: yes
| configure:46137: checking whether fopen supports the mode character 'e'
| configure:46185: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:46185: $? = 0
| configure:46185: ./conftest
| configure:46185: $? = 0
| configure:46198: result: yes
| configure:46562: checking whether free is known to preserve errno
| configure:46586: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:46586: $? = 0
| configure:46595: result: yes
| configure:46652: checking whether frexp works
| configure:46753: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c: In function 'main':
| conftest.c:325:21: warning: passing argument 2 of 'memcmp' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
| 325 | if (memcmp (&y, &x, sizeof x))
| | ^~
| In file included from conftest.c:269:
| /usr/include/string.h:64:50: note: expected 'const void *' but argument is of type 'volatile double *'
| 64 | extern int memcmp (const void *__s1, const void *__s2, size_t __n)
| | ~~~~~~~~~~~~^~~~
| configure:46753: $? = 0
| configure:46753: ./conftest
| configure:46753: $? = 0
| configure:46765: result: yes
| configure:46816: checking whether frexpl is declared
| configure:46816: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:46816: $? = 0
| configure:46816: result: yes
| configure:46826: checking whether frexpl() can be used without linking with libm
| configure:46845: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:46845: $? = 0
| configure:46855: result: yes
| configure:46861: checking whether frexpl works
| configure:46976: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:46976: $? = 0
| configure:46976: ./conftest
| configure:46976: $? = 0
| configure:46988: result: yes
| configure:47085: checking for fseeko
| configure:47114: result: yes
| configure:47329: checking for ftello
| configure:47357: result: yes
| configure:47370: checking whether ftello works
| configure:47462: result: yes
| configure:47546: checking for working getdelim function
| configure:47616: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:47616: $? = 0
| configure:47616: ./conftest
| configure:47616: $? = 0
| configure:47628: result: yes
| configure:47710: checking whether getdtablesize works
| configure:47750: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:47750: $? = 0
| configure:47750: ./conftest
| configure:47750: $? = 0
| configure:47764: result: yes
| configure:47820: checking for getline
| configure:47820: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:47820: $? = 0
| configure:47820: result: yes
| configure:47829: checking for working getline function
| configure:47899: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:47899: $? = 0
| configure:47899: ./conftest
| configure:47899: $? = 0
| configure:47911: result: yes
| configure:48251: checking whether program_invocation_name is declared
| configure:48251: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:48251: $? = 0
| configure:48251: result: yes
| configure:48265: checking whether program_invocation_short_name is declared
| configure:48265: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:48265: $? = 0
| configure:48265: result: yes
| configure:48279: checking whether __argv is declared
| configure:48279: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:292:10: error: '__argv' undeclared (first use in this function)
| 292 | (void) __argv;
| | ^~~~~~
| conftest.c:292:10: note: each undeclared identifier is reported only once for each function it appears in
| configure:48279: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr/local"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_DECL_FCLOSEALL 1
| | #define __USE_MINGW_ANSI_STDIO 1
| | #define HAVE_DECL_ECVT 1
| | #define HAVE_DECL_FCVT 1
| | #define HAVE_DECL_GCVT 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_EXECVPE 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_DECL_WCSDUP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_TEST_CALLOC_GNU 1
| | #define GNULIB_TEST_CALLOC_POSIX 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define HAVE_CLOCK_GETRES 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_EXPLICIT_BZERO 1
| | #define GNULIB_TEST_FCNTL 1
| | #define FLEXIBLE_ARRAY_MEMBER /**/
| | #define GNULIB_TEST_FLOOR 1
| | #define GNULIB_TEST_FNMATCH 1
| | #define GNULIB_TEST_FOPEN 1
| | #define GNULIB_FOPEN_GNU 1
| | #define GNULIB_TEST_FPRINTF_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define GNULIB_TEST_FREE_POSIX 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define GNULIB_TEST_FREXP 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define GNULIB_TEST_FREXPL 1
| | #define GNULIB_TEST_FSEEK 1
| | #define GNULIB_TEST_FSEEKO 1
| | #define GNULIB_TEST_FSTAT 1
| | #define GNULIB_TEST_FTELL 1
| | #define GNULIB_TEST_FTELLO 1
| | #define GNULIB_FWRITEERROR 1
| | #define GNULIB_TEST_GETDELIM 1
| | #define GNULIB_TEST_GETDTABLESIZE 1
| | #define GNULIB_TEST_GETLINE 1
| | #define GNULIB_TEST_GETOPT_POSIX 1
| | #define GNULIB_TEST_GETPASS 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | /* end confdefs.h. */
| | #include
| |
| | int
| | main (void)
| | {
| | #ifndef __argv
| | #ifdef __cplusplus
| | (void) __argv;
| | #else
| | (void) __argv;
| | #endif
| | #endif
| |
| | ;
| | return 0;
| | }
| configure:48279: result: no
| configure:48344: checking whether getrandom is compatible with its GNU+BSD signature
| configure:48368: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:48368: $? = 0
| configure:48377: result: yes
| configure:48492: checking for gettimeofday with POSIX signature
| configure:48521: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:48521: $? = 0
| configure:48548: result: yes
| configure:48609: checking whether the compiler generally respects inline
| configure:48641: result: yes
| configure:48712: checking whether isfinite is declared
| configure:48712: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:48712: $? = 0
| configure:48712: result: yes
| configure:48745: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:48745: $? = 0
| configure:48760: checking whether isfinite(long double) works
| configure:48879: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:48879: $? = 0
| configure:48879: ./conftest
| configure:48879: $? = 0
| configure:48891: result: yes
| configure:48945: checking whether isinf is declared
| configure:48945: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:48945: $? = 0
| configure:48945: result: yes
| configure:48982: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:48982: $? = 0
| configure:48997: checking whether isinf(long double) works
| configure:49138: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:49138: $? = 0
| configure:49138: ./conftest
| configure:49138: $? = 0
| configure:49150: result: yes
| configure:49208: checking whether isnan macro works
| configure:49213: result: yes
| configure:49259: checking whether isnan(double) can be used without linking with libm
| configure:49295: result: yes
| configure:49394: checking whether isnan(double) can be used without linking with libm
| configure:49430: result: yes
| configure:49459: checking whether isnan(float) can be used without linking with libm
| configure:49495: result: yes
| configure:49553: checking whether isnan(float) works
| configure:49654: result: yes
| configure:49816: checking whether isnan(float) can be used without linking with libm
| configure:49852: result: yes
| configure:49859: checking whether isnan(float) works
| configure:49960: result: yes
| configure:50104: checking whether isnan(long double) can be used without linking with libm
| configure:50140: result: yes
| configure:50199: checking whether isnanl works
| configure:50357: result: yes
| configure:50557: checking whether isnan(long double) can be used without linking with libm
| configure:50593: result: yes
| configure:50602: checking whether isnanl works
| configure:50760: result: yes
| configure:50939: checking whether iswblank is declared
| configure:50939: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:50939: $? = 0
| configure:50939: result: yes
| configure:51011: checking whether iswdigit is ISO C compliant
| configure:51102: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:51102: $? = 0
| configure:51102: ./conftest
| configure:51102: $? = 0
| configure:51115: result: yes
| configure:51166: checking whether iswxdigit is ISO C compliant
| configure:51249: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:51249: $? = 0
| configure:51249: ./conftest
| configure:51249: $? = 0
| configure:51262: result: yes
| configure:51312: checking whether the compiler supports the __inline keyword
| configure:51330: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:51330: $? = 0
| configure:51338: result: yes
| configure:51506: checking for pthread_rwlock_t
| configure:51506: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:51506: $? = 0
| configure:51506: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:312:31: error: expected expression before ')' token
| 312 | if (sizeof ((pthread_rwlock_t)))
| | ^
| configure:51506: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr/local"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_DECL_FCLOSEALL 1
| | #define __USE_MINGW_ANSI_STDIO 1
| | #define HAVE_DECL_ECVT 1
| | #define HAVE_DECL_FCVT 1
| | #define HAVE_DECL_GCVT 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_EXECVPE 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_DECL_WCSDUP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_TEST_CALLOC_GNU 1
| | #define GNULIB_TEST_CALLOC_POSIX 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define HAVE_CLOCK_GETRES 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_EXPLICIT_BZERO 1
| | #define GNULIB_TEST_FCNTL 1
| | #define FLEXIBLE_ARRAY_MEMBER /**/
| | #define GNULIB_TEST_FLOOR 1
| | #define GNULIB_TEST_FNMATCH 1
| | #define GNULIB_TEST_FOPEN 1
| | #define GNULIB_FOPEN_GNU 1
| | #define GNULIB_TEST_FPRINTF_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define GNULIB_TEST_FREE_POSIX 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define GNULIB_TEST_FREXP 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define GNULIB_TEST_FREXPL 1
| | #define GNULIB_TEST_FSEEK 1
| | #define GNULIB_TEST_FSEEKO 1
| | #define GNULIB_TEST_FSTAT 1
| | #define GNULIB_TEST_FTELL 1
| | #define GNULIB_TEST_FTELLO 1
| | #define GNULIB_FWRITEERROR 1
| | #define GNULIB_TEST_GETDELIM 1
| | #define GNULIB_TEST_GETDTABLESIZE 1
| | #define GNULIB_TEST_GETLINE 1
| | #define GNULIB_TEST_GETOPT_POSIX 1
| | #define GNULIB_TEST_GETPASS 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_DECL___ARGV 0
| | #define GNULIB_TEST_GETRANDOM 1
| | #define GETTIMEOFDAY_TIMEZONE void
| | #define GNULIB_TEST_GETTIMEOFDAY 1
| | #define HAVE_INLINE 1
| | #define GNULIB_ISBLANK 1
| | #define HAVE_DECL_ISFINITE 1
| | #define GNULIB_TEST_ISFINITE 1
| | #define HAVE_DECL_ISINF 1
| | #define GNULIB_TEST_ISINF 1
| | #define GNULIB_TEST_ISNAN 1
| | #define GNULIB_TEST_ISNAND 1
| | #define HAVE_ISNAND_IN_LIBC 1
| | #define GNULIB_TEST_ISNANF 1
| | #define HAVE_ISNANF_IN_LIBC 1
| | #define GNULIB_TEST_ISNANL 1
| | #define HAVE_ISNANL_IN_LIBC 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define GNULIB_TEST_ISWDIGIT 1
| | #define GNULIB_TEST_ISWXDIGIT 1
| | #define HAVE___INLINE 1
| | #define GNULIB_TEST_LOCALECONV 1
| | #define GNULIB_TEST_LOCALENAME 1
| | /* end confdefs.h. */
| | #include
| |
| | int
| | main (void)
| | {
| | if (sizeof ((pthread_rwlock_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:51506: result: yes
| configure:51519: checking whether pthread_rwlock_rdlock prefers a writer to a reader
| configure:51664: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:51664: $? = 0
| configure:51664: ./conftest
| configure:51664: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr/local"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_DECL_FCLOSEALL 1
| | #define __USE_MINGW_ANSI_STDIO 1
| | #define HAVE_DECL_ECVT 1
| | #define HAVE_DECL_FCVT 1
| | #define HAVE_DECL_GCVT 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_EXECVPE 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_DECL_WCSDUP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_TEST_CALLOC_GNU 1
| | #define GNULIB_TEST_CALLOC_POSIX 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define HAVE_CLOCK_GETRES 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_EXPLICIT_BZERO 1
| | #define GNULIB_TEST_FCNTL 1
| | #define FLEXIBLE_ARRAY_MEMBER /**/
| | #define GNULIB_TEST_FLOOR 1
| | #define GNULIB_TEST_FNMATCH 1
| | #define GNULIB_TEST_FOPEN 1
| | #define GNULIB_FOPEN_GNU 1
| | #define GNULIB_TEST_FPRINTF_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define GNULIB_TEST_FREE_POSIX 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define GNULIB_TEST_FREXP 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define GNULIB_TEST_FREXPL 1
| | #define GNULIB_TEST_FSEEK 1
| | #define GNULIB_TEST_FSEEKO 1
| | #define GNULIB_TEST_FSTAT 1
| | #define GNULIB_TEST_FTELL 1
| | #define GNULIB_TEST_FTELLO 1
| | #define GNULIB_FWRITEERROR 1
| | #define GNULIB_TEST_GETDELIM 1
| | #define GNULIB_TEST_GETDTABLESIZE 1
| | #define GNULIB_TEST_GETLINE 1
| | #define GNULIB_TEST_GETOPT_POSIX 1
| | #define GNULIB_TEST_GETPASS 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_DECL___ARGV 0
| | #define GNULIB_TEST_GETRANDOM 1
| | #define GETTIMEOFDAY_TIMEZONE void
| | #define GNULIB_TEST_GETTIMEOFDAY 1
| | #define HAVE_INLINE 1
| | #define GNULIB_ISBLANK 1
| | #define HAVE_DECL_ISFINITE 1
| | #define GNULIB_TEST_ISFINITE 1
| | #define HAVE_DECL_ISINF 1
| | #define GNULIB_TEST_ISINF 1
| | #define GNULIB_TEST_ISNAN 1
| | #define GNULIB_TEST_ISNAND 1
| | #define HAVE_ISNAND_IN_LIBC 1
| | #define GNULIB_TEST_ISNANF 1
| | #define HAVE_ISNANF_IN_LIBC 1
| | #define GNULIB_TEST_ISNANL 1
| | #define HAVE_ISNANL_IN_LIBC 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define GNULIB_TEST_ISWDIGIT 1
| | #define GNULIB_TEST_ISWXDIGIT 1
| | #define HAVE___INLINE 1
| | #define GNULIB_TEST_LOCALECONV 1
| | #define GNULIB_TEST_LOCALENAME 1
| | #define HAVE_PTHREAD_RWLOCK 1
| | /* end confdefs.h. */
| |
| | #include
| | #include
| | #include
| | #include
| |
| | #define SUCCEED() exit (0)
| | #define FAILURE() exit (1)
| | #define UNEXPECTED(n) (exit (10 + (n)))
| |
| | /* The main thread creates the waiting writer and the requesting reader threads
| | in the default way; this guarantees that they have the same priority.
| | We can reuse the main thread as first reader thread. */
| |
| | static pthread_rwlock_t lock;
| | static pthread_t reader1;
| | static pthread_t writer;
| | static pthread_t reader2;
| | static pthread_t timer;
| | /* Used to pass control from writer to reader2 and from reader2 to timer,
| | as in a relay race.
| | Passing control from one running thread to another running thread
| | is most likely faster than to create the second thread. */
| | static pthread_mutex_t baton;
| |
| | static void *
| | timer_func (void *ignored)
| | {
| | /* Step 13 (can be before or after step 12):
| | The timer thread takes the baton, then waits a moment to make sure
| | it can tell whether the second reader thread is blocked at step 12. */
| | if (pthread_mutex_lock (&baton))
| | UNEXPECTED (13);
| | usleep (100000);
| | /* By the time we get here, it's clear that the second reader thread is
| | blocked at step 12. This is the desired behaviour. */
| | SUCCEED ();
| | }
| |
| | static void *
| | reader2_func (void *ignored)
| | {
| | int err;
| |
| | /* Step 8 (can be before or after step 7):
| | The second reader thread takes the baton, then waits a moment to make sure
| | the writer thread has reached step 7. */
| | if (pthread_mutex_lock (&baton))
| | UNEXPECTED (8);
| | usleep (100000);
| | /* Step 9: The second reader thread requests the lock. */
| | err = pthread_rwlock_tryrdlock (&lock);
| | if (err == 0)
| | FAILURE ();
| | else if (err != EBUSY)
| | UNEXPECTED (9);
| | /* Step 10: Launch a timer, to test whether the next call blocks. */
| | if (pthread_create (&timer, NULL, timer_func, NULL))
| | UNEXPECTED (10);
| | /* Step 11: Release the baton. */
| | if (pthread_mutex_unlock (&baton))
| | UNEXPECTED (11);
| | /* Step 12: The second reader thread requests the lock. */
| | err = pthread_rwlock_rdlock (&lock);
| | if (err == 0)
| | FAILURE ();
| | else
| | UNEXPECTED (12);
| | }
| |
| | static void *
| | writer_func (void *ignored)
| | {
| | /* Step 4: Take the baton, so that the second reader thread does not go ahead
| | too early. */
| | if (pthread_mutex_lock (&baton))
| | UNEXPECTED (4);
| | /* Step 5: Create the second reader thread. */
| | if (pthread_create (&reader2, NULL, reader2_func, NULL))
| | UNEXPECTED (5);
| | /* Step 6: Release the baton. */
| | if (pthread_mutex_unlock (&baton))
| | UNEXPECTED (6);
| | /* Step 7: The writer thread requests the lock. */
| | if (pthread_rwlock_wrlock (&lock))
| | UNEXPECTED (7);
| | return NULL;
| | }
| |
| | int
| | main ()
| | {
| | reader1 = pthread_self ();
| |
| | /* Step 1: The main thread initializes the lock and the baton. */
| | if (pthread_rwlock_init (&lock, NULL))
| | UNEXPECTED (1);
| | if (pthread_mutex_init (&baton, NULL))
| | UNEXPECTED (1);
| | /* Step 2: The main thread acquires the lock as a reader. */
| | if (pthread_rwlock_rdlock (&lock))
| | UNEXPECTED (2);
| | /* Step 3: Create the writer thread. */
| | if (pthread_create (&writer, NULL, writer_func, NULL))
| | UNEXPECTED (3);
| | /* Job done. Go to sleep. */
| | for (;;)
| | {
| | sleep (1);
| | }
| | }
| |
| configure:51677: result: no
| configure:51711: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:51711: $? = 0
| configure:51732: checking whether lseek detects pipes
| configure:51769: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:51769: $? = 0
| configure:51806: result: yes
| configure:51917: checking whether malloc (0) returns nonnull
| configure:51964: result: yes
| configure:52077: checking whether mbrtowc handles incomplete characters
| configure:52117: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:52117: $? = 0
| configure:52117: ./conftest
| configure:52117: $? = 0
| configure:52169: result: yes
| configure:52175: checking whether mbrtowc works as well as mbtowc
| configure:52219: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:52219: $? = 0
| configure:52219: ./conftest
| configure:52219: $? = 0
| configure:52232: result: yes
| configure:52274: checking whether mbrtowc handles a NULL pwc argument
| configure:52328: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:52328: $? = 0
| configure:52328: ./conftest
| configure:52328: $? = 0
| configure:52341: result: yes
| configure:52347: checking whether mbrtowc handles a NULL string argument
| configure:52389: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:52389: $? = 0
| configure:52389: ./conftest
| configure:52389: $? = 0
| configure:52402: result: yes
| configure:52410: checking whether mbrtowc has a correct return value
| configure:52520: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:52520: $? = 0
| configure:52520: ./conftest
| configure:52520: $? = 0
| configure:52536: result: yes
| configure:52542: checking whether mbrtowc returns 0 when parsing a NUL character
| configure:52581: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:52581: $? = 0
| configure:52581: ./conftest
| configure:52581: $? = 0
| configure:52594: result: yes
| configure:52599: checking whether mbrtowc stores incomplete characters
| configure:52708: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:52708: $? = 0
| configure:52708: ./conftest
| configure:52708: $? = 0
| configure:52723: result: no
| configure:52728: checking whether mbrtowc works on empty input
| configure:52758: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:52758: $? = 0
| configure:52758: ./conftest
| configure:52758: $? = 0
| configure:52770: result: yes
| configure:52774: checking whether the C locale is free of encoding errors
| configure:52820: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:52820: $? = 0
| configure:52820: ./conftest
| configure:52820: $? = 3
| configure: program exited with status 3
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr/local"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_DECL_FCLOSEALL 1
| | #define __USE_MINGW_ANSI_STDIO 1
| | #define HAVE_DECL_ECVT 1
| | #define HAVE_DECL_FCVT 1
| | #define HAVE_DECL_GCVT 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_EXECVPE 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_DECL_WCSDUP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_TEST_CALLOC_GNU 1
| | #define GNULIB_TEST_CALLOC_POSIX 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define HAVE_CLOCK_GETRES 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_EXPLICIT_BZERO 1
| | #define GNULIB_TEST_FCNTL 1
| | #define FLEXIBLE_ARRAY_MEMBER /**/
| | #define GNULIB_TEST_FLOOR 1
| | #define GNULIB_TEST_FNMATCH 1
| | #define GNULIB_TEST_FOPEN 1
| | #define GNULIB_FOPEN_GNU 1
| | #define GNULIB_TEST_FPRINTF_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define GNULIB_TEST_FREE_POSIX 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define GNULIB_TEST_FREXP 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define GNULIB_TEST_FREXPL 1
| | #define GNULIB_TEST_FSEEK 1
| | #define GNULIB_TEST_FSEEKO 1
| | #define GNULIB_TEST_FSTAT 1
| | #define GNULIB_TEST_FTELL 1
| | #define GNULIB_TEST_FTELLO 1
| | #define GNULIB_FWRITEERROR 1
| | #define GNULIB_TEST_GETDELIM 1
| | #define GNULIB_TEST_GETDTABLESIZE 1
| | #define GNULIB_TEST_GETLINE 1
| | #define GNULIB_TEST_GETOPT_POSIX 1
| | #define GNULIB_TEST_GETPASS 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_DECL___ARGV 0
| | #define GNULIB_TEST_GETRANDOM 1
| | #define GETTIMEOFDAY_TIMEZONE void
| | #define GNULIB_TEST_GETTIMEOFDAY 1
| | #define HAVE_INLINE 1
| | #define GNULIB_ISBLANK 1
| | #define HAVE_DECL_ISFINITE 1
| | #define GNULIB_TEST_ISFINITE 1
| | #define HAVE_DECL_ISINF 1
| | #define GNULIB_TEST_ISINF 1
| | #define GNULIB_TEST_ISNAN 1
| | #define GNULIB_TEST_ISNAND 1
| | #define HAVE_ISNAND_IN_LIBC 1
| | #define GNULIB_TEST_ISNANF 1
| | #define HAVE_ISNANF_IN_LIBC 1
| | #define GNULIB_TEST_ISNANL 1
| | #define HAVE_ISNANL_IN_LIBC 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define GNULIB_TEST_ISWDIGIT 1
| | #define GNULIB_TEST_ISWXDIGIT 1
| | #define HAVE___INLINE 1
| | #define GNULIB_TEST_LOCALECONV 1
| | #define GNULIB_TEST_LOCALENAME 1
| | #define HAVE_PTHREAD_RWLOCK 1
| | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| | #define GNULIB_LOCK 1
| | #define GNULIB_TEST_LSEEK 1
| | #define GNULIB_TEST_LSTAT 1
| | #define GNULIB_TEST_MALLOC_GNU 1
| | #define GNULIB_TEST_MALLOC_POSIX 1
| | /* end confdefs.h. */
| | #include
| | #include
| | #include
| |
| | int
| | main (void)
| | {
| |
| | int i;
| | char *locale = setlocale (LC_ALL, "C");
| | if (! locale)
| | return 2;
| | for (i = CHAR_MIN; i <= CHAR_MAX; i++)
| | {
| | char c = i;
| | wchar_t wc;
| | mbstate_t mbs = { 0, };
| | size_t ss = mbrtowc (&wc, &c, 1, &mbs);
| | if (1 < ss)
| | return 3;
| | }
| | return 0;
| |
| | ;
| | return 0;
| | }
| configure:52832: result: no
| configure:53202: checking whether mbrtowc handles incomplete characters
| configure:53294: result: yes
| configure:53300: checking whether mbrtowc works as well as mbtowc
| configure:53357: result: yes
| configure:53467: checking whether mbrtowc handles incomplete characters
| configure:53559: result: yes
| configure:53565: checking whether mbrtowc works as well as mbtowc
| configure:53622: result: yes
| configure:53667: checking whether mbsrtowcs works
| configure:53754: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:53754: $? = 0
| configure:53754: ./conftest
| configure:53754: $? = 0
| configure:53767: result: yes
| configure:53835: checking for mbtowc
| configure:53835: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:53835: $? = 0
| configure:53835: result: yes
| configure:53948: checking whether memmem works in linear time
| configure:54025: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:54025: $? = 0
| configure:54025: ./conftest
| configure:54025: $? = 0
| configure:54037: result: yes
| configure:54063: checking for memmem
| configure:54063: result: yes
| configure:54079: checking whether memmem works
| configure:54159: result: yes
| configure:54212: checking for mempcpy
| configure:54212: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:339:6: warning: conflicting types for built-in function 'mempcpy'; expected 'void *(void *, const void *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
| 339 | char mempcpy ();
| | ^~~~~~~
| configure:54212: $? = 0
| configure:54212: result: yes
| configure:54277: checking for memrchr
| configure:54277: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:54277: $? = 0
| configure:54277: result: yes
| configure:54333: checking whether mkdir handles trailing slash
| configure:54388: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:54388: $? = 0
| configure:54388: ./conftest
| configure:54388: $? = 0
| configure:54401: result: yes
| configure:54410: checking whether mkdir handles trailing dot
| configure:54448: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:54448: $? = 0
| configure:54448: ./conftest
| configure:54448: $? = 0
| configure:54462: result: yes
| configure:54509: checking for mkdtemp
| configure:54509: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:54509: $? = 0
| configure:54509: result: yes
| configure:54564: checking for working mkstemp
| configure:54627: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:54627: $? = 0
| configure:54627: ./conftest
| configure:54627: $? = 0
| configure:54640: result: yes
| configure:54748: checking for __mktime_internal
| configure:54748: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| /usr/bin/ld: /tmp/cctvPHiA.o: in function `main':
| /home/mdb/pspp-20/pspp-2.0.0-pre1/conftest.c:359: undefined reference to `__mktime_internal'
| collect2: error: ld returned 1 exit status
| configure:54748: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr/local"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_DECL_FCLOSEALL 1
| | #define __USE_MINGW_ANSI_STDIO 1
| | #define HAVE_DECL_ECVT 1
| | #define HAVE_DECL_FCVT 1
| | #define HAVE_DECL_GCVT 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_EXECVPE 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_DECL_WCSDUP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_TEST_CALLOC_GNU 1
| | #define GNULIB_TEST_CALLOC_POSIX 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define HAVE_CLOCK_GETRES 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_EXPLICIT_BZERO 1
| | #define GNULIB_TEST_FCNTL 1
| | #define FLEXIBLE_ARRAY_MEMBER /**/
| | #define GNULIB_TEST_FLOOR 1
| | #define GNULIB_TEST_FNMATCH 1
| | #define GNULIB_TEST_FOPEN 1
| | #define GNULIB_FOPEN_GNU 1
| | #define GNULIB_TEST_FPRINTF_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define GNULIB_TEST_FREE_POSIX 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define GNULIB_TEST_FREXP 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define GNULIB_TEST_FREXPL 1
| | #define GNULIB_TEST_FSEEK 1
| | #define GNULIB_TEST_FSEEKO 1
| | #define GNULIB_TEST_FSTAT 1
| | #define GNULIB_TEST_FTELL 1
| | #define GNULIB_TEST_FTELLO 1
| | #define GNULIB_FWRITEERROR 1
| | #define GNULIB_TEST_GETDELIM 1
| | #define GNULIB_TEST_GETDTABLESIZE 1
| | #define GNULIB_TEST_GETLINE 1
| | #define GNULIB_TEST_GETOPT_POSIX 1
| | #define GNULIB_TEST_GETPASS 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_DECL___ARGV 0
| | #define GNULIB_TEST_GETRANDOM 1
| | #define GETTIMEOFDAY_TIMEZONE void
| | #define GNULIB_TEST_GETTIMEOFDAY 1
| | #define HAVE_INLINE 1
| | #define GNULIB_ISBLANK 1
| | #define HAVE_DECL_ISFINITE 1
| | #define GNULIB_TEST_ISFINITE 1
| | #define HAVE_DECL_ISINF 1
| | #define GNULIB_TEST_ISINF 1
| | #define GNULIB_TEST_ISNAN 1
| | #define GNULIB_TEST_ISNAND 1
| | #define HAVE_ISNAND_IN_LIBC 1
| | #define GNULIB_TEST_ISNANF 1
| | #define HAVE_ISNANF_IN_LIBC 1
| | #define GNULIB_TEST_ISNANL 1
| | #define HAVE_ISNANL_IN_LIBC 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define GNULIB_TEST_ISWDIGIT 1
| | #define GNULIB_TEST_ISWXDIGIT 1
| | #define HAVE___INLINE 1
| | #define GNULIB_TEST_LOCALECONV 1
| | #define GNULIB_TEST_LOCALENAME 1
| | #define HAVE_PTHREAD_RWLOCK 1
| | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| | #define GNULIB_LOCK 1
| | #define GNULIB_TEST_LSEEK 1
| | #define GNULIB_TEST_LSTAT 1
| | #define GNULIB_TEST_MALLOC_GNU 1
| | #define GNULIB_TEST_MALLOC_POSIX 1
| | #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSRTOWCS 1
| | #define HAVE_MBTOWC 1
| | #define GNULIB_TEST_MBTOWC 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define HAVE_MEMMEM 1
| | #define GNULIB_TEST_MEMMEM 1
| | #define HAVE_MEMPCPY 1
| | #define GNULIB_TEST_MEMPCPY 1
| | #define HAVE_MEMRCHR 1
| | #define GNULIB_TEST_MEMRCHR 1
| | #define GNULIB_TEST_MKDIR 1
| | #define HAVE_MKDTEMP 1
| | #define GNULIB_TEST_MKDTEMP 1
| | #define GNULIB_TEST_MKSTEMP 1
| | #define GNULIB_TEST_MKTIME 1
| | /* end confdefs.h. */
| | /* Define __mktime_internal to an innocuous variant, in case declares __mktime_internal.
| | For example, HP-UX 11i declares gettimeofday. */
| | #define __mktime_internal innocuous___mktime_internal
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char __mktime_internal (); below. */
| |
| | #include
| | #undef __mktime_internal
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char __mktime_internal ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub___mktime_internal || defined __stub_____mktime_internal
| | choke me
| | #endif
| |
| | int
| | main (void)
| | {
| | return __mktime_internal ();
| | ;
| | return 0;
| | }
| configure:54748: result: no
| configure:54823: checking whether YESEXPR works
| configure:54853: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:54853: $? = 0
| configure:54853: ./conftest
| configure:54853: $? = 0
| configure:54865: result: yes
| configure:55073: checking whether open recognizes a trailing slash
| configure:55118: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:55118: $? = 0
| configure:55118: ./conftest
| configure:55118: $? = 0
| configure:55131: result: yes
| configure:55230: checking whether frexp works
| configure:55343: result: yes
| configure:55355: checking whether ldexp can be used without linking with libm
| configure:55385: result: yes
| configure:55398: checking whether frexpl() can be used without linking with libm
| configure:55427: result: yes
| configure:55433: checking whether frexpl works
| configure:55560: result: yes
| configure:55575: checking whether frexpl is declared
| configure:55575: result: yes
| configure:55586: checking whether ldexpl() can be used without linking with libm
| configure:55605: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:55605: $? = 0
| configure:55615: result: yes
| configure:55621: checking whether ldexpl works
| configure:55666: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:55666: $? = 0
| configure:55666: ./conftest
| configure:55666: $? = 0
| configure:55678: result: yes
| configure:55686: checking whether ldexpl is declared
| configure:55686: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:55686: $? = 0
| configure:55686: result: yes
| configure:55742: checking whether program_invocation_name is declared
| configure:55742: result: yes
| configure:55752: checking whether program_invocation_short_name is declared
| configure:55752: result: yes
| configure:55765: checking for raise
| configure:55765: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:55765: $? = 0
| configure:55765: result: yes
| configure:55787: checking for sigprocmask
| configure:55787: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:55787: $? = 0
| configure:55787: result: yes
| configure:55843: checking for rawmemchr
| configure:55843: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:55843: $? = 0
| configure:55843: result: yes
| configure:55952: checking whether readlink signature is correct
| configure:55971: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:55971: $? = 0
| configure:55979: result: yes
| configure:55981: checking whether readlink handles trailing slash correctly
| configure:56018: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:56018: $? = 0
| configure:56018: ./conftest
| configure:56018: $? = 0
| configure:56030: result: yes
| configure:56046: checking whether readlink truncates results correctly
| configure:56082: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:56082: $? = 0
| configure:56082: ./conftest
| configure:56082: $? = 0
| configure:56094: result: yes
| configure:56156: checking whether realloc (0, 0) returns nonnull
| configure:56191: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:56191: $? = 0
| configure:56191: ./conftest
| configure:56191: $? = 0
| configure:56203: result: yes
| configure:56288: checking for reallocarray
| configure:56288: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:56288: $? = 0
| configure:56288: result: yes
| configure:56363: checking for working re_compile_pattern
| configure:56678: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:56678: $? = 0
| configure:56678: ./conftest
| configure:56678: $? = 0
| configure:56690: result: yes
| configure:56850: checking for getcwd
| configure:56850: result: yes
| configure:56885: checking whether free is known to preserve errno
| configure:56918: result: yes
| configure:56936: checking for mempcpy
| configure:56936: result: yes
| configure:56951: checking for rawmemchr
| configure:56951: result: yes
| configure:56979: checking for search.h
| configure:56979: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:56979: $? = 0
| configure:56979: result: yes
| configure:56986: checking for tsearch
| configure:56986: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:56986: $? = 0
| configure:56986: result: yes
| configure:57000: checking whether rename honors trailing slash on destination
| configure:57051: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:57051: $? = 0
| configure:57051: ./conftest
| configure:57051: $? = 0
| configure:57064: result: yes
| configure:57076: checking whether rename honors trailing slash on source
| configure:57127: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:57127: $? = 0
| configure:57127: ./conftest
| configure:57127: $? = 0
| configure:57140: result: yes
| configure:57153: checking whether rename manages hard links correctly
| configure:57206: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:57206: $? = 0
| configure:57206: ./conftest
| configure:57206: $? = 0
| configure:57237: result: yes
| configure:57249: checking whether rename manages existing destinations correctly
| configure:57292: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:57292: $? = 0
| configure:57292: ./conftest
| configure:57292: $? = 0
| configure:57305: result: yes
| configure:57353: checking whether rmdir works
| configure:57404: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:57404: $? = 0
| configure:57404: ./conftest
| configure:57404: $? = 0
| configure:57416: result: yes
| configure:57491: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:57491: $? = 0
| configure:57503: checking whether round is declared
| configure:57503: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:57503: $? = 0
| configure:57503: result: yes
| configure:57521: checking whether round works
| configure:57586: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:57586: $? = 0
| configure:57586: ./conftest
| configure:57586: $? = 0
| configure:57599: result: yes
| configure:57876: checking whether select supports a 0 argument
| configure:57910: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:57910: $? = 0
| configure:57910: ./conftest
| configure:57910: $? = 0
| configure:57922: result: yes
| configure:57929: checking whether select detects invalid fds
| configure:57981: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:57981: $? = 0
| configure:57981: ./conftest
| configure:57981: $? = 0
| configure:57993: result: yes
| configure:58068: checking whether setenv validates arguments
| configure:58116: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:58116: $? = 0
| configure:58116: ./conftest
| configure:58116: $? = 0
| configure:58127: result: yes
| configure:58175: checking whether setlocale (LC_ALL, NULL) is multithread-safe
| configure:58194: result: yes
| configure:58212: checking whether setlocale (category, NULL) is multithread-safe
| configure:58231: result: yes
| configure:58510: checking for struct sigaction.sa_sigaction
| configure:58510: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:58510: $? = 0
| configure:58510: result: yes
| configure:58596: checking for signbit macro
| configure:58707: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:58707: $? = 0
| configure:58707: ./conftest
| configure:58707: $? = 0
| configure:58719: result: yes
| configure:58721: checking for signbit compiler built-ins
| configure:58834: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:58834: $? = 0
| configure:58834: ./conftest
| configure:58834: $? = 0
| configure:58846: result: yes
| configure:59375: checking for sigprocmask
| configure:59375: result: yes
| configure:59422: checking for stdint.h
| configure:59422: result: yes
| configure:59429: checking for SIZE_MAX
| configure:59505: result: yes
| configure:59517: checking for snprintf
| configure:59517: result: yes
| configure:59528: checking whether snprintf respects a size of 1
| configure:59571: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:59571: $? = 0
| configure:59571: ./conftest
| configure:59571: $? = 0
| configure:59583: result: yes
| configure:59593: checking whether printf supports POSIX/XSI format strings with positions
| configure:59642: result: yes
| configure:59724: checking for snprintf
| configure:59724: result: yes
| configure:59737: checking whether snprintf fully supports the 'n' directive
| configure:59834: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:59834: $? = 0
| configure:59834: ./conftest
| configure:59834: $? = 0
| configure:59846: result: yes
| configure:59852: checking whether snprintf respects a size of 1
| configure:59907: result: yes
| configure:59912: checking whether vsnprintf respects a zero size as in C99
| configure:59981: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:59981: $? = 0
| configure:59981: ./conftest
| configure:59981: $? = 0
| configure:59993: result: yes
| configure:60321: checking for socklen_t
| configure:60321: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:60321: $? = 0
| configure:60321: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:399:24: error: expected expression before ')' token
| 399 | if (sizeof ((socklen_t)))
| | ^
| configure:60321: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr/local"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_DECL_FCLOSEALL 1
| | #define __USE_MINGW_ANSI_STDIO 1
| | #define HAVE_DECL_ECVT 1
| | #define HAVE_DECL_FCVT 1
| | #define HAVE_DECL_GCVT 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_EXECVPE 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_DECL_WCSDUP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_TEST_CALLOC_GNU 1
| | #define GNULIB_TEST_CALLOC_POSIX 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define HAVE_CLOCK_GETRES 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_EXPLICIT_BZERO 1
| | #define GNULIB_TEST_FCNTL 1
| | #define FLEXIBLE_ARRAY_MEMBER /**/
| | #define GNULIB_TEST_FLOOR 1
| | #define GNULIB_TEST_FNMATCH 1
| | #define GNULIB_TEST_FOPEN 1
| | #define GNULIB_FOPEN_GNU 1
| | #define GNULIB_TEST_FPRINTF_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define GNULIB_TEST_FREE_POSIX 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define GNULIB_TEST_FREXP 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define GNULIB_TEST_FREXPL 1
| | #define GNULIB_TEST_FSEEK 1
| | #define GNULIB_TEST_FSEEKO 1
| | #define GNULIB_TEST_FSTAT 1
| | #define GNULIB_TEST_FTELL 1
| | #define GNULIB_TEST_FTELLO 1
| | #define GNULIB_FWRITEERROR 1
| | #define GNULIB_TEST_GETDELIM 1
| | #define GNULIB_TEST_GETDTABLESIZE 1
| | #define GNULIB_TEST_GETLINE 1
| | #define GNULIB_TEST_GETOPT_POSIX 1
| | #define GNULIB_TEST_GETPASS 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_DECL___ARGV 0
| | #define GNULIB_TEST_GETRANDOM 1
| | #define GETTIMEOFDAY_TIMEZONE void
| | #define GNULIB_TEST_GETTIMEOFDAY 1
| | #define HAVE_INLINE 1
| | #define GNULIB_ISBLANK 1
| | #define HAVE_DECL_ISFINITE 1
| | #define GNULIB_TEST_ISFINITE 1
| | #define HAVE_DECL_ISINF 1
| | #define GNULIB_TEST_ISINF 1
| | #define GNULIB_TEST_ISNAN 1
| | #define GNULIB_TEST_ISNAND 1
| | #define HAVE_ISNAND_IN_LIBC 1
| | #define GNULIB_TEST_ISNANF 1
| | #define HAVE_ISNANF_IN_LIBC 1
| | #define GNULIB_TEST_ISNANL 1
| | #define HAVE_ISNANL_IN_LIBC 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define GNULIB_TEST_ISWDIGIT 1
| | #define GNULIB_TEST_ISWXDIGIT 1
| | #define HAVE___INLINE 1
| | #define GNULIB_TEST_LOCALECONV 1
| | #define GNULIB_TEST_LOCALENAME 1
| | #define HAVE_PTHREAD_RWLOCK 1
| | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| | #define GNULIB_LOCK 1
| | #define GNULIB_TEST_LSEEK 1
| | #define GNULIB_TEST_LSTAT 1
| | #define GNULIB_TEST_MALLOC_GNU 1
| | #define GNULIB_TEST_MALLOC_POSIX 1
| | #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSRTOWCS 1
| | #define HAVE_MBTOWC 1
| | #define GNULIB_TEST_MBTOWC 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define HAVE_MEMMEM 1
| | #define GNULIB_TEST_MEMMEM 1
| | #define HAVE_MEMPCPY 1
| | #define GNULIB_TEST_MEMPCPY 1
| | #define HAVE_MEMRCHR 1
| | #define GNULIB_TEST_MEMRCHR 1
| | #define GNULIB_TEST_MKDIR 1
| | #define HAVE_MKDTEMP 1
| | #define GNULIB_TEST_MKDTEMP 1
| | #define GNULIB_TEST_MKSTEMP 1
| | #define GNULIB_TEST_MKTIME 1
| | #define NEED_MKTIME_INTERNAL 1
| | #define GNULIB_MSVC_NOTHROW 1
| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| | #define NL_LANGINFO_MTSAFE 1
| | #define GNULIB_TEST_NL_LANGINFO 1
| | #define my_strftime nstrftime
| | #define GNULIB_TEST_OPEN 1
| | #define GNULIB_TEST_PIPE2 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define HAVE_LDEXP_IN_LIBC 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define HAVE_LDEXPL_IN_LIBC 1
| | #define GNULIB_TEST_PRINTF_POSIX 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_RAISE 1
| | #define GNULIB_TEST_RAISE 1
| | #define HAVE_RAWMEMCHR 1
| | #define GNULIB_TEST_RAWMEMCHR 1
| | #define GNULIB_TEST_READ 1
| | #define GNULIB_TEST_READLINK 1
| | #define GNULIB_TEST_REALLOC_GNU 1
| | #define GNULIB_TEST_REALLOC_POSIX 1
| | #define HAVE_REALLOCARRAY 1
| | #define GNULIB_REALLOCARRAY 1
| | #define GNULIB_TEST_REALLOCARRAY 1
| | #define HAVE_GETCWD 1
| | #define HAVE_MALLOC_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_RAWMEMCHR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define GNULIB_TEST_RENAME 1
| | #define GNULIB_TEST_RMDIR 1
| | #define HAVE_DECL_ROUND 1
| | #define GNULIB_TEST_ROUND 1
| | #define GNULIB_TEST_SECURE_GETENV 1
| | #define GNULIB_TEST_SELECT 1
| | #define GNULIB_TEST_SETENV 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define GNULIB_TEST_SETLOCALE_NULL 1
| | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| | #define GNULIB_TEST_SIGACTION 1
| | #define GNULIB_TEST_SIGNBIT 1
| | #define GNULIB_TEST_SIGPROCMASK 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SNPRINTF 1
| | #define GNULIB_TEST_SNPRINTF 1
| | #define GNULIB_SNPRINTF 1
| | #define HAVE_SNPRINTF 1
| | /* end confdefs.h. */
| |
| | /* is not needed according to POSIX, but the
| | in i386-unknown-freebsd4.10 and
| | powerpc-apple-darwin5.5 required it. */
| | #include
| | #if HAVE_SYS_SOCKET_H
| | # include
| | #elif HAVE_WS2TCPIP_H
| | # include
| | #endif
| |
| |
| | int
| | main (void)
| | {
| | if (sizeof ((socklen_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:60321: result: yes
| configure:60715: checking for ssize_t
| configure:60741: result: yes
| configure:60758: checking whether stat handles trailing slashes on files
| configure:60802: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:60802: $? = 0
| configure:60802: ./conftest
| configure:60802: $? = 0
| configure:60814: result: yes
| configure:60890: checking for struct stat.st_atim.tv_nsec
| configure:60890: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:60890: $? = 0
| configure:60890: result: yes
| configure:60898: checking whether struct stat.st_atim is of type struct timespec
| configure:60926: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:60926: $? = 0
| configure:60934: result: yes
| configure:60983: checking for struct stat.st_birthtimespec.tv_nsec
| configure:60983: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:395:12: error: 'struct stat' has no member named 'st_birthtimespec'
| 395 | if (ac_aggr.st_birthtimespec.tv_nsec)
| | ^
| configure:60983: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr/local"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_DECL_FCLOSEALL 1
| | #define __USE_MINGW_ANSI_STDIO 1
| | #define HAVE_DECL_ECVT 1
| | #define HAVE_DECL_FCVT 1
| | #define HAVE_DECL_GCVT 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_EXECVPE 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_DECL_WCSDUP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_TEST_CALLOC_GNU 1
| | #define GNULIB_TEST_CALLOC_POSIX 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define HAVE_CLOCK_GETRES 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_EXPLICIT_BZERO 1
| | #define GNULIB_TEST_FCNTL 1
| | #define FLEXIBLE_ARRAY_MEMBER /**/
| | #define GNULIB_TEST_FLOOR 1
| | #define GNULIB_TEST_FNMATCH 1
| | #define GNULIB_TEST_FOPEN 1
| | #define GNULIB_FOPEN_GNU 1
| | #define GNULIB_TEST_FPRINTF_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define GNULIB_TEST_FREE_POSIX 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define GNULIB_TEST_FREXP 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define GNULIB_TEST_FREXPL 1
| | #define GNULIB_TEST_FSEEK 1
| | #define GNULIB_TEST_FSEEKO 1
| | #define GNULIB_TEST_FSTAT 1
| | #define GNULIB_TEST_FTELL 1
| | #define GNULIB_TEST_FTELLO 1
| | #define GNULIB_FWRITEERROR 1
| | #define GNULIB_TEST_GETDELIM 1
| | #define GNULIB_TEST_GETDTABLESIZE 1
| | #define GNULIB_TEST_GETLINE 1
| | #define GNULIB_TEST_GETOPT_POSIX 1
| | #define GNULIB_TEST_GETPASS 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_DECL___ARGV 0
| | #define GNULIB_TEST_GETRANDOM 1
| | #define GETTIMEOFDAY_TIMEZONE void
| | #define GNULIB_TEST_GETTIMEOFDAY 1
| | #define HAVE_INLINE 1
| | #define GNULIB_ISBLANK 1
| | #define HAVE_DECL_ISFINITE 1
| | #define GNULIB_TEST_ISFINITE 1
| | #define HAVE_DECL_ISINF 1
| | #define GNULIB_TEST_ISINF 1
| | #define GNULIB_TEST_ISNAN 1
| | #define GNULIB_TEST_ISNAND 1
| | #define HAVE_ISNAND_IN_LIBC 1
| | #define GNULIB_TEST_ISNANF 1
| | #define HAVE_ISNANF_IN_LIBC 1
| | #define GNULIB_TEST_ISNANL 1
| | #define HAVE_ISNANL_IN_LIBC 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define GNULIB_TEST_ISWDIGIT 1
| | #define GNULIB_TEST_ISWXDIGIT 1
| | #define HAVE___INLINE 1
| | #define GNULIB_TEST_LOCALECONV 1
| | #define GNULIB_TEST_LOCALENAME 1
| | #define HAVE_PTHREAD_RWLOCK 1
| | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| | #define GNULIB_LOCK 1
| | #define GNULIB_TEST_LSEEK 1
| | #define GNULIB_TEST_LSTAT 1
| | #define GNULIB_TEST_MALLOC_GNU 1
| | #define GNULIB_TEST_MALLOC_POSIX 1
| | #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSRTOWCS 1
| | #define HAVE_MBTOWC 1
| | #define GNULIB_TEST_MBTOWC 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define HAVE_MEMMEM 1
| | #define GNULIB_TEST_MEMMEM 1
| | #define HAVE_MEMPCPY 1
| | #define GNULIB_TEST_MEMPCPY 1
| | #define HAVE_MEMRCHR 1
| | #define GNULIB_TEST_MEMRCHR 1
| | #define GNULIB_TEST_MKDIR 1
| | #define HAVE_MKDTEMP 1
| | #define GNULIB_TEST_MKDTEMP 1
| | #define GNULIB_TEST_MKSTEMP 1
| | #define GNULIB_TEST_MKTIME 1
| | #define NEED_MKTIME_INTERNAL 1
| | #define GNULIB_MSVC_NOTHROW 1
| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| | #define NL_LANGINFO_MTSAFE 1
| | #define GNULIB_TEST_NL_LANGINFO 1
| | #define my_strftime nstrftime
| | #define GNULIB_TEST_OPEN 1
| | #define GNULIB_TEST_PIPE2 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define HAVE_LDEXP_IN_LIBC 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define HAVE_LDEXPL_IN_LIBC 1
| | #define GNULIB_TEST_PRINTF_POSIX 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_RAISE 1
| | #define GNULIB_TEST_RAISE 1
| | #define HAVE_RAWMEMCHR 1
| | #define GNULIB_TEST_RAWMEMCHR 1
| | #define GNULIB_TEST_READ 1
| | #define GNULIB_TEST_READLINK 1
| | #define GNULIB_TEST_REALLOC_GNU 1
| | #define GNULIB_TEST_REALLOC_POSIX 1
| | #define HAVE_REALLOCARRAY 1
| | #define GNULIB_REALLOCARRAY 1
| | #define GNULIB_TEST_REALLOCARRAY 1
| | #define HAVE_GETCWD 1
| | #define HAVE_MALLOC_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_RAWMEMCHR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define GNULIB_TEST_RENAME 1
| | #define GNULIB_TEST_RMDIR 1
| | #define HAVE_DECL_ROUND 1
| | #define GNULIB_TEST_ROUND 1
| | #define GNULIB_TEST_SECURE_GETENV 1
| | #define GNULIB_TEST_SELECT 1
| | #define GNULIB_TEST_SETENV 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define GNULIB_TEST_SETLOCALE_NULL 1
| | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| | #define GNULIB_TEST_SIGACTION 1
| | #define GNULIB_TEST_SIGNBIT 1
| | #define GNULIB_TEST_SIGPROCMASK 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SNPRINTF 1
| | #define GNULIB_TEST_SNPRINTF 1
| | #define GNULIB_SNPRINTF 1
| | #define HAVE_SNPRINTF 1
| | #define GNULIB_TEST_SPRINTF_POSIX 1
| | #define GNULIB_TEST_STAT 1
| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| | /* end confdefs.h. */
| | #include
| | #include
| |
| | int
| | main (void)
| | {
| | static struct stat ac_aggr;
| | if (ac_aggr.st_birthtimespec.tv_nsec)
| | return 0;
| | ;
| | return 0;
| | }
| configure:60983: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:395:19: error: 'struct stat' has no member named 'st_birthtimespec'
| 395 | if (sizeof ac_aggr.st_birthtimespec.tv_nsec)
| | ^
| configure:60983: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr/local"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_DECL_FCLOSEALL 1
| | #define __USE_MINGW_ANSI_STDIO 1
| | #define HAVE_DECL_ECVT 1
| | #define HAVE_DECL_FCVT 1
| | #define HAVE_DECL_GCVT 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_EXECVPE 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_DECL_WCSDUP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_TEST_CALLOC_GNU 1
| | #define GNULIB_TEST_CALLOC_POSIX 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define HAVE_CLOCK_GETRES 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_EXPLICIT_BZERO 1
| | #define GNULIB_TEST_FCNTL 1
| | #define FLEXIBLE_ARRAY_MEMBER /**/
| | #define GNULIB_TEST_FLOOR 1
| | #define GNULIB_TEST_FNMATCH 1
| | #define GNULIB_TEST_FOPEN 1
| | #define GNULIB_FOPEN_GNU 1
| | #define GNULIB_TEST_FPRINTF_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define GNULIB_TEST_FREE_POSIX 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define GNULIB_TEST_FREXP 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define GNULIB_TEST_FREXPL 1
| | #define GNULIB_TEST_FSEEK 1
| | #define GNULIB_TEST_FSEEKO 1
| | #define GNULIB_TEST_FSTAT 1
| | #define GNULIB_TEST_FTELL 1
| | #define GNULIB_TEST_FTELLO 1
| | #define GNULIB_FWRITEERROR 1
| | #define GNULIB_TEST_GETDELIM 1
| | #define GNULIB_TEST_GETDTABLESIZE 1
| | #define GNULIB_TEST_GETLINE 1
| | #define GNULIB_TEST_GETOPT_POSIX 1
| | #define GNULIB_TEST_GETPASS 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_DECL___ARGV 0
| | #define GNULIB_TEST_GETRANDOM 1
| | #define GETTIMEOFDAY_TIMEZONE void
| | #define GNULIB_TEST_GETTIMEOFDAY 1
| | #define HAVE_INLINE 1
| | #define GNULIB_ISBLANK 1
| | #define HAVE_DECL_ISFINITE 1
| | #define GNULIB_TEST_ISFINITE 1
| | #define HAVE_DECL_ISINF 1
| | #define GNULIB_TEST_ISINF 1
| | #define GNULIB_TEST_ISNAN 1
| | #define GNULIB_TEST_ISNAND 1
| | #define HAVE_ISNAND_IN_LIBC 1
| | #define GNULIB_TEST_ISNANF 1
| | #define HAVE_ISNANF_IN_LIBC 1
| | #define GNULIB_TEST_ISNANL 1
| | #define HAVE_ISNANL_IN_LIBC 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define GNULIB_TEST_ISWDIGIT 1
| | #define GNULIB_TEST_ISWXDIGIT 1
| | #define HAVE___INLINE 1
| | #define GNULIB_TEST_LOCALECONV 1
| | #define GNULIB_TEST_LOCALENAME 1
| | #define HAVE_PTHREAD_RWLOCK 1
| | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| | #define GNULIB_LOCK 1
| | #define GNULIB_TEST_LSEEK 1
| | #define GNULIB_TEST_LSTAT 1
| | #define GNULIB_TEST_MALLOC_GNU 1
| | #define GNULIB_TEST_MALLOC_POSIX 1
| | #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSRTOWCS 1
| | #define HAVE_MBTOWC 1
| | #define GNULIB_TEST_MBTOWC 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define HAVE_MEMMEM 1
| | #define GNULIB_TEST_MEMMEM 1
| | #define HAVE_MEMPCPY 1
| | #define GNULIB_TEST_MEMPCPY 1
| | #define HAVE_MEMRCHR 1
| | #define GNULIB_TEST_MEMRCHR 1
| | #define GNULIB_TEST_MKDIR 1
| | #define HAVE_MKDTEMP 1
| | #define GNULIB_TEST_MKDTEMP 1
| | #define GNULIB_TEST_MKSTEMP 1
| | #define GNULIB_TEST_MKTIME 1
| | #define NEED_MKTIME_INTERNAL 1
| | #define GNULIB_MSVC_NOTHROW 1
| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| | #define NL_LANGINFO_MTSAFE 1
| | #define GNULIB_TEST_NL_LANGINFO 1
| | #define my_strftime nstrftime
| | #define GNULIB_TEST_OPEN 1
| | #define GNULIB_TEST_PIPE2 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define HAVE_LDEXP_IN_LIBC 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define HAVE_LDEXPL_IN_LIBC 1
| | #define GNULIB_TEST_PRINTF_POSIX 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_RAISE 1
| | #define GNULIB_TEST_RAISE 1
| | #define HAVE_RAWMEMCHR 1
| | #define GNULIB_TEST_RAWMEMCHR 1
| | #define GNULIB_TEST_READ 1
| | #define GNULIB_TEST_READLINK 1
| | #define GNULIB_TEST_REALLOC_GNU 1
| | #define GNULIB_TEST_REALLOC_POSIX 1
| | #define HAVE_REALLOCARRAY 1
| | #define GNULIB_REALLOCARRAY 1
| | #define GNULIB_TEST_REALLOCARRAY 1
| | #define HAVE_GETCWD 1
| | #define HAVE_MALLOC_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_RAWMEMCHR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define GNULIB_TEST_RENAME 1
| | #define GNULIB_TEST_RMDIR 1
| | #define HAVE_DECL_ROUND 1
| | #define GNULIB_TEST_ROUND 1
| | #define GNULIB_TEST_SECURE_GETENV 1
| | #define GNULIB_TEST_SELECT 1
| | #define GNULIB_TEST_SETENV 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define GNULIB_TEST_SETLOCALE_NULL 1
| | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| | #define GNULIB_TEST_SIGACTION 1
| | #define GNULIB_TEST_SIGNBIT 1
| | #define GNULIB_TEST_SIGPROCMASK 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SNPRINTF 1
| | #define GNULIB_TEST_SNPRINTF 1
| | #define GNULIB_SNPRINTF 1
| | #define HAVE_SNPRINTF 1
| | #define GNULIB_TEST_SPRINTF_POSIX 1
| | #define GNULIB_TEST_STAT 1
| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| | /* end confdefs.h. */
| | #include
| | #include
| |
| | int
| | main (void)
| | {
| | static struct stat ac_aggr;
| | if (sizeof ac_aggr.st_birthtimespec.tv_nsec)
| | return 0;
| | ;
| | return 0;
| | }
| configure:60983: result: no
| configure:60993: checking for struct stat.st_birthtimensec
| configure:60993: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:395:12: error: 'struct stat' has no member named 'st_birthtimensec'
| 395 | if (ac_aggr.st_birthtimensec)
| | ^
| configure:60993: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr/local"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_DECL_FCLOSEALL 1
| | #define __USE_MINGW_ANSI_STDIO 1
| | #define HAVE_DECL_ECVT 1
| | #define HAVE_DECL_FCVT 1
| | #define HAVE_DECL_GCVT 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_EXECVPE 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_DECL_WCSDUP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_TEST_CALLOC_GNU 1
| | #define GNULIB_TEST_CALLOC_POSIX 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define HAVE_CLOCK_GETRES 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_EXPLICIT_BZERO 1
| | #define GNULIB_TEST_FCNTL 1
| | #define FLEXIBLE_ARRAY_MEMBER /**/
| | #define GNULIB_TEST_FLOOR 1
| | #define GNULIB_TEST_FNMATCH 1
| | #define GNULIB_TEST_FOPEN 1
| | #define GNULIB_FOPEN_GNU 1
| | #define GNULIB_TEST_FPRINTF_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define GNULIB_TEST_FREE_POSIX 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define GNULIB_TEST_FREXP 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define GNULIB_TEST_FREXPL 1
| | #define GNULIB_TEST_FSEEK 1
| | #define GNULIB_TEST_FSEEKO 1
| | #define GNULIB_TEST_FSTAT 1
| | #define GNULIB_TEST_FTELL 1
| | #define GNULIB_TEST_FTELLO 1
| | #define GNULIB_FWRITEERROR 1
| | #define GNULIB_TEST_GETDELIM 1
| | #define GNULIB_TEST_GETDTABLESIZE 1
| | #define GNULIB_TEST_GETLINE 1
| | #define GNULIB_TEST_GETOPT_POSIX 1
| | #define GNULIB_TEST_GETPASS 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_DECL___ARGV 0
| | #define GNULIB_TEST_GETRANDOM 1
| | #define GETTIMEOFDAY_TIMEZONE void
| | #define GNULIB_TEST_GETTIMEOFDAY 1
| | #define HAVE_INLINE 1
| | #define GNULIB_ISBLANK 1
| | #define HAVE_DECL_ISFINITE 1
| | #define GNULIB_TEST_ISFINITE 1
| | #define HAVE_DECL_ISINF 1
| | #define GNULIB_TEST_ISINF 1
| | #define GNULIB_TEST_ISNAN 1
| | #define GNULIB_TEST_ISNAND 1
| | #define HAVE_ISNAND_IN_LIBC 1
| | #define GNULIB_TEST_ISNANF 1
| | #define HAVE_ISNANF_IN_LIBC 1
| | #define GNULIB_TEST_ISNANL 1
| | #define HAVE_ISNANL_IN_LIBC 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define GNULIB_TEST_ISWDIGIT 1
| | #define GNULIB_TEST_ISWXDIGIT 1
| | #define HAVE___INLINE 1
| | #define GNULIB_TEST_LOCALECONV 1
| | #define GNULIB_TEST_LOCALENAME 1
| | #define HAVE_PTHREAD_RWLOCK 1
| | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| | #define GNULIB_LOCK 1
| | #define GNULIB_TEST_LSEEK 1
| | #define GNULIB_TEST_LSTAT 1
| | #define GNULIB_TEST_MALLOC_GNU 1
| | #define GNULIB_TEST_MALLOC_POSIX 1
| | #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSRTOWCS 1
| | #define HAVE_MBTOWC 1
| | #define GNULIB_TEST_MBTOWC 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define HAVE_MEMMEM 1
| | #define GNULIB_TEST_MEMMEM 1
| | #define HAVE_MEMPCPY 1
| | #define GNULIB_TEST_MEMPCPY 1
| | #define HAVE_MEMRCHR 1
| | #define GNULIB_TEST_MEMRCHR 1
| | #define GNULIB_TEST_MKDIR 1
| | #define HAVE_MKDTEMP 1
| | #define GNULIB_TEST_MKDTEMP 1
| | #define GNULIB_TEST_MKSTEMP 1
| | #define GNULIB_TEST_MKTIME 1
| | #define NEED_MKTIME_INTERNAL 1
| | #define GNULIB_MSVC_NOTHROW 1
| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| | #define NL_LANGINFO_MTSAFE 1
| | #define GNULIB_TEST_NL_LANGINFO 1
| | #define my_strftime nstrftime
| | #define GNULIB_TEST_OPEN 1
| | #define GNULIB_TEST_PIPE2 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define HAVE_LDEXP_IN_LIBC 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define HAVE_LDEXPL_IN_LIBC 1
| | #define GNULIB_TEST_PRINTF_POSIX 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_RAISE 1
| | #define GNULIB_TEST_RAISE 1
| | #define HAVE_RAWMEMCHR 1
| | #define GNULIB_TEST_RAWMEMCHR 1
| | #define GNULIB_TEST_READ 1
| | #define GNULIB_TEST_READLINK 1
| | #define GNULIB_TEST_REALLOC_GNU 1
| | #define GNULIB_TEST_REALLOC_POSIX 1
| | #define HAVE_REALLOCARRAY 1
| | #define GNULIB_REALLOCARRAY 1
| | #define GNULIB_TEST_REALLOCARRAY 1
| | #define HAVE_GETCWD 1
| | #define HAVE_MALLOC_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_RAWMEMCHR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define GNULIB_TEST_RENAME 1
| | #define GNULIB_TEST_RMDIR 1
| | #define HAVE_DECL_ROUND 1
| | #define GNULIB_TEST_ROUND 1
| | #define GNULIB_TEST_SECURE_GETENV 1
| | #define GNULIB_TEST_SELECT 1
| | #define GNULIB_TEST_SETENV 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define GNULIB_TEST_SETLOCALE_NULL 1
| | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| | #define GNULIB_TEST_SIGACTION 1
| | #define GNULIB_TEST_SIGNBIT 1
| | #define GNULIB_TEST_SIGPROCMASK 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SNPRINTF 1
| | #define GNULIB_TEST_SNPRINTF 1
| | #define GNULIB_SNPRINTF 1
| | #define HAVE_SNPRINTF 1
| | #define GNULIB_TEST_SPRINTF_POSIX 1
| | #define GNULIB_TEST_STAT 1
| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| | /* end confdefs.h. */
| | #include
| | #include
| |
| | int
| | main (void)
| | {
| | static struct stat ac_aggr;
| | if (ac_aggr.st_birthtimensec)
| | return 0;
| | ;
| | return 0;
| | }
| configure:60993: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:395:19: error: 'struct stat' has no member named 'st_birthtimensec'
| 395 | if (sizeof ac_aggr.st_birthtimensec)
| | ^
| configure:60993: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr/local"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_DECL_FCLOSEALL 1
| | #define __USE_MINGW_ANSI_STDIO 1
| | #define HAVE_DECL_ECVT 1
| | #define HAVE_DECL_FCVT 1
| | #define HAVE_DECL_GCVT 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_EXECVPE 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_DECL_WCSDUP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_TEST_CALLOC_GNU 1
| | #define GNULIB_TEST_CALLOC_POSIX 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define HAVE_CLOCK_GETRES 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_EXPLICIT_BZERO 1
| | #define GNULIB_TEST_FCNTL 1
| | #define FLEXIBLE_ARRAY_MEMBER /**/
| | #define GNULIB_TEST_FLOOR 1
| | #define GNULIB_TEST_FNMATCH 1
| | #define GNULIB_TEST_FOPEN 1
| | #define GNULIB_FOPEN_GNU 1
| | #define GNULIB_TEST_FPRINTF_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define GNULIB_TEST_FREE_POSIX 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define GNULIB_TEST_FREXP 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define GNULIB_TEST_FREXPL 1
| | #define GNULIB_TEST_FSEEK 1
| | #define GNULIB_TEST_FSEEKO 1
| | #define GNULIB_TEST_FSTAT 1
| | #define GNULIB_TEST_FTELL 1
| | #define GNULIB_TEST_FTELLO 1
| | #define GNULIB_FWRITEERROR 1
| | #define GNULIB_TEST_GETDELIM 1
| | #define GNULIB_TEST_GETDTABLESIZE 1
| | #define GNULIB_TEST_GETLINE 1
| | #define GNULIB_TEST_GETOPT_POSIX 1
| | #define GNULIB_TEST_GETPASS 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_DECL___ARGV 0
| | #define GNULIB_TEST_GETRANDOM 1
| | #define GETTIMEOFDAY_TIMEZONE void
| | #define GNULIB_TEST_GETTIMEOFDAY 1
| | #define HAVE_INLINE 1
| | #define GNULIB_ISBLANK 1
| | #define HAVE_DECL_ISFINITE 1
| | #define GNULIB_TEST_ISFINITE 1
| | #define HAVE_DECL_ISINF 1
| | #define GNULIB_TEST_ISINF 1
| | #define GNULIB_TEST_ISNAN 1
| | #define GNULIB_TEST_ISNAND 1
| | #define HAVE_ISNAND_IN_LIBC 1
| | #define GNULIB_TEST_ISNANF 1
| | #define HAVE_ISNANF_IN_LIBC 1
| | #define GNULIB_TEST_ISNANL 1
| | #define HAVE_ISNANL_IN_LIBC 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define GNULIB_TEST_ISWDIGIT 1
| | #define GNULIB_TEST_ISWXDIGIT 1
| | #define HAVE___INLINE 1
| | #define GNULIB_TEST_LOCALECONV 1
| | #define GNULIB_TEST_LOCALENAME 1
| | #define HAVE_PTHREAD_RWLOCK 1
| | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| | #define GNULIB_LOCK 1
| | #define GNULIB_TEST_LSEEK 1
| | #define GNULIB_TEST_LSTAT 1
| | #define GNULIB_TEST_MALLOC_GNU 1
| | #define GNULIB_TEST_MALLOC_POSIX 1
| | #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSRTOWCS 1
| | #define HAVE_MBTOWC 1
| | #define GNULIB_TEST_MBTOWC 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define HAVE_MEMMEM 1
| | #define GNULIB_TEST_MEMMEM 1
| | #define HAVE_MEMPCPY 1
| | #define GNULIB_TEST_MEMPCPY 1
| | #define HAVE_MEMRCHR 1
| | #define GNULIB_TEST_MEMRCHR 1
| | #define GNULIB_TEST_MKDIR 1
| | #define HAVE_MKDTEMP 1
| | #define GNULIB_TEST_MKDTEMP 1
| | #define GNULIB_TEST_MKSTEMP 1
| | #define GNULIB_TEST_MKTIME 1
| | #define NEED_MKTIME_INTERNAL 1
| | #define GNULIB_MSVC_NOTHROW 1
| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| | #define NL_LANGINFO_MTSAFE 1
| | #define GNULIB_TEST_NL_LANGINFO 1
| | #define my_strftime nstrftime
| | #define GNULIB_TEST_OPEN 1
| | #define GNULIB_TEST_PIPE2 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define HAVE_LDEXP_IN_LIBC 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define HAVE_LDEXPL_IN_LIBC 1
| | #define GNULIB_TEST_PRINTF_POSIX 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_RAISE 1
| | #define GNULIB_TEST_RAISE 1
| | #define HAVE_RAWMEMCHR 1
| | #define GNULIB_TEST_RAWMEMCHR 1
| | #define GNULIB_TEST_READ 1
| | #define GNULIB_TEST_READLINK 1
| | #define GNULIB_TEST_REALLOC_GNU 1
| | #define GNULIB_TEST_REALLOC_POSIX 1
| | #define HAVE_REALLOCARRAY 1
| | #define GNULIB_REALLOCARRAY 1
| | #define GNULIB_TEST_REALLOCARRAY 1
| | #define HAVE_GETCWD 1
| | #define HAVE_MALLOC_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_RAWMEMCHR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define GNULIB_TEST_RENAME 1
| | #define GNULIB_TEST_RMDIR 1
| | #define HAVE_DECL_ROUND 1
| | #define GNULIB_TEST_ROUND 1
| | #define GNULIB_TEST_SECURE_GETENV 1
| | #define GNULIB_TEST_SELECT 1
| | #define GNULIB_TEST_SETENV 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define GNULIB_TEST_SETLOCALE_NULL 1
| | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| | #define GNULIB_TEST_SIGACTION 1
| | #define GNULIB_TEST_SIGNBIT 1
| | #define GNULIB_TEST_SIGPROCMASK 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SNPRINTF 1
| | #define GNULIB_TEST_SNPRINTF 1
| | #define GNULIB_SNPRINTF 1
| | #define HAVE_SNPRINTF 1
| | #define GNULIB_TEST_SPRINTF_POSIX 1
| | #define GNULIB_TEST_STAT 1
| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| | /* end confdefs.h. */
| | #include
| | #include
| |
| | int
| | main (void)
| | {
| | static struct stat ac_aggr;
| | if (sizeof ac_aggr.st_birthtimensec)
| | return 0;
| | ;
| | return 0;
| | }
| configure:60993: result: no
| configure:61003: checking for struct stat.st_birthtim.tv_nsec
| configure:61003: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:395:12: error: 'struct stat' has no member named 'st_birthtim'
| 395 | if (ac_aggr.st_birthtim.tv_nsec)
| | ^
| configure:61003: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr/local"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_DECL_FCLOSEALL 1
| | #define __USE_MINGW_ANSI_STDIO 1
| | #define HAVE_DECL_ECVT 1
| | #define HAVE_DECL_FCVT 1
| | #define HAVE_DECL_GCVT 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_EXECVPE 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_DECL_WCSDUP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_TEST_CALLOC_GNU 1
| | #define GNULIB_TEST_CALLOC_POSIX 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define HAVE_CLOCK_GETRES 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_EXPLICIT_BZERO 1
| | #define GNULIB_TEST_FCNTL 1
| | #define FLEXIBLE_ARRAY_MEMBER /**/
| | #define GNULIB_TEST_FLOOR 1
| | #define GNULIB_TEST_FNMATCH 1
| | #define GNULIB_TEST_FOPEN 1
| | #define GNULIB_FOPEN_GNU 1
| | #define GNULIB_TEST_FPRINTF_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define GNULIB_TEST_FREE_POSIX 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define GNULIB_TEST_FREXP 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define GNULIB_TEST_FREXPL 1
| | #define GNULIB_TEST_FSEEK 1
| | #define GNULIB_TEST_FSEEKO 1
| | #define GNULIB_TEST_FSTAT 1
| | #define GNULIB_TEST_FTELL 1
| | #define GNULIB_TEST_FTELLO 1
| | #define GNULIB_FWRITEERROR 1
| | #define GNULIB_TEST_GETDELIM 1
| | #define GNULIB_TEST_GETDTABLESIZE 1
| | #define GNULIB_TEST_GETLINE 1
| | #define GNULIB_TEST_GETOPT_POSIX 1
| | #define GNULIB_TEST_GETPASS 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_DECL___ARGV 0
| | #define GNULIB_TEST_GETRANDOM 1
| | #define GETTIMEOFDAY_TIMEZONE void
| | #define GNULIB_TEST_GETTIMEOFDAY 1
| | #define HAVE_INLINE 1
| | #define GNULIB_ISBLANK 1
| | #define HAVE_DECL_ISFINITE 1
| | #define GNULIB_TEST_ISFINITE 1
| | #define HAVE_DECL_ISINF 1
| | #define GNULIB_TEST_ISINF 1
| | #define GNULIB_TEST_ISNAN 1
| | #define GNULIB_TEST_ISNAND 1
| | #define HAVE_ISNAND_IN_LIBC 1
| | #define GNULIB_TEST_ISNANF 1
| | #define HAVE_ISNANF_IN_LIBC 1
| | #define GNULIB_TEST_ISNANL 1
| | #define HAVE_ISNANL_IN_LIBC 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define GNULIB_TEST_ISWDIGIT 1
| | #define GNULIB_TEST_ISWXDIGIT 1
| | #define HAVE___INLINE 1
| | #define GNULIB_TEST_LOCALECONV 1
| | #define GNULIB_TEST_LOCALENAME 1
| | #define HAVE_PTHREAD_RWLOCK 1
| | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| | #define GNULIB_LOCK 1
| | #define GNULIB_TEST_LSEEK 1
| | #define GNULIB_TEST_LSTAT 1
| | #define GNULIB_TEST_MALLOC_GNU 1
| | #define GNULIB_TEST_MALLOC_POSIX 1
| | #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSRTOWCS 1
| | #define HAVE_MBTOWC 1
| | #define GNULIB_TEST_MBTOWC 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define HAVE_MEMMEM 1
| | #define GNULIB_TEST_MEMMEM 1
| | #define HAVE_MEMPCPY 1
| | #define GNULIB_TEST_MEMPCPY 1
| | #define HAVE_MEMRCHR 1
| | #define GNULIB_TEST_MEMRCHR 1
| | #define GNULIB_TEST_MKDIR 1
| | #define HAVE_MKDTEMP 1
| | #define GNULIB_TEST_MKDTEMP 1
| | #define GNULIB_TEST_MKSTEMP 1
| | #define GNULIB_TEST_MKTIME 1
| | #define NEED_MKTIME_INTERNAL 1
| | #define GNULIB_MSVC_NOTHROW 1
| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| | #define NL_LANGINFO_MTSAFE 1
| | #define GNULIB_TEST_NL_LANGINFO 1
| | #define my_strftime nstrftime
| | #define GNULIB_TEST_OPEN 1
| | #define GNULIB_TEST_PIPE2 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define HAVE_LDEXP_IN_LIBC 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define HAVE_LDEXPL_IN_LIBC 1
| | #define GNULIB_TEST_PRINTF_POSIX 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_RAISE 1
| | #define GNULIB_TEST_RAISE 1
| | #define HAVE_RAWMEMCHR 1
| | #define GNULIB_TEST_RAWMEMCHR 1
| | #define GNULIB_TEST_READ 1
| | #define GNULIB_TEST_READLINK 1
| | #define GNULIB_TEST_REALLOC_GNU 1
| | #define GNULIB_TEST_REALLOC_POSIX 1
| | #define HAVE_REALLOCARRAY 1
| | #define GNULIB_REALLOCARRAY 1
| | #define GNULIB_TEST_REALLOCARRAY 1
| | #define HAVE_GETCWD 1
| | #define HAVE_MALLOC_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_RAWMEMCHR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define GNULIB_TEST_RENAME 1
| | #define GNULIB_TEST_RMDIR 1
| | #define HAVE_DECL_ROUND 1
| | #define GNULIB_TEST_ROUND 1
| | #define GNULIB_TEST_SECURE_GETENV 1
| | #define GNULIB_TEST_SELECT 1
| | #define GNULIB_TEST_SETENV 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define GNULIB_TEST_SETLOCALE_NULL 1
| | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| | #define GNULIB_TEST_SIGACTION 1
| | #define GNULIB_TEST_SIGNBIT 1
| | #define GNULIB_TEST_SIGPROCMASK 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SNPRINTF 1
| | #define GNULIB_TEST_SNPRINTF 1
| | #define GNULIB_SNPRINTF 1
| | #define HAVE_SNPRINTF 1
| | #define GNULIB_TEST_SPRINTF_POSIX 1
| | #define GNULIB_TEST_STAT 1
| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| | /* end confdefs.h. */
| | #include
| | #include
| |
| | int
| | main (void)
| | {
| | static struct stat ac_aggr;
| | if (ac_aggr.st_birthtim.tv_nsec)
| | return 0;
| | ;
| | return 0;
| | }
| configure:61003: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:395:19: error: 'struct stat' has no member named 'st_birthtim'
| 395 | if (sizeof ac_aggr.st_birthtim.tv_nsec)
| | ^
| configure:61003: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr/local"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_DECL_FCLOSEALL 1
| | #define __USE_MINGW_ANSI_STDIO 1
| | #define HAVE_DECL_ECVT 1
| | #define HAVE_DECL_FCVT 1
| | #define HAVE_DECL_GCVT 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_EXECVPE 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_DECL_WCSDUP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_TEST_CALLOC_GNU 1
| | #define GNULIB_TEST_CALLOC_POSIX 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define HAVE_CLOCK_GETRES 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_EXPLICIT_BZERO 1
| | #define GNULIB_TEST_FCNTL 1
| | #define FLEXIBLE_ARRAY_MEMBER /**/
| | #define GNULIB_TEST_FLOOR 1
| | #define GNULIB_TEST_FNMATCH 1
| | #define GNULIB_TEST_FOPEN 1
| | #define GNULIB_FOPEN_GNU 1
| | #define GNULIB_TEST_FPRINTF_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define GNULIB_TEST_FREE_POSIX 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define GNULIB_TEST_FREXP 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define GNULIB_TEST_FREXPL 1
| | #define GNULIB_TEST_FSEEK 1
| | #define GNULIB_TEST_FSEEKO 1
| | #define GNULIB_TEST_FSTAT 1
| | #define GNULIB_TEST_FTELL 1
| | #define GNULIB_TEST_FTELLO 1
| | #define GNULIB_FWRITEERROR 1
| | #define GNULIB_TEST_GETDELIM 1
| | #define GNULIB_TEST_GETDTABLESIZE 1
| | #define GNULIB_TEST_GETLINE 1
| | #define GNULIB_TEST_GETOPT_POSIX 1
| | #define GNULIB_TEST_GETPASS 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_DECL___ARGV 0
| | #define GNULIB_TEST_GETRANDOM 1
| | #define GETTIMEOFDAY_TIMEZONE void
| | #define GNULIB_TEST_GETTIMEOFDAY 1
| | #define HAVE_INLINE 1
| | #define GNULIB_ISBLANK 1
| | #define HAVE_DECL_ISFINITE 1
| | #define GNULIB_TEST_ISFINITE 1
| | #define HAVE_DECL_ISINF 1
| | #define GNULIB_TEST_ISINF 1
| | #define GNULIB_TEST_ISNAN 1
| | #define GNULIB_TEST_ISNAND 1
| | #define HAVE_ISNAND_IN_LIBC 1
| | #define GNULIB_TEST_ISNANF 1
| | #define HAVE_ISNANF_IN_LIBC 1
| | #define GNULIB_TEST_ISNANL 1
| | #define HAVE_ISNANL_IN_LIBC 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define GNULIB_TEST_ISWDIGIT 1
| | #define GNULIB_TEST_ISWXDIGIT 1
| | #define HAVE___INLINE 1
| | #define GNULIB_TEST_LOCALECONV 1
| | #define GNULIB_TEST_LOCALENAME 1
| | #define HAVE_PTHREAD_RWLOCK 1
| | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| | #define GNULIB_LOCK 1
| | #define GNULIB_TEST_LSEEK 1
| | #define GNULIB_TEST_LSTAT 1
| | #define GNULIB_TEST_MALLOC_GNU 1
| | #define GNULIB_TEST_MALLOC_POSIX 1
| | #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSRTOWCS 1
| | #define HAVE_MBTOWC 1
| | #define GNULIB_TEST_MBTOWC 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define HAVE_MEMMEM 1
| | #define GNULIB_TEST_MEMMEM 1
| | #define HAVE_MEMPCPY 1
| | #define GNULIB_TEST_MEMPCPY 1
| | #define HAVE_MEMRCHR 1
| | #define GNULIB_TEST_MEMRCHR 1
| | #define GNULIB_TEST_MKDIR 1
| | #define HAVE_MKDTEMP 1
| | #define GNULIB_TEST_MKDTEMP 1
| | #define GNULIB_TEST_MKSTEMP 1
| | #define GNULIB_TEST_MKTIME 1
| | #define NEED_MKTIME_INTERNAL 1
| | #define GNULIB_MSVC_NOTHROW 1
| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| | #define NL_LANGINFO_MTSAFE 1
| | #define GNULIB_TEST_NL_LANGINFO 1
| | #define my_strftime nstrftime
| | #define GNULIB_TEST_OPEN 1
| | #define GNULIB_TEST_PIPE2 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define HAVE_LDEXP_IN_LIBC 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define HAVE_LDEXPL_IN_LIBC 1
| | #define GNULIB_TEST_PRINTF_POSIX 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_RAISE 1
| | #define GNULIB_TEST_RAISE 1
| | #define HAVE_RAWMEMCHR 1
| | #define GNULIB_TEST_RAWMEMCHR 1
| | #define GNULIB_TEST_READ 1
| | #define GNULIB_TEST_READLINK 1
| | #define GNULIB_TEST_REALLOC_GNU 1
| | #define GNULIB_TEST_REALLOC_POSIX 1
| | #define HAVE_REALLOCARRAY 1
| | #define GNULIB_REALLOCARRAY 1
| | #define GNULIB_TEST_REALLOCARRAY 1
| | #define HAVE_GETCWD 1
| | #define HAVE_MALLOC_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_RAWMEMCHR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define GNULIB_TEST_RENAME 1
| | #define GNULIB_TEST_RMDIR 1
| | #define HAVE_DECL_ROUND 1
| | #define GNULIB_TEST_ROUND 1
| | #define GNULIB_TEST_SECURE_GETENV 1
| | #define GNULIB_TEST_SELECT 1
| | #define GNULIB_TEST_SETENV 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define GNULIB_TEST_SETLOCALE_NULL 1
| | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| | #define GNULIB_TEST_SIGACTION 1
| | #define GNULIB_TEST_SIGNBIT 1
| | #define GNULIB_TEST_SIGPROCMASK 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SNPRINTF 1
| | #define GNULIB_TEST_SNPRINTF 1
| | #define GNULIB_SNPRINTF 1
| | #define HAVE_SNPRINTF 1
| | #define GNULIB_TEST_SPRINTF_POSIX 1
| | #define GNULIB_TEST_STAT 1
| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| | /* end confdefs.h. */
| | #include
| | #include
| |
| | int
| | main (void)
| | {
| | static struct stat ac_aggr;
| | if (sizeof ac_aggr.st_birthtim.tv_nsec)
| | return 0;
| | ;
| | return 0;
| | }
| configure:61003: result: no
| configure:61020: checking for working stdalign.h
| configure:61068: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:61068: $? = 0
| configure:61076: result: yes
| configure:61121: checking for va_copy
| configure:61142: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:61142: $? = 0
| configure:61151: result: yes
| configure:61880: checking for stpcpy
| configure:61880: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:423:6: warning: conflicting types for built-in function 'stpcpy'; expected 'char *(char *, const char *)' [-Wbuiltin-declaration-mismatch]
| 423 | char stpcpy ();
| | ^~~~~~
| configure:61880: $? = 0
| configure:61880: result: yes
| configure:61939: checking for strcasecmp
| configure:61939: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:425:6: warning: conflicting types for built-in function 'strcasecmp'; expected 'int(const char *, const char *)' [-Wbuiltin-declaration-mismatch]
| 425 | char strcasecmp ();
| | ^~~~~~~~~~
| configure:61939: $? = 0
| configure:61939: result: yes
| configure:61952: checking for strncasecmp
| configure:61952: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:426:6: warning: conflicting types for built-in function 'strncasecmp'; expected 'int(const char *, const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
| 426 | char strncasecmp ();
| | ^~~~~~~~~~~
| configure:61952: $? = 0
| configure:61952: result: yes
| configure:61964: checking whether strncasecmp is declared
| configure:61964: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:61964: $? = 0
| configure:61964: result: yes
| configure:62023: checking whether strcasestr works in linear time
| configure:62102: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:62102: $? = 0
| configure:62102: ./conftest
| configure:62102: $? = 0
| configure:62114: result: yes
| configure:62145: checking for strcasestr
| configure:62145: result: yes
| configure:62158: checking whether strcasestr works
| configure:62232: result: yes
| configure:62342: checking for working strerror function
| configure:62372: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:62372: $? = 0
| configure:62372: ./conftest
| configure:62372: $? = 0
| configure:62384: result: yes
| configure:62560: checking for working strndup
| configure:62603: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:62603: $? = 0
| configure:62603: ./conftest
| configure:62603: $? = 0
| configure:62614: result: yes
| configure:62671: checking for working strnlen
| configure:62711: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:62711: $? = 0
| configure:62711: ./conftest
| configure:62711: $? = 0
| configure:62722: result: yes
| configure:62781: checking for strsep
| configure:62781: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:62781: $? = 0
| configure:62781: result: yes
| configure:62839: checking whether strtod obeys C99
| configure:62965: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:62965: $? = 0
| configure:62965: ./conftest
| configure:62965: $? = 0
| configure:62977: result: yes
| configure:63043: checking for strtok_r
| configure:63043: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:63043: $? = 0
| configure:63043: result: yes
| configure:63052: checking whether strtok_r works
| configure:63095: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:63095: $? = 0
| configure:63095: ./conftest
| configure:63095: $? = 0
| configure:63107: result: yes
| configure:63233: checking for sys/single_threaded.h
| configure:63233: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:63233: $? = 0
| configure:63233: result: yes
| configure:63254: checking whether localtime_r is declared
| configure:63254: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:63254: $? = 0
| configure:63254: result: yes
| configure:63278: checking whether localtime_r is compatible with its POSIX signature
| configure:63310: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:63310: $? = 0
| configure:63319: result: yes
| configure:63421: checking whether localtime works even near extrema
| configure:63457: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:63457: $? = 0
| configure:63457: ./conftest
| configure:63457: $? = 0
| configure:63467: result: yes
| configure:63475: checking for timezone_t
| configure:63475: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:434:13: error: 'timezone_t' undeclared (first use in this function); did you mean 'timezone'?
| 434 | if (sizeof (timezone_t))
| | ^~~~~~~~~~
| | timezone
| conftest.c:434:13: note: each undeclared identifier is reported only once for each function it appears in
| configure:63475: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr/local"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_DECL_FCLOSEALL 1
| | #define __USE_MINGW_ANSI_STDIO 1
| | #define HAVE_DECL_ECVT 1
| | #define HAVE_DECL_FCVT 1
| | #define HAVE_DECL_GCVT 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_EXECVPE 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_DECL_WCSDUP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_TEST_CALLOC_GNU 1
| | #define GNULIB_TEST_CALLOC_POSIX 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define HAVE_CLOCK_GETRES 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_EXPLICIT_BZERO 1
| | #define GNULIB_TEST_FCNTL 1
| | #define FLEXIBLE_ARRAY_MEMBER /**/
| | #define GNULIB_TEST_FLOOR 1
| | #define GNULIB_TEST_FNMATCH 1
| | #define GNULIB_TEST_FOPEN 1
| | #define GNULIB_FOPEN_GNU 1
| | #define GNULIB_TEST_FPRINTF_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define GNULIB_TEST_FREE_POSIX 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define GNULIB_TEST_FREXP 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define GNULIB_TEST_FREXPL 1
| | #define GNULIB_TEST_FSEEK 1
| | #define GNULIB_TEST_FSEEKO 1
| | #define GNULIB_TEST_FSTAT 1
| | #define GNULIB_TEST_FTELL 1
| | #define GNULIB_TEST_FTELLO 1
| | #define GNULIB_FWRITEERROR 1
| | #define GNULIB_TEST_GETDELIM 1
| | #define GNULIB_TEST_GETDTABLESIZE 1
| | #define GNULIB_TEST_GETLINE 1
| | #define GNULIB_TEST_GETOPT_POSIX 1
| | #define GNULIB_TEST_GETPASS 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_DECL___ARGV 0
| | #define GNULIB_TEST_GETRANDOM 1
| | #define GETTIMEOFDAY_TIMEZONE void
| | #define GNULIB_TEST_GETTIMEOFDAY 1
| | #define HAVE_INLINE 1
| | #define GNULIB_ISBLANK 1
| | #define HAVE_DECL_ISFINITE 1
| | #define GNULIB_TEST_ISFINITE 1
| | #define HAVE_DECL_ISINF 1
| | #define GNULIB_TEST_ISINF 1
| | #define GNULIB_TEST_ISNAN 1
| | #define GNULIB_TEST_ISNAND 1
| | #define HAVE_ISNAND_IN_LIBC 1
| | #define GNULIB_TEST_ISNANF 1
| | #define HAVE_ISNANF_IN_LIBC 1
| | #define GNULIB_TEST_ISNANL 1
| | #define HAVE_ISNANL_IN_LIBC 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define GNULIB_TEST_ISWDIGIT 1
| | #define GNULIB_TEST_ISWXDIGIT 1
| | #define HAVE___INLINE 1
| | #define GNULIB_TEST_LOCALECONV 1
| | #define GNULIB_TEST_LOCALENAME 1
| | #define HAVE_PTHREAD_RWLOCK 1
| | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| | #define GNULIB_LOCK 1
| | #define GNULIB_TEST_LSEEK 1
| | #define GNULIB_TEST_LSTAT 1
| | #define GNULIB_TEST_MALLOC_GNU 1
| | #define GNULIB_TEST_MALLOC_POSIX 1
| | #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSRTOWCS 1
| | #define HAVE_MBTOWC 1
| | #define GNULIB_TEST_MBTOWC 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define HAVE_MEMMEM 1
| | #define GNULIB_TEST_MEMMEM 1
| | #define HAVE_MEMPCPY 1
| | #define GNULIB_TEST_MEMPCPY 1
| | #define HAVE_MEMRCHR 1
| | #define GNULIB_TEST_MEMRCHR 1
| | #define GNULIB_TEST_MKDIR 1
| | #define HAVE_MKDTEMP 1
| | #define GNULIB_TEST_MKDTEMP 1
| | #define GNULIB_TEST_MKSTEMP 1
| | #define GNULIB_TEST_MKTIME 1
| | #define NEED_MKTIME_INTERNAL 1
| | #define GNULIB_MSVC_NOTHROW 1
| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| | #define NL_LANGINFO_MTSAFE 1
| | #define GNULIB_TEST_NL_LANGINFO 1
| | #define my_strftime nstrftime
| | #define GNULIB_TEST_OPEN 1
| | #define GNULIB_TEST_PIPE2 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define HAVE_LDEXP_IN_LIBC 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define HAVE_LDEXPL_IN_LIBC 1
| | #define GNULIB_TEST_PRINTF_POSIX 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_RAISE 1
| | #define GNULIB_TEST_RAISE 1
| | #define HAVE_RAWMEMCHR 1
| | #define GNULIB_TEST_RAWMEMCHR 1
| | #define GNULIB_TEST_READ 1
| | #define GNULIB_TEST_READLINK 1
| | #define GNULIB_TEST_REALLOC_GNU 1
| | #define GNULIB_TEST_REALLOC_POSIX 1
| | #define HAVE_REALLOCARRAY 1
| | #define GNULIB_REALLOCARRAY 1
| | #define GNULIB_TEST_REALLOCARRAY 1
| | #define HAVE_GETCWD 1
| | #define HAVE_MALLOC_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_RAWMEMCHR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define GNULIB_TEST_RENAME 1
| | #define GNULIB_TEST_RMDIR 1
| | #define HAVE_DECL_ROUND 1
| | #define GNULIB_TEST_ROUND 1
| | #define GNULIB_TEST_SECURE_GETENV 1
| | #define GNULIB_TEST_SELECT 1
| | #define GNULIB_TEST_SETENV 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define GNULIB_TEST_SETLOCALE_NULL 1
| | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| | #define GNULIB_TEST_SIGACTION 1
| | #define GNULIB_TEST_SIGNBIT 1
| | #define GNULIB_TEST_SIGPROCMASK 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SNPRINTF 1
| | #define GNULIB_TEST_SNPRINTF 1
| | #define GNULIB_SNPRINTF 1
| | #define HAVE_SNPRINTF 1
| | #define GNULIB_TEST_SPRINTF_POSIX 1
| | #define GNULIB_TEST_STAT 1
| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| | #define GNULIB_TEST_FSCANF 1
| | #define GNULIB_FSCANF 1
| | #define GNULIB_TEST_SCANF 1
| | #define GNULIB_SCANF 1
| | #define GNULIB_TEST_FGETC 1
| | #define GNULIB_TEST_GETC 1
| | #define GNULIB_TEST_GETCHAR 1
| | #define GNULIB_TEST_FGETS 1
| | #define GNULIB_TEST_FREAD 1
| | #define GNULIB_TEST_FPRINTF 1
| | #define GNULIB_TEST_PRINTF 1
| | #define GNULIB_TEST_VFPRINTF 1
| | #define GNULIB_TEST_VPRINTF 1
| | #define GNULIB_TEST_FPUTC 1
| | #define GNULIB_TEST_PUTC 1
| | #define GNULIB_TEST_PUTCHAR 1
| | #define GNULIB_TEST_FPUTS 1
| | #define GNULIB_TEST_PUTS 1
| | #define GNULIB_TEST_FWRITE 1
| | #define HAVE_STPCPY 1
| | #define GNULIB_TEST_STPCPY 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRCASESTR 1
| | #define GNULIB_TEST_STRCASESTR 1
| | #define GNULIB_TEST_STRDUP 1
| | #define GNULIB_STRERROR 1
| | #define GNULIB_TEST_STRERROR 1
| | #define GNULIB_TEST_STRNCAT 1
| | #define GNULIB_TEST_STRNDUP 1
| | #define GNULIB_TEST_STRNLEN 1
| | #define HAVE_STRSEP 1
| | #define GNULIB_TEST_STRSEP 1
| | #define GNULIB_TEST_STRTOD 1
| | #define HAVE_STRTOK_R 1
| | #define GNULIB_TEST_STRTOK_R 1
| | #define GNULIB_TEMPNAME 1
| | #define HAVE_SYS_SINGLE_THREADED_H 1
| | #define HAVE_DECL_LOCALTIME_R 1
| | #define GNULIB_TEST_TIME_R 1
| | /* end confdefs.h. */
| | #include
| |
| | int
| | main (void)
| | {
| | if (sizeof (timezone_t))
| | return 0;
| | ;
| | return 0;
| | }
| configure:63475: result: no
| configure:63582: checking whether trunc is declared
| configure:63582: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:63582: $? = 0
| configure:63582: result: yes
| configure:63610: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:63610: $? = 0
| configure:65610: checking for unsetenv
| configure:65610: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:65610: $? = 0
| configure:65610: result: yes
| configure:65621: checking for unsetenv() return type
| configure:65647: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:65647: $? = 0
| configure:65655: result: int
| configure:65664: checking whether unsetenv obeys POSIX
| configure:65714: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:65714: $? = 0
| configure:65714: ./conftest
| configure:65714: $? = 0
| configure:65726: result: yes
| configure:65778: checking for variable-length arrays
| configure:65836: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:65836: $? = 0
| configure:65847: result: yes
| configure:65919: checking for ptrdiff_t
| configure:65919: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:65919: $? = 0
| configure:65919: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:475:24: error: expected expression before ')' token
| 475 | if (sizeof ((ptrdiff_t)))
| | ^
| configure:65919: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr/local"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_DECL_FCLOSEALL 1
| | #define __USE_MINGW_ANSI_STDIO 1
| | #define HAVE_DECL_ECVT 1
| | #define HAVE_DECL_FCVT 1
| | #define HAVE_DECL_GCVT 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_EXECVPE 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_DECL_WCSDUP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_TEST_CALLOC_GNU 1
| | #define GNULIB_TEST_CALLOC_POSIX 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define HAVE_CLOCK_GETRES 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_EXPLICIT_BZERO 1
| | #define GNULIB_TEST_FCNTL 1
| | #define FLEXIBLE_ARRAY_MEMBER /**/
| | #define GNULIB_TEST_FLOOR 1
| | #define GNULIB_TEST_FNMATCH 1
| | #define GNULIB_TEST_FOPEN 1
| | #define GNULIB_FOPEN_GNU 1
| | #define GNULIB_TEST_FPRINTF_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define GNULIB_TEST_FREE_POSIX 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define GNULIB_TEST_FREXP 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define GNULIB_TEST_FREXPL 1
| | #define GNULIB_TEST_FSEEK 1
| | #define GNULIB_TEST_FSEEKO 1
| | #define GNULIB_TEST_FSTAT 1
| | #define GNULIB_TEST_FTELL 1
| | #define GNULIB_TEST_FTELLO 1
| | #define GNULIB_FWRITEERROR 1
| | #define GNULIB_TEST_GETDELIM 1
| | #define GNULIB_TEST_GETDTABLESIZE 1
| | #define GNULIB_TEST_GETLINE 1
| | #define GNULIB_TEST_GETOPT_POSIX 1
| | #define GNULIB_TEST_GETPASS 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_DECL___ARGV 0
| | #define GNULIB_TEST_GETRANDOM 1
| | #define GETTIMEOFDAY_TIMEZONE void
| | #define GNULIB_TEST_GETTIMEOFDAY 1
| | #define HAVE_INLINE 1
| | #define GNULIB_ISBLANK 1
| | #define HAVE_DECL_ISFINITE 1
| | #define GNULIB_TEST_ISFINITE 1
| | #define HAVE_DECL_ISINF 1
| | #define GNULIB_TEST_ISINF 1
| | #define GNULIB_TEST_ISNAN 1
| | #define GNULIB_TEST_ISNAND 1
| | #define HAVE_ISNAND_IN_LIBC 1
| | #define GNULIB_TEST_ISNANF 1
| | #define HAVE_ISNANF_IN_LIBC 1
| | #define GNULIB_TEST_ISNANL 1
| | #define HAVE_ISNANL_IN_LIBC 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define GNULIB_TEST_ISWDIGIT 1
| | #define GNULIB_TEST_ISWXDIGIT 1
| | #define HAVE___INLINE 1
| | #define GNULIB_TEST_LOCALECONV 1
| | #define GNULIB_TEST_LOCALENAME 1
| | #define HAVE_PTHREAD_RWLOCK 1
| | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| | #define GNULIB_LOCK 1
| | #define GNULIB_TEST_LSEEK 1
| | #define GNULIB_TEST_LSTAT 1
| | #define GNULIB_TEST_MALLOC_GNU 1
| | #define GNULIB_TEST_MALLOC_POSIX 1
| | #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSRTOWCS 1
| | #define HAVE_MBTOWC 1
| | #define GNULIB_TEST_MBTOWC 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define HAVE_MEMMEM 1
| | #define GNULIB_TEST_MEMMEM 1
| | #define HAVE_MEMPCPY 1
| | #define GNULIB_TEST_MEMPCPY 1
| | #define HAVE_MEMRCHR 1
| | #define GNULIB_TEST_MEMRCHR 1
| | #define GNULIB_TEST_MKDIR 1
| | #define HAVE_MKDTEMP 1
| | #define GNULIB_TEST_MKDTEMP 1
| | #define GNULIB_TEST_MKSTEMP 1
| | #define GNULIB_TEST_MKTIME 1
| | #define NEED_MKTIME_INTERNAL 1
| | #define GNULIB_MSVC_NOTHROW 1
| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| | #define NL_LANGINFO_MTSAFE 1
| | #define GNULIB_TEST_NL_LANGINFO 1
| | #define my_strftime nstrftime
| | #define GNULIB_TEST_OPEN 1
| | #define GNULIB_TEST_PIPE2 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define HAVE_LDEXP_IN_LIBC 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define HAVE_LDEXPL_IN_LIBC 1
| | #define GNULIB_TEST_PRINTF_POSIX 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_RAISE 1
| | #define GNULIB_TEST_RAISE 1
| | #define HAVE_RAWMEMCHR 1
| | #define GNULIB_TEST_RAWMEMCHR 1
| | #define GNULIB_TEST_READ 1
| | #define GNULIB_TEST_READLINK 1
| | #define GNULIB_TEST_REALLOC_GNU 1
| | #define GNULIB_TEST_REALLOC_POSIX 1
| | #define HAVE_REALLOCARRAY 1
| | #define GNULIB_REALLOCARRAY 1
| | #define GNULIB_TEST_REALLOCARRAY 1
| | #define HAVE_GETCWD 1
| | #define HAVE_MALLOC_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_RAWMEMCHR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define GNULIB_TEST_RENAME 1
| | #define GNULIB_TEST_RMDIR 1
| | #define HAVE_DECL_ROUND 1
| | #define GNULIB_TEST_ROUND 1
| | #define GNULIB_TEST_SECURE_GETENV 1
| | #define GNULIB_TEST_SELECT 1
| | #define GNULIB_TEST_SETENV 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define GNULIB_TEST_SETLOCALE_NULL 1
| | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| | #define GNULIB_TEST_SIGACTION 1
| | #define GNULIB_TEST_SIGNBIT 1
| | #define GNULIB_TEST_SIGPROCMASK 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SNPRINTF 1
| | #define GNULIB_TEST_SNPRINTF 1
| | #define GNULIB_SNPRINTF 1
| | #define HAVE_SNPRINTF 1
| | #define GNULIB_TEST_SPRINTF_POSIX 1
| | #define GNULIB_TEST_STAT 1
| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| | #define GNULIB_TEST_FSCANF 1
| | #define GNULIB_FSCANF 1
| | #define GNULIB_TEST_SCANF 1
| | #define GNULIB_SCANF 1
| | #define GNULIB_TEST_FGETC 1
| | #define GNULIB_TEST_GETC 1
| | #define GNULIB_TEST_GETCHAR 1
| | #define GNULIB_TEST_FGETS 1
| | #define GNULIB_TEST_FREAD 1
| | #define GNULIB_TEST_FPRINTF 1
| | #define GNULIB_TEST_PRINTF 1
| | #define GNULIB_TEST_VFPRINTF 1
| | #define GNULIB_TEST_VPRINTF 1
| | #define GNULIB_TEST_FPUTC 1
| | #define GNULIB_TEST_PUTC 1
| | #define GNULIB_TEST_PUTCHAR 1
| | #define GNULIB_TEST_FPUTS 1
| | #define GNULIB_TEST_PUTS 1
| | #define GNULIB_TEST_FWRITE 1
| | #define HAVE_STPCPY 1
| | #define GNULIB_TEST_STPCPY 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRCASESTR 1
| | #define GNULIB_TEST_STRCASESTR 1
| | #define GNULIB_TEST_STRDUP 1
| | #define GNULIB_STRERROR 1
| | #define GNULIB_TEST_STRERROR 1
| | #define GNULIB_TEST_STRNCAT 1
| | #define GNULIB_TEST_STRNDUP 1
| | #define GNULIB_TEST_STRNLEN 1
| | #define HAVE_STRSEP 1
| | #define GNULIB_TEST_STRSEP 1
| | #define GNULIB_TEST_STRTOD 1
| | #define HAVE_STRTOK_R 1
| | #define GNULIB_TEST_STRTOK_R 1
| | #define GNULIB_TEMPNAME 1
| | #define HAVE_SYS_SINGLE_THREADED_H 1
| | #define HAVE_DECL_LOCALTIME_R 1
| | #define GNULIB_TEST_TIME_R 1
| | #define GNULIB_TEST_TIME_RZ 1
| | #define GNULIB_TEST_TIMEGM 1
| | #define HAVE_DECL_TRUNC 1
| | #define GNULIB_TEST_TRUNC 1
| | #define GNULIB_TEST_TZSET 1
| | #define GNULIB_TEST_UNINORM_U8_NORMALIZE 1
| | #define GNULIB_UNISTR_U8_MBTOUC 1
| | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1
| | #define GNULIB_UNISTR_U8_MBTOUCR 1
| | #define GNULIB_UNISTR_U8_UCTOMB 1
| | #define GNULIB_STDIO_SINGLE_THREAD 1
| | #define USE_UNLOCKED_IO GNULIB_STDIO_SINGLE_THREAD
| | #define HAVE_UNSETENV 1
| | #define GNULIB_TEST_UNSETENV 1
| | #define HAVE_C_VARARRAYS 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_STDIO_H
| | # include
| | #endif
| | #ifdef HAVE_STDLIB_H
| | # include
| | #endif
| | #ifdef HAVE_STRING_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | int
| | main (void)
| | {
| | if (sizeof ((ptrdiff_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:65919: result: yes
| configure:65939: checking for vasprintf
| configure:65939: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:65939: $? = 0
| configure:65939: result: yes
| configure:66027: checking for vasprintf
| configure:66027: result: yes
| configure:66787: checking for vsnprintf
| configure:66787: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:467:6: warning: conflicting types for built-in function 'vsnprintf'; expected 'int(char *, long unsigned int, const char *, __va_list_tag *)' [-Wbuiltin-declaration-mismatch]
| 467 | char vsnprintf ();
| | ^~~~~~~~~
| conftest.c:459:1: note: 'vsnprintf' is declared in header ''
| 458 | #include
| 459 | #undef vsnprintf
| configure:66787: $? = 0
| configure:66787: result: yes
| configure:66798: checking whether snprintf respects a size of 1
| configure:66853: result: yes
| configure:66863: checking whether printf supports POSIX/XSI format strings with positions
| configure:66912: result: yes
| configure:66989: checking for vsnprintf
| configure:66989: result: yes
| configure:67002: checking whether snprintf fully supports the 'n' directive
| configure:67111: result: yes
| configure:67117: checking whether snprintf respects a size of 1
| configure:67172: result: yes
| configure:67177: checking whether vsnprintf respects a zero size as in C99
| configure:67258: result: yes
| configure:67946: checking whether mbrtowc handles incomplete characters
| configure:68038: result: yes
| configure:68044: checking whether mbrtowc works as well as mbtowc
| configure:68101: result: yes
| configure:68143: checking whether wcrtomb works in the C locale
| configure:68176: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:68176: $? = 0
| configure:68176: ./conftest
| configure:68176: $? = 0
| configure:68188: result: yes
| configure:68199: checking whether wcrtomb return value is correct
| configure:68256: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:68256: $? = 0
| configure:68256: ./conftest
| configure:68256: $? = 0
| configure:68269: result: yes
| configure:68344: checking whether wcwidth is declared
| configure:68344: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:68344: $? = 0
| configure:68344: result: yes
| configure:68392: checking whether wcwidth works reasonably in UTF-8 locales
| configure:68444: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:68444: $? = 0
| configure:68444: ./conftest
| configure:68444: $? = 0
| configure:68456: result: yes
| configure:68589: checking for wmemchr
| configure:68608: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:68608: $? = 0
| configure:68618: result: yes
| configure:68774: checking for stdint.h
| configure:68774: result: yes
| configure:68837: checking for inline
| configure:68863: result: inline
| configure:68882: checking whether byte ordering is bigendian
| configure:69097: result: no
| configure:69116: checking for __setfpucw
| configure:69116: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| /usr/bin/ld: /tmp/cca8GmTS.o: in function `main':
| /home/mdb/pspp-20/pspp-2.0.0-pre1/conftest.c:491: undefined reference to `__setfpucw'
| collect2: error: ld returned 1 exit status
| configure:69116: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr/local"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_DECL_FCLOSEALL 1
| | #define __USE_MINGW_ANSI_STDIO 1
| | #define HAVE_DECL_ECVT 1
| | #define HAVE_DECL_FCVT 1
| | #define HAVE_DECL_GCVT 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_EXECVPE 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_DECL_WCSDUP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_TEST_CALLOC_GNU 1
| | #define GNULIB_TEST_CALLOC_POSIX 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define HAVE_CLOCK_GETRES 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_EXPLICIT_BZERO 1
| | #define GNULIB_TEST_FCNTL 1
| | #define FLEXIBLE_ARRAY_MEMBER /**/
| | #define GNULIB_TEST_FLOOR 1
| | #define GNULIB_TEST_FNMATCH 1
| | #define GNULIB_TEST_FOPEN 1
| | #define GNULIB_FOPEN_GNU 1
| | #define GNULIB_TEST_FPRINTF_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define GNULIB_TEST_FREE_POSIX 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define GNULIB_TEST_FREXP 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define GNULIB_TEST_FREXPL 1
| | #define GNULIB_TEST_FSEEK 1
| | #define GNULIB_TEST_FSEEKO 1
| | #define GNULIB_TEST_FSTAT 1
| | #define GNULIB_TEST_FTELL 1
| | #define GNULIB_TEST_FTELLO 1
| | #define GNULIB_FWRITEERROR 1
| | #define GNULIB_TEST_GETDELIM 1
| | #define GNULIB_TEST_GETDTABLESIZE 1
| | #define GNULIB_TEST_GETLINE 1
| | #define GNULIB_TEST_GETOPT_POSIX 1
| | #define GNULIB_TEST_GETPASS 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_DECL___ARGV 0
| | #define GNULIB_TEST_GETRANDOM 1
| | #define GETTIMEOFDAY_TIMEZONE void
| | #define GNULIB_TEST_GETTIMEOFDAY 1
| | #define HAVE_INLINE 1
| | #define GNULIB_ISBLANK 1
| | #define HAVE_DECL_ISFINITE 1
| | #define GNULIB_TEST_ISFINITE 1
| | #define HAVE_DECL_ISINF 1
| | #define GNULIB_TEST_ISINF 1
| | #define GNULIB_TEST_ISNAN 1
| | #define GNULIB_TEST_ISNAND 1
| | #define HAVE_ISNAND_IN_LIBC 1
| | #define GNULIB_TEST_ISNANF 1
| | #define HAVE_ISNANF_IN_LIBC 1
| | #define GNULIB_TEST_ISNANL 1
| | #define HAVE_ISNANL_IN_LIBC 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define GNULIB_TEST_ISWDIGIT 1
| | #define GNULIB_TEST_ISWXDIGIT 1
| | #define HAVE___INLINE 1
| | #define GNULIB_TEST_LOCALECONV 1
| | #define GNULIB_TEST_LOCALENAME 1
| | #define HAVE_PTHREAD_RWLOCK 1
| | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| | #define GNULIB_LOCK 1
| | #define GNULIB_TEST_LSEEK 1
| | #define GNULIB_TEST_LSTAT 1
| | #define GNULIB_TEST_MALLOC_GNU 1
| | #define GNULIB_TEST_MALLOC_POSIX 1
| | #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSRTOWCS 1
| | #define HAVE_MBTOWC 1
| | #define GNULIB_TEST_MBTOWC 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define HAVE_MEMMEM 1
| | #define GNULIB_TEST_MEMMEM 1
| | #define HAVE_MEMPCPY 1
| | #define GNULIB_TEST_MEMPCPY 1
| | #define HAVE_MEMRCHR 1
| | #define GNULIB_TEST_MEMRCHR 1
| | #define GNULIB_TEST_MKDIR 1
| | #define HAVE_MKDTEMP 1
| | #define GNULIB_TEST_MKDTEMP 1
| | #define GNULIB_TEST_MKSTEMP 1
| | #define GNULIB_TEST_MKTIME 1
| | #define NEED_MKTIME_INTERNAL 1
| | #define GNULIB_MSVC_NOTHROW 1
| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| | #define NL_LANGINFO_MTSAFE 1
| | #define GNULIB_TEST_NL_LANGINFO 1
| | #define my_strftime nstrftime
| | #define GNULIB_TEST_OPEN 1
| | #define GNULIB_TEST_PIPE2 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define HAVE_LDEXP_IN_LIBC 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define HAVE_LDEXPL_IN_LIBC 1
| | #define GNULIB_TEST_PRINTF_POSIX 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_RAISE 1
| | #define GNULIB_TEST_RAISE 1
| | #define HAVE_RAWMEMCHR 1
| | #define GNULIB_TEST_RAWMEMCHR 1
| | #define GNULIB_TEST_READ 1
| | #define GNULIB_TEST_READLINK 1
| | #define GNULIB_TEST_REALLOC_GNU 1
| | #define GNULIB_TEST_REALLOC_POSIX 1
| | #define HAVE_REALLOCARRAY 1
| | #define GNULIB_REALLOCARRAY 1
| | #define GNULIB_TEST_REALLOCARRAY 1
| | #define HAVE_GETCWD 1
| | #define HAVE_MALLOC_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_RAWMEMCHR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define GNULIB_TEST_RENAME 1
| | #define GNULIB_TEST_RMDIR 1
| | #define HAVE_DECL_ROUND 1
| | #define GNULIB_TEST_ROUND 1
| | #define GNULIB_TEST_SECURE_GETENV 1
| | #define GNULIB_TEST_SELECT 1
| | #define GNULIB_TEST_SETENV 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define GNULIB_TEST_SETLOCALE_NULL 1
| | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| | #define GNULIB_TEST_SIGACTION 1
| | #define GNULIB_TEST_SIGNBIT 1
| | #define GNULIB_TEST_SIGPROCMASK 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SNPRINTF 1
| | #define GNULIB_TEST_SNPRINTF 1
| | #define GNULIB_SNPRINTF 1
| | #define HAVE_SNPRINTF 1
| | #define GNULIB_TEST_SPRINTF_POSIX 1
| | #define GNULIB_TEST_STAT 1
| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| | #define GNULIB_TEST_FSCANF 1
| | #define GNULIB_FSCANF 1
| | #define GNULIB_TEST_SCANF 1
| | #define GNULIB_SCANF 1
| | #define GNULIB_TEST_FGETC 1
| | #define GNULIB_TEST_GETC 1
| | #define GNULIB_TEST_GETCHAR 1
| | #define GNULIB_TEST_FGETS 1
| | #define GNULIB_TEST_FREAD 1
| | #define GNULIB_TEST_FPRINTF 1
| | #define GNULIB_TEST_PRINTF 1
| | #define GNULIB_TEST_VFPRINTF 1
| | #define GNULIB_TEST_VPRINTF 1
| | #define GNULIB_TEST_FPUTC 1
| | #define GNULIB_TEST_PUTC 1
| | #define GNULIB_TEST_PUTCHAR 1
| | #define GNULIB_TEST_FPUTS 1
| | #define GNULIB_TEST_PUTS 1
| | #define GNULIB_TEST_FWRITE 1
| | #define HAVE_STPCPY 1
| | #define GNULIB_TEST_STPCPY 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRCASESTR 1
| | #define GNULIB_TEST_STRCASESTR 1
| | #define GNULIB_TEST_STRDUP 1
| | #define GNULIB_STRERROR 1
| | #define GNULIB_TEST_STRERROR 1
| | #define GNULIB_TEST_STRNCAT 1
| | #define GNULIB_TEST_STRNDUP 1
| | #define GNULIB_TEST_STRNLEN 1
| | #define HAVE_STRSEP 1
| | #define GNULIB_TEST_STRSEP 1
| | #define GNULIB_TEST_STRTOD 1
| | #define HAVE_STRTOK_R 1
| | #define GNULIB_TEST_STRTOK_R 1
| | #define GNULIB_TEMPNAME 1
| | #define HAVE_SYS_SINGLE_THREADED_H 1
| | #define HAVE_DECL_LOCALTIME_R 1
| | #define GNULIB_TEST_TIME_R 1
| | #define GNULIB_TEST_TIME_RZ 1
| | #define GNULIB_TEST_TIMEGM 1
| | #define HAVE_DECL_TRUNC 1
| | #define GNULIB_TEST_TRUNC 1
| | #define GNULIB_TEST_TZSET 1
| | #define GNULIB_TEST_UNINORM_U8_NORMALIZE 1
| | #define GNULIB_UNISTR_U8_MBTOUC 1
| | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1
| | #define GNULIB_UNISTR_U8_MBTOUCR 1
| | #define GNULIB_UNISTR_U8_UCTOMB 1
| | #define GNULIB_STDIO_SINGLE_THREAD 1
| | #define USE_UNLOCKED_IO GNULIB_STDIO_SINGLE_THREAD
| | #define HAVE_UNSETENV 1
| | #define GNULIB_TEST_UNSETENV 1
| | #define HAVE_C_VARARRAYS 1
| | #define HAVE_VASPRINTF 1
| | #define GNULIB_TEST_VASPRINTF 1
| | #define HAVE_VASPRINTF 1
| | #define GNULIB_TEST_VFPRINTF_POSIX 1
| | #define GNULIB_VFPRINTF_POSIX 1
| | #define GNULIB_TEST_VPRINTF_POSIX 1
| | #define GNULIB_VPRINTF_POSIX 1
| | #define HAVE_VSNPRINTF 1
| | #define GNULIB_TEST_VSNPRINTF 1
| | #define HAVE_VSNPRINTF 1
| | #define GNULIB_TEST_VSPRINTF_POSIX 1
| | #define GNULIB_TEST_WCRTOMB 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define GNULIB_TEST_WMEMCHR 1
| | #define GNULIB_TEST_WMEMPCPY 1
| | #define GNULIB_TEST_WRITE 1
| | #define GNULIB_XALLOC 1
| | #define GNULIB_XALLOC_DIE 1
| | #define HAVE_STDINT_H 1
| | /* end confdefs.h. */
| | /* Define __setfpucw to an innocuous variant, in case declares __setfpucw.
| | For example, HP-UX 11i declares gettimeofday. */
| | #define __setfpucw innocuous___setfpucw
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char __setfpucw (); below. */
| |
| | #include
| | #undef __setfpucw
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char __setfpucw ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub___setfpucw || defined __stub_____setfpucw
| | choke me
| | #endif
| |
| | int
| | main (void)
| | {
| | return __setfpucw ();
| | ;
| | return 0;
| | }
| configure:69116: result: no
| configure:69122: checking for fork
| configure:69122: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:480:6: warning: conflicting types for built-in function 'fork'; expected 'int(void)' [-Wbuiltin-declaration-mismatch]
| 480 | char fork ();
| | ^~~~
| configure:69122: $? = 0
| configure:69122: result: yes
| configure:69128: checking for execl
| configure:69128: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:481:6: warning: conflicting types for built-in function 'execl'; expected 'int(const char *, const char *, ...)' [-Wbuiltin-declaration-mismatch]
| 481 | char execl ();
| | ^~~~~
| configure:69128: $? = 0
| configure:69128: result: yes
| configure:69134: checking for isinf
| configure:69134: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:482:6: warning: conflicting types for built-in function 'isinf'; expected 'int()' [-Wbuiltin-declaration-mismatch]
| 482 | char isinf ();
| | ^~~~~
| conftest.c:474:1: note: 'isinf' is declared in header ''
| 473 | #include
| 474 | #undef isinf
| configure:69134: $? = 0
| configure:69134: result: yes
| configure:69140: checking for isnan
| configure:69140: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:483:6: warning: conflicting types for built-in function 'isnan'; expected 'int()' [-Wbuiltin-declaration-mismatch]
| 483 | char isnan ();
| | ^~~~~
| conftest.c:475:1: note: 'isnan' is declared in header ''
| 474 | #include
| 475 | #undef isnan
| configure:69140: $? = 0
| configure:69140: result: yes
| configure:69146: checking for finite
| configure:69146: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:484:6: warning: conflicting types for built-in function 'finite'; expected 'int(double)' [-Wbuiltin-declaration-mismatch]
| 484 | char finite ();
| | ^~~~~~
| configure:69146: $? = 0
| configure:69146: result: yes
| configure:69152: checking for getpid
| configure:69152: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:69152: $? = 0
| configure:69152: result: yes
| configure:69158: checking for feholdexcept
| configure:69158: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:486:6: warning: conflicting types for built-in function 'feholdexcept'; expected 'int(void *)' [-Wbuiltin-declaration-mismatch]
| 486 | char feholdexcept ();
| | ^~~~~~~~~~~~
| configure:69158: $? = 0
| configure:69158: result: yes
| configure:69164: checking for fpsetmask
| configure:69164: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| /usr/bin/ld: /tmp/ccyJVMzu.o: in function `main':
| /home/mdb/pspp-20/pspp-2.0.0-pre1/conftest.c:498: undefined reference to `fpsetmask'
| collect2: error: ld returned 1 exit status
| configure:69164: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU PSPP"
| | #define PACKAGE_TARNAME "pspp"
| | #define PACKAGE_VERSION "2.0.0-pre1"
| | #define PACKAGE_STRING "GNU PSPP 2.0.0-pre1"
| | #define PACKAGE_BUGREPORT "bug-gnu-pspp@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/pspp/"
| | #define PACKAGE "pspp"
| | #define VERSION "2.0.0-pre1"
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_FNMATCH_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_SYS_CDEFS_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_THREADS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_MATH_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_SYS_SELECT_H 1
| | #define HAVE_SYS_RANDOM_H 1
| | #define HAVE_SYS_UIO_H 1
| | #define STDC_HEADERS 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _HPUX_ALT_XOPEN_SOCKET_API 1
| | #define _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define __EXTENSIONS__ 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define GWINSZ_IN_SYS_IOCTL 1
| | #define SIZEOF_PTRDIFF_T 8
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LC_PAPER 1
| | #define HAVE_G_MEMDUP2 1
| | #define HAVE_ZLIB_H 1
| | #define crc32 gl_crc32
| | #define HAVE_INLINE 1
| | #define HAVE_READLINE 1
| | #define HAVE_RL_ECHO_SIGNAL_CHAR 1
| | #define HAVE_RL_OUTSTREAM 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_FPU_CONTROL_H 1
| | #define HAVE_FENV_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_DECL_SIGWINCH 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_BTOWC 1
| | #define HAVE_USELOCALE 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_FACCESSAT 1
| | #define HAVE_REALPATH 1
| | #define HAVE_LSTAT 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_EXPLICIT_BZERO 1
| | #define HAVE_FCNTL 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_FNMATCH 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_GETPASS 1
| | #define HAVE___FSETLOCKING 1
| | #define HAVE_GETRANDOM 1
| | #define HAVE_TIMESPEC_GET 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ISBLANK 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_NEWLOCALE 1
| | #define HAVE_DUPLOCALE 1
| | #define HAVE_FREELOCALE 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_PIPE2 1
| | #define HAVE_READLINK 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_SETENV 1
| | #define HAVE_LINK 1
| | #define HAVE_SECURE_GETENV 1
| | #define HAVE_GETUID 1
| | #define HAVE_GETEUID 1
| | #define HAVE_GETGID 1
| | #define HAVE_GETEGID 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SIGALTSTACK 1
| | #define HAVE_SIGINTERRUPT 1
| | #define HAVE_STRNDUP 1
| | #define HAVE_LOCALTIME_R 1
| | #define HAVE_TIMEGM 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define restrict __restrict__
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define DBL_EXPBIT0_WORD 1
| | #define DBL_EXPBIT0_BIT 20
| | #define HAVE_SNPRINTF 1
| | #define HAVE_STRNLEN 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_WCSNLEN 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_DECL__SNPRINTF 0
| | #define HAVE_SNPRINTF_RETVAL_C99 1
| | #define HAVE_SNPRINTF_TRUNCATION_C99 1
| | #define CHECK_PRINTF_SAFE 1
| | #define HAVE_MALLOC_POSIX 1
| | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| | #define FUNC_REALPATH_WORKS 1
| | #define HAVE_GETCWD 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_STDINT_H_WITH_UINTMAX 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_ALARM 1
| | #define _USE_STD_STAT 1
| | #define HAVE_DECL_FSEEKO 1
| | #define HAVE_DECL_FTELLO 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_DECL_GETDTABLESIZE 1
| | #define HAVE_DECL_GETLINE 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FLOCKFILE 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FUNLOCKFILE 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_PTHREAD_API 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define FLT_EXPBIT0_WORD 0
| | #define FLT_EXPBIT0_BIT 23
| | #define HAVE_TOWLOWER 1
| | #define HAVE_LC_MESSAGES 1
| | #define HAVE_WORKING_USELOCALE 1
| | #define HAVE_GOOD_USELOCALE 1
| | #define HAVE_WEAK_SYMBOLS 1
| | #define USE_POSIX_THREADS 1
| | #define USE_POSIX_THREADS_FROM_LIBC 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_MEMMEM 1
| | #define HAVE_MEMMEM 1
| | #define HAVE_DECL_MEMRCHR 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define TIME_T_IS_SIGNED 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_TM_GMTOFF 1
| | #define PROMOTED_MODE_T mode_t
| | #define USER_LABEL_PREFIX
| | #define HAVE_SIGSET_T 1
| | #define INSTALLPREFIX "/usr/local"
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_DECL_SNPRINTF 1
| | #define HAVE__BOOL 1
| | #define HAVE_DECL_FCLOSEALL 1
| | #define __USE_MINGW_ANSI_STDIO 1
| | #define HAVE_DECL_ECVT 1
| | #define HAVE_DECL_FCVT 1
| | #define HAVE_DECL_GCVT 1
| | #define HAVE_STRCASESTR 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_DECL_STRTOK_R 1
| | #define HAVE_SHUTDOWN 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| | #define HAVE_SA_FAMILY_T 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_EXECVPE 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_DECL_UNSETENV 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_DECL_WCSDUP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_BTOWC 1
| | #define HAVE___BUILTIN_EXPECT 1
| | #define HAVE_BYTESWAP_H 1
| | #define HAVE_STRTOD_L 1
| | #define GNULIB_TEST_CALLOC_GNU 1
| | #define GNULIB_TEST_CALLOC_POSIX 1
| | #define GNULIB_CANONICALIZE_LGPL 1
| | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| | #define GNULIB_TEST_REALPATH 1
| | #define GNULIB_TEST_CHDIR 1
| | #define SIGNAL_SAFE_LIST 1
| | #define HAVE_CLOCK_GETRES 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define GNULIB_TEST_CLOEXEC 1
| | #define GNULIB_TEST_CLOSE 1
| | #define GNULIB_DIRNAME 1
| | #define GNULIB_TEST_DUP2 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define GNULIB_TEST_EXPLICIT_BZERO 1
| | #define GNULIB_TEST_FCNTL 1
| | #define FLEXIBLE_ARRAY_MEMBER /**/
| | #define GNULIB_TEST_FLOOR 1
| | #define GNULIB_TEST_FNMATCH 1
| | #define GNULIB_TEST_FOPEN 1
| | #define GNULIB_FOPEN_GNU 1
| | #define GNULIB_TEST_FPRINTF_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define GNULIB_TEST_FREE_POSIX 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define GNULIB_TEST_FREXP 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define GNULIB_TEST_FREXPL 1
| | #define GNULIB_TEST_FSEEK 1
| | #define GNULIB_TEST_FSEEKO 1
| | #define GNULIB_TEST_FSTAT 1
| | #define GNULIB_TEST_FTELL 1
| | #define GNULIB_TEST_FTELLO 1
| | #define GNULIB_FWRITEERROR 1
| | #define GNULIB_TEST_GETDELIM 1
| | #define GNULIB_TEST_GETDTABLESIZE 1
| | #define GNULIB_TEST_GETLINE 1
| | #define GNULIB_TEST_GETOPT_POSIX 1
| | #define GNULIB_TEST_GETPASS 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_DECL___ARGV 0
| | #define GNULIB_TEST_GETRANDOM 1
| | #define GETTIMEOFDAY_TIMEZONE void
| | #define GNULIB_TEST_GETTIMEOFDAY 1
| | #define HAVE_INLINE 1
| | #define GNULIB_ISBLANK 1
| | #define HAVE_DECL_ISFINITE 1
| | #define GNULIB_TEST_ISFINITE 1
| | #define HAVE_DECL_ISINF 1
| | #define GNULIB_TEST_ISINF 1
| | #define GNULIB_TEST_ISNAN 1
| | #define GNULIB_TEST_ISNAND 1
| | #define HAVE_ISNAND_IN_LIBC 1
| | #define GNULIB_TEST_ISNANF 1
| | #define HAVE_ISNANF_IN_LIBC 1
| | #define GNULIB_TEST_ISNANL 1
| | #define HAVE_ISNANL_IN_LIBC 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define GNULIB_TEST_ISWDIGIT 1
| | #define GNULIB_TEST_ISWXDIGIT 1
| | #define HAVE___INLINE 1
| | #define GNULIB_TEST_LOCALECONV 1
| | #define GNULIB_TEST_LOCALENAME 1
| | #define HAVE_PTHREAD_RWLOCK 1
| | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| | #define GNULIB_LOCK 1
| | #define GNULIB_TEST_LSEEK 1
| | #define GNULIB_TEST_LSTAT 1
| | #define GNULIB_TEST_MALLOC_GNU 1
| | #define GNULIB_TEST_MALLOC_POSIX 1
| | #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSRTOWCS 1
| | #define HAVE_MBTOWC 1
| | #define GNULIB_TEST_MBTOWC 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define HAVE_MEMMEM 1
| | #define GNULIB_TEST_MEMMEM 1
| | #define HAVE_MEMPCPY 1
| | #define GNULIB_TEST_MEMPCPY 1
| | #define HAVE_MEMRCHR 1
| | #define GNULIB_TEST_MEMRCHR 1
| | #define GNULIB_TEST_MKDIR 1
| | #define HAVE_MKDTEMP 1
| | #define GNULIB_TEST_MKDTEMP 1
| | #define GNULIB_TEST_MKSTEMP 1
| | #define GNULIB_TEST_MKTIME 1
| | #define NEED_MKTIME_INTERNAL 1
| | #define GNULIB_MSVC_NOTHROW 1
| | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| | #define NL_LANGINFO_MTSAFE 1
| | #define GNULIB_TEST_NL_LANGINFO 1
| | #define my_strftime nstrftime
| | #define GNULIB_TEST_OPEN 1
| | #define GNULIB_TEST_PIPE2 1
| | #define HAVE_FREXP_IN_LIBC 1
| | #define HAVE_LDEXP_IN_LIBC 1
| | #define HAVE_FREXPL_IN_LIBC 1
| | #define HAVE_LDEXPL_IN_LIBC 1
| | #define GNULIB_TEST_PRINTF_POSIX 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define HAVE_RAISE 1
| | #define GNULIB_TEST_RAISE 1
| | #define HAVE_RAWMEMCHR 1
| | #define GNULIB_TEST_RAWMEMCHR 1
| | #define GNULIB_TEST_READ 1
| | #define GNULIB_TEST_READLINK 1
| | #define GNULIB_TEST_REALLOC_GNU 1
| | #define GNULIB_TEST_REALLOC_POSIX 1
| | #define HAVE_REALLOCARRAY 1
| | #define GNULIB_REALLOCARRAY 1
| | #define GNULIB_TEST_REALLOCARRAY 1
| | #define HAVE_GETCWD 1
| | #define HAVE_MALLOC_POSIX 1
| | #define HAVE_FREE_POSIX 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_RAWMEMCHR 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define GNULIB_TEST_RENAME 1
| | #define GNULIB_TEST_RMDIR 1
| | #define HAVE_DECL_ROUND 1
| | #define GNULIB_TEST_ROUND 1
| | #define GNULIB_TEST_SECURE_GETENV 1
| | #define GNULIB_TEST_SELECT 1
| | #define GNULIB_TEST_SETENV 1
| | #define SETLOCALE_NULL_ALL_MTSAFE 1
| | #define SETLOCALE_NULL_ONE_MTSAFE 1
| | #define GNULIB_TEST_SETLOCALE_NULL 1
| | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| | #define GNULIB_TEST_SIGACTION 1
| | #define GNULIB_TEST_SIGNBIT 1
| | #define GNULIB_TEST_SIGPROCMASK 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SNPRINTF 1
| | #define GNULIB_TEST_SNPRINTF 1
| | #define GNULIB_SNPRINTF 1
| | #define HAVE_SNPRINTF 1
| | #define GNULIB_TEST_SPRINTF_POSIX 1
| | #define GNULIB_TEST_STAT 1
| | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| | #define GNULIB_TEST_FSCANF 1
| | #define GNULIB_FSCANF 1
| | #define GNULIB_TEST_SCANF 1
| | #define GNULIB_SCANF 1
| | #define GNULIB_TEST_FGETC 1
| | #define GNULIB_TEST_GETC 1
| | #define GNULIB_TEST_GETCHAR 1
| | #define GNULIB_TEST_FGETS 1
| | #define GNULIB_TEST_FREAD 1
| | #define GNULIB_TEST_FPRINTF 1
| | #define GNULIB_TEST_PRINTF 1
| | #define GNULIB_TEST_VFPRINTF 1
| | #define GNULIB_TEST_VPRINTF 1
| | #define GNULIB_TEST_FPUTC 1
| | #define GNULIB_TEST_PUTC 1
| | #define GNULIB_TEST_PUTCHAR 1
| | #define GNULIB_TEST_FPUTS 1
| | #define GNULIB_TEST_PUTS 1
| | #define GNULIB_TEST_FWRITE 1
| | #define HAVE_STPCPY 1
| | #define GNULIB_TEST_STPCPY 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_DECL_STRNCASECMP 1
| | #define HAVE_STRCASESTR 1
| | #define GNULIB_TEST_STRCASESTR 1
| | #define GNULIB_TEST_STRDUP 1
| | #define GNULIB_STRERROR 1
| | #define GNULIB_TEST_STRERROR 1
| | #define GNULIB_TEST_STRNCAT 1
| | #define GNULIB_TEST_STRNDUP 1
| | #define GNULIB_TEST_STRNLEN 1
| | #define HAVE_STRSEP 1
| | #define GNULIB_TEST_STRSEP 1
| | #define GNULIB_TEST_STRTOD 1
| | #define HAVE_STRTOK_R 1
| | #define GNULIB_TEST_STRTOK_R 1
| | #define GNULIB_TEMPNAME 1
| | #define HAVE_SYS_SINGLE_THREADED_H 1
| | #define HAVE_DECL_LOCALTIME_R 1
| | #define GNULIB_TEST_TIME_R 1
| | #define GNULIB_TEST_TIME_RZ 1
| | #define GNULIB_TEST_TIMEGM 1
| | #define HAVE_DECL_TRUNC 1
| | #define GNULIB_TEST_TRUNC 1
| | #define GNULIB_TEST_TZSET 1
| | #define GNULIB_TEST_UNINORM_U8_NORMALIZE 1
| | #define GNULIB_UNISTR_U8_MBTOUC 1
| | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1
| | #define GNULIB_UNISTR_U8_MBTOUCR 1
| | #define GNULIB_UNISTR_U8_UCTOMB 1
| | #define GNULIB_STDIO_SINGLE_THREAD 1
| | #define USE_UNLOCKED_IO GNULIB_STDIO_SINGLE_THREAD
| | #define HAVE_UNSETENV 1
| | #define GNULIB_TEST_UNSETENV 1
| | #define HAVE_C_VARARRAYS 1
| | #define HAVE_VASPRINTF 1
| | #define GNULIB_TEST_VASPRINTF 1
| | #define HAVE_VASPRINTF 1
| | #define GNULIB_TEST_VFPRINTF_POSIX 1
| | #define GNULIB_VFPRINTF_POSIX 1
| | #define GNULIB_TEST_VPRINTF_POSIX 1
| | #define GNULIB_VPRINTF_POSIX 1
| | #define HAVE_VSNPRINTF 1
| | #define GNULIB_TEST_VSNPRINTF 1
| | #define HAVE_VSNPRINTF 1
| | #define GNULIB_TEST_VSPRINTF_POSIX 1
| | #define GNULIB_TEST_WCRTOMB 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define GNULIB_TEST_WMEMCHR 1
| | #define GNULIB_TEST_WMEMPCPY 1
| | #define GNULIB_TEST_WRITE 1
| | #define GNULIB_XALLOC 1
| | #define GNULIB_XALLOC_DIE 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FORK 1
| | #define HAVE_EXECL 1
| | #define HAVE_ISINF 1
| | #define HAVE_ISNAN 1
| | #define HAVE_FINITE 1
| | #define HAVE_GETPID 1
| | #define HAVE_FEHOLDEXCEPT 1
| | /* end confdefs.h. */
| | /* Define fpsetmask to an innocuous variant, in case declares fpsetmask.
| | For example, HP-UX 11i declares gettimeofday. */
| | #define fpsetmask innocuous_fpsetmask
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char fpsetmask (); below. */
| |
| | #include
| | #undef fpsetmask
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char fpsetmask ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub_fpsetmask || defined __stub___fpsetmask
| | choke me
| | #endif
| |
| | int
| | main (void)
| | {
| | return fpsetmask ();
| | ;
| | return 0;
| | }
| configure:69164: result: no
| configure:69170: checking for popen
| configure:69170: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:69170: $? = 0
| configure:69170: result: yes
| configure:69176: checking for round
| configure:69176: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| conftest.c:488:6: warning: conflicting types for built-in function 'round'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
| 488 | char round ();
| | ^~~~~
| conftest.c:480:1: note: 'round' is declared in header ''
| 479 | #include
| 480 | #undef round
| configure:69176: $? = 0
| configure:69176: result: yes
| configure:69184: checking whether ln -s works
| configure:69188: result: yes
| configure:69227: checking for iconv
| configure:69252: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:69252: $? = 0
| configure:69288: result: yes
| configure:69291: checking for working iconv
| configure:69435: gcc -o conftest -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c -lreadline -lgslcblas -lz -lm >&5
| configure:69435: $? = 0
| configure:69435: ./conftest
| configure:69435: $? = 0
| configure:69448: result: yes
| configure:69476: checking whether iconv is compatible with its POSIX signature
| configure:69501: gcc -c -g -O2 -DGCC_LINT -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread conftest.c >&5
| configure:69501: $? = 0
| configure:69510: result: yes
| configure:69576: checking whether make supports nested variables
| configure:69594: result: yes
| configure:69707: checking that generated files are newer than configure
| configure:69713: result: done
| configure:69842: creating ./config.status
|
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
|
| This file was extended by GNU PSPP config.status 2.0.0-pre1, which was
| generated by GNU Autoconf 2.71. Invocation command line was
|
| CONFIG_FILES =
| CONFIG_HEADERS =
| CONFIG_LINKS =
| CONFIG_COMMANDS =
| $ ./config.status
|
| on fedora
|
| config.status:3216: creating Makefile
| config.status:3216: creating po/Makefile
| config.status:3216: creating tests/atlocal
| config.status:3216: creating perl-module/lib/PSPP.pm
| config.status:3216: creating config.h
| config.status:3445: executing tests/atconfig commands
| config.status:3445: executing depfiles commands
| config.status:3547: cd . && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
| config.status:3552: $? = 0
| config.status:3445: executing libtool commands
| config.status:3445: executing doc/pspp-figures/dummy commands
|
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
|
| ac_cv_build=x86_64-pc-linux-gnu
| ac_cv_c_bigendian=no
| ac_cv_c_compiler_gnu=yes
| ac_cv_c_flexmember=yes
| ac_cv_c_inline=inline
| ac_cv_c_restrict=__restrict__
| ac_cv_c_undeclared_builtin_options='none needed'
| ac_cv_c_vararrays=yes
| ac_cv_env_CAIRO_CFLAGS_set=
| ac_cv_env_CAIRO_CFLAGS_value=
| ac_cv_env_CAIRO_LIBS_set=
| ac_cv_env_CAIRO_LIBS_value=
| ac_cv_env_CC_set=
| ac_cv_env_CC_value=
| ac_cv_env_CFLAGS_set=
| ac_cv_env_CFLAGS_value=
| ac_cv_env_CPPFLAGS_set=
| ac_cv_env_CPPFLAGS_value=
| ac_cv_env_CPP_set=
| ac_cv_env_CPP_value=
| ac_cv_env_GLIB_CFLAGS_set=
| ac_cv_env_GLIB_CFLAGS_value=
| ac_cv_env_GLIB_GENMARSHAL_set=
| ac_cv_env_GLIB_GENMARSHAL_value=
| ac_cv_env_GLIB_LIBS_set=
| ac_cv_env_GLIB_LIBS_value=
| ac_cv_env_GSL_CFLAGS_set=
| ac_cv_env_GSL_CFLAGS_value=
| ac_cv_env_GSL_LIBS_set=
| ac_cv_env_GSL_LIBS_value=
| ac_cv_env_GTHREAD_CFLAGS_set=
| ac_cv_env_GTHREAD_CFLAGS_value=
| ac_cv_env_GTHREAD_LIBS_set=
| ac_cv_env_GTHREAD_LIBS_value=
| ac_cv_env_GTKSOURCEVIEW_CFLAGS_set=
| ac_cv_env_GTKSOURCEVIEW_CFLAGS_value=
| ac_cv_env_GTKSOURCEVIEW_LIBS_set=
| ac_cv_env_GTKSOURCEVIEW_LIBS_value=
| ac_cv_env_GTK_CFLAGS_set=
| ac_cv_env_GTK_CFLAGS_value=
| ac_cv_env_GTK_LIBS_set=
| ac_cv_env_GTK_LIBS_value=
| ac_cv_env_LDFLAGS_set=
| ac_cv_env_LDFLAGS_value=
| ac_cv_env_LIBS_set=
| ac_cv_env_LIBS_value=
| ac_cv_env_LIBXML2_CFLAGS_set=
| ac_cv_env_LIBXML2_CFLAGS_value=
| ac_cv_env_LIBXML2_LIBS_set=
| ac_cv_env_LIBXML2_LIBS_value=
| ac_cv_env_LT_SYS_LIBRARY_PATH_set=
| ac_cv_env_LT_SYS_LIBRARY_PATH_value=
| ac_cv_env_PG_CONFIG_set=
| ac_cv_env_PG_CONFIG_value=
| ac_cv_env_PKG_CONFIG_LIBDIR_set=
| ac_cv_env_PKG_CONFIG_LIBDIR_value=
| ac_cv_env_PKG_CONFIG_PATH_set=
| ac_cv_env_PKG_CONFIG_PATH_value=
| ac_cv_env_PKG_CONFIG_set=
| ac_cv_env_PKG_CONFIG_value=
| ac_cv_env_PSPPIRE_LDFLAGS_set=
| ac_cv_env_PSPPIRE_LDFLAGS_value=
| ac_cv_env_PSPP_LDFLAGS_set=
| ac_cv_env_PSPP_LDFLAGS_value=
| ac_cv_env_PYTHON3_set=
| ac_cv_env_PYTHON3_value=
| ac_cv_env_SPREAD_SHEET_WIDGET_CFLAGS_set=
| ac_cv_env_SPREAD_SHEET_WIDGET_CFLAGS_value=
| ac_cv_env_SPREAD_SHEET_WIDGET_LIBDIR_set=
| ac_cv_env_SPREAD_SHEET_WIDGET_LIBDIR_value=
| ac_cv_env_SPREAD_SHEET_WIDGET_LIBS_set=
| ac_cv_env_SPREAD_SHEET_WIDGET_LIBS_value=
| ac_cv_env_build_alias_set=
| ac_cv_env_build_alias_value=
| ac_cv_env_host_alias_set=
| ac_cv_env_host_alias_value=
| ac_cv_env_target_alias_set=
| ac_cv_env_target_alias_value=
| ac_cv_func___fseterr=no
| ac_cv_func___fsetlocking=yes
| ac_cv_func___mktime_internal=no
| ac_cv_func___setfpucw=no
| ac_cv_func__set_invalid_parameter_handler=no
| ac_cv_func_alloca_works=yes
| ac_cv_func_btowc=yes
| ac_cv_func_calloc_0_nonnull=yes
| ac_cv_func_canonicalize_file_name=yes
| ac_cv_func_clock_getres=yes
| ac_cv_func_clock_gettime=yes
| ac_cv_func_clock_settime=yes
| ac_cv_func_dlopen=yes
| ac_cv_func_duplocale=yes
| ac_cv_func_execl=yes
| ac_cv_func_explicit_bzero=yes
| ac_cv_func_faccessat=yes
| ac_cv_func_fcntl=yes
| ac_cv_func_feholdexcept=yes
| ac_cv_func_finite=yes
| ac_cv_func_fnmatch=yes
| ac_cv_func_fork=yes
| ac_cv_func_fpsetmask=no
| ac_cv_func_freelocale=yes
| ac_cv_func_getcwd=yes
| ac_cv_func_getdelim=yes
| ac_cv_func_getdtablesize=yes
| ac_cv_func_getegid=yes
| ac_cv_func_geteuid=yes
| ac_cv_func_getexecname=no
| ac_cv_func_getgid=yes
| ac_cv_func_getline=yes
| ac_cv_func_getlocalename_l=no
| ac_cv_func_getopt_long_only=yes
| ac_cv_func_getpass=yes
| ac_cv_func_getpid=yes
| ac_cv_func_getprogname=no
| ac_cv_func_getrandom=yes
| ac_cv_func_gettimeofday=yes
| ac_cv_func_getuid=yes
| ac_cv_func_isblank=yes
| ac_cv_func_isinf=yes
| ac_cv_func_isnan=yes
| ac_cv_func_iswblank=yes
| ac_cv_func_iswcntrl=yes
| ac_cv_func_iswctype=yes
| ac_cv_func_link=yes
| ac_cv_func_localtime_r=yes
| ac_cv_func_lstat=yes
| ac_cv_func_malloc_0_nonnull=yes
| ac_cv_func_mbrtowc=yes
| ac_cv_func_mbsinit=yes
| ac_cv_func_mbsrtowcs=yes
| ac_cv_func_mbtowc=yes
| ac_cv_func_memmem=yes
| ac_cv_func_mempcpy=yes
| ac_cv_func_memrchr=yes
| ac_cv_func_memset_s=no
| ac_cv_func_mkdtemp=yes
| ac_cv_func_mkstemp=yes
| ac_cv_func_mmap=yes
| ac_cv_func_mprotect=yes
| ac_cv_func_newlocale=yes
| ac_cv_func_nl_langinfo=yes
| ac_cv_func_pipe2=yes
| ac_cv_func_popen=yes
| ac_cv_func_raise=yes
| ac_cv_func_rawmemchr=yes
| ac_cv_func_readlink=yes
| ac_cv_func_readlinkat=yes
| ac_cv_func_realloc_0_nonnull=yes
| ac_cv_func_reallocarray=yes
| ac_cv_func_realpath=yes
| ac_cv_func_round=yes
| ac_cv_func_secure_getenv=yes
| ac_cv_func_setenv=yes
| ac_cv_func_shl_load=no
| ac_cv_func_shutdown=yes
| ac_cv_func_sigaction=yes
| ac_cv_func_sigaltstack=yes
| ac_cv_func_siginterrupt=yes
| ac_cv_func_sigprocmask=yes
| ac_cv_func_snprintf=yes
| ac_cv_func_stpcpy=yes
| ac_cv_func_strcasecmp=yes
| ac_cv_func_strcasestr=yes
| ac_cv_func_strerror_r_char_p=yes
| ac_cv_func_strncasecmp=yes
| ac_cv_func_strndup=yes
| ac_cv_func_strnlen=yes
| ac_cv_func_strnlen_working=yes
| ac_cv_func_strsep=yes
| ac_cv_func_strtok_r=yes
| ac_cv_func_symlink=yes
| ac_cv_func_timegm=yes
| ac_cv_func_timespec_get=yes
| ac_cv_func_towlower=yes
| ac_cv_func_tsearch=yes
| ac_cv_func_unsetenv=yes
| ac_cv_func_uselocale=yes
| ac_cv_func_vasnprintf=no
| ac_cv_func_vasprintf=yes
| ac_cv_func_vsnprintf=yes
| ac_cv_func_wcrtomb=yes
| ac_cv_func_wcslen=yes
| ac_cv_func_wcsnlen=yes
| ac_cv_func_wcwidth=yes
| ac_cv_func_wmempcpy=yes
| ac_cv_have_decl_SIGWINCH=yes
| ac_cv_have_decl___argv=no
| ac_cv_have_decl__snprintf=no
| ac_cv_have_decl_alarm=yes
| ac_cv_have_decl_clearerr_unlocked=yes
| ac_cv_have_decl_ecvt=yes
| ac_cv_have_decl_execvpe=yes
| ac_cv_have_decl_fcloseall=yes
| ac_cv_have_decl_fcvt=yes
| ac_cv_have_decl_feof_unlocked=yes
| ac_cv_have_decl_ferror_unlocked=yes
| ac_cv_have_decl_fflush_unlocked=yes
| ac_cv_have_decl_fgets_unlocked=yes
| ac_cv_have_decl_flockfile=yes
| ac_cv_have_decl_fputc_unlocked=yes
| ac_cv_have_decl_fputs_unlocked=yes
| ac_cv_have_decl_fread_unlocked=yes
| ac_cv_have_decl_frexpl=yes
| ac_cv_have_decl_fseeko=yes
| ac_cv_have_decl_ftello=yes
| ac_cv_have_decl_funlockfile=yes
| ac_cv_have_decl_fwrite_unlocked=yes
| ac_cv_have_decl_gcvt=yes
| ac_cv_have_decl_getc_unlocked=yes
| ac_cv_have_decl_getchar_unlocked=yes
| ac_cv_have_decl_getdelim=yes
| ac_cv_have_decl_getdtablesize=yes
| ac_cv_have_decl_getline=yes
| ac_cv_have_decl_isfinite=yes
| ac_cv_have_decl_isinf=yes
| ac_cv_have_decl_iswblank=yes
| ac_cv_have_decl_ldexpl=yes
| ac_cv_have_decl_localtime_r=yes
| ac_cv_have_decl_memmem=yes
| ac_cv_have_decl_memrchr=yes
| ac_cv_have_decl_program_invocation_name=yes
| ac_cv_have_decl_program_invocation_short_name=yes
| ac_cv_have_decl_putc_unlocked=yes
| ac_cv_have_decl_putchar_unlocked=yes
| ac_cv_have_decl_round=yes
| ac_cv_have_decl_setenv=yes
| ac_cv_have_decl_snprintf=yes
| ac_cv_have_decl_strdup=yes
| ac_cv_have_decl_strerror_r=yes
| ac_cv_have_decl_strncasecmp=yes
| ac_cv_have_decl_strndup=yes
| ac_cv_have_decl_strnlen=yes
| ac_cv_have_decl_strtok_r=yes
| ac_cv_have_decl_trunc=yes
| ac_cv_have_decl_unsetenv=yes
| ac_cv_have_decl_vsnprintf=yes
| ac_cv_have_decl_wcsdup=yes
| ac_cv_have_decl_wcwidth=yes
| ac_cv_header_byteswap_h=yes
| ac_cv_header_crtdefs_h=no
| ac_cv_header_dlfcn_h=yes
| ac_cv_header_features_h=yes
| ac_cv_header_fenv_h=yes
| ac_cv_header_fnmatch_h=yes
| ac_cv_header_fpu_control_h=yes
| ac_cv_header_getopt_h=yes
| ac_cv_header_ieeefp_h=no
| ac_cv_header_inttypes_h=yes
| ac_cv_header_langinfo_h=yes
| ac_cv_header_limits_h=yes
| ac_cv_header_malloc_h=yes
| ac_cv_header_math_h=yes
| ac_cv_header_minix_config_h=no
| ac_cv_header_pthread_h=yes
| ac_cv_header_pwd_h=yes
| ac_cv_header_search_h=yes
| ac_cv_header_stat_broken=no
| ac_cv_header_stdbool_h=yes
| ac_cv_header_stdint_h=yes
| ac_cv_header_stdio_ext_h=yes
| ac_cv_header_stdio_h=yes
| ac_cv_header_stdlib_h=yes
| ac_cv_header_string_h=yes
| ac_cv_header_strings_h=yes
| ac_cv_header_sys_cdefs_h=yes
| ac_cv_header_sys_mman_h=yes
| ac_cv_header_sys_param_h=yes
| ac_cv_header_sys_random_h=yes
| ac_cv_header_sys_select_h=yes
| ac_cv_header_sys_single_threaded_h=yes
| ac_cv_header_sys_socket_h=yes
| ac_cv_header_sys_stat_h=yes
| ac_cv_header_sys_time_h=yes
| ac_cv_header_sys_types_h=yes
| ac_cv_header_sys_uio_h=yes
| ac_cv_header_sys_wait_h=yes
| ac_cv_header_termios_h=yes
| ac_cv_header_threads_h=yes
| ac_cv_header_unistd_h=yes
| ac_cv_header_wchar_h=yes
| ac_cv_header_wctype_h=yes
| ac_cv_header_xlocale_h=no
| ac_cv_header_zlib_h=yes
| ac_cv_host=x86_64-pc-linux-gnu
| ac_cv_lib_dld_shl_load=no
| ac_cv_lib_error_at_line=yes
| ac_cv_lib_glib_2_0_g_memdup2=yes
| ac_cv_lib_pthread_pthread_kill=yes
| ac_cv_member_struct_sigaction_sa_sigaction=yes
| ac_cv_member_struct_sockaddr_storage_ss_family=yes
| ac_cv_member_struct_stat_st_atim_tv_nsec=yes
| ac_cv_member_struct_stat_st_birthtim_tv_nsec=no
| ac_cv_member_struct_stat_st_birthtimensec=no
| ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=no
| ac_cv_member_struct_tm_tm_gmtoff=yes
| ac_cv_member_struct_tm_tm_zone=yes
| ac_cv_objext=o
| ac_cv_path_EGREP='/usr/bin/grep -E'
| ac_cv_path_FGREP='/usr/bin/grep -F'
| ac_cv_path_GREP=/usr/bin/grep
| ac_cv_path_PERL=/usr/bin/perl
| ac_cv_path_SED=/usr/bin/sed
| ac_cv_path_XMLLINT=/usr/bin/xmllint
| ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
| ac_cv_path_install='/usr/bin/install -c'
| ac_cv_path_lt_DD=/usr/bin/dd
| ac_cv_path_mkdir=/usr/bin/mkdir
| ac_cv_prog_AWK=gawk
| ac_cv_prog_CPP='gcc -E'
| ac_cv_prog_GLIB_COMPILE_RESOURCES=glib-compile-resources
| ac_cv_prog_GLIB_GENMARSHAL=glib-genmarshal
| ac_cv_prog_MSGFMT=msgfmt
| ac_cv_prog_PYTHON3=python3
| ac_cv_prog_TEX=tex
| ac_cv_prog_XGETTEXT=xgettext
| ac_cv_prog_ac_ct_AR=ar
| ac_cv_prog_ac_ct_CC=gcc
| ac_cv_prog_ac_ct_FILECMD=file
| ac_cv_prog_ac_ct_OBJDUMP=objdump
| ac_cv_prog_ac_ct_RANLIB=ranlib
| ac_cv_prog_ac_ct_STRIP=strip
| ac_cv_prog_cc_c11=
| ac_cv_prog_cc_g=yes
| ac_cv_prog_cc_stdc=
| ac_cv_prog_make_make_set=yes
| ac_cv_safe_to_define___extensions__=yes
| ac_cv_search_cblas_dsdot=-lgslcblas
| ac_cv_search_clock_gettime='none required'
| ac_cv_search_gzopen=-lz
| ac_cv_search_rl_echo_signal_char=-lreadline
| ac_cv_search_rl_outstream='none required'
| ac_cv_search_sin=-lm
| ac_cv_should_define__xopen_source=no
| ac_cv_sizeof_ptrdiff_t=8
| ac_cv_struct_tm=time.h
| ac_cv_sys_file_offset_bits=no
| ac_cv_sys_largefile_CC=no
| ac_cv_sys_largefile_source=no
| ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes
| ac_cv_sys_tiocgwinsz_in_termios_h=no
| ac_cv_type__Bool=yes
| ac_cv_type_mbstate_t=yes
| ac_cv_type_mode_t=yes
| ac_cv_type_nlink_t=yes
| ac_cv_type_off_t=yes
| ac_cv_type_pid_t=yes
| ac_cv_type_pthread_rwlock_t=yes
| ac_cv_type_ptrdiff_t=yes
| ac_cv_type_sa_family_t=yes
| ac_cv_type_sig_atomic_t=yes
| ac_cv_type_sighandler_t=yes
| ac_cv_type_sigset_t=yes
| ac_cv_type_size_t=yes
| ac_cv_type_socklen_t=yes
| ac_cv_type_struct_sockaddr_storage=yes
| ac_cv_type_timezone_t=no
| ac_cv_type_uid_t=yes
| ac_cv_type_volatile_sig_atomic_t=yes
| ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes
| ac_cv_working_alloca_h=yes
| acl_cv_libdirstems=lib,lib,lib64
| acl_cv_libpath=LD_LIBRARY_PATH
| acl_cv_prog_gnu_ld=yes
| acl_cv_rpath=done
| acl_cv_shlibpath_var=LD_LIBRARY_PATH
| am_cv_CC_dependencies_compiler_type=gcc3
| am_cv_func_iconv=yes
| am_cv_func_iconv_works=yes
| am_cv_func_working_getline=yes
| am_cv_langinfo_codeset=yes
| am_cv_lib_iconv=no
| am_cv_make_support_nested_variables=yes
| am_cv_prog_cc_c_o=yes
| am_cv_prog_tar_ustar=gnutar
| gl_cv___builtin_expect=yes
| gl_cv_c___inline=yes
| gl_cv_c_amsterdam_compiler=no
| gl_cv_c_inline_effective=yes
| gl_cv_c_multiarch=no
| gl_cv_cc_double_expbit0='word 1 bit 20'
| gl_cv_cc_float_expbit0='word 0 bit 23'
| gl_cv_cc_wallow=-Wno-error
| gl_cv_compiler_check_decl_option=none
| gl_cv_compiler_clang=no
| gl_cv_decl_null_works=yes
| gl_cv_decl_readlink_works=yes
| gl_cv_double_slash_root=no
| gl_cv_elf=yes
| gl_cv_func_btowc_eof=yes
| gl_cv_func_btowc_nul=yes
| gl_cv_func_dup2_works=yes
| gl_cv_func_fcntl_f_dupfd_cloexec='needs runtime check'
| gl_cv_func_fcntl_f_dupfd_works=yes
| gl_cv_func_floor_libm=
| gl_cv_func_fnmatch_posix=yes
| gl_cv_func_fopen_mode_e=yes
| gl_cv_func_fopen_mode_x=yes
| gl_cv_func_fopen_slash=yes
| gl_cv_func_fprintf_posix=yes
| gl_cv_func_free_preserves_errno=yes
| gl_cv_func_frexp_no_libm=yes
| gl_cv_func_frexp_works=yes
| gl_cv_func_frexpl_no_libm=yes
| gl_cv_func_frexpl_works=yes
| gl_cv_func_fseeko=yes
| gl_cv_func_ftello=yes
| gl_cv_func_ftello_works=yes
| gl_cv_func_getdtablesize_works=yes
| gl_cv_func_getopt_gnu=yes
| gl_cv_func_getopt_long_gnu=yes
| gl_cv_func_getopt_posix=yes
| gl_cv_func_getrandom_ok=yes
| gl_cv_func_gettimeofday_posix_signature=yes
| gl_cv_func_isfinitel_works=yes
| gl_cv_func_isinfl_works=yes
| gl_cv_func_isnand_no_libm=yes
| gl_cv_func_isnanf_no_libm=yes
| gl_cv_func_isnanf_works=yes
| gl_cv_func_isnanl_no_libm=yes
| gl_cv_func_isnanl_works=yes
| gl_cv_func_iswcntrl_works=yes
| gl_cv_func_iswdigit_works=yes
| gl_cv_func_iswxdigit_works=yes
| gl_cv_func_itold_works=yes
| gl_cv_func_ldexp_no_libm=yes
| gl_cv_func_ldexpl_no_libm=yes
| gl_cv_func_ldexpl_works=yes
| gl_cv_func_localtime_works=yes
| gl_cv_func_lseek_pipe=yes
| gl_cv_func_lstat_dereferences_slashed_symlink=yes
| gl_cv_func_malloc_0_nonnull=1
| gl_cv_func_malloc_posix=yes
| gl_cv_func_mbrtowc_C_locale_sans_EILSEQ=no
| gl_cv_func_mbrtowc_empty_input=yes
| gl_cv_func_mbrtowc_incomplete_state=yes
| gl_cv_func_mbrtowc_nul_retval=yes
| gl_cv_func_mbrtowc_null_arg1=yes
| gl_cv_func_mbrtowc_null_arg2=yes
| gl_cv_func_mbrtowc_retval=yes
| gl_cv_func_mbrtowc_sanitycheck=yes
| gl_cv_func_mbrtowc_stores_incomplete=no
| gl_cv_func_mbsrtowcs_works=yes
| gl_cv_func_memchr_works=yes
| gl_cv_func_memmem_works_always=yes
| gl_cv_func_memmem_works_fast=yes
| gl_cv_func_mkdir_trailing_dot_works=yes
| gl_cv_func_mkdir_trailing_slash_works=yes
| gl_cv_func_nl_langinfo_yesexpr_works=yes
| gl_cv_func_open_slash=yes
| gl_cv_func_printf_attribute_flavor=system
| gl_cv_func_printf_directive_a=yes
| gl_cv_func_printf_directive_f=yes
| gl_cv_func_printf_directive_ls=yes
| gl_cv_func_printf_directive_n=yes
| gl_cv_func_printf_enomem=yes
| gl_cv_func_printf_flag_grouping=yes
| gl_cv_func_printf_flag_leftadjust=yes
| gl_cv_func_printf_flag_zero=yes
| gl_cv_func_printf_infinite=yes
| gl_cv_func_printf_infinite_long_double=yes
| gl_cv_func_printf_long_double=yes
| gl_cv_func_printf_positions=yes
| gl_cv_func_printf_precision=yes
| gl_cv_func_printf_sizes_c99=yes
| gl_cv_func_re_compile_pattern_working=yes
| gl_cv_func_readlink_trailing_slash=yes
| gl_cv_func_readlink_truncate=yes
| gl_cv_func_realpath_works=yes
| gl_cv_func_rename_dest_works=yes
| gl_cv_func_rename_link_works=yes
| gl_cv_func_rename_slash_dst_works=yes
| gl_cv_func_rename_slash_src_works=yes
| gl_cv_func_rmdir_works=yes
| gl_cv_func_round_works=yes
| gl_cv_func_select_detects_ebadf=yes
| gl_cv_func_select_supports0=yes
| gl_cv_func_setenv_works=yes
| gl_cv_func_setlocale_null_all_mtsafe=yes
| gl_cv_func_setlocale_null_one_mtsafe=yes
| gl_cv_func_signbit=yes
| gl_cv_func_signbit_builtins=yes
| gl_cv_func_snprintf_directive_n=yes
| gl_cv_func_snprintf_posix=yes
| gl_cv_func_snprintf_retval_c99=yes
| gl_cv_func_snprintf_size1=yes
| gl_cv_func_snprintf_truncation_c99=yes
| gl_cv_func_snprintf_usable=yes
| gl_cv_func_sprintf_posix=yes
| gl_cv_func_stat_file_slash=yes
| gl_cv_func_strcasestr_linear=yes
| gl_cv_func_strcasestr_works_always=yes
| gl_cv_func_strerror_0_works=yes
| gl_cv_func_strncat_works=yes
| gl_cv_func_strndup_works=yes
| gl_cv_func_strtod_l=yes
| gl_cv_func_strtod_works=yes
| gl_cv_func_strtok_r_works=yes
| gl_cv_func_ungetc_works=yes
| gl_cv_func_unsetenv_works=yes
| gl_cv_func_va_copy=yes
| gl_cv_func_vasprintf_posix=yes
| gl_cv_func_vfprintf_posix=yes
| gl_cv_func_vsnprintf_posix=yes
| gl_cv_func_vsnprintf_usable=yes
| gl_cv_func_vsnprintf_zerosize_c99=yes
| gl_cv_func_vsprintf_posix=yes
| gl_cv_func_wcrtomb_retval=yes
| gl_cv_func_wcrtomb_works=yes
| gl_cv_func_wcwidth_works=yes
| gl_cv_func_wmemchr=yes
| gl_cv_func_working_getdelim=yes
| gl_cv_func_working_mkstemp=yes
| gl_cv_func_working_mktime=yes
| gl_cv_func_working_strerror=yes
| gl_cv_have___header_inline=no
| gl_cv_have_include_next=yes
| gl_cv_have_weak=yes
| gl_cv_header_errno_h_complete=yes
| gl_cv_header_inttypes_h=yes
| gl_cv_header_langinfo_altmon=yes
| gl_cv_header_langinfo_codeset=yes
| gl_cv_header_langinfo_era=yes
| gl_cv_header_langinfo_t_fmt_ampm=yes
| gl_cv_header_langinfo_yesexpr=yes
| gl_cv_header_limits_width=yes
| gl_cv_header_locale_h_needs_xlocale_h=no
| gl_cv_header_locale_h_posix2001=yes
| gl_cv_header_locale_has_locale_t=yes
| gl_cv_header_math_huge_val_works=yes
| gl_cv_header_math_nan_works=yes
| gl_cv_header_stdint_h=yes
| gl_cv_header_stdint_width=yes
| gl_cv_header_stdint_without_STDC_macros=yes
| gl_cv_header_sys_select_h_selfcontained=yes
| gl_cv_header_sys_socket_h_selfcontained=yes
| gl_cv_header_sys_socket_h_shut=yes
| gl_cv_header_wchar_h_correct_inline=yes
| gl_cv_header_working_fcntl_h=yes
| gl_cv_header_working_stdalign_h=yes
| gl_cv_header_working_stdint_h=yes
| gl_cv_host_cpu_c_abi_32bit=no
| gl_cv_iconv_nonconst=yes
| gl_cv_lib_readline=yes
| gl_cv_lib_socket='none needed'
| gl_cv_long_double_equals_double=no
| gl_cv_macro_O_CLOEXEC=yes
| gl_cv_malloc_ptrdiff=yes
| gl_cv_minmax_in_limits_h=no
| gl_cv_minmax_in_sys_param_h=yes
| gl_cv_next_ctype_h=''
| gl_cv_next_fcntl_h=''
| gl_cv_next_fnmatch_h=''
| gl_cv_next_getopt_h=''
| gl_cv_next_gtk_gtk_h=''
| gl_cv_next_inttypes_h=''
| gl_cv_next_langinfo_h=''
| gl_cv_next_limits_h=''
| gl_cv_next_locale_h=''
| gl_cv_next_math_h=''
| gl_cv_next_signal_h=''
| gl_cv_next_stdint_h=''
| gl_cv_next_stdio_h=''
| gl_cv_next_stdlib_h=''
| gl_cv_next_string_h=''
| gl_cv_next_strings_h='