[GNU Cobol 2.0] testsuite: 361 failed, 43 passed unexpectedly

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



GNU Cobol with Report Writer module, clean compile on a newly-installed Kubuntu 14.04 distribution. All dependencies met.

No trees were harmed in the creation of this message, but a large number of electrons were terribly inconvenienced.
## ------------------------------------------ ##
## GNU Cobol 2.0 test suite: GNU Cobol Tests. ##
## ------------------------------------------ ##

testsuite: command line was:
  $ ./testsuite 

## ---------- ##
## ChangeLog. ##
## ---------- ##

| 
| 2015-04-27  Ron Norman
| 
| 	* Added support for Micro Focus format sequential and relative
| 	  files. New compiler directive -fmf-files sets all sequential
| 	  and relative files to match what Micro Focus would create
| 	  Numerous runtime.cfg settings added for selecting file
| 	  format.
| 
| 2015-04-14  Ron Norman

## --------- ##
## Platform. ##
## --------- ##

hostname = Whitefall
uname -m = i686
uname -r = 3.19.0-30-generic
uname -s = Linux
uname -v = #33~14.04.1-Ubuntu SMP Tue Sep 22 09:27:41 UTC 2015

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/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/awjump/gnu-cobol-reportwriter/tests
PATH: /home/awjump/gnu-cobol-reportwriter/cobc
PATH: /home/awjump/gnu-cobol-reportwriter/bin
PATH: /home/awjump/gnu-cobol-reportwriter/libcob/.libs
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games

testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2010 Free Software Foundation, Inc.
| 
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/home/awjump/gnu-cobol-reportwriter/tests'
| at_srcdir='.'
| abs_srcdir='/home/awjump/gnu-cobol-reportwriter/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/home/awjump/gnu-cobol-reportwriter'
| at_top_build_prefix='../'
| abs_top_builddir='/home/awjump/gnu-cobol-reportwriter'
| 
| # Backward compatibility with Autotest <= 2.59b:
| at_top_builddir=$at_top_build_prefix
| 
| AUTOTEST_PATH='tests'
| 
| SHELL=${CONFIG_SHELL-'/bin/bash'}

testsuite: atlocal:
| #
| # atlocal gnucobol/tests
| #
| # Copyright (C) 2003,2004,2005,2006,2007 Keisuke Nishida
| # Copyright (C) 2008-2012 Roger While
| # Copyright (C) 2014,2015 Simon Sobisch
| #
| # This file is part of GNU Cobol.
| #
| # The GNU Cobol compiler 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.
| #
| # GNU Cobol 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 GNU Cobol.  If not, see <http://www.gnu.org/licenses/>.
| 
| # CC="gcc -std=gnu99"
| COB_BIGENDIAN="no"
| COB_HAS_ISAM="yes"
| COBC="${abs_top_builddir}/cobc/cobc"
| COBCRUN="${abs_top_builddir}/bin/cobcrun"
| 
| TEMPLATE="${abs_srcdir}/testsuite.src"
| 
| FLAGS="-debug -Wall ${COBOL_FLAGS}"
| STD="-std=cobol2002"
| COMPILE="${COBC} -x ${STD} ${FLAGS}"
| COMPILE_ONLY="${COBC} -fsyntax-only ${STD} ${FLAGS}"
| COMPILE_ONLY_WITHOUTSTD="${COBC} -fsyntax-only ${FLAGS}"
| COMPILE_MODULE="${COBC} -m ${FLAGS} ${STD}"
| 
| OBJECT_EXT="o"
| 
| PATHSEP=":"
| 
| # unset all environmental vars that are used by libcob
| for cobenv in $($COBCRUN --runtime-env | grep COB_ | cut -d: -f1); do unset $cobenv; done
| 
| PATH="${abs_top_builddir}/cobc:${abs_top_builddir}/bin:${abs_top_builddir}/libcob/.libs:${PATH}"
| export PATH
| export COB_CFLAGS="-I${abs_top_srcdir} -I${abs_top_srcdir}/libcob -I/usr/local/include -pipe"
| export COB_LDFLAGS="-L${abs_top_builddir}/libcob/.libs "
| export COB_LIBS="-L${abs_top_builddir}/libcob/.libs -lcob -lm -lgmp -lncurses -ldb -ldl"
| export COB_CONFIG_DIR="${abs_top_srcdir}/config"
| export COB_RUNTIME_CONFIG="${COB_CONFIG_DIR}/runtime.cfg"
| export COB_COPY_DIR="${abs_top_srcdir}/copy"
| export LD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$LD_LIBRARY_PATH"
| export DYLD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$DYLD_LIBRARY_PATH"
| export SHLIB_PATH="${abs_top_builddir}/libcob/.libs:$SHLIB_PATH"
| export LIBPATH="${abs_top_builddir}/libcob/.libs:$LIBPATH"
| export COB_LIBRARY_PATH="${abs_top_builddir}/extras:$COB_LIBRARY_PATH"
| export COB_UNIX_LF=YES
| export COB_HAS_ISAM
| export LC_ALL=C

## ---------------- ##
## Tested programs. ##
## ---------------- ##

./testsuite.at:23: /home/awjump/gnu-cobol-reportwriter/cobc/cobc --version
cobc (GNU Cobol) 2.0.0
Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Keisuke Nishida
Copyright (C) 2006-2012 Roger While
Copyright (C) 2013-2015 Ron Norman
Copyright (C) 2009,2010,2012,2014,2015 Simon Sobisch
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Built     Oct 04 2015 17:33:43
Packaged  Mrz 29 2015 14:56:23 UTC
C version "4.8.4"

## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Sun Oct  4 17:34:13 PDT 2015
1. Compiler outputs (used_binaries.at:20): ok     (0m0.164s 0m0.024s)
2. Source file not found (used_binaries.at:45): ok     (0m0.000s 0m0.004s)
3. Using full path for cobc (used_binaries.at:55): ok     (0m0.108s 0m0.032s)
4. cobcrun validation (used_binaries.at:75): ok     (0m0.200s 0m0.016s)
5. cobc with standard configuration file (configuration.at:21): ok     (0m0.004s 0m0.000s)
6. cobc with configuration file via -std (configuration.at:42): ok     (0m0.000s 0m0.004s)
7. cobc with standard configuration file via -conf (configuration.at:63): ok     (0m0.000s 0m0.004s)
8. cobc with own configuration file via -conf (configuration.at:84): ok     (0m0.004s 0m0.004s)
9. cobc with -std and -conf (configuration.at:112): ok     (0m0.000s 0m0.004s)
10. cobc with -cb_conf (configuration.at:137): ok     (0m0.004s 0m0.000s)
11. cobc with -cb_conf priority (configuration.at:161): ok     (0m0.008s 0m0.004s)
12. cobc configuration: entries (configuration.at:190): ok     (0m0.012s 0m0.004s)
13. cobc configuration: conf missing (configuration.at:224): ok     (0m0.008s 0m0.000s)
14. cobc configuration: incomplete (configuration.at:244): ok     (0m0.004s 0m0.000s)
15. COPY: within comment (syn_copy.at:21): ok     (0m0.008s 0m0.000s)
16. COPY: file not found (syn_copy.at:49): ok     (0m0.000s 0m0.004s)
17. COPY: replacement order (syn_copy.at:69): ok     (0m0.116s 0m0.020s)
18. COPY: separators (syn_copy.at:96): ok     (0m0.128s 0m0.008s)
19. COPY: partial replacement (syn_copy.at:125): ok     (0m0.124s 0m0.008s)
20. COPY: LEADING replacement (syn_copy.at:154): ok     (0m0.128s 0m0.008s)
21. COPY: TRAILING replacement (syn_copy.at:183): ok     (0m0.124s 0m0.008s)
22. COPY: recursive replacement (syn_copy.at:212): ok     (0m0.120s 0m0.016s)
23. COPY: fixed/free format (syn_copy.at:241): ok     (0m0.116s 0m0.016s)
24. Invalid PROGRAM-ID (syn_definition.at:25): ok     (0m0.000s 0m0.004s)
25. Invalid PROGRAM-ID type clause (1) (syn_definition.at:41): ok     (0m0.004s 0m0.000s)
26. Invalid PROGRAM-ID type clause (2) (syn_definition.at:57): ok     (0m0.004s 0m0.000s)
27. Undefined data name (syn_definition.at:79): ok     (0m0.000s 0m0.004s)
28. Undefined group name (syn_definition.at:97): ok     (0m0.004s 0m0.000s)
29. Undefined data name in group (syn_definition.at:118): ok     (0m0.000s 0m0.004s)
30. Reference not a group name (syn_definition.at:141): ok     (0m0.004s 0m0.000s)
31. Incomplete 01 definition (syn_definition.at:165): ok     (0m0.004s 0m0.000s)
32. Same labels in different sections (syn_definition.at:185): ok     (0m0.004s 0m0.000s)
33. Redefinition of 01 items (syn_definition.at:210): ok     (0m0.004s 0m0.000s)
34. Redefinition of 01 and 02 items (syn_definition.at:229): ok     (0m0.004s 0m0.000s)
35. Redefinition of 02 items (syn_definition.at:248): ok     (0m0.004s 0m0.000s)
36. Redefinition of 77 items (syn_definition.at:268): ok     (0m0.004s 0m0.000s)
37. Redefinition of 01 and 77 items (syn_definition.at:287): ok     (0m0.004s 0m0.000s)
38. Redefinition of 88 items (syn_definition.at:306): ok     (0m0.000s 0m0.004s)
39. Ambiguous reference to 02 items (syn_definition.at:326): ok     (0m0.004s 0m0.000s)
40. Ambiguous reference to 02 and 03 items (syn_definition.at:352): ok     (0m0.004s 0m0.000s)
41. Ambiguous reference with qualification (syn_definition.at:378): ok     (0m0.000s 0m0.004s)
42. Unique reference with ambiguous qualifiers (syn_definition.at:407): ok     (0m0.004s 0m0.000s)
43. SYNCHRONIZED clause (syn_definition.at:432): UNEXPECTED PASS     (0m0.004s 0m0.000s)
44. Undefined procedure name (syn_definition.at:474): ok     (0m0.000s 0m0.004s)
45. Redefinition of section names (syn_definition.at:494): ok     (0m0.004s 0m0.000s)
46. Redefinition of section and paragraph names (syn_definition.at:514): ok     (0m0.004s 0m0.000s)
47. Redefinition of paragraph names (syn_definition.at:534): ok     (0m0.000s 0m0.004s)
48. Ambiguous reference to paragraph name (syn_definition.at:558): ok     (0m0.004s 0m0.000s)
49. Non-matching level numbers (extension) (syn_definition.at:583): ok     (0m0.004s 0m0.000s)
50. CALL BY VALUE alphanumeric item (extension) (syn_definition.at:611): ok     (0m0.004s 0m0.000s)
51. Non-numeric subscript (syn_subscripts.at:23): ok     (0m0.000s 0m0.004s)
52. Subscript range check (syn_subscripts.at:49): ok     (0m0.000s 0m0.004s)
53. Subscript bounds with ODO (lower) (syn_subscripts.at:89): ok     (0m0.004s 0m0.000s)
54. Subscript bounds with ODO (upper) (syn_subscripts.at:112): ok     (0m0.004s 0m0.000s)
55. Subscripted item requires OCCURS clause (syn_subscripts.at:138): ok     (0m0.004s 0m0.000s)
56. Number of subscripts (syn_subscripts.at:163): ok     (0m0.004s 0m0.000s)
57. Number of subscripts (relaxed syntax) (syn_subscripts.at:199): ok     (0m0.004s 0m0.000s)
58. OCCURS with level 01, 66, 77, and 88 (syn_occurs.at:28): ok     (0m0.004s 0m0.000s)
59. OCCURS with variable-occurrence data item (syn_occurs.at:54): ok     (0m0.004s 0m0.000s)
60. Nested OCCURS clause (syn_occurs.at:92): ok     (0m0.004s 0m0.000s)
61. OCCURS DEPENDING followed by another field (syn_occurs.at:139): ok     (0m0.004s 0m0.000s)
62. OCCURS DEPENDING without TO clause (syn_occurs.at:178): ok     (0m0.004s 0m0.000s)
63. REDEFINES: not following entry-name (syn_redefines.at:28): ok     (0m0.004s 0m0.000s)
64. REDEFINES: level 02 by 01 (syn_redefines.at:49): ok     (0m0.004s 0m0.000s)
65. REDEFINES: level 03 by 02 (syn_redefines.at:70): ok     (0m0.004s 0m0.000s)
66. REDEFINES: level 66 (syn_redefines.at:92): ok     (0m0.004s 0m0.000s)
67. REDEFINES: level 88 (syn_redefines.at:114): ok     (0m0.000s 0m0.004s)
68. REDEFINES: lower level number (syn_redefines.at:143): ok     (0m0.004s 0m0.000s)
69. REDEFINES: with OCCURS (syn_redefines.at:169): ok     (0m0.004s 0m0.000s)
70. REDEFINES: with subscript (syn_redefines.at:190): ok     (0m0.000s 0m0.004s)
71. REDEFINES: with variable occurrence (syn_redefines.at:212): ok     (0m0.000s 0m0.004s)
72. REDEFINES: with qualification (syn_redefines.at:247): ok     (0m0.004s 0m0.000s)
73. REDEFINES: multiple redefinition (syn_redefines.at:273): ok     (0m0.004s 0m0.004s)
74. REDEFINES: size exceeds (syn_redefines.at:301): ok     (0m0.000s 0m0.004s)
75. REDEFINES: with VALUE (syn_redefines.at:334): ok     (0m0.004s 0m0.000s)
76. REDEFINES: with intervention (syn_redefines.at:362): ok     (0m0.004s 0m0.000s)
77. REDEFINES: within REDEFINES (syn_redefines.at:391): ok     (0m0.004s 0m0.000s)
78. REDEFINES: non-referenced ambiguous item (syn_redefines.at:411): ok     (0m0.004s 0m0.000s)
79. Numeric item (integer) (syn_value.at:43): ok     (0m0.000s 0m0.004s)
80. Numeric item (non-integer) (syn_value.at:69): ok     (0m0.000s 0m0.004s)
81. Numeric item with picture P (syn_value.at:92): ok     (0m0.004s 0m0.000s)
82. Signed numeric literal (syn_value.at:124): ok     (0m0.000s 0m0.004s)
83. Alphabetic item (syn_value.at:150): ok     (0m0.004s 0m0.000s)
84. Alphanumeric item (syn_value.at:176): ok     (0m0.004s 0m0.000s)
85. Alphanumeric group item (syn_value.at:198): ok     (0m0.004s 0m0.000s)
86. Numeric-edited item (syn_value.at:233): ok     (0m0.004s 0m0.000s)
87. Alphanumeric-edited item (syn_value.at:257): ok     (0m0.004s 0m0.000s)
88. SELECT without ASSIGN (syn_file.at:22): ok     (0m0.004s 0m0.000s)
89. START on SEQUENTIAL file (syn_file.at:51): ok     (0m0.004s 0m0.000s)
90. DECLARATIVES Invalid procedure reference (1) (syn_file.at:81): ok     (0m0.004s 0m0.000s)
91. DECLARATIVES Invalid procedure reference (2) (syn_file.at:121): ok     (0m0.000s 0m0.004s)
92. DECLARATIVES Invalid procedure reference (3) (syn_file.at:161): ok     (0m0.004s 0m0.000s)
93. REPORT error/warning (syn_reportwriter.at:22): ok     (0m0.000s 0m0.004s)
94. REPORT not positive integers in COL / LINE PLUS (syn_reportwriter.at:124): ok     (0m0.004s 0m0.000s)
95. Missing DETAIL line (syn_reportwriter.at:175): ok     (0m0.004s 0m0.000s)
96. REPORT LINE PLUS ZERO (syn_reportwriter.at:218): ok     (0m0.004s 0m0.000s)
97. Incorrect REPORT NAME (syn_reportwriter.at:268): ok     (0m0.008s 0m0.000s)
98. REPORT with PLUS RIGHT/CENTER (syn_reportwriter.at:386): ok     (0m0.000s 0m0.004s)
99. Ambiguous AND/OR (syn_misc.at:22): ok     (0m0.000s 0m0.004s)
100. Missing headers (syn_misc.at:48): ok     (0m0.004s 0m0.000s)
101. INITIALIZE constant (syn_misc.at:87): ok     (0m0.000s 0m0.004s)
102. CLASS duplicate values (syn_misc.at:114): ok     (0m0.004s 0m0.000s)
103. INSPECT invalid size (syn_misc.at:149): ok     (0m0.004s 0m0.000s)
104. INSPECT invalid target (syn_misc.at:178): ok     (0m0.004s 0m0.000s)
105. INSPECT missing keyword (syn_misc.at:201): ok     (0m0.000s 0m0.004s)
106. Maximum data size (syn_misc.at:222): ok     (0m0.004s 0m0.000s)
107. Unreachable statement (syn_misc.at:251): ok     (0m0.004s 0m0.000s)
108. CRT STATUS (syn_misc.at:293): ok     (0m0.008s 0m0.000s)
109. ACCEPT WITH ( NO ) UPDATE / DEFAULT (syn_misc.at:335): ok     (0m0.004s 0m0.000s)
110. ACCEPT WITH AUTO / TAB (syn_misc.at:360): ok     (0m0.000s 0m0.004s)
111. Source text after column 72 in Fixed-form (syn_misc.at:385): ok     (0m0.004s 0m0.000s)
112. Line overflow in Fixed-form / Free-form (syn_misc.at:406): ok     (0m0.004s 0m0.004s)
113. Continuation Indicator - Literal too long (syn_misc.at:448): ok     (0m0.232s 0m0.000s)
114. Literal too long (syn_misc.at:999): skipped (syn_misc.at:1003)
115. word length (syn_misc.at:1216): ok     (0m0.012s 0m0.000s)
116. Line and floating comments (syn_misc.at:1285): ok     (0m0.512s 0m0.056s)
117. REDEFINES with VALUE (syn_misc.at:1436): ok     (0m0.004s 0m0.000s)
118. MOVE SPACE TO numeric or numeric-edited item (syn_move.at:37): ok     (0m0.004s 0m0.000s)
119. MOVE ZERO TO alphabetic item (syn_move.at:63): ok     (0m0.004s 0m0.000s)
120. MOVE alphabetic TO x (syn_move.at:89): ok     (0m0.004s 0m0.000s)
121. MOVE alphanumeric TO x (syn_move.at:119): ok     (0m0.000s 0m0.004s)
122. MOVE alphanumeric-edited TO x (syn_move.at:146): ok     (0m0.004s 0m0.000s)
123. MOVE numeric (integer) TO x (syn_move.at:176): ok     (0m0.000s 0m0.004s)
124. MOVE numeric (non-integer) TO x (syn_move.at:205): ok     (0m0.004s 0m0.000s)
125. MOVE numeric-edited TO x (syn_move.at:236): ok     (0m0.000s 0m0.004s)
126. CORRESPONDING - Operands must be groups (syn_move.at:271): ok     (0m0.004s 0m0.000s)
127. CORRESPONDING - Target has no matching items (syn_move.at:300): ok     (0m0.004s 0m0.000s)
128. MOVE: misc (syn_move.at:327): ok     (0m0.004s 0m0.000s)
129. MOVE: Overlapping (syn_move.at:350): ok     (0m0.116s 0m0.032s)
130. Category check of Format 1 (syn_multiply.at:28): ok     (0m0.004s 0m0.000s)
131. Category check of Format 2 (syn_multiply.at:67): ok     (0m0.000s 0m0.004s)
132. Category check of literals (syn_multiply.at:108): ok     (0m0.004s 0m0.000s)
133. FROM clause (syn_screen.at:23): ok     (0m0.004s 0m0.000s)
134. SET: misc (syn_set.at:24): ok     (0m0.000s 0m0.004s)
135. DISPLAY literals (run_fundamental.at:24): ok     (0m0.120s 0m0.020s)
136. DISPLAY literals, DECIMAL-POINT is COMMA (run_fundamental.at:62): ok     (0m0.116s 0m0.024s)
137. Hexadecimal literal (run_fundamental.at:92): ok     (0m0.188s 0m0.020s)
138. DISPLAY data items with VALUE clause (run_fundamental.at:138): ok     (0m0.136s 0m0.004s)
139. DISPLAY data items with MOVE statement (run_fundamental.at:185): ok     (0m0.120s 0m0.020s)
140. MOVE to edited item (1) (run_fundamental.at:239): ok     (0m0.124s 0m0.016s)
141. MOVE to edited item (2) (run_fundamental.at:288): ok     (0m0.128s 0m0.012s)
142. MOVE to JUSTIFIED item (run_fundamental.at:337): ok     (0m0.124s 0m0.016s)
143. MOVE integer literal to alphanumeric (run_fundamental.at:382): ok     (0m0.124s 0m0.012s)
144. Check for equality of FLOAT-SHORT / FLOAT-LONG (run_fundamental.at:407): ok     (0m0.148s 0m0.004s)
145. Overlapping MOVE (run_fundamental.at:530): ok     (0m0.220s 0m0.028s)
146. ALPHABETIC test (run_fundamental.at:594): ok     (0m0.132s 0m0.008s)
147. ALPHABETIC-UPPER test (run_fundamental.at:626): ok     (0m0.124s 0m0.016s)
148. ALPHABETIC-LOWER test (run_fundamental.at:658): ok     (0m0.124s 0m0.016s)
149. GLOBAL at same level (run_fundamental.at:690): ok     (0m0.140s 0m0.016s)
150. GLOBAL at lower level (run_fundamental.at:739): ok     (0m0.140s 0m0.008s)
151. GLOBAL CONSTANT (run_fundamental.at:788): ok     (0m0.144s 0m0.020s)
152. Contained program visibility (1) (run_fundamental.at:873): ok     (0m0.144s 0m0.016s)
153. Contained program visibility (2) (run_fundamental.at:928): ok     (0m0.136s 0m0.020s)
154. Contained program visibility (3) (run_fundamental.at:981): ok     (0m0.136s 0m0.020s)
155. Contained program visibility (4) (run_fundamental.at:1032): ok     (0m0.120s 0m0.040s)
156. START RELATIVE (1) (run_fundamental.at:1087): ok     (0m0.136s 0m0.012s)
157. START RELATIVE (2) (run_fundamental.at:1136): ok     (0m0.144s 0m0.012s)
158. GLOBAL FD (1) (run_fundamental.at:1213): ok     (0m0.132s 0m0.020s)
159. GLOBAL FD (2) (run_fundamental.at:1263): ok     (0m0.128s 0m0.020s)
160. GLOBAL FD (3) (run_fundamental.at:1313): ok     (0m0.136s 0m0.012s)
161. GLOBAL FD (4) (run_fundamental.at:1363): ok     (0m0.140s 0m0.012s)
162. CANCEL test (1) (run_fundamental.at:1413): ok     (0m0.136s 0m0.000s)
163. CANCEL test (2) (run_fundamental.at:1440): ok     (0m0.228s 0m0.012s)
164. Separate sign positions (1) (run_fundamental.at:1480): ok     (0m0.128s 0m0.012s)
165. Separate sign positions (2) (run_fundamental.at:1504): ok     (0m0.128s 0m0.016s)
166. Context sensitive words (1) (run_fundamental.at:1536): ok     (0m0.124s 0m0.012s)
167. Context sensitive words (2) (run_fundamental.at:1559): ok     (0m0.128s 0m0.008s)
168. Context sensitive words (3) (run_fundamental.at:1583): ok     (0m0.120s 0m0.020s)
169. Context sensitive words (4) (run_fundamental.at:1607): ok     (0m0.136s 0m0.000s)
170. Context sensitive words (5) (run_fundamental.at:1632): ok     (0m0.132s 0m0.008s)
171. Context sensitive words (6) (run_fundamental.at:1655): ok     (0m0.128s 0m0.008s)
172. Context sensitive words (7) (run_fundamental.at:1678): ok     (0m0.132s 0m0.008s)
173. ROUNDED AWAY-FROM-ZERO (run_fundamental.at:1705): ok     (0m0.140s 0m0.008s)
174. ROUNDED NEAREST-AWAY-FROM-ZERO (run_fundamental.at:1768): ok     (0m0.108s 0m0.036s)
175. ROUNDED NEAREST-EVEN (run_fundamental.at:1831): ok     (0m0.116s 0m0.032s)
176. ROUNDED NEAREST-TOWARD-ZERO (run_fundamental.at:1894): ok     (0m0.120s 0m0.028s)
177. ROUNDED TOWARD-GREATER (run_fundamental.at:1957): ok     (0m0.120s 0m0.028s)
178. ROUNDED TOWARD-LESSER (run_fundamental.at:2020): ok     (0m0.136s 0m0.008s)
179. ROUNDED TRUNCATION (run_fundamental.at:2083): ok     (0m0.136s 0m0.012s)
180. Numeric operations (1) (run_fundamental.at:2146): ok     (0m0.136s 0m0.008s)
181. Numeric operations (2) (run_fundamental.at:2190): ok     (0m0.164s 0m0.028s)
182. Numeric operations (3) (run_fundamental.at:2496): ok     (0m0.188s 0m0.020s)
183. Numeric operations (4) (run_fundamental.at:2802): ok     (0m0.184s 0m0.016s)
184. Numeric operations (5) (run_fundamental.at:3108): ok     (0m0.172s 0m0.028s)
185. Numeric operations (6) (run_fundamental.at:3414): ok     (0m0.196s 0m0.024s)
186. Numeric operations (7) (run_fundamental.at:3483): ok     (0m0.156s 0m0.020s)
187. Subscript out of bounds (1) (run_subscripts.at:26): ok     (0m0.120s 0m0.024s)
188. Subscript out of bounds (2) (run_subscripts.at:51): ok     (0m0.124s 0m0.020s)
189. Value of DEPENDING ON N out of bounds (lower) (run_subscripts.at:76): ok     (0m0.132s 0m0.004s)
190. Value of DEPENDING ON N out of bounds (upper) (run_subscripts.at:101): ok     (0m0.120s 0m0.020s)
191. Subscript bounds with ODO (run_subscripts.at:126): ok     (0m0.116s 0m0.024s)
192. Subscript by arithmetic expression (run_subscripts.at:151): ok     (0m0.128s 0m0.016s)
193. Static reference modification (run_refmod.at:25): ok     (0m0.116s 0m0.024s)
194. Dynamic reference modification (run_refmod.at:56): ok     (0m0.128s 0m0.016s)
195. Static out of bounds (run_refmod.at:92): ok     (0m0.000s 0m0.004s)
196. Offset underflow (run_refmod.at:122): ok     (0m0.112s 0m0.028s)
197. Offset overflow (run_refmod.at:145): ok     (0m0.132s 0m0.008s)
198. Length underflow (run_refmod.at:168): ok     (0m0.112s 0m0.028s)
199. Length overflow (run_refmod.at:191): ok     (0m0.124s 0m0.016s)
200. ACCEPT FROM DATE/DAY (run_accept.at:23): ok     (0m0.124s 0m0.024s)
201. ACCEPT DATE/TIME (run_accept.at:69): ok     (0m0.132s 0m0.012s)
202. INITIALIZE group entry with OCCURS (run_initialize.at:27): ok     (0m0.124s 0m0.016s)
203. INITIALIZE OCCURS with numeric edited (run_initialize.at:55): ok     (0m0.128s 0m0.012s)
204. INITIALIZE complex group (1) (run_initialize.at:81): ok     (0m0.132s 0m0.008s)
205. INITIALIZE complex group (2) (run_initialize.at:108): ok     (0m0.116s 0m0.024s)
206. INITIALIZE with REDEFINES (run_initialize.at:135): ok     (0m0.112s 0m0.028s)
207. INITIALIZE with FILLER (run_initialize.at:161): ok     (0m0.128s 0m0.016s)
208. INITIALIZE of EXTERNAL data items (run_initialize.at:194): ok     (0m0.116s 0m0.028s)
209. INITIALIZE with reference modification (run_initialize.at:244): ok     (0m0.132s 0m0.008s)
210. Comma separator without space (run_misc.at:23): ok     (0m0.120s 0m0.012s)
211. LOCAL-STORAGE (1) (run_misc.at:41): ok     (0m0.232s 0m0.016s)
212. LOCAL-STORAGE (2) (run_misc.at:77): ok     (0m0.288s 0m0.064s)
213. EXTERNAL data item (run_misc.at:125): ok     (0m0.224s 0m0.024s)
214. EXTERNAL AS data item (run_misc.at:167): ok     (0m0.220s 0m0.032s)
215. MOVE to itself (run_misc.at:218): ok     (0m0.120s 0m0.020s)
216. MOVE with refmod (run_misc.at:244): ok     (0m0.132s 0m0.008s)
217. MOVE with refmod (variable) (run_misc.at:268): ok     (0m0.128s 0m0.012s)
218. MOVE with group refmod (run_misc.at:294): ok     (0m0.120s 0m0.020s)
219. MOVE indexes (run_misc.at:319): ok     (0m0.128s 0m0.016s)
220. MOVE X'00' (run_misc.at:345): ok     (0m0.192s 0m0.020s)
221. MOVE Z'literal' (run_misc.at:383): ok     (0m0.112s 0m0.024s)
222. Floating continuation indicator (run_misc.at:415): ok     (0m0.120s 0m0.016s)
223. Fixed continuation indicator (run_misc.at:437): ok     (0m0.140s 0m0.000s)
224. Concatenation operator (run_misc.at:479): ok     (0m0.120s 0m0.012s)
225. Level 01 subscripts (run_misc.at:503): ok     (0m0.004s 0m0.000s)
226. Class check with reference modification (run_misc.at:525): ok     (0m0.124s 0m0.016s)
227. Index and parenthesized expression (run_misc.at:549): ok     (0m0.128s 0m0.008s)
228. Alphanumeric and binary numeric (run_misc.at:573): ok     (0m0.140s 0m0.004s)
229. Dynamic call with static linking (run_misc.at:600): ok     (0m0.188s 0m0.024s)
230. CALL m1. CALL m2. CALL m1. (run_misc.at:627): ok     (0m0.300s 0m0.052s)
231. Recursive CALL of RECURSIVE program (run_misc.at:682): ok     (0m0.324s 0m0.032s)
232. Recursive CALL of INITIAL program (run_misc.at:734): ok     (0m0.332s 0m0.024s)
233. Multiple calls of INITIAL program (run_misc.at:784): ok     (0m0.220s 0m0.028s)
234. CALL binary literal parameter/LENGTH OF (run_misc.at:841): ok     (0m0.316s 0m0.040s)
235. INSPECT: REPLACING LEADING ZEROS BY SPACES (run_misc.at:900): ok     (0m0.116s 0m0.024s)
236. INSPECT: No repeat conversion check (run_misc.at:924): ok     (0m0.136s 0m0.008s)
237. INSPECT: CONVERTING TO figurative constant (run_misc.at:948): ok     (0m0.132s 0m0.004s)
238. INSPECT: CONVERTING NULL (run_misc.at:972): ok     (0m0.132s 0m0.004s)
239. INSPECT: CONVERTING TO NULL (run_misc.at:996): ok     (0m0.124s 0m0.016s)
240. INSPECT: REPLACING figurative constant (run_misc.at:1020): ok     (0m0.132s 0m0.008s)
241. INSPECT: TALLYING BEFORE (run_misc.at:1044): ok     (0m0.108s 0m0.032s)
242. INSPECT: TALLYING AFTER (run_misc.at:1079): ok     (0m0.120s 0m0.024s)
243. INSPECT: REPLACING TRAILING ZEROS BY SPACES (run_misc.at:1114): ok     (0m0.112s 0m0.032s)
244. INSPECT: REPLACING complex (run_misc.at:1138): ok     (0m0.108s 0m0.032s)
245. SWITCHES (1) (run_misc.at:1164): ok     (0m0.124s 0m0.016s)
246. SWITCHES (2) (run_misc.at:1221): ok     (0m0.124s 0m0.020s)
247. Nested PERFORM (run_misc.at:1255): ok     (0m0.100s 0m0.036s)
248. EXIT PERFORM (run_misc.at:1280): ok     (0m0.120s 0m0.020s)
249. EXIT PERFORM CYCLE (run_misc.at:1305): ok     (0m0.112s 0m0.024s)
250. EXIT PARAGRAPH (run_misc.at:1330): ok     (0m0.116s 0m0.024s)
251. EXIT SECTION (run_misc.at:1362): ok     (0m0.124s 0m0.016s)
252. PERFORM UNTIL EXIT (run_misc.at:1396): ok     (0m0.136s 0m0.004s)
253. PERFORM inline (1) (run_misc.at:1427): ok     (0m0.124s 0m0.012s)
254. PERFORM inline (2) (run_misc.at:1455): ok     (0m0.104s 0m0.040s)
255. 88 with FILLER (run_misc.at:1477): ok     (0m0.132s 0m0.008s)
256. Non-overflow after overflow (run_misc.at:1506): ok     (0m0.116s 0m0.024s)
257. PERFORM ... CONTINUE (run_misc.at:1536): ok     (0m0.000s 0m0.004s)
258. STRING with subscript reference (run_misc.at:1553): ok     (0m0.132s 0m0.008s)
259. UNSTRING DELIMITED ALL LOW-VALUE (run_misc.at:1580): ok     (0m0.120s 0m0.020s)
260. UNSTRING DELIMITED ALL SPACE-2 (run_misc.at:1615): ok     (0m0.120s 0m0.032s)
261. UNSTRING DELIMITED POINTER (run_misc.at:1680): ok     (0m0.136s 0m0.012s)
262. UNSTRING DELIMITER IN (run_misc.at:1735): ok     (0m0.136s 0m0.008s)
263. UNSTRING with FUNCTION (run_misc.at:1776): ok     (0m0.132s 0m0.024s)
264. PICTURE COMP-X (run_misc.at:1845): ok     (0m0.152s 0m0.008s)
265. SORT: table sort (run_misc.at:1922): ok     (0m0.124s 0m0.016s)
266. SORT: table sort (2) (run_misc.at:1964): ok     (0m0.152s 0m0.028s)
267. SORT: table sort (3) (run_misc.at:2089): skipped (run_misc.at:2090)
268. SORT: EBCDIC table sort (run_misc.at:2130): ok     (0m0.132s 0m0.012s)
269. PIC ZZZ-, ZZZ+ (run_misc.at:2168): ok     (0m0.132s 0m0.016s)
270. PERFORM type OSVS (run_misc.at:2221): ok     (0m0.132s 0m0.016s)
271. Sticky LINKAGE (run_misc.at:2263): ok     (0m0.228s 0m0.020s)
272. COB_PRE_LOAD test (run_misc.at:2315): ok     (0m0.220s 0m0.024s)
273. COB_PRE_LOAD with entry points (run_misc.at:2341): ok     (0m0.324s 0m0.036s)
274. COB_LOAD_CASE=UPPER test (run_misc.at:2419): ok     (0m0.216s 0m0.024s)
275. 88 level with FALSE IS clause (run_misc.at:2445): ok     (0m0.120s 0m0.020s)
276. ALLOCATE / FREE with BASED item (1) (run_misc.at:2473): ok     (0m0.128s 0m0.016s)
277. ALLOCATE / FREE with BASED item (2) (run_misc.at:2500): ok     (0m0.208s 0m0.052s)
278. ALLOCATE CHARACTERS INITIALIZED TO (run_misc.at:2547): ok     (0m0.116s 0m0.028s)
279. Initialized value with defaultbyte (run_misc.at:2588): ok     (0m0.140s 0m0.004s)
280. CALL with OMITTED parameter (run_misc.at:2613): ok     (0m0.196s 0m0.048s)
281. ANY LENGTH (1) (run_misc.at:2650): ok     (0m0.200s 0m0.052s)
282. ANY LENGTH (2) (run_misc.at:2693): ok     (0m0.200s 0m0.048s)
283. BASED item non-ALLOCATED (debug) (run_misc.at:2737): ok     (0m0.128s 0m0.004s)
284. STOP RUN WITH NORMAL STATUS (run_misc.at:2760): ok     (0m0.108s 0m0.028s)
285. STOP RUN WITH ERROR STATUS (run_misc.at:2778): ok     (0m0.132s 0m0.008s)
286. DECLARATIVES procedure referencing (run_misc.at:2796): ok     (0m0.120s 0m0.028s)
287. DECLARATIVES procedure referencing (multiple) (run_misc.at:2836): ok     (0m0.128s 0m0.016s)
288. SYMBOLIC clause (run_misc.at:2880): ok     (0m0.108s 0m0.036s)
289. OCCURS clause with 1 entry (run_misc.at:2917): ok     (0m0.132s 0m0.008s)
290. Computing of different USAGEs w/o decimal point (run_misc.at:2966): ok     (0m0.448s 0m0.092s)
291. Computing of different USAGEs w/- decimal point (run_misc.at:3474): ok     (0m0.468s 0m0.036s)
292. C/C++ reserved words/predefined identifiers (run_misc.at:3982): ok     (0m0.340s 0m0.044s)
293. PERFORM VARYING Float (run_misc.at:4441): ok     (0m0.124s 0m0.020s)
294. Test PICTURE with Edit mask (run_misc.at:4479): ok     (0m0.128s 0m0.016s)
295. COMP-3 Index (run_misc.at:4510): ok     (0m0.120s 0m0.024s)
296. POINTER (run_misc.at:4546): ok     (0m0.124s 0m0.012s)
297. DISPLAY UPON (run_misc.at:4585): ok     (0m0.120s 0m0.020s)
298. REDEFINES with VALUE relaxed (run_misc.at:4643): ok     (0m0.140s 0m0.012s)
299. READ INTO AT-END sequence (run_file.at:23): ok     (0m0.128s 0m0.020s)
300. First READ on empty SEQUENTIAL INDEXED file (run_file.at:60): ok     (0m0.140s 0m0.008s)
301. REWRITE a RELATIVE file with RANDOM access (run_file.at:100): ok     (0m0.144s 0m0.012s)
302. INDEXED File Sparse/Split keys (run_file.at:167): ok     (0m0.216s 0m0.024s)
303. SORT with SD, I/O SEQUENTIAL (run_file.at:685): ok     (0m0.128s 0m0.028s)
304. SORT with SD, I/O LINE SEQUENTIAL (run_file.at:733): ok     (0m0.128s 0m0.028s)
305. SORT with SD, I/O LINE SEQUENTIAL same file (run_file.at:790): ok     (0m0.120s 0m0.020s)
306. SORT nonexistent file (run_file.at:847): ok     (0m0.144s 0m0.000s)
307. RELATIVE Multi-Record (run_file.at:882): ok     (0m0.180s 0m0.008s)
308. RELATIVE one Record (run_file.at:1132): ok     (0m0.188s 0m0.036s)
309. SEQUENTIAL Multi-Record (run_file.at:1541): ok     (0m0.188s 0m0.008s)
310. SEQUENTIAL one Record (run_file.at:1800): ok     (0m0.184s 0m0.000s)
311. Report Line Order (run_reportwriter.at:22): ok     (0m0.132s 0m0.016s)
312. Report COL PLUS (run_reportwriter.at:120): ok     (0m0.140s 0m0.008s)
313. Report Overlapping Fields (run_reportwriter.at:190): ok     (0m0.132s 0m0.012s)
314. EMPTY REPORT (run_reportwriter.at:260): ok     (0m0.140s 0m0.008s)
315. PAGE LIMIT REPORT (run_reportwriter.at:330): ok     (0m0.132s 0m0.016s)
316. PAGE LIMIT REPORT 2 (run_reportwriter.at:393): ok     (0m0.136s 0m0.016s)
317. Sample Customer Report (run_reportwriter.at:466): ok     (0m0.152s 0m0.012s)
318. Sample Charge Report (run_reportwriter.at:783): ok     (0m0.152s 0m0.016s)
319. Sample Charge Report 2 (run_reportwriter.at:1138): ok     (0m0.140s 0m0.036s)
320. Sample Charge Report 3 (run_reportwriter.at:1510): ok     (0m0.160s 0m0.012s)
321. Sample Charge Report 4 (run_reportwriter.at:1812): ok     (0m0.144s 0m0.028s)
322. Sample Payroll Report (run_reportwriter.at:2230): ok     (0m0.304s 0m0.016s)
323. Sample REPORT with RIGHT/CENTER (run_reportwriter.at:2910): ok     (0m0.132s 0m0.036s)
324. STUDENT REPORT with INITIAL (run_reportwriter.at:3064): ok     (0m0.148s 0m0.016s)
325. ORDER REPORT; Test substring (run_reportwriter.at:3217): ok     (0m0.164s 0m0.012s)
326. Sample Control Break (run_reportwriter.at:3570): ok     (0m0.140s 0m0.028s)
327. Sample Inventory Report (run_reportwriter.at:3814): ok     (0m0.128s 0m0.036s)
328. Duplicate Detail Line (run_reportwriter.at:4006): ok     (0m0.124s 0m0.028s)
329. Report with OCCURS (run_reportwriter.at:4135): ok     (0m0.144s 0m0.016s)
330. Duplicate INITIATE (run_reportwriter.at:4241): ok     (0m0.140s 0m0.008s)
331. Missing INITIATE (run_reportwriter.at:4307): ok     (0m0.128s 0m0.020s)
332. Next Group Next Page (run_reportwriter.at:4369): ok     (0m0.148s 0m0.028s)
333. RETURN-CODE moving (run_returncode.at:23): ok     (0m0.132s 0m0.012s)
334. RETURN-CODE passing (run_returncode.at:49): ok     (0m0.320s 0m0.040s)
335. RETURN-CODE nested (run_returncode.at:101): ok     (0m0.144s 0m0.004s)
336. FUNCTION ABS (run_functions.at:24): ok     (0m0.124s 0m0.016s)
337. FUNCTION ACOS (run_functions.at:46): ok     (0m0.132s 0m0.016s)
338. FUNCTION ANNUITY (run_functions.at:69): ok     (0m0.120s 0m0.020s)
339. FUNCTION ASIN (run_functions.at:92): ok     (0m0.112s 0m0.032s)
340. FUNCTION ATAN (run_functions.at:115): ok     (0m0.108s 0m0.028s)
341. FUNCTION BYTE-LENGTH (run_functions.at:138): ok     (0m0.124s 0m0.020s)
342. FUNCTION CHAR (run_functions.at:162): ok     (0m0.120s 0m0.016s)
343. FUNCTION COMBINED-DATETIME (run_functions.at:184): ok     (0m0.104s 0m0.028s)
344. FUNCTION CONCATENATE (run_functions.at:206): ok     (0m0.120s 0m0.020s)
345. FUNCTION CONCATENATE with reference modding (run_functions.at:229): ok     (0m0.116s 0m0.024s)
346. FUNCTION COS (run_functions.at:253): ok     (0m0.116s 0m0.028s)
347. FUNCTION CURRENCY-SYMBOL (run_functions.at:276): ok     (0m0.124s 0m0.008s)
348. FUNCTION CURRENT-DATE (run_functions.at:298): ok     (0m0.120s 0m0.016s)
349. FUNCTION DATE-OF-INTEGER (run_functions.at:320): ok     (0m0.124s 0m0.016s)
350. FUNCTION DATE-TO-YYYYMMDD (run_functions.at:341): ok     (0m0.132s 0m0.004s)
351. FUNCTION DAY-OF-INTEGER (run_functions.at:362): ok     (0m0.112s 0m0.024s)
352. FUNCTION DAY-TO-YYYYDDD (run_functions.at:383): ok     (0m0.128s 0m0.012s)
353. FUNCTION E (run_functions.at:404): ok     (0m0.128s 0m0.012s)
354. FUNCTION EXCEPTION-FILE (run_functions.at:427): ok     (0m0.120s 0m0.024s)
355. FUNCTION EXCEPTION-LOCATION (run_functions.at:458): ok     (0m0.128s 0m0.012s)
356. FUNCTION EXCEPTION-STATEMENT (run_functions.at:493): ok     (0m0.124s 0m0.016s)
357. FUNCTION EXCEPTION-STATUS (run_functions.at:524): ok     (0m0.120s 0m0.028s)
358. FUNCTION EXP (run_functions.at:555): ok     (0m0.120s 0m0.016s)
359. FUNCTION EXP10 (run_functions.at:578): ok     (0m0.116s 0m0.020s)
360. FUNCTION FACTORIAL (run_functions.at:599): ok     (0m0.112s 0m0.024s)
362. FUNCTION FORMATTED-DATE (run_functions.at:647): ok     (0m0.144s 0m0.004s)
363. FUNCTION FORMATTED-DATE with ref modding (run_functions.at:709): ok     (0m0.124s 0m0.012s)
364. FUNCTION FORMATTED-DATETIME (run_functions.at:728): ok     (0m0.124s 0m0.020s)
365. FUNCTION FORMATTED-DATETIME with ref modding (run_functions.at:775): ok     (0m0.128s 0m0.016s)
366. FUNCTION FORMATTED-TIME (run_functions.at:795): ok     (0m0.144s 0m0.012s)
367. FUNCTION FORMATTED-TIME DP.COMMA (run_functions.at:880): ok     (0m0.128s 0m0.016s)
368. FUNCTION FORMATTED-TIME with ref modding (run_functions.at:910): ok     (0m0.128s 0m0.008s)
369. FUNCTION FRACTION-PART (run_functions.at:929): ok     (0m0.116s 0m0.020s)
370. FUNCTION HIGHEST-ALGEBRAIC (run_functions.at:953): ok     (0m0.120s 0m0.028s)
371. FUNCTION INTEGER (run_functions.at:1005): ok     (0m0.124s 0m0.020s)
372. FUNCTION INTEGER-OF-DATE (run_functions.at:1031): ok     (0m0.108s 0m0.024s)
373. FUNCTION INTEGER-OF-DAY (run_functions.at:1052): ok     (0m0.112s 0m0.032s)
374. FUNCTION INTEGER-OF-FORMATTED-DATE (run_functions.at:1073): ok     (0m0.128s 0m0.012s)
375. FUNCTION INTEGER-PART (run_functions.at:1122): ok     (0m0.116s 0m0.020s)
376. FUNCTION LENGTH (run_functions.at:1144): ok     (0m0.116s 0m0.016s)
377. FUNCTION LOCALE-COMPARE (run_functions.at:1166): ok     (0m0.128s 0m0.016s)
378. FUNCTION LOCALE-DATE (run_functions.at:1195): ok     (0m0.124s 0m0.016s)
379. FUNCTION LOCALE-TIME (run_functions.at:1220): ok     (0m0.120s 0m0.024s)
380. FUNCTION LOCALE-TIME-FROM-SECONDS (run_functions.at:1245): ok     (0m0.120s 0m0.020s)
381. FUNCTION LOG (run_functions.at:1270): ok     (0m0.112s 0m0.028s)
382. FUNCTION LOG10 (run_functions.at:1293): ok     (0m0.132s 0m0.008s)
383. FUNCTION LOWER-CASE (run_functions.at:1316): ok     (0m0.132s 0m0.004s)
384. FUNCTION LOWER-CASE with reference modding (run_functions.at:1338): ok     (0m0.112s 0m0.024s)
385. FUNCTION LOWEST-ALGEBRAIC (run_functions.at:1360): ok     (0m0.136s 0m0.008s)
386. FUNCTION MAX (run_functions.at:1412): ok     (0m0.128s 0m0.008s)
387. FUNCTION MEAN (run_functions.at:1433): ok     (0m0.124s 0m0.012s)
388. FUNCTION MEDIAN (run_functions.at:1454): ok     (0m0.128s 0m0.008s)
389. FUNCTION MIDRANGE (run_functions.at:1475): ok     (0m0.116s 0m0.020s)
390. FUNCTION MIN (run_functions.at:1496): ok     (0m0.120s 0m0.016s)
391. FUNCTION MOD (run_functions.at:1517): ok     (0m0.112s 0m0.024s)
392. FUNCTION MODULE-CALLER-ID (run_functions.at:1542): ok     (0m0.228s 0m0.016s)
393. FUNCTION MODULE-DATE (run_functions.at:1575): ok     (0m0.128s 0m0.012s)
394. FUNCTION MODULE-FORMATTED-DATE (run_functions.at:1599): ok     (0m0.120s 0m0.024s)
395. FUNCTION MODULE-ID (run_functions.at:1623): ok     (0m0.112s 0m0.020s)
396. FUNCTION MODULE-PATH (run_functions.at:1643): ok     (0m0.136s 0m0.004s)
397. FUNCTION MODULE-SOURCE (run_functions.at:1667): ok     (0m0.116s 0m0.020s)
398. FUNCTION MODULE-TIME (run_functions.at:1687): ok     (0m0.132s 0m0.012s)
399. FUNCTION MONETARY-DECIMAL-POINT (run_functions.at:1711): ok     (0m0.108s 0m0.032s)
400. FUNCTION MONETARY-THOUSANDS-SEPARATOR (run_functions.at:1733): ok     (0m0.124s 0m0.016s)
401. FUNCTION NUMERIC-DECIMAL-POINT (run_functions.at:1755): ok     (0m0.128s 0m0.008s)
402. FUNCTION NUMERIC-THOUSANDS-SEPARATOR (run_functions.at:1777): ok     (0m0.128s 0m0.008s)
403. FUNCTION NUMVAL (run_functions.at:1799): ok     (0m0.120s 0m0.020s)
404. FUNCTION NUMVAL-C (run_functions.at:1829): ok     (0m0.124s 0m0.016s)
405. FUNCTION NUMVAL-F (run_functions.at:1859): ok     (0m0.128s 0m0.008s)
406. FUNCTION ORD (run_functions.at:1881): ok     (0m0.136s 0m0.000s)
407. FUNCTION ORD-MAX (run_functions.at:1902): ok     (0m0.120s 0m0.020s)
408. FUNCTION ORD-MIN (run_functions.at:1923): ok     (0m0.128s 0m0.012s)
409. FUNCTION PI (run_functions.at:1944): ok     (0m0.116s 0m0.024s)
410. FUNCTION PRESENT-VALUE (run_functions.at:1967): ok     (0m0.128s 0m0.008s)
411. FUNCTION RANDOM (run_functions.at:1988): ok     (0m0.128s 0m0.012s)
412. FUNCTION RANGE (run_functions.at:2011): ok     (0m0.116s 0m0.028s)
413. FUNCTION REM (run_functions.at:2034): ok     (0m0.116s 0m0.024s)
414. FUNCTION REVERSE (run_functions.at:2057): ok     (0m0.124s 0m0.020s)
415. FUNCTION REVERSE with reference modding (run_functions.at:2081): ok     (0m0.116s 0m0.020s)
416. FUNCTION SECONDS-FROM-FORMATTED-TIME (run_functions.at:2105): ok     (0m0.140s 0m0.008s)
417. FUNCTION SECONDS-PAST-MIDNIGHT (run_functions.at:2171): ok     (0m0.124s 0m0.016s)
418. FUNCTION SIGN (run_functions.at:2194): ok     (0m0.140s 0m0.008s)
419. FUNCTION SIN (run_functions.at:2232): ok     (0m0.128s 0m0.012s)
420. FUNCTION SQRT (run_functions.at:2255): ok     (0m0.116s 0m0.024s)
421. FUNCTION STANDARD-DEVIATION (run_functions.at:2278): ok     (0m0.128s 0m0.008s)
422. FUNCTION STORED-CHAR-LENGTH (run_functions.at:2301): ok     (0m0.120s 0m0.024s)
423. FUNCTION SUBSTITUTE (run_functions.at:2326): ok     (0m0.116s 0m0.024s)
424. FUNCTION SUBSTITUTE with reference modding (run_functions.at:2351): ok     (0m0.132s 0m0.012s)
425. FUNCTION SUBSTITUTE-CASE (run_functions.at:2378): ok     (0m0.140s 0m0.004s)
426. FUNCTION SUBSTITUTE-CASE with reference mod (run_functions.at:2404): ok     (0m0.120s 0m0.020s)
427. FUNCTION SUM (run_functions.at:2431): ok     (0m0.136s 0m0.008s)
428. FUNCTION TAN (run_functions.at:2454): ok     (0m0.120s 0m0.028s)
429. FUNCTION TEST-DATE-YYYYMMDD (run_functions.at:2477): ok     (0m0.108s 0m0.028s)
430. FUNCTION TEST-DAY-YYYYDDD (run_functions.at:2498): ok     (0m0.128s 0m0.008s)
431. FUNCTION TEST-FORMATTED-DATETIME with dates (run_functions.at:2519): ok     (0m0.152s 0m0.016s)
432. FUNCTION TEST-FORMATTED-DATETIME with times (run_functions.at:2645): ok     (0m0.140s 0m0.012s)
433. FUNCTION TEST-FORMATTED-DATETIME with datetimes (run_functions.at:2725): ok     (0m0.124s 0m0.020s)
434. FUNCTION TEST-FORMATTED-DATETIME DP.COMMA (run_functions.at:2771): ok     (0m0.124s 0m0.020s)
435. FUNCTION TEST-NUMVAL (run_functions.at:2811): ok     (0m0.128s 0m0.024s)
436. FUNCTION TEST-NUMVAL-C (run_functions.at:2908): ok     (0m0.140s 0m0.016s)
437. FUNCTION TEST-NUMVAL-F (run_functions.at:3005): ok     (0m0.136s 0m0.016s)
438. FUNCTION TRIM (run_functions.at:3102): ok     (0m0.132s 0m0.004s)
439. FUNCTION TRIM with reference modding (run_functions.at:3127): ok     (0m0.124s 0m0.020s)
440. FUNCTION TRIM zero length (run_functions.at:3152): ok     (0m0.124s 0m0.020s)
441. FUNCTION UPPER-CASE (run_functions.at:3178): ok     (0m0.128s 0m0.012s)
442. FUNCTION UPPER-CASE with reference modding (run_functions.at:3202): ok     (0m0.120s 0m0.024s)
443. FUNCTION VARIANCE (run_functions.at:3226): ok     (0m0.128s 0m0.012s)
444. FUNCTION WHEN-COMPILED (run_functions.at:3249): ok     (0m0.124s 0m0.020s)
445. FUNCTION YEAR-TO-YYYY (run_functions.at:3274): ok     (0m0.116s 0m0.024s)
446. Formatted funcs w/ invalid variable format (run_functions.at:3298): ok     (0m0.132s 0m0.016s)
447. Formatted funcs w/ invalid variable format (run_functions.at:3375): ok     (0m0.144s 0m0.008s)
448. Intrinsics without FUNCTION keyword (1) (run_functions.at:3443): ok     (0m0.116s 0m0.020s)
449. Intrinsics without FUNCTION keyword (2) (run_functions.at:3463): ok     (0m0.124s 0m0.016s)
450. User-Defined FUNCTION with/without parameter (run_functions.at:3485): ok     (0m0.144s 0m0.016s)
451. CALL BY CONTENT binary and literal (run_extensions.at:25): ok     (0m0.176s 0m0.032s)
452. Hexadecimal numeric literal (run_extensions.at:76): ok     (0m0.132s 0m0.004s)
453. Semi-parenthesized condition (run_extensions.at:104): ok     (0m0.116s 0m0.016s)
454. ADDRESS OF (run_extensions.at:125): ok     (0m0.140s 0m0.008s)
455. LENGTH OF (run_extensions.at:176): ok     (0m0.124s 0m0.020s)
456. WHEN-COMPILED (run_extensions.at:215): ok     (0m0.124s 0m0.020s)
457. Complex OCCURS DEPENDING ON (1) (run_extensions.at:241): ok     (0m0.124s 0m0.020s)
458. Complex OCCURS DEPENDING ON (2) (run_extensions.at:269): ok     (0m0.132s 0m0.024s)
459. Complex OCCURS DEPENDING ON (3) (run_extensions.at:331): ok     (0m0.144s 0m0.012s)
460. Complex OCCURS DEPENDING ON (4) (run_extensions.at:393): ok     (0m0.128s 0m0.020s)
461. Complex OCCURS DEPENDING ON (5) (run_extensions.at:458): ok     (0m0.152s 0m0.008s)
462. INITIALIZE level 01 (run_extensions.at:523): ok     (0m0.124s 0m0.024s)
463. MOVE NON-INTEGER TO ALPHA-NUMERIC (run_extensions.at:574): ok     (0m0.112s 0m0.036s)
464. CALL USING file-name (run_extensions.at:664): ok     (0m0.212s 0m0.008s)
465. CALL unusual PROGRAM-ID. (run_extensions.at:708): ok     (0m0.524s 0m0.060s)
466. CALL / GOBACK with LOCAL-STORAGE (run_extensions.at:772): ok     (0m0.228s 0m0.024s)
467. CALL BY VALUE alphanumeric item (run_extensions.at:822): ok     (0m0.140s 0m0.012s)
468. Case independent PROGRAM-ID (run_extensions.at:857): ok     (0m0.136s 0m0.012s)
469. PROGRAM-ID AS clause (run_extensions.at:879): ok     (0m0.140s 0m0.008s)
470. Quoted PROGRAM-ID (run_extensions.at:901): ok     (0m0.128s 0m0.016s)
471. ASSIGN clause (run_extensions.at:925): ok     (0m0.120s 0m0.028s)
472. ASSIGN clause IBM (run_extensions.at:958): ok     (0m0.128s 0m0.020s)
473. ASSIGN mapping (run_extensions.at:991): ok     (0m0.132s 0m0.016s)
474. ASSIGN expansion (run_extensions.at:1028): ok     (0m0.136s 0m0.016s)
475. ASSIGN with COB_FILE_PATH (run_extensions.at:1059): ok     (0m0.136s 0m0.004s)
476. NUMBER-OF-CALL-PARAMETERS (run_extensions.at:1092): ok     (0m0.220s 0m0.032s)
477. PROCEDURE DIVISION USING BY ... (run_extensions.at:1148): ok     (0m0.220s 0m0.036s)
478. PROCEDURE DIVISION CHAINING ... (run_extensions.at:1198): ok     (0m0.120s 0m0.016s)
479. STOP RUN RETURNING/GIVING (run_extensions.at:1224): ok     (0m0.256s 0m0.032s)
480. GOBACK/EXIT PROGRAM RETURNING/GIVING (run_extensions.at:1250): ok     (0m0.232s 0m0.048s)
481. ENTRY (run_extensions.at:1300): ok     (0m0.232s 0m0.020s)
482. LINE SEQUENTIAL write (run_extensions.at:1347): ok     (0m0.140s 0m0.012s)
483. LINE SEQUENTIAL read (run_extensions.at:1393): ok     (0m0.132s 0m0.016s)
484. ASSIGN to KEYBOARD/DISPLAY (run_extensions.at:1460): ok     (0m0.132s 0m0.028s)
486. Environment/Argument variable (run_extensions.at:1580): ok     (0m0.132s 0m0.012s)
487. DECIMAL-POINT is COMMA (1) (run_extensions.at:1627): ok     (0m0.120s 0m0.020s)
488. DECIMAL-POINT is COMMA (2) (run_extensions.at:1655): ok     (0m0.124s 0m0.012s)
489. DECIMAL-POINT is COMMA (3) (run_extensions.at:1683): ok     (0m0.128s 0m0.008s)
490. DECIMAL-POINT is COMMA (4) (run_extensions.at:1711): ok     (0m0.136s 0m0.004s)
491. DECIMAL-POINT is COMMA (5) (run_extensions.at:1739): ok     (0m0.132s 0m0.012s)
492. 78 Level (1) (run_extensions.at:1773): ok     (0m0.124s 0m0.012s)
493. 78 Level (2) (run_extensions.at:1796): ok     (0m0.116s 0m0.020s)
494. 78 Level (3) (run_extensions.at:1822): ok     (0m0.136s 0m0.008s)
495. DEBUG (1) (run_extensions.at:1846): ok     (0m0.116s 0m0.024s)
496. DEBUG (2) (run_extensions.at:1870): ok     (0m0.116s 0m0.028s)
497. DEBUG free format (1) (run_extensions.at:1895): ok     (0m0.112s 0m0.024s)
498. DEBUG free format (2) (run_extensions.at:1919): ok     (0m0.140s 0m0.004s)
499. SOURCE FIXED/FREE directives (run_extensions.at:1944): ok     (0m0.120s 0m0.020s)
500. Larger REDEFINES lengths (run_extensions.at:1973): ok     (0m0.140s 0m0.008s)
501. Obsolete 85 keywords (run_extensions.at:2058): ok     (0m0.128s 0m0.012s)
502. System routine C$CALLEDBY (run_extensions.at:2084): ok     (0m0.212s 0m0.040s)
503. System routine C$NARG (run_extensions.at:2130): ok     (0m0.228s 0m0.028s)
504. System routine C$PARAMSIZE (run_extensions.at:2170): ok     (0m0.220s 0m0.032s)
505. System routine C$JUSTIFY (run_extensions.at:2212): ok     (0m0.120s 0m0.020s)
506. System routine C$PRINTABLE (run_extensions.at:2237): ok     (0m0.140s 0m0.016s)
507. System routine C$MAKEDIR (run_extensions.at:2266): ok     (0m0.124s 0m0.016s)
508. System routine C$GETPID (run_extensions.at:2287): ok     (0m0.136s 0m0.004s)
509. System routine C$TOUPPER (run_extensions.at:2312): ok     (0m0.108s 0m0.036s)
510. System routine C$TOLOWER (run_extensions.at:2337): ok     (0m0.120s 0m0.020s)
511. System routine CBL_OR (run_extensions.at:2362): ok     (0m0.128s 0m0.012s)
512. System routine CBL_NOR (run_extensions.at:2389): ok     (0m0.132s 0m0.008s)
513. System routine CBL_AND (run_extensions.at:2416): ok     (0m0.120s 0m0.020s)
514. System routine CBL_XOR (run_extensions.at:2443): ok     (0m0.136s 0m0.004s)
515. System routine CBL_IMP (run_extensions.at:2470): ok     (0m0.104s 0m0.040s)
516. System routine CBL_NIMP (run_extensions.at:2497): ok     (0m0.120s 0m0.020s)
517. System routine CBL_NOT (run_extensions.at:2524): ok     (0m0.132s 0m0.008s)
518. System routine CBL_EQ (run_extensions.at:2550): ok     (0m0.132s 0m0.012s)
519. System routine CBL_OC_GETOPT (run_extensions.at:2577): ok     (0m0.660s 0m0.096s)
520. System routine CBL_COPY_FILE (run_extensions.at:3012): ok     (0m0.124s 0m0.020s)
521. System routines for directories (run_extensions.at:3046): ok     (0m0.112s 0m0.032s)
522. System routines for files (run_extensions.at:3087): ok     (0m0.288s 0m0.020s)
523. Conditional/define directives (1) (run_extensions.at:3201): ok     (0m0.116s 0m0.024s)
524. Conditional/define directives (2) (run_extensions.at:3226): ok     (0m0.116s 0m0.024s)
525. Conditional/define directives (3) (run_extensions.at:3251): ok     (0m0.108s 0m0.028s)
526. Conditional/define directives (4) (run_extensions.at:3279): ok     (0m0.112s 0m0.032s)
527. Conditional/define directives (5) (run_extensions.at:3305): ok     (0m0.120s 0m0.016s)
528. BINARY: 2-4-8 big-endian (data_binary.at:23): ok     (0m0.472s 0m0.040s)
529. BINARY: 2-4-8 native (data_binary.at:212): ok     (0m0.472s 0m0.032s)
530. BINARY: 1-2-4-8 big-endian (data_binary.at:406): ok     (0m0.452s 0m0.052s)
531. BINARY: 1-2-4-8 native (data_binary.at:598): ok     (0m0.444s 0m0.048s)
532. BINARY: 1--8 big-endian (data_binary.at:793): ok     (0m0.456s 0m0.052s)
533. BINARY: 1--8 native (data_binary.at:982): ok     (0m0.460s 0m0.040s)
534. BINARY: full-print (data_binary.at:1177): ok     (0m0.156s 0m0.012s)
535. DISPLAY: Sign ASCII (data_display.at:21): ok     (0m0.128s 0m0.024s)
536. DISPLAY: Sign ASCII (2) (data_display.at:80): ok     (0m0.136s 0m0.008s)
537. DISPLAY: Sign EBCDIC (data_display.at:126): ok     (0m0.120s 0m0.032s)
538. PACKED-DECIMAL dump (data_packed.at:25): ok     (0m0.308s 0m0.028s)
539. PACKED-DECIMAL display (data_packed.at:165): ok     (0m0.140s 0m0.008s)
540. PACKED-DECIMAL move (data_packed.at:221): ok     (0m0.112s 0m0.036s)
541. PACKED-DECIMAL arithmetic (1) (data_packed.at:279): ok     (0m0.112s 0m0.028s)
542. PACKED-DECIMAL arithmetic (2) (data_packed.at:319): ok     (0m0.116s 0m0.028s)
543. PACKED-DECIMAL numeric test (1) (data_packed.at:356): ok     (0m0.128s 0m0.028s)
544. PACKED-DECIMAL numeric test (2) (data_packed.at:497): ok     (0m0.140s 0m0.016s)
545. COMP-6 display (data_packed.at:638): ok     (0m0.120s 0m0.020s)
546. COMP-6 move (data_packed.at:674): ok     (0m0.124s 0m0.020s)
547. COMP-6 arithmetic (data_packed.at:720): ok     (0m0.128s 0m0.020s)
548. COMP-6 numeric test  (data_packed.at:751): ok     (0m0.132s 0m0.016s)
549. POINTER: display (data_pointer.at:21): ok     (0m0.268s 0m0.012s)
testsuite: ending at: Sun Oct  4 17:36:33 PDT 2015
testsuite: test suite duration: 0h 2m 20s

## ------------- ##
## Test results. ##
## ------------- ##

ERROR: 547 tests were run,
1 passed unexpectedly,
2 failed (1 expected failure).
2 tests were skipped.

## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
GNU Cobol 2.0 test suite: GNU Cobol Tests test groups:

 NUM: FILE-NAME:LINE     TEST-GROUP-NAME
      KEYWORDS

 361: run_functions.at:620 FUNCTION FORMATTED-CURRENT-DATE
      functions

Skipped tests:
GNU Cobol 2.0 test suite: GNU Cobol Tests test groups:

 NUM: FILE-NAME:LINE     TEST-GROUP-NAME
      KEYWORDS

 114: syn_misc.at:999    Literal too long
      misc
 267: run_misc.at:2089   SORT: table sort (3)
      runmisc

Unexpected passes:
GNU Cobol 2.0 test suite: GNU Cobol Tests test groups:

 NUM: FILE-NAME:LINE     TEST-GROUP-NAME
      KEYWORDS

  43: syn_definition.at:432 SYNCHRONIZED clause
      definition sync

## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##

#                             -*- compilation -*-
361. run_functions.at:620: testing FUNCTION FORMATTED-CURRENT-DATE ...
./run_functions.at:642: $COMPILE -o prog prog.cob
./run_functions.at:643: ./prog
--- /dev/null	2015-10-04 16:33:34.065266924 -0700
+++ /home/awjump/gnu-cobol-reportwriter/tests/testsuite.dir/at-groups/361/stdout	2015-10-04 17:35:30.725296131 -0700
@@ -0,0 +1 @@
+Test 1 failed: 20151004T173530.73-0700  
361. run_functions.at:620: 361. FUNCTION FORMATTED-CURRENT-DATE (run_functions.at:620): FAILED (run_functions.at:643)


## ------------- ##
## ../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 Cobol configure 2.0, which was
| generated by GNU Autoconf 2.68.  Invocation command line was
| 
|   $ ./configure 
| 
| ## --------- ##
| ## Platform. ##
| ## --------- ##
| 
| hostname = Whitefall
| uname -m = i686
| uname -r = 3.19.0-30-generic
| uname -s = Linux
| uname -v = #33~14.04.1-Ubuntu SMP Tue Sep 22 09:27:41 UTC 2015
| 
| /usr/bin/uname -p = unknown
| /bin/uname -X     = unknown
| 
| /bin/arch              = unknown
| /usr/bin/arch -k       = unknown
| /usr/convex/getsysinfo = unknown
| /usr/bin/hostinfo      = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
| 
| PATH: /usr/local/sbin
| PATH: /usr/local/bin
| PATH: /usr/sbin
| PATH: /usr/bin
| PATH: /sbin
| PATH: /bin
| PATH: /usr/games
| PATH: /usr/local/games
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:2396: checking for a BSD-compatible install
| configure:2464: result: /usr/bin/install -c
| configure:2475: checking whether build environment is sane
| configure:2525: result: yes
| configure:2666: checking for a thread-safe mkdir -p
| configure:2705: result: /bin/mkdir -p
| configure:2718: checking for gawk
| configure:2748: result: no
| configure:2718: checking for mawk
| configure:2734: found /usr/bin/mawk
| configure:2745: result: mawk
| configure:2756: checking whether make sets $(MAKE)
| configure:2778: result: yes
| configure:2859: checking whether to enable maintainer-specific portions of Makefiles
| configure:2868: result: no
| configure:2995: checking for gcc
| configure:3011: found /usr/bin/gcc
| configure:3022: result: gcc
| configure:3053: checking for C compiler version
| configure:3062: gcc --version >&5
| gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
| Copyright (C) 2013 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:3073: $? = 0
| configure:3062: gcc -v >&5
| Using built-in specs.
| COLLECT_GCC=gcc
| COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper
| Target: i686-linux-gnu
| Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
| Thread model: posix
| gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04) 
| configure:3073: $? = 0
| configure:3062: gcc -V >&5
| gcc: error: unrecognized command line option '-V'
| gcc: fatal error: no input files
| compilation terminated.
| configure:3073: $? = 4
| configure:3062: gcc -qversion >&5
| gcc: error: unrecognized command line option '-qversion'
| gcc: fatal error: no input files
| compilation terminated.
| configure:3073: $? = 4
| configure:3093: checking whether the C compiler works
| configure:3115: gcc    conftest.c  >&5
| configure:3119: $? = 0
| configure:3167: result: yes
| configure:3170: checking for C compiler default output file name
| configure:3172: result: a.out
| configure:3178: checking for suffix of executables
| configure:3185: gcc -o conftest    conftest.c  >&5
| configure:3189: $? = 0
| configure:3211: result: 
| configure:3233: checking whether we are cross compiling
| configure:3241: gcc -o conftest    conftest.c  >&5
| configure:3245: $? = 0
| configure:3252: ./conftest
| configure:3256: $? = 0
| configure:3271: result: no
| configure:3276: checking for suffix of object files
| configure:3298: gcc -c   conftest.c >&5
| configure:3302: $? = 0
| configure:3323: result: o
| configure:3327: checking whether we are using the GNU C compiler
| configure:3346: gcc -c   conftest.c >&5
| configure:3346: $? = 0
| configure:3355: result: yes
| configure:3364: checking whether gcc accepts -g
| configure:3384: gcc -c -g  conftest.c >&5
| configure:3384: $? = 0
| configure:3425: result: yes
| configure:3442: checking for gcc option to accept ISO C89
| configure:3506: gcc  -c -g -O2  conftest.c >&5
| configure:3506: $? = 0
| configure:3519: result: none needed
| configure:3550: checking for style of include used by make
| configure:3578: result: GNU
| configure:3603: checking dependency style of gcc
| configure:3713: result: gcc3
| configure:3732: checking for gcc option to accept ISO C99
| configure:3881: gcc  -c -g -O2  conftest.c >&5
| conftest.c:61:29: error: expected ';', ',' or ')' before 'text'
|  test_restrict (ccp restrict text)
|                              ^
| conftest.c: In function 'main':
| conftest.c:115:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
|    char *restrict newvar = "Another string";
|                   ^
| conftest.c:115:18: error: 'newvar' undeclared (first use in this function)
| conftest.c:115:18: note: each undeclared identifier is reported only once for each function it appears in
| conftest.c:125:3: error: 'for' loop initial declarations are only allowed in C99 mode
|    for (int i = 0; i < ia->datasize; ++i)
|    ^
| conftest.c:125:3: note: use option -std=c99 or -std=gnu99 to compile your code
| configure:3881: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Cobol"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GNU Cobol 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | /* end confdefs.h.  */
| | #include <stdarg.h>
| | #include <stdbool.h>
| | #include <stdlib.h>
| | #include <wchar.h>
| | #include <stdio.h>
| | 
| | // Check varargs macros.  These examples are taken from C99 6.10.3.5.
| | #define debug(...) fprintf (stderr, __VA_ARGS__)
| | #define showlist(...) puts (#__VA_ARGS__)
| | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| | static void
| | test_varargs_macros (void)
| | {
| |   int x = 1234;
| |   int y = 5678;
| |   debug ("Flag");
| |   debug ("X = %d\n", x);
| |   showlist (The first, second, and third items.);
| |   report (x>y, "x is %d but y is %d", x, y);
| | }
| | 
| | // Check long long types.
| | #define BIG64 18446744073709551615ull
| | #define BIG32 4294967295ul
| | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| | #if !BIG_OK
| |   your preprocessor is broken;
| | #endif
| | #if BIG_OK
| | #else
| |   your preprocessor is broken;
| | #endif
| | static long long int bignum = -9223372036854775807LL;
| | static unsigned long long int ubignum = BIG64;
| | 
| | struct incomplete_array
| | {
| |   int datasize;
| |   double data[];
| | };
| | 
| | struct named_init {
| |   int number;
| |   const wchar_t *name;
| |   double average;
| | };
| | 
| | typedef const char *ccp;
| | 
| | static inline int
| | test_restrict (ccp restrict text)
| | {
| |   // See if C++-style comments work.
| |   // Iterate through items via the restricted pointer.
| |   // Also check for declarations in for loops.
| |   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| |     continue;
| |   return 0;
| | }
| | 
| | // Check varargs and va_copy.
| | static void
| | test_varargs (const char *format, ...)
| | {
| |   va_list args;
| |   va_start (args, format);
| |   va_list args_copy;
| |   va_copy (args_copy, args);
| | 
| |   const char *str;
| |   int number;
| |   float fnumber;
| | 
| |   while (*format)
| |     {
| |       switch (*format++)
| | 	{
| | 	case 's': // string
| | 	  str = va_arg (args_copy, const char *);
| | 	  break;
| | 	case 'd': // int
| | 	  number = va_arg (args_copy, int);
| | 	  break;
| | 	case 'f': // float
| | 	  fnumber = va_arg (args_copy, double);
| | 	  break;
| | 	default:
| | 	  break;
| | 	}
| |     }
| |   va_end (args_copy);
| |   va_end (args);
| | }
| | 
| | int
| | main ()
| | {
| | 
| |   // Check bool.
| |   _Bool success = false;
| | 
| |   // Check restrict.
| |   if (test_restrict ("String literal") == 0)
| |     success = true;
| |   char *restrict newvar = "Another string";
| | 
| |   // Check varargs.
| |   test_varargs ("s, d' f .", "string", 65, 34.234);
| |   test_varargs_macros ();
| | 
| |   // Check flexible array members.
| |   struct incomplete_array *ia =
| |     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| |   ia->datasize = 10;
| |   for (int i = 0; i < ia->datasize; ++i)
| |     ia->data[i] = i * 1.234;
| | 
| |   // Check named initializers.
| |   struct named_init ni = {
| |     .number = 34,
| |     .name = L"Test wide string",
| |     .average = 543.34343,
| |   };
| | 
| |   ni.number = 58;
| | 
| |   int dynamic_array[ni.number];
| |   dynamic_array[ni.number - 1] = 543;
| | 
| |   // work around unused variable warnings
| |   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| | 	  || dynamic_array[ni.number - 1] != 543);
| | 
| |   ;
| |   return 0;
| | }
| configure:3881: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:3881: $? = 0
| configure:3901: result: -std=gnu99
| configure:4003: checking for gcc -std=gnu99 option to accept ISO Standard C
| configure:4017: result: -std=gnu99
| configure:4027: checking how to run the C preprocessor
| configure:4058: gcc -std=gnu99 -E  conftest.c
| configure:4058: $? = 0
| configure:4072: gcc -std=gnu99 -E  conftest.c
| conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
|  #include <ac_nonexistent.h>
|                             ^
| compilation terminated.
| configure:4072: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Cobol"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GNU Cobol 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:4097: result: gcc -std=gnu99 -E
| configure:4117: gcc -std=gnu99 -E  conftest.c
| configure:4117: $? = 0
| configure:4131: gcc -std=gnu99 -E  conftest.c
| conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
|  #include <ac_nonexistent.h>
|                             ^
| compilation terminated.
| configure:4131: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Cobol"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GNU Cobol 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:4162: checking for grep that handles long lines and -e
| configure:4220: result: /bin/grep
| configure:4225: checking for egrep
| configure:4287: result: /bin/grep -E
| configure:4292: checking for ANSI C header files
| configure:4312: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:4312: $? = 0
| configure:4385: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:4385: $? = 0
| configure:4385: ./conftest
| configure:4385: $? = 0
| configure:4396: result: yes
| configure:4409: checking for sys/types.h
| configure:4409: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:4409: $? = 0
| configure:4409: result: yes
| configure:4409: checking for sys/stat.h
| configure:4409: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:4409: $? = 0
| configure:4409: result: yes
| configure:4409: checking for stdlib.h
| configure:4409: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:4409: $? = 0
| configure:4409: result: yes
| configure:4409: checking for string.h
| configure:4409: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:4409: $? = 0
| configure:4409: result: yes
| configure:4409: checking for memory.h
| configure:4409: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:4409: $? = 0
| configure:4409: result: yes
| configure:4409: checking for strings.h
| configure:4409: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:4409: $? = 0
| configure:4409: result: yes
| configure:4409: checking for inttypes.h
| configure:4409: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:4409: $? = 0
| configure:4409: result: yes
| configure:4409: checking for stdint.h
| configure:4409: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:4409: $? = 0
| configure:4409: result: yes
| configure:4409: checking for unistd.h
| configure:4409: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:4409: $? = 0
| configure:4409: result: yes
| configure:4422: checking minix/config.h usability
| configure:4422: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| conftest.c:54:26: fatal error: minix/config.h: No such file or directory
|  #include <minix/config.h>
|                           ^
| compilation terminated.
| configure:4422: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Cobol"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GNU Cobol 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <minix/config.h>
| configure:4422: result: no
| configure:4422: checking minix/config.h presence
| configure:4422: gcc -std=gnu99 -E  conftest.c
| conftest.c:21:26: fatal error: minix/config.h: No such file or directory
|  #include <minix/config.h>
|                           ^
| compilation terminated.
| configure:4422: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Cobol"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GNU Cobol 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <minix/config.h>
| configure:4422: result: no
| configure:4422: checking for minix/config.h
| configure:4422: result: no
| configure:4443: checking whether it is safe to define __EXTENSIONS__
| configure:4461: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:4461: $? = 0
| configure:4468: result: yes
| configure:4512: checking build system type
| configure:4526: result: i686-pc-linux-gnu
| configure:4546: checking host system type
| configure:4559: result: i686-pc-linux-gnu
| configure:4600: checking how to print strings
| configure:4627: result: printf
| configure:4648: checking for a sed that does not truncate output
| configure:4712: result: /bin/sed
| configure:4730: checking for fgrep
| configure:4792: result: /bin/grep -F
| configure:4827: checking for ld used by gcc -std=gnu99
| configure:4894: result: /usr/bin/ld
| configure:4901: checking if the linker (/usr/bin/ld) is GNU ld
| configure:4916: result: yes
| configure:4928: checking for BSD- or MS-compatible name lister (nm)
| configure:4977: result: /usr/bin/nm -B
| configure:5107: checking the name lister (/usr/bin/nm -B) interface
| configure:5114: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:5117: /usr/bin/nm -B "conftest.o"
| configure:5120: output
| 00000000 B some_variable
| configure:5127: result: BSD nm
| configure:5130: checking whether ln -s works
| configure:5134: result: yes
| configure:5142: checking the maximum length of command line arguments
| configure:5267: result: 1572864
| configure:5284: checking whether the shell understands some XSI constructs
| configure:5294: result: yes
| configure:5298: checking whether the shell understands "+="
| configure:5304: result: yes
| configure:5339: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format
| configure:5379: result: func_convert_file_noop
| configure:5386: checking how to convert i686-pc-linux-gnu file names to toolchain format
| configure:5406: result: func_convert_file_noop
| configure:5413: checking for /usr/bin/ld option to reload object files
| configure:5420: result: -r
| configure:5494: checking for objdump
| configure:5510: found /usr/bin/objdump
| configure:5521: result: objdump
| configure:5550: checking how to recognize dependent libraries
| configure:5752: result: pass_all
| configure:5837: checking for dlltool
| configure:5867: result: no
| configure:5894: checking how to associate runtime and link libraries
| configure:5921: result: printf %s\n
| configure:5981: checking for ar
| configure:5997: found /usr/bin/ar
| configure:6008: result: ar
| configure:6045: checking for archiver @FILE support
| configure:6062: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:6062: $? = 0
| configure:6065: ar cru libconftest.a @conftest.lst >&5
| configure:6068: $? = 0
| configure:6073: ar cru libconftest.a @conftest.lst >&5
| ar: conftest.o: No such file or directory
| configure:6076: $? = 1
| configure:6088: result: @
| configure:6146: checking for strip
| configure:6162: found /usr/bin/strip
| configure:6173: result: strip
| configure:6245: checking for ranlib
| configure:6261: found /usr/bin/ranlib
| configure:6272: result: ranlib
| configure:6374: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object
| configure:6493: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:6496: $? = 0
| configure:6500: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
| configure:6503: $? = 0
| configure:6569: gcc -std=gnu99 -o conftest -g -O2   conftest.c conftstm.o >&5
| configure:6572: $? = 0
| configure:6610: result: ok
| configure:6647: checking for sysroot
| configure:6677: result: no
| configure:6920: checking for mt
| configure:6936: found /bin/mt
| configure:6947: result: mt
| configure:6970: checking if mt is a manifest tool
| configure:6976: mt '-?'
| configure:6984: result: no
| configure:7613: checking for dlfcn.h
| configure:7613: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:7613: $? = 0
| configure:7613: result: yes
| configure:8097: checking for objdir
| configure:8112: result: .libs
| configure:8383: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions
| configure:8401: gcc -std=gnu99 -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
| cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
| configure:8405: $? = 0
| configure:8418: result: no
| configure:8728: checking for gcc -std=gnu99 option to produce PIC
| configure:8735: result: -fPIC -DPIC
| configure:8743: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works
| configure:8761: gcc -std=gnu99 -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
| configure:8765: $? = 0
| configure:8778: result: yes
| configure:8807: checking if gcc -std=gnu99 static flag -static works
| configure:8835: result: yes
| configure:8850: checking if gcc -std=gnu99 supports -c -o file.o
| configure:8871: gcc -std=gnu99 -c -g -O2  -o out/conftest2.o conftest.c >&5
| configure:8875: $? = 0
| configure:8897: result: yes
| configure:8905: checking if gcc -std=gnu99 supports -c -o file.o
| configure:8952: result: yes
| configure:8985: checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries
| configure:10143: result: yes
| configure:10180: checking whether -lc should be explicitly linked in
| configure:10188: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:10191: $? = 0
| configure:10206: gcc -std=gnu99 -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
| configure:10209: $? = 0
| configure:10223: result: no
| configure:10388: checking dynamic linker characteristics
| configure:10902: gcc -std=gnu99 -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
| configure:10902: $? = 0
| configure:11124: result: GNU/Linux ld.so
| configure:11231: checking how to hardcode library paths into programs
| configure:11256: result: immediate
| configure:11350: checking for shl_load
| configure:11350: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| /tmp/ccLtyxaR.o: In function `main':
| /home/awjump/gnu-cobol-reportwriter/conftest.c:62: undefined reference to `shl_load'
| collect2: error: ld returned 1 exit status
| configure:11350: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Cobol"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GNU Cobol 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | /* end confdefs.h.  */
| | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| |    For example, HP-UX 11i <limits.h> 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.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #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 ()
| | {
| | return shl_load ();
| |   ;
| |   return 0;
| | }
| configure:11350: result: no
| configure:11354: checking for shl_load in -ldld
| configure:11379: gcc -std=gnu99 -o conftest -g -O2   conftest.c -ldld   >&5
| /usr/bin/ld: cannot find -ldld
| collect2: error: ld returned 1 exit status
| configure:11379: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Cobol"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GNU Cobol 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 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.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char shl_load ();
| | int
| | main ()
| | {
| | return shl_load ();
| |   ;
| |   return 0;
| | }
| configure:11388: result: no
| configure:11393: checking for dlopen
| configure:11393: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| /tmp/cc80g523.o: In function `main':
| /home/awjump/gnu-cobol-reportwriter/conftest.c:62: undefined reference to `dlopen'
| collect2: error: ld returned 1 exit status
| configure:11393: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Cobol"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GNU Cobol 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | /* end confdefs.h.  */
| | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define dlopen innocuous_dlopen
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char dlopen (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef dlopen
| | 
| | /* 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 dlopen ();
| | /* 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_dlopen || defined __stub___dlopen
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return dlopen ();
| |   ;
| |   return 0;
| | }
| configure:11393: result: no
| configure:11397: checking for dlopen in -ldl
| configure:11422: gcc -std=gnu99 -o conftest -g -O2   conftest.c -ldl   >&5
| configure:11422: $? = 0
| configure:11431: result: yes
| configure:11550: checking whether a program can dlopen itself
| configure:11630: gcc -std=gnu99 -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c -ldl  >&5
| configure:11633: $? = 0
| configure:11651: result: yes
| configure:11656: checking whether a statically linked program can dlopen itself
| configure:11736: gcc -std=gnu99 -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic -static conftest.c -ldl  >&5
| /tmp/ccEUGlNh.o: In function `main':
| /home/awjump/gnu-cobol-reportwriter/configure:11715: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
| /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib/gcc/i686-linux-gnu/4.8/../../../i386-linux-gnu/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
| collect2: error: ld returned 1 exit status
| configure:11739: $? = 1
| configure:11757: result: no
| configure:11796: checking whether stripping libraries is possible
| configure:11801: result: yes
| configure:11836: checking if libtool supports shared libraries
| configure:11838: result: yes
| configure:11841: checking whether to build shared libraries
| configure:11862: result: yes
| configure:11865: checking whether to build static libraries
| configure:11869: result: yes
| configure:11905: checking for egrep
| configure:11967: result: /bin/grep -E
| configure:11973: checking whether gcc -std=gnu99 and cc understand -c and -o together
| configure:12004: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
| configure:12008: $? = 0
| configure:12014: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
| configure:12018: $? = 0
| configure:12029: cc -c conftest.c >&5
| configure:12033: $? = 0
| configure:12041: cc -c conftest.c -o conftest2.o >&5
| configure:12045: $? = 0
| configure:12051: cc -c conftest.c -o conftest2.o >&5
| configure:12055: $? = 0
| configure:12073: result: yes
| configure:12101: checking whether ln -s works
| configure:12105: result: yes
| configure:12118: checking whether make sets $(MAKE)
| configure:12140: result: yes
| configure:12174: checking for ld used by gcc -std=gnu99
| configure:12241: result: /usr/bin/ld
| configure:12248: checking if the linker (/usr/bin/ld) is GNU ld
| configure:12263: result: yes
| configure:12270: checking for shared library run path origin
| configure:12283: result: done
| configure:12304: checking for ANSI C header files
| configure:12408: result: yes
| configure:12420: checking for stdint.h
| configure:12420: result: yes
| configure:12420: checking for sys/types.h
| configure:12420: result: yes
| configure:12420: checking signal.h usability
| configure:12420: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:12420: $? = 0
| configure:12420: result: yes
| configure:12420: checking signal.h presence
| configure:12420: gcc -std=gnu99 -E  conftest.c
| configure:12420: $? = 0
| configure:12420: result: yes
| configure:12420: checking for signal.h
| configure:12420: result: yes
| configure:12420: checking fcntl.h usability
| configure:12420: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:12420: $? = 0
| configure:12420: result: yes
| configure:12420: checking fcntl.h presence
| configure:12420: gcc -std=gnu99 -E  conftest.c
| configure:12420: $? = 0
| configure:12420: result: yes
| configure:12420: checking for fcntl.h
| configure:12420: result: yes
| configure:12420: checking malloc.h usability
| configure:12420: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:12420: $? = 0
| configure:12420: result: yes
| configure:12420: checking malloc.h presence
| configure:12420: gcc -std=gnu99 -E  conftest.c
| configure:12420: $? = 0
| configure:12420: result: yes
| configure:12420: checking for malloc.h
| configure:12420: result: yes
| configure:12420: checking locale.h usability
| configure:12420: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:12420: $? = 0
| configure:12420: result: yes
| configure:12420: checking locale.h presence
| configure:12420: gcc -std=gnu99 -E  conftest.c
| configure:12420: $? = 0
| configure:12420: result: yes
| configure:12420: checking for locale.h
| configure:12420: result: yes
| configure:12420: checking stddef.h usability
| configure:12420: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:12420: $? = 0
| configure:12420: result: yes
| configure:12420: checking stddef.h presence
| configure:12420: gcc -std=gnu99 -E  conftest.c
| configure:12420: $? = 0
| configure:12420: result: yes
| configure:12420: checking for stddef.h
| configure:12420: result: yes
| configure:12420: checking wchar.h usability
| configure:12420: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:12420: $? = 0
| configure:12420: result: yes
| configure:12420: checking wchar.h presence
| configure:12420: gcc -std=gnu99 -E  conftest.c
| configure:12420: $? = 0
| configure:12420: result: yes
| configure:12420: checking for wchar.h
| configure:12420: result: yes
| configure:12420: checking for dlfcn.h
| configure:12420: result: yes
| configure:12420: checking sys/time.h usability
| configure:12420: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:12420: $? = 0
| configure:12420: result: yes
| configure:12420: checking sys/time.h presence
| configure:12420: gcc -std=gnu99 -E  conftest.c
| configure:12420: $? = 0
| configure:12420: result: yes
| configure:12420: checking for sys/time.h
| configure:12420: result: yes
| configure:12432: checking for an ANSI C-conforming const
| configure:12497: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:12497: $? = 0
| configure:12504: result: yes
| configure:12512: checking whether byte ordering is bigendian
| configure:12527: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| conftest.c:40:9: error: unknown type name 'not'
|          not a universal capable compiler
|          ^
| conftest.c:40:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
|          not a universal capable compiler
|                ^
| conftest.c:40:15: error: unknown type name 'universal'
| configure:12527: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Cobol"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GNU Cobol 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h.  */
| | #ifndef __APPLE_CC__
| | 	       not a universal capable compiler
| | 	     #endif
| | 	     typedef int dummy;
| | 
| configure:12572: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:12572: $? = 0
| configure:12590: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:46:4: error: unknown type name 'not'
|     not big endian
|     ^
| conftest.c:46:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
|     not big endian
|             ^
| configure:12590: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Cobol"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GNU Cobol 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | 		#include <sys/param.h>
| | 
| | int
| | main ()
| | {
| | #if BYTE_ORDER != BIG_ENDIAN
| | 		 not big endian
| | 		#endif
| | 
| |   ;
| |   return 0;
| | }
| configure:12718: result: no
| configure:12736: checking for size_t
| configure:12736: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:12736: $? = 0
| configure:12736: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:75:21: error: expected expression before ')' token
|  if (sizeof ((size_t)))
|                      ^
| configure:12736: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Cobol"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GNU Cobol 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((size_t)))
| | 	    return 0;
| |   ;
| |   return 0;
| | }
| configure:12736: result: yes
| configure:12747: checking whether struct tm is in sys/time.h or time.h
| configure:12767: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:12767: $? = 0
| configure:12774: result: time.h
| configure:12782: checking for sig_atomic_t
| configure:12782: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:12782: $? = 0
| configure:12782: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:44:27: error: expected expression before ')' token
|  if (sizeof ((sig_atomic_t)))
|                            ^
| configure:12782: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Cobol"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GNU Cobol 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h.  */
| | #include <signal.h>
| | 
| | int
| | main ()
| | {
| | if (sizeof ((sig_atomic_t)))
| | 	    return 0;
| |   ;
| |   return 0;
| | }
| configure:12782: result: yes
| configure:12796: checking for inline keyword
| configure:12820: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:12820: $? = 0
| configure:12828: result: __inline
| configure:12835: checking for working alloca.h
| configure:12852: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:12852: $? = 0
| configure:12860: result: yes
| configure:12868: checking for alloca
| configure:12905: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:12905: $? = 0
| configure:12913: result: yes
| configure:13024: checking for vprintf
| configure:13024: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| conftest.c:66:6: warning: conflicting types for built-in function 'vprintf' [enabled by default]
|  char vprintf ();
|       ^
| configure:13024: $? = 0
| configure:13024: result: yes
| configure:13030: checking for _doprnt
| configure:13030: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| /tmp/ccM8wsXh.o: In function `main':
| /home/awjump/gnu-cobol-reportwriter/conftest.c:78: undefined reference to `_doprnt'
| collect2: error: ld returned 1 exit status
| configure:13030: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Cobol"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GNU Cobol 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define COB_KEYWORD_INLINE __inline
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | /* end confdefs.h.  */
| | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define _doprnt innocuous__doprnt
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char _doprnt (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef _doprnt
| | 
| | /* 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 _doprnt ();
| | /* 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__doprnt || defined __stub____doprnt
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return _doprnt ();
| |   ;
| |   return 0;
| | }
| configure:13030: result: no
| configure:13047: checking for memmove
| configure:13047: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| conftest.c:67:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
|  char memmove ();
|       ^
| configure:13047: $? = 0
| configure:13047: result: yes
| configure:13047: checking for memset
| configure:13047: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| conftest.c:68:6: warning: conflicting types for built-in function 'memset' [enabled by default]
|  char memset ();
|       ^
| configure:13047: $? = 0
| configure:13047: result: yes
| configure:13047: checking for setlocale
| configure:13047: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:13047: $? = 0
| configure:13047: result: yes
| configure:13047: checking for fcntl
| configure:13047: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:13047: $? = 0
| configure:13047: result: yes
| configure:13047: checking for strerror
| configure:13047: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:13047: $? = 0
| configure:13047: result: yes
| configure:13047: checking for strcasecmp
| configure:13047: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| conftest.c:72:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
|  char strcasecmp ();
|       ^
| configure:13047: $? = 0
| configure:13047: result: yes
| configure:13047: checking for strchr
| configure:13047: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| conftest.c:73:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
|  char strchr ();
|       ^
| configure:13047: $? = 0
| configure:13047: result: yes
| configure:13047: checking for strrchr
| configure:13047: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| conftest.c:74:6: warning: conflicting types for built-in function 'strrchr' [enabled by default]
|  char strrchr ();
|       ^
| configure:13047: $? = 0
| configure:13047: result: yes
| configure:13047: checking for strdup
| configure:13047: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| conftest.c:75:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
|  char strdup ();
|       ^
| configure:13047: $? = 0
| configure:13047: result: yes
| configure:13047: checking for strstr
| configure:13047: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| conftest.c:76:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
|  char strstr ();
|       ^
| configure:13047: $? = 0
| configure:13047: result: yes
| configure:13047: checking for strtol
| configure:13047: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:13047: $? = 0
| configure:13047: result: yes
| configure:13047: checking for gettimeofday
| configure:13047: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:13047: $? = 0
| configure:13047: result: yes
| configure:13047: checking for localeconv
| configure:13047: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:13047: $? = 0
| configure:13047: result: yes
| configure:13047: checking for readlink
| configure:13047: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:13047: $? = 0
| configure:13047: result: yes
| configure:13047: checking for getexecname
| configure:13047: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| /tmp/ccngl4ZN.o: In function `main':
| /home/awjump/gnu-cobol-reportwriter/conftest.c:92: undefined reference to `getexecname'
| collect2: error: ld returned 1 exit status
| configure:13047: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Cobol"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GNU Cobol 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define COB_KEYWORD_INLINE __inline
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_LOCALECONV 1
| | #define HAVE_READLINK 1
| | /* end confdefs.h.  */
| | /* Define getexecname to an innocuous variant, in case <limits.h> declares getexecname.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define getexecname innocuous_getexecname
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char getexecname (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #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 ()
| | {
| | return getexecname ();
| |   ;
| |   return 0;
| | }
| configure:13047: result: no
| configure:13047: checking for canonicalize_file_name
| configure:13047: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:13047: $? = 0
| configure:13047: result: yes
| configure:13047: checking for realpath
| configure:13047: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:13047: $? = 0
| configure:13047: result: yes
| configure:13047: checking for strcoll
| configure:13047: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:13047: $? = 0
| configure:13047: result: yes
| configure:13047: checking for strxfrm
| configure:13047: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:13047: $? = 0
| configure:13047: result: yes
| configure:13047: checking for setenv
| configure:13047: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:13047: $? = 0
| configure:13047: result: yes
| configure:13047: checking for raise
| configure:13047: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:13047: $? = 0
| configure:13047: result: yes
| configure:13058: checking for timezone variable access
| configure:13071: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:13071: $? = 0
| configure:13073: result: yes
| configure:13082: checking for designated initializers
| configure:13098: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:13098: $? = 0
| configure:13100: result: yes
| configure:13135: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:13135: $? = 0
| configure:13135: ./conftest
| configure:13135: $? = 0
| configure:13165: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:13165: $? = 0
| configure:13165: ./conftest
| configure:13165: $? = 0
| configure:13195: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:13195: $? = 0
| configure:13195: ./conftest
| configure:13195: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Cobol"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GNU Cobol 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define COB_KEYWORD_INLINE __inline
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_LOCALECONV 1
| | #define HAVE_READLINK 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_REALPATH 1
| | #define HAVE_STRCOLL 1
| | #define HAVE_STRXFRM 1
| | #define HAVE_SETENV 1
| | #define HAVE_RAISE 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_DESIGNATED_INITS 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | 
| | 	#ifdef __INTEL_COMPILER
| | 	return 0;
| | 	#else
| | 	return 1;
| | 	#endif
| |   ;
| |   return 0;
| | }
| configure:13588: Checks for GMP ...
| configure:13592: checking gmp.h usability
| configure:13592: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:13592: $? = 0
| configure:13592: result: yes
| configure:13592: checking gmp.h presence
| configure:13592: gcc -std=gnu99 -E  conftest.c
| configure:13592: $? = 0
| configure:13592: result: yes
| configure:13592: checking for gmp.h
| configure:13592: result: yes
| configure:13605: checking for __gmpz_init in -lgmp
| configure:13630: gcc -std=gnu99 -o conftest -g -O2   conftest.c -lgmp   >&5
| configure:13630: $? = 0
| configure:13639: result: yes
| configure:13672: gcc -std=gnu99 -o conftest -g -O2   conftest.c  -lgmp >&5
| configure:13672: $? = 0
| configure:13672: ./conftest
| configure:13672: $? = 0
| configure:13707: gcc -std=gnu99 -o conftest -g -O2   conftest.c  -lgmp >&5
| configure:13707: $? = 0
| configure:13707: ./conftest
| configure:13707: $? = 0
| configure:13721: checking matching GMP version
| configure:13728: result: yes (5.1)
| configure:13740: checking for __gmp_get_memory_functions in -lgmp
| configure:13765: gcc -std=gnu99 -o conftest -g -O2   conftest.c -lgmp   >&5
| configure:13765: $? = 0
| configure:13774: result: yes
| configure:13784: checking for nanosleep
| configure:13797: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:13797: $? = 0
| configure:13799: result: yes
| configure:13916: checking for clock_gettime and CLOCK_REALTIME
| configure:13929: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:13929: $? = 0
| configure:13931: result: yes
| configure:13949: checking prototype for finite in <math.h>
| configure:13958: result: yes
| configure:13989: checking for fdatasync
| configure:13989: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:13989: $? = 0
| configure:13989: result: yes
| configure:13989: checking for sigaction
| configure:13989: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:13989: $? = 0
| configure:13989: result: yes
| configure:14033: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:14033: $? = 0
| configure:14033: ./conftest
| configure:14033: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Cobol"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GNU Cobol 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define COB_KEYWORD_INLINE __inline
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_LOCALECONV 1
| | #define HAVE_READLINK 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_REALPATH 1
| | #define HAVE_STRCOLL 1
| | #define HAVE_STRXFRM 1
| | #define HAVE_SETENV 1
| | #define HAVE_RAISE 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_DESIGNATED_INITS 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_GMP_H 1
| | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
| | #define HAVE_NANO_SLEEP 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_FDATASYNC 1
| | #define HAVE_SIGACTION 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | 
| | 	#ifdef __CYGWIN__
| | 	return 0;
| | 	#else
| | 	return 1;
| | 	#endif
| |   ;
| |   return 0;
| | }
| configure:14042: checking whether NLS is requested
| configure:14051: result: yes
| configure:14091: checking for msgfmt
| configure: trying /usr/bin/msgfmt...
| 0 translated messages.
| configure:14123: result: /usr/bin/msgfmt
| configure:14132: checking for gmsgfmt
| configure:14163: result: /usr/bin/msgfmt
| configure:14213: checking for xgettext
| configure: trying /usr/bin/xgettext...
| /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
| configure:14245: result: /usr/bin/xgettext
| configure:14290: checking for msgmerge
| configure: trying /usr/bin/msgmerge...
| configure:14321: result: /usr/bin/msgmerge
| configure:14907: checking for CFPreferencesCopyAppValue
| configure:14934: result: no
| configure:14941: checking for CFLocaleCopyCurrent
| configure:14968: result: no
| configure:15017: checking for GNU gettext in libc
| configure:15041: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:15041: $? = 0
| configure:15050: result: yes
| configure:15887: checking whether to use NLS
| configure:15889: result: yes
| configure:15892: checking where the gettext function comes from
| configure:15903: result: libc
| configure:15970: checking for nl_langinfo and CODESET
| configure:15986: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
| configure:15986: $? = 0
| configure:15995: result: yes
| configure:16005: Checks for curses ...
| configure:16010: checking for initscr in -lncursesw
| configure:16035: gcc -std=gnu99 -o conftest -g -O2   conftest.c -lncursesw   >&5
| /usr/bin/ld: cannot find -lncursesw
| collect2: error: ld returned 1 exit status
| configure:16035: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Cobol"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GNU Cobol 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define COB_KEYWORD_INLINE __inline
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_LOCALECONV 1
| | #define HAVE_READLINK 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_REALPATH 1
| | #define HAVE_STRCOLL 1
| | #define HAVE_STRXFRM 1
| | #define HAVE_SETENV 1
| | #define HAVE_RAISE 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_DESIGNATED_INITS 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_GMP_H 1
| | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
| | #define HAVE_NANO_SLEEP 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_FDATASYNC 1
| | #define HAVE_SIGACTION 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LANGINFO_CODESET 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.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char initscr ();
| | int
| | main ()
| | {
| | return initscr ();
| |   ;
| |   return 0;
| | }
| configure:16044: result: no
| configure:16101: checking for initscr in -lncurses
| configure:16126: gcc -std=gnu99 -o conftest -g -O2   conftest.c -lncurses   >&5
| configure:16126: $? = 0
| configure:16135: result: yes
| configure:16150: checking ncurses.h usability
| configure:16150: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:16150: $? = 0
| configure:16150: result: yes
| configure:16150: checking ncurses.h presence
| configure:16150: gcc -std=gnu99 -E  conftest.c
| configure:16150: $? = 0
| configure:16150: result: yes
| configure:16150: checking for ncurses.h
| configure:16150: result: yes
| configure:16403: checking for ncurses _nc_freeall function
| configure:16417: gcc -std=gnu99 -o conftest -g -O2   conftest.c -lncurses  >&5
| configure:16417: $? = 0
| configure:16419: result: yes
| configure:16427: checking for ncurses use_legacy_coding function
| configure:16441: gcc -std=gnu99 -o conftest -g -O2   conftest.c -lncurses  >&5
| configure:16441: $? = 0
| configure:16443: result: yes
| configure:16455: checking for curses color_set function
| configure:16482: gcc -std=gnu99 -o conftest -g -O2   conftest.c -lncurses  >&5
| configure:16482: $? = 0
| configure:16484: result: yes
| configure:16497: Checks for Berkeley DB ...
| configure:16502: checking db.h usability
| configure:16502: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:16502: $? = 0
| configure:16502: result: yes
| configure:16502: checking db.h presence
| configure:16502: gcc -std=gnu99 -E  conftest.c
| configure:16502: $? = 0
| configure:16502: result: yes
| configure:16502: checking for db.h
| configure:16502: result: yes
| configure:16537: gcc -std=gnu99 -o conftest -g -O2   conftest.c -lncurses  >&5
| configure:16537: $? = 0
| configure:16537: ./conftest
| configure:16537: $? = 0
| configure:16550: checking for Berkeley DB db.h version >= 4.1
| configure:16555: result: yes (5.3)
| configure:16571: checking for Berkeley DB library with version 5.3
| configure:16600: gcc -std=gnu99 -o conftest -g -O2   conftest.c -lncurses  -ldb >&5
| configure:16600: $? = 0
| configure:16600: ./conftest
| configure:16600: $? = 0
| configure:16615: result: yes
| configure:16617: BDB library version 5.3 found as -ldb
| configure:16654: gcc -std=gnu99 -o conftest -g -O2   conftest.c -lncurses  >&5
| configure:16654: $? = 0
| configure:16654: ./conftest
| configure:16654: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Cobol"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GNU Cobol 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define COB_KEYWORD_INLINE __inline
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_LOCALECONV 1
| | #define HAVE_READLINK 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_REALPATH 1
| | #define HAVE_STRCOLL 1
| | #define HAVE_STRXFRM 1
| | #define HAVE_SETENV 1
| | #define HAVE_RAISE 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_DESIGNATED_INITS 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_GMP_H 1
| | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
| | #define HAVE_NANO_SLEEP 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_FDATASYNC 1
| | #define HAVE_SIGACTION 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_LIBNCURSES 1
| | #define HAVE_NCURSES_H 1
| | #define WITH_CURSES "ncurses"
| | #define HAVE_CURSES_FREEALL 1
| | #define HAVE_USE_LEGACY_CODING 1
| | #define HAVE_COLOR_SET 1
| | #define HAVE_DB_H 1
| | #define WITH_DB 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | 
| | 	#ifdef _WIN32
| | 	return 0;
| | 	#else
| | 	return 1;
| | 	#endif
| |   ;
| |   return 0;
| | }
| configure:16666: checking for dlopen in -lc
| configure:16691: gcc -std=gnu99 -o conftest -g -O2   conftest.c -lc  -lncurses  >&5
| /tmp/cc5m0Mt2.o: In function `main':
| /home/awjump/gnu-cobol-reportwriter/conftest.c:97: undefined reference to `dlopen'
| collect2: error: ld returned 1 exit status
| configure:16691: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Cobol"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GNU Cobol 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define COB_KEYWORD_INLINE __inline
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_LOCALECONV 1
| | #define HAVE_READLINK 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_REALPATH 1
| | #define HAVE_STRCOLL 1
| | #define HAVE_STRXFRM 1
| | #define HAVE_SETENV 1
| | #define HAVE_RAISE 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_DESIGNATED_INITS 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_GMP_H 1
| | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
| | #define HAVE_NANO_SLEEP 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_FDATASYNC 1
| | #define HAVE_SIGACTION 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_LIBNCURSES 1
| | #define HAVE_NCURSES_H 1
| | #define WITH_CURSES "ncurses"
| | #define HAVE_CURSES_FREEALL 1
| | #define HAVE_USE_LEGACY_CODING 1
| | #define HAVE_COLOR_SET 1
| | #define HAVE_DB_H 1
| | #define WITH_DB 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.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char dlopen ();
| | int
| | main ()
| | {
| | return dlopen ();
| |   ;
| |   return 0;
| | }
| configure:16700: result: no
| configure:16708: checking for dlopen in -ldl
| configure:16742: result: yes
| configure:16753: checking for dladdr in -ldl
| configure:16778: gcc -std=gnu99 -o conftest -g -O2   conftest.c -ldl  -lncurses  >&5
| configure:16778: $? = 0
| configure:16787: result: yes
| configure:16992: checking for working strftime
| configure:17024: gcc -std=gnu99 -o conftest -g -O2   conftest.c -lncurses  >&5
| configure:17024: $? = 0
| configure:17024: ./conftest
| configure:17024: $? = 0
| configure:17026: result: yes
| configure:17038: checking if size of long int = size of long long
| configure:17061: gcc -std=gnu99 -o conftest -g -O2   conftest.c -lncurses  >&5
| configure:17061: $? = 0
| configure:17061: ./conftest
| configure:17061: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Cobol"
| | #define PACKAGE_TARNAME "gnu-cobol"
| | #define PACKAGE_VERSION "2.0"
| | #define PACKAGE_STRING "GNU Cobol 2.0"
| | #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| | #define PACKAGE_URL "http://www.opencobol.org";
| | #define PACKAGE "gnu-cobol"
| | #define VERSION "2.0"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SIG_ATOMIC_T 1
| | #define COB_KEYWORD_INLINE __inline
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_LOCALECONV 1
| | #define HAVE_READLINK 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_REALPATH 1
| | #define HAVE_STRCOLL 1
| | #define HAVE_STRXFRM 1
| | #define HAVE_SETENV 1
| | #define HAVE_RAISE 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_DESIGNATED_INITS 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_GMP_H 1
| | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
| | #define HAVE_NANO_SLEEP 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_FDATASYNC 1
| | #define HAVE_SIGACTION 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_LIBNCURSES 1
| | #define HAVE_NCURSES_H 1
| | #define WITH_CURSES "ncurses"
| | #define HAVE_CURSES_FREEALL 1
| | #define HAVE_USE_LEGACY_CODING 1
| | #define HAVE_COLOR_SET 1
| | #define HAVE_DB_H 1
| | #define WITH_DB 1
| | #define USE_LIBDL 1
| | #define HAVE_DLADDR 1
| | #define COB_STRFTIME 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | 
| | 	if (sizeof(long int) == sizeof(long long))
| | 		return 0;
| | 	return 1;
| | 
| |   ;
| |   return 0;
| | }
| configure:17066: result: no
| configure:17079: checking for gcc pointer sign option
| configure:17092: gcc -std=gnu99 -c -g -O2 -Wno-pointer-sign  conftest.c >&5
| configure:17092: $? = 0
| configure:17094: result: yes
| configure:17131: checking for aligned attribute
| configure:17144: gcc -std=gnu99 -c -g -O2  conftest.c >&5
| configure:17144: $? = 0
| configure:17146: result: yes
| configure:17347: checking for ld bind now option
| configure:17360: gcc -std=gnu99 -o conftest -O2 -pipe   -Wl,-z,relro,-z,now,-O1 conftest.c  >&5
| configure:17360: $? = 0
| configure:17361: result: yes
| configure:17615: creating ./config.status
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by GNU Cobol config.status 2.0, which was
| generated by GNU Autoconf 2.68.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status 
| 
| on Whitefall
| 
| config.status:1233: creating bin/cob-config
| config.status:1233: creating Makefile
| config.status:1233: creating libcob/Makefile
| config.status:1233: creating lib/Makefile
| config.status:1233: creating cobc/Makefile
| config.status:1233: creating bin/Makefile
| config.status:1233: creating po/Makefile.in
| config.status:1233: creating doc/Makefile
| config.status:1233: creating config/Makefile
| config.status:1233: creating copy/Makefile
| config.status:1233: creating tests/atlocal
| config.status:1233: creating tests/Makefile
| config.status:1233: creating tests/cobol85/Makefile
| config.status:1233: creating extras/Makefile
| config.status:1233: creating config.h
| config.status:1462: executing tests/atconfig commands
| config.status:1462: executing depfiles commands
| config.status:1462: executing libtool commands
| config.status:1462: executing po-directories commands
| config.status:1462: executing chmod1 commands
| config.status:1462: executing chmod2 commands
| config.status:1462: executing chmod3 commands
| configure:20028: GNU Cobol Configuration:
| configure:20030:  CC                gcc -std=gnu99
| configure:20032:  CFLAGS            -O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE
| configure:20034:  COB_CFLAGS        -I/usr/local/include -pipe
| configure:20036:  LDFLAGS            -Wl,-z,relro,-z,now,-O1
| configure:20038:  COB_LDFLAGS       
| configure:20045:  COB_LIBS          -L${exec_prefix}/lib -lcob -lm -lgmp -lncurses -ldb -ldl
| configure:20047:  COB_CONFIG_DIR    ${datarootdir}/gnu-cobol/config
| configure:20049:  COB_COPY_DIR      ${datarootdir}/gnu-cobol/copy
| configure:20051:  COB_LIBRARY_PATH  ${exec_prefix}/lib/gnu-cobol
| configure:20053:  COB_MODULE_EXT    so
| configure:20055:  COB_OBJECT_EXT    o
| configure:20057:  COB_SHARED_OPT    -shared
| configure:20059:  COB_PIC_FLAGS     -fPIC -DPIC
| configure:20061:  COB_EXPORT_DYN    -Wl,--export-dynamic
| configure:20065:  COB_STRIP_CMD     strip --strip-unneeded
| configure:20070:  Dynamic loading:  System
| configure:20076:  Use gettext for international messages:      yes
| configure:20078:  Use fcntl for file locking:                  yes
| configure:20090:  Use ncurses/pdcurses/curses for screen I/O:  ncurses
| configure:20122:  Use Berkeley DB for ISAM I/O:                yes
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| ac_cv_build=i686-pc-linux-gnu
| ac_cv_c_bigendian=no
| ac_cv_c_compiler_gnu=yes
| ac_cv_c_const=yes
| 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_LDFLAGS_set=
| ac_cv_env_LDFLAGS_value=
| ac_cv_env_LIBS_set=
| ac_cv_env_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__doprnt=no
| ac_cv_func_alloca_works=yes
| ac_cv_func_canonicalize_file_name=yes
| ac_cv_func_dlopen=no
| ac_cv_func_fcntl=yes
| ac_cv_func_fdatasync=yes
| ac_cv_func_getexecname=no
| ac_cv_func_gettimeofday=yes
| ac_cv_func_localeconv=yes
| ac_cv_func_memmove=yes
| ac_cv_func_memset=yes
| ac_cv_func_raise=yes
| ac_cv_func_readlink=yes
| ac_cv_func_realpath=yes
| ac_cv_func_setenv=yes
| ac_cv_func_setlocale=yes
| ac_cv_func_shl_load=no
| ac_cv_func_sigaction=yes
| ac_cv_func_strcasecmp=yes
| ac_cv_func_strchr=yes
| ac_cv_func_strcoll=yes
| ac_cv_func_strdup=yes
| ac_cv_func_strerror=yes
| ac_cv_func_strrchr=yes
| ac_cv_func_strstr=yes
| ac_cv_func_strtol=yes
| ac_cv_func_strxfrm=yes
| ac_cv_func_vprintf=yes
| ac_cv_header_db_h=yes
| ac_cv_header_dlfcn_h=yes
| ac_cv_header_fcntl_h=yes
| ac_cv_header_gmp_h=yes
| ac_cv_header_inttypes_h=yes
| ac_cv_header_locale_h=yes
| ac_cv_header_malloc_h=yes
| ac_cv_header_memory_h=yes
| ac_cv_header_minix_config_h=no
| ac_cv_header_ncurses_h=yes
| ac_cv_header_signal_h=yes
| ac_cv_header_stdc=yes
| ac_cv_header_stddef_h=yes
| ac_cv_header_stdint_h=yes
| ac_cv_header_stdlib_h=yes
| ac_cv_header_string_h=yes
| ac_cv_header_strings_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_unistd_h=yes
| ac_cv_header_wchar_h=yes
| ac_cv_host=i686-pc-linux-gnu
| ac_cv_lib_c_dlopen=no
| ac_cv_lib_dl_dladdr=yes
| ac_cv_lib_dl_dlopen=yes
| ac_cv_lib_dld_shl_load=no
| ac_cv_lib_gmp___gmp_get_memory_functions=yes
| ac_cv_lib_gmp___gmpz_init=yes
| ac_cv_lib_ncurses_initscr=yes
| ac_cv_lib_ncursesw_initscr=no
| ac_cv_objext=o
| ac_cv_path_EGREP='/bin/grep -E'
| ac_cv_path_FGREP='/bin/grep -F'
| ac_cv_path_GMSGFMT=/usr/bin/msgfmt
| ac_cv_path_GREP=/bin/grep
| ac_cv_path_MSGFMT=/usr/bin/msgfmt
| ac_cv_path_MSGMERGE=/usr/bin/msgmerge
| ac_cv_path_SED=/bin/sed
| ac_cv_path_XGETTEXT=/usr/bin/xgettext
| ac_cv_path_install='/usr/bin/install -c'
| ac_cv_path_mkdir=/bin/mkdir
| ac_cv_prog_AWK=mawk
| ac_cv_prog_CPP='gcc -std=gnu99 -E'
| ac_cv_prog_ac_ct_AR=ar
| ac_cv_prog_ac_ct_CC=gcc
| ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
| 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_c89=
| ac_cv_prog_cc_c99=-std=gnu99
| ac_cv_prog_cc_g=yes
| ac_cv_prog_cc_gcc_c_o=yes
| ac_cv_prog_cc_stdc=-std=gnu99
| ac_cv_prog_make_make_set=yes
| ac_cv_safe_to_define___extensions__=yes
| ac_cv_struct_tm=time.h
| ac_cv_type_sig_atomic_t=yes
| ac_cv_type_size_t=yes
| ac_cv_working_alloca_h=yes
| acl_cv_hardcode_direct=no
| acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
| acl_cv_hardcode_libdir_separator=
| acl_cv_hardcode_minus_L=no
| acl_cv_libext=a
| acl_cv_libname_spec='lib$name'
| acl_cv_library_names_spec='$libname$shrext'
| acl_cv_path_LD=/usr/bin/ld
| acl_cv_prog_gnu_ld=yes
| acl_cv_rpath=done
| acl_cv_shlibext=so
| acl_cv_wl=-Wl,
| am_cv_CC_dependencies_compiler_type=gcc3
| am_cv_langinfo_codeset=yes
| gt_cv_func_CFLocaleCopyCurrent=no
| gt_cv_func_CFPreferencesCopyAppValue=no
| gt_cv_func_gnugettext1_libc=yes
| lt_cv_ar_at_file=@
| lt_cv_archive_cmds_need_lc=no
| lt_cv_deplibs_check_method=pass_all
| lt_cv_dlopen=dlopen
| lt_cv_dlopen_libs=-ldl
| lt_cv_dlopen_self=yes
| lt_cv_dlopen_self_static=no
| lt_cv_file_magic_cmd='$MAGIC_CMD'
| lt_cv_file_magic_test_file=
| lt_cv_ld_reload_flag=-r
| lt_cv_nm_interface='BSD nm'
| lt_cv_objdir=.libs
| lt_cv_path_LD=/usr/bin/ld
| lt_cv_path_NM='/usr/bin/nm -B'
| lt_cv_path_mainfest_tool=no
| lt_cv_prog_compiler_c_o=yes
| lt_cv_prog_compiler_pic='-fPIC -DPIC'
| lt_cv_prog_compiler_pic_works=yes
| lt_cv_prog_compiler_rtti_exceptions=no
| lt_cv_prog_compiler_static_works=yes
| lt_cv_prog_gnu_ld=yes
| lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
| lt_cv_shlibpath_overrides_runpath=no
| lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
| lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
| lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
| lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
| lt_cv_sys_max_cmd_len=1572864
| lt_cv_to_host_file_cmd=func_convert_file_noop
| lt_cv_to_tool_file_cmd=func_convert_file_noop
| 
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
| 
| ACLOCAL='${SHELL} /home/awjump/gnu-cobol-reportwriter/missing --run aclocal-1.11'
| ALLOCA=''
| AMDEPBACKSLASH='\'
| AMDEP_FALSE='#'
| AMDEP_TRUE=''
| AMTAR='${SHELL} /home/awjump/gnu-cobol-reportwriter/missing --run tar'
| AR='ar'
| AS='as'
| AUTOCONF='${SHELL} /home/awjump/gnu-cobol-reportwriter/missing --run autoconf'
| AUTOHEADER='${SHELL} /home/awjump/gnu-cobol-reportwriter/missing --run autoheader'
| AUTOMAKE='${SHELL} /home/awjump/gnu-cobol-reportwriter/missing --run automake-1.11'
| AWK='mawk'
| CC='gcc -std=gnu99'
| CCDEPMODE='depmode=gcc3'
| CFLAGS='-O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE'
| COBC_LIBS=''
| COB_BIGENDIAN='no'
| COB_CC='gcc -std=gnu99'
| COB_CFLAGS='-I/usr/local/include -pipe'
| COB_CONFIG_DIR='${datarootdir}/gnu-cobol/config'
| COB_COPY_DIR='${datarootdir}/gnu-cobol/copy'
| COB_EXPORT_DYN='-Wl,--export-dynamic'
| COB_FIX_LIB='-Wl,--export-dynamic'
| COB_FIX_LIBTOOL=''
| COB_HAS_ISAM='yes'
| COB_KEYWORD_INLINE=''
| COB_LDFLAGS=''
| COB_LIBRARY_PATH='${exec_prefix}/lib/gnu-cobol'
| COB_LIBS='-L${exec_prefix}/lib -lcob -lm -lgmp -lncurses -ldb -ldl'
| COB_MAKE_IX_FALSE='#'
| COB_MAKE_IX_TRUE=''
| COB_MODULE_EXT='so'
| COB_OBJECT_EXT='o'
| COB_PATCH_LEVEL='0'
| COB_PIC_FLAGS='-fPIC -DPIC'
| COB_SHARED_OPT='-shared'
| CPP='gcc -std=gnu99 -E'
| CPPFLAGS=''
| CYGPATH_W='echo'
| DEFS='-DHAVE_CONFIG_H'
| DEPDIR='.deps'
| DLLTOOL='false'
| DSYMUTIL=''
| DUMPBIN=''
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='/bin/grep -E'
| EXEEXT=''
| FGREP='/bin/grep -F'
| GETTEXT_MACRO_VERSION='0.19'
| GMSGFMT='/usr/bin/msgfmt'
| GMSGFMT_015='/usr/bin/msgfmt'
| GREP='/bin/grep'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
| INTLLIBS=''
| INTL_MACOSX_LIBS=''
| LD='/usr/bin/ld'
| LDFLAGS=' -Wl,-z,relro,-z,now,-O1'
| LIBCOB_LIBS='-lm -lgmp -lncurses -ldb -ldl'
| LIBICONV='-liconv'
| LIBINTL=''
| LIBOBJS=''
| LIBS=''
| LIBTOOL='$(SHELL) $(top_builddir)/libtool'
| LIPO=''
| LN_S='ln -s'
| LTLIBICONV='-liconv'
| LTLIBINTL=''
| LTLIBOBJS=''
| MAINT='#'
| MAINTAINER_MODE_FALSE=''
| MAINTAINER_MODE_TRUE='#'
| MAKEINFO='${SHELL} /home/awjump/gnu-cobol-reportwriter/missing --run makeinfo'
| MANIFEST_TOOL=':'
| MKDIR_P='/bin/mkdir -p'
| MSGFMT='/usr/bin/msgfmt'
| MSGFMT_015='/usr/bin/msgfmt'
| MSGMERGE='/usr/bin/msgmerge'
| NM='/usr/bin/nm -B'
| NMEDIT=''
| OBJDUMP='objdump'
| OBJEXT='o'
| OTOOL64=''
| OTOOL=''
| PACKAGE='gnu-cobol'
| PACKAGE_BUGREPORT='open-cobol-list@xxxxxxxxxxxxxxxxxxxxx'
| PACKAGE_NAME='GNU Cobol'
| PACKAGE_STRING='GNU Cobol 2.0'
| PACKAGE_TARNAME='gnu-cobol'
| PACKAGE_URL='http://www.opencobol.org'
| PACKAGE_VERSION='2.0'
| PATH_SEPARATOR=':'
| POSUB='po'
| RANLIB='ranlib'
| SED='/bin/sed'
| SET_MAKE=''
| SHELL='/bin/bash'
| STRIP='strip'
| USE_NLS='yes'
| VERSION='2.0'
| XGETTEXT='/usr/bin/xgettext'
| XGETTEXT_015='/usr/bin/xgettext'
| XGETTEXT_EXTRA_OPTIONS=''
| ac_ct_AR='ar'
| ac_ct_CC='gcc'
| ac_ct_DUMPBIN=''
| am__EXEEXT_FALSE=''
| am__EXEEXT_TRUE='#'
| am__fastdepCC_FALSE='#'
| am__fastdepCC_TRUE=''
| am__include='include'
| am__isrc=''
| am__leading_dot='.'
| am__quote=''
| am__tar='${AMTAR} chof - "$$tardir"'
| am__untar='${AMTAR} xf -'
| bindir='${exec_prefix}/bin'
| build='i686-pc-linux-gnu'
| build_alias=''
| build_cpu='i686'
| build_os='linux-gnu'
| build_vendor='pc'
| datadir='${datarootdir}'
| datarootdir='${prefix}/share'
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| dvidir='${docdir}'
| exec_prefix='${prefix}'
| host='i686-pc-linux-gnu'
| host_alias=''
| host_cpu='i686'
| host_os='linux-gnu'
| host_vendor='pc'
| htmldir='${docdir}'
| includedir='${prefix}/include'
| infodir='${datarootdir}/info'
| install_sh='${SHELL} /home/awjump/gnu-cobol-reportwriter/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| localedir='${datarootdir}/locale'
| localstatedir='${prefix}/var'
| mandir='${datarootdir}/man'
| mkdir_p='/bin/mkdir -p'
| oldincludedir='/usr/include'
| pdfdir='${docdir}'
| prefix='/usr/local'
| program_transform_name='s,x,x,'
| psdir='${docdir}'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sysconfdir='${prefix}/etc'
| target_alias=''
| 
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
| 
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Cobol"
| #define PACKAGE_TARNAME "gnu-cobol"
| #define PACKAGE_VERSION "2.0"
| #define PACKAGE_STRING "GNU Cobol 2.0"
| #define PACKAGE_BUGREPORT "open-cobol-list@xxxxxxxxxxxxxxxxxxxxx"
| #define PACKAGE_URL "http://www.opencobol.org";
| #define PACKAGE "gnu-cobol"
| #define VERSION "2.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIG_ATOMIC_T 1
| #define COB_KEYWORD_INLINE __inline
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_READLINK 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRXFRM 1
| #define HAVE_SETENV 1
| #define HAVE_RAISE 1
| #define HAVE_TIMEZONE 1
| #define HAVE_DESIGNATED_INITS 1
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_GMP_H 1
| #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
| #define HAVE_NANO_SLEEP 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_FDATASYNC 1
| #define HAVE_SIGACTION 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define WITH_CURSES "ncurses"
| #define HAVE_CURSES_FREEALL 1
| #define HAVE_USE_LEGACY_CODING 1
| #define HAVE_COLOR_SET 1
| #define HAVE_DB_H 1
| #define WITH_DB 1
| #define USE_LIBDL 1
| #define HAVE_DLADDR 1
| #define COB_STRFTIME 1
| #define HAVE_PSIGN_OPT 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define COB_EXPORT_DYN "-Wl,--export-dynamic"
| #define COB_PIC_FLAGS "-fPIC -DPIC"
| #define COB_SHARED_OPT "-shared"
| #define COB_EXEEXT ""
| #define COB_STRIP_CMD "strip --strip-unneeded"
| 
| configure: exit 0

------------------------------------------------------------------------------
_______________________________________________
open-cobol-list mailing list
open-cobol-list@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/open-cobol-list

[Index of Archives]     [Gcc Help]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Info]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux