## ------------------------------------------ ## ## GNU Cobol 2.1 test suite: GNU Cobol Tests. ## ## ------------------------------------------ ## testsuite: command line was: $ ./testsuite ## ---------- ## ## ChangeLog. ## ## ---------- ## | 2013-11-18 Ron Norman | | * Report Writer Module build setup | | 2013-09-29 Brian Tiffin & Simon Sobisch | | * Change package name, and project to GNU Cobol | * GNU-ification of source code commencing | | 20??-??-?? Roger While ## --------- ## ## Platform. ## ## --------- ## hostname = Haven uname -m = i686 uname -r = 3.13.0-36-generic uname -s = Linux uname -v = #63-Ubuntu SMP Wed Sep 3 21:30:45 UTC 2014 /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/alanj/open-cobol-code-427-branches-reportwriter/tests PATH: /home/alanj/open-cobol-code-427-branches-reportwriter/cobc PATH: /home/alanj/open-cobol-code-427-branches-reportwriter/bin PATH: /home/alanj/open-cobol-code-427-branches-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/alanj/open-cobol-code-427-branches-reportwriter/tests' | at_srcdir='.' | abs_srcdir='/home/alanj/open-cobol-code-427-branches-reportwriter/tests' | at_top_srcdir='..' | abs_top_srcdir='/home/alanj/open-cobol-code-427-branches-reportwriter' | at_top_build_prefix='../' | abs_top_builddir='/home/alanj/open-cobol-code-427-branches-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 | # | # 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 . | | # 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="-std=cobol2002 -debug -Wall ${COBOL_FLAGS}" | COMPILE="${COBC} -x ${FLAGS}" | COMPILE_ONLY="${COBC} -fsyntax-only ${FLAGS}" | COMPILE_MODULE="${COBC} -m ${FLAGS}" | | 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_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/alanj/open-cobol-code-427-branches-reportwriter/cobc/cobc --version cobc (GNU Cobol) 2.1.0 Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Keisuke Nishida Copyright (C) 2006-2012 Roger While Copyright (C) 2013 Ron Norman Copyright (C) 2009,2010,2012,2014 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 2014 06:12:44 Packaged Nov 23 2013 07:02:31 UTC C version "4.8.2" ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Sat Oct 4 06:14:18 PDT 2014 1. COPY: file not found (syn_copy.at:21): ok (0m0.000s 0m0.000s) 2. COPY: replacement order (syn_copy.at:41): ok (0m0.176s 0m0.012s) 3. COPY: separators (syn_copy.at:68): ok (0m0.152s 0m0.024s) 4. COPY: partial replacement (syn_copy.at:97): ok (0m0.144s 0m0.032s) 5. COPY: LEADING replacement (syn_copy.at:126): ok (0m0.160s 0m0.020s) 6. COPY: TRAILING replacement (syn_copy.at:155): ok (0m0.168s 0m0.016s) 7. COPY: recursive replacement (syn_copy.at:184): ok (0m0.152s 0m0.028s) 8. COPY: fixed/free format (syn_copy.at:213): ok (0m0.164s 0m0.012s) 9. Invalid PROGRAM-ID (syn_definition.at:25): ok (0m0.000s 0m0.000s) 10. Invalid PROGRAM-ID type clause (1) (syn_definition.at:41): ok (0m0.000s 0m0.000s) 11. Invalid PROGRAM-ID type clause (2) (syn_definition.at:57): ok (0m0.000s 0m0.000s) 12. Undefined data name (syn_definition.at:79): ok (0m0.000s 0m0.000s) 13. Undefined group name (syn_definition.at:97): ok (0m0.000s 0m0.000s) 14. Undefined data name in group (syn_definition.at:118): ok (0m0.000s 0m0.000s) 15. Reference not a group name (syn_definition.at:141): ok (0m0.000s 0m0.000s) 16. Incomplete 01 definition (syn_definition.at:165): ok (0m0.000s 0m0.000s) 17. Same labels in different sections (syn_definition.at:185): ok (0m0.000s 0m0.000s) 18. Redefinition of 01 items (syn_definition.at:210): ok (0m0.000s 0m0.000s) 19. Redefinition of 01 and 02 items (syn_definition.at:229): ok (0m0.000s 0m0.000s) 20. Redefinition of 02 items (syn_definition.at:248): ok (0m0.000s 0m0.000s) 21. Redefinition of 77 items (syn_definition.at:268): ok (0m0.000s 0m0.000s) 22. Redefinition of 01 and 77 items (syn_definition.at:287): ok (0m0.000s 0m0.000s) 23. Redefinition of 88 items (syn_definition.at:306): ok (0m0.000s 0m0.000s) 24. Ambiguous reference to 02 items (syn_definition.at:326): ok (0m0.000s 0m0.000s) 25. Ambiguous reference to 02 and 03 items (syn_definition.at:352): ok (0m0.000s 0m0.000s) 26. Ambiguous reference with qualification (syn_definition.at:377): ok (0m0.000s 0m0.000s) 27. Unique reference with ambiguous qualifiers (syn_definition.at:407): ok (0m0.000s 0m0.000s) 28. Undefined procedure name (syn_definition.at:443): ok (0m0.000s 0m0.000s) 29. Redefinition of section names (syn_definition.at:463): ok (0m0.000s 0m0.000s) 30. Redefinition of section and paragraph names (syn_definition.at:483): ok (0m0.000s 0m0.000s) 31. Redefinition of paragraph names (syn_definition.at:503): ok (0m0.000s 0m0.000s) 32. Ambiguous reference to paragraph name (syn_definition.at:527): ok (0m0.000s 0m0.000s) 33. Non-matching level numbers (extension) (syn_definition.at:552): ok (0m0.000s 0m0.000s) 34. CALL BY VALUE alphanumeric item (extension) (syn_definition.at:580): ok (0m0.000s 0m0.000s) 35. Ambiguous AND/OR (syn_expression.at:21): ok (0m0.000s 0m0.000s) 36. START on SEQUENTIAL file (syn_expression.at:46): ok (0m0.000s 0m0.000s) 37. DECLARATIVES Invalid procedure reference (1) (syn_expression.at:75): ok (0m0.000s 0m0.000s) 38. DECLARATIVES Invalid procedure reference (2) (syn_expression.at:114): ok (0m0.000s 0m0.000s) 39. DECLARATIVES Invalid procedure reference (3) (syn_expression.at:153): ok (0m0.000s 0m0.000s) 40. Subscripted item requires OCCURS clause (syn_subscripts.at:25): ok (0m0.000s 0m0.000s) 41. Number of subscripts (syn_subscripts.at:50): ok (0m0.000s 0m0.000s) 42. Number of subscripts (relaxed syntax) (syn_subscripts.at:86): ok (0m0.000s 0m0.000s) 43. OCCURS with level 01, 66, 77, and 88 (syn_occurs.at:28): ok (0m0.000s 0m0.000s) 44. OCCURS with variable-occurrence data item (syn_occurs.at:54): ok (0m0.000s 0m0.000s) 45. Nested OCCURS clause (syn_occurs.at:92): ok (0m0.000s 0m0.000s) 46. OCCURS DEPENDING followed by another field (syn_occurs.at:139): ok (0m0.000s 0m0.000s) 47. OCCURS DEPENDING without TO clause (syn_occurs.at:178): ok (0m0.000s 0m0.000s) 48. REDEFINES: not following entry-name (syn_redefines.at:28): ok (0m0.000s 0m0.000s) 49. REDEFINES: level 02 by 01 (syn_redefines.at:49): ok (0m0.000s 0m0.000s) 50. REDEFINES: level 03 by 02 (syn_redefines.at:70): ok (0m0.000s 0m0.000s) 51. REDEFINES: level 66 (syn_redefines.at:92): ok (0m0.000s 0m0.000s) 52. REDEFINES: level 88 (syn_redefines.at:114): ok (0m0.000s 0m0.000s) 53. REDEFINES: lower level number (syn_redefines.at:143): ok (0m0.000s 0m0.000s) 54. REDEFINES: with OCCURS (syn_redefines.at:169): ok (0m0.000s 0m0.000s) 55. REDEFINES: with subscript (syn_redefines.at:190): ok (0m0.000s 0m0.000s) 56. REDEFINES: with variable occurrence (syn_redefines.at:212): ok (0m0.000s 0m0.000s) 57. REDEFINES: with qualification (syn_redefines.at:247): ok (0m0.000s 0m0.000s) 58. REDEFINES: multiple redefinition (syn_redefines.at:273): ok (0m0.000s 0m0.000s) 59. REDEFINES: size exceeds (syn_redefines.at:301): ok (0m0.000s 0m0.000s) 60. REDEFINES: with VALUE (syn_redefines.at:334): ok (0m0.000s 0m0.000s) 61. REDEFINES: with intervention (syn_redefines.at:362): ok (0m0.000s 0m0.000s) 62. REDEFINES: within REDEFINES (syn_redefines.at:391): ok (0m0.000s 0m0.000s) 63. REDEFINES: non-referenced ambiguous item (syn_redefines.at:411): ok (0m0.000s 0m0.000s) 64. Numeric item (integer) (syn_value.at:43): ok (0m0.000s 0m0.000s) 65. Numeric item (non-integer) (syn_value.at:69): ok (0m0.000s 0m0.000s) 66. Numeric item with picture P (syn_value.at:92): ok (0m0.000s 0m0.000s) 67. Signed numeric literal (syn_value.at:124): ok (0m0.000s 0m0.000s) 68. Alphabetic item (syn_value.at:150): ok (0m0.000s 0m0.000s) 69. Alphanumeric item (syn_value.at:176): ok (0m0.000s 0m0.000s) 70. Alphanumeric group item (syn_value.at:198): ok (0m0.000s 0m0.000s) 71. Numeric-edited item (syn_value.at:233): ok (0m0.000s 0m0.000s) 72. Alphanumeric-edited item (syn_value.at:257): ok (0m0.000s 0m0.000s) 73. Missing headers (syn_misc.at:20): ok (0m0.000s 0m0.000s) 74. CLASS duplicate values (syn_misc.at:59): ok (0m0.000s 0m0.000s) 75. INSPECT invalid size (syn_misc.at:93): ok (0m0.000s 0m0.000s) 76. INSPECT missing keyword (syn_misc.at:115): ok (0m0.000s 0m0.000s) 77. REPOSITORY (syn_misc.at:135): ok (0m0.000s 0m0.000s) 78. MOVE SPACE TO numeric or numeric-edited item (syn_move.at:37): ok (0m0.000s 0m0.000s) 79. MOVE ZERO TO alphabetic item (syn_move.at:63): ok (0m0.000s 0m0.000s) 80. MOVE alphabetic TO x (syn_move.at:89): ok (0m0.000s 0m0.000s) 81. MOVE alphanumeric TO x (syn_move.at:119): ok (0m0.000s 0m0.000s) 82. MOVE alphanumeric-edited TO x (syn_move.at:146): ok (0m0.000s 0m0.000s) 83. MOVE numeric (integer) TO x (syn_move.at:176): ok (0m0.000s 0m0.000s) 84. MOVE numeric (non-integer) TO x (syn_move.at:205): ok (0m0.000s 0m0.000s) 85. MOVE numeric-edited TO x (syn_move.at:236): ok (0m0.000s 0m0.000s) 86. CORRESPONDING - Operands must be groups (syn_move.at:271): ok (0m0.000s 0m0.000s) 87. CORRESPONDING - Target has no matching items (syn_move.at:300): ok (0m0.000s 0m0.000s) 88. MOVE: misc (syn_move.at:327): ok (0m0.000s 0m0.000s) 89. Category check of Format 1 (syn_multiply.at:28): ok (0m0.000s 0m0.000s) 90. Category check of Format 2 (syn_multiply.at:67): ok (0m0.000s 0m0.000s) 91. Category check of literals (syn_multiply.at:108): ok (0m0.000s 0m0.000s) 92. SET: misc (syn_set.at:24): ok (0m0.000s 0m0.000s) 93. Check REPORT error/warning (syn_reportwriter.at:22): ok (0m0.000s 0m0.000s) 95. DISPLAY literals (run_fundamental.at:23): ok (0m0.140s 0m0.040s) 96. DISPLAY literals, DECIMAL-POINT is COMMA (run_fundamental.at:61): ok (0m0.148s 0m0.028s) 97. Hexadecimal literal (run_fundamental.at:90): ok (0m0.212s 0m0.036s) 98. DISPLAY data items with VALUE clause (run_fundamental.at:133): ok (0m0.148s 0m0.040s) 99. DISPLAY data items with MOVE statement (run_fundamental.at:179): ok (0m0.168s 0m0.012s) 100. MOVE to edited item (1) (run_fundamental.at:232): ok (0m0.168s 0m0.016s) 101. MOVE to edited item (2) (run_fundamental.at:280): ok (0m0.160s 0m0.024s) 102. MOVE to JUSTIFIED item (run_fundamental.at:328): ok (0m0.152s 0m0.028s) 103. MOVE integer literal to alphanumeric (run_fundamental.at:372): ok (0m0.156s 0m0.024s) 104. ALPHABETIC test (run_fundamental.at:396): ok (0m0.152s 0m0.032s) 105. ALPHABETIC-UPPER test (run_fundamental.at:427): ok (0m0.144s 0m0.036s) 106. ALPHABETIC-LOWER test (run_fundamental.at:458): ok (0m0.164s 0m0.012s) 107. GLOBAL at same level (run_fundamental.at:489): ok (0m0.160s 0m0.040s) 108. GLOBAL at lower level (run_fundamental.at:538): ok (0m0.172s 0m0.032s) 109. START RELATIVE (1) (run_fundamental.at:586): ok (0m0.172s 0m0.028s) 110. START RELATIVE (2) (run_fundamental.at:634): ok (0m0.192s 0m0.028s) 111. GLOBAL FD (1) (run_fundamental.at:710): ok (0m0.168s 0m0.032s) 112. GLOBAL FD (2) (run_fundamental.at:759): ok (0m0.176s 0m0.028s) 113. GLOBAL FD (3) (run_fundamental.at:808): ok (0m0.160s 0m0.032s) 114. GLOBAL FD (4) (run_fundamental.at:857): ok (0m0.164s 0m0.036s) 115. Contained program visibility (1) (run_fundamental.at:906): ok (0m0.188s 0m0.028s) 116. Contained program visibility (2) (run_fundamental.at:960): ok (0m0.184s 0m0.020s) 117. Contained program visibility (3) (run_fundamental.at:1012): ok (0m0.184s 0m0.028s) 118. Contained program visibility (4) (run_fundamental.at:1062): ok (0m0.184s 0m0.032s) 119. CANCEL test (1) (run_fundamental.at:1116): ok (0m0.168s 0m0.016s) 120. CANCEL test (2) (run_fundamental.at:1138): ok (0m0.252s 0m0.072s) 121. Separate sign positions (1) (run_fundamental.at:1174): ok (0m0.160s 0m0.028s) 122. Separate sign positions (2) (run_fundamental.at:1197): ok (0m0.156s 0m0.040s) 123. Context sensitive words (1) (run_fundamental.at:1228): ok (0m0.152s 0m0.024s) 124. Context sensitive words (2) (run_fundamental.at:1250): ok (0m0.160s 0m0.032s) 125. Context sensitive words (3) (run_fundamental.at:1273): ok (0m0.164s 0m0.016s) 126. Context sensitive words (4) (run_fundamental.at:1296): ok (0m0.136s 0m0.040s) 127. Context sensitive words (5) (run_fundamental.at:1320): ok (0m0.164s 0m0.020s) 128. Context sensitive words (6) (run_fundamental.at:1342): ok (0m0.132s 0m0.044s) 129. Context sensitive words (7) (run_fundamental.at:1364): ok (0m0.156s 0m0.032s) 130. ROUNDED AWAY-FROM-ZERO (run_fundamental.at:1390): ok (0m0.144s 0m0.048s) 131. ROUNDED NEAREST-AWAY-FROM-ZERO (run_fundamental.at:1452): ok (0m0.168s 0m0.016s) 132. ROUNDED NEAREST-EVEN (run_fundamental.at:1514): ok (0m0.188s 0m0.008s) 133. ROUNDED NEAREST-TOWARD-ZERO (run_fundamental.at:1576): ok (0m0.156s 0m0.040s) 134. ROUNDED TOWARD-GREATER (run_fundamental.at:1638): ok (0m0.164s 0m0.048s) 135. ROUNDED TOWARD-LESSER (run_fundamental.at:1700): ok (0m0.188s 0m0.012s) 136. ROUNDED TRUNCATION (run_fundamental.at:1762): ok (0m0.152s 0m0.036s) 137. Numeric operations (1) (run_fundamental.at:1824): ok (0m0.188s 0m0.012s) 138. Numeric operations (2) (run_fundamental.at:1867): ok (0m0.244s 0m0.040s) 139. Numeric operations (3) (run_fundamental.at:2172): ok (0m0.256s 0m0.044s) 140. Numeric operations (4) (run_fundamental.at:2477): ok (0m0.288s 0m0.012s) 141. Numeric operations (5) (run_fundamental.at:2782): ok (0m0.264s 0m0.020s) 142. Non-numeric subscript (run_subscripts.at:25): ok (0m0.000s 0m0.000s) 143. Subscript range check (run_subscripts.at:51): ok (0m0.000s 0m0.000s) 144. Subscript out of bounds (1) (run_subscripts.at:92): ok (0m0.180s 0m0.024s) 145. Subscript out of bounds (2) (run_subscripts.at:117): ok (0m0.176s 0m0.012s) 146. Value of DEPENDING ON N out of bounds (lower) (run_subscripts.at:142): ok (0m0.164s 0m0.028s) 147. Value of DEPENDING ON N out of bounds (upper) (run_subscripts.at:167): ok (0m0.168s 0m0.028s) 148. Subscript bounds with ODO (lower) (run_subscripts.at:192): ok (0m0.000s 0m0.000s) 149. Subscript bounds with ODO (upper) (run_subscripts.at:216): ok (0m0.000s 0m0.000s) 150. Subscript bounds with ODO (run_subscripts.at:240): ok (0m0.148s 0m0.032s) 151. Subscript by arithmetic expression (run_subscripts.at:265): ok (0m0.160s 0m0.032s) 152. Static reference modification (run_refmod.at:25): ok (0m0.160s 0m0.036s) 153. Dynamic reference modification (run_refmod.at:56): ok (0m0.160s 0m0.040s) 154. Static out of bounds (run_refmod.at:92): ok (0m0.000s 0m0.000s) 155. Offset underflow (run_refmod.at:122): ok (0m0.164s 0m0.032s) 156. Offset overflow (run_refmod.at:145): ok (0m0.148s 0m0.048s) 157. Length underflow (run_refmod.at:168): ok (0m0.172s 0m0.024s) 158. Length overflow (run_refmod.at:191): ok (0m0.172s 0m0.028s) 159. ACCEPT FROM DATE/DAY (run_accept.at:23): ok (0m0.176s 0m0.016s) 160. INITIALIZE group entry with OCCURS (run_initialize.at:27): ok (0m0.168s 0m0.020s) 161. INITIALIZE OCCURS with numeric edited (run_initialize.at:55): ok (0m0.164s 0m0.028s) 162. INITIALIZE complex group (1) (run_initialize.at:81): ok (0m0.164s 0m0.028s) 163. INITIALIZE complex group (2) (run_initialize.at:108): ok (0m0.164s 0m0.028s) 164. INITIALIZE with REDEFINES (run_initialize.at:135): ok (0m0.168s 0m0.020s) 165. INITIALIZE with FILLER (run_initialize.at:161): ok (0m0.164s 0m0.032s) 166. INITIALIZE of EXTERNAL data items (run_initialize.at:194): ok (0m0.188s 0m0.020s) 167. Source file not found (run_misc.at:21): ok (0m0.000s 0m0.000s) 168. Comma separator without space (run_misc.at:30): ok (0m0.172s 0m0.020s) 169. LOCAL-STORAGE (1) (run_misc.at:47): ok (0m0.284s 0m0.060s) 170. LOCAL-STORAGE (2) (run_misc.at:82): ok (0m0.428s 0m0.084s) 171. EXTERNAL data item (run_misc.at:129): ok (0m0.296s 0m0.052s) 172. EXTERNAL AS data item (run_misc.at:170): ok (0m0.276s 0m0.056s) 173. cobcrun validation (run_misc.at:218): ok (0m0.316s 0m0.080s) 174. MOVE to itself (run_misc.at:260): ok (0m0.148s 0m0.028s) 175. MOVE with refmod (run_misc.at:285): ok (0m0.156s 0m0.032s) 176. MOVE with refmod (variable) (run_misc.at:308): ok (0m0.168s 0m0.020s) 177. MOVE with group refmod (run_misc.at:333): ok (0m0.144s 0m0.036s) 178. MOVE indexes (run_misc.at:357): ok (0m0.144s 0m0.032s) 179. MOVE X'00' (run_misc.at:382): ok (0m0.204s 0m0.048s) 180. MOVE Z'literal' (run_misc.at:417): ok (0m0.152s 0m0.036s) 181. Floating continuation (run_misc.at:448): ok (0m0.152s 0m0.028s) 182. Level 01 subscripts (run_misc.at:471): ok (0m0.000s 0m0.000s) 183. Class check with reference modification (run_misc.at:492): ok (0m0.172s 0m0.028s) 184. Index and parenthesized expression (run_misc.at:515): ok (0m0.000s 0m0.000s) 185. Alphanumeric and binary numeric (run_misc.at:537): ok (0m0.188s 0m0.020s) 186. Dynamic call with static linking (run_misc.at:563): ok (0m0.244s 0m0.040s) 187. CALL m1. CALL m2. CALL m1. (run_misc.at:589): ok (0m0.412s 0m0.096s) 188. CALL binary literal parameter/LENGTH OF (run_misc.at:643): ok (0m0.436s 0m0.040s) 189. INSPECT : REPLACING LEADING ZEROS BY SPACES (run_misc.at:698): ok (0m0.168s 0m0.020s) 190. INSPECT : No repeat conversion check (run_misc.at:721): ok (0m0.160s 0m0.032s) 191. INSPECT : CONVERTING TO figurative constant (run_misc.at:744): ok (0m0.164s 0m0.020s) 192. INSPECT : CONVERTING NULL (run_misc.at:767): ok (0m0.156s 0m0.040s) 193. INSPECT : CONVERTING TO NULL (run_misc.at:790): ok (0m0.184s 0m0.016s) 194. INSPECT : REPLACING figurative constant (run_misc.at:813): ok (0m0.160s 0m0.032s) 195. INSPECT : TALLYING BEFORE (run_misc.at:836): ok (0m0.148s 0m0.040s) 196. INSPECT : TALLYING AFTER (run_misc.at:870): ok (0m0.160s 0m0.040s) 197. INSPECT : REPLACING TRAILING ZEROS BY SPACES (run_misc.at:904): ok (0m0.168s 0m0.036s) 198. INSPECT : REPLACING complex (run_misc.at:927): ok (0m0.184s 0m0.020s) 199. SWITCHES (1) (run_misc.at:952): ok (0m0.156s 0m0.032s) 200. SWITCHES (2) (run_misc.at:1008): ok (0m0.176s 0m0.020s) 201. Nested PERFORM (run_misc.at:1041): ok (0m0.160s 0m0.040s) 202. EXIT PERFORM (run_misc.at:1065): ok (0m0.164s 0m0.020s) 203. EXIT PERFORM CYCLE (run_misc.at:1089): ok (0m0.160s 0m0.036s) 204. EXIT PARAGRAPH (run_misc.at:1113): ok (0m0.180s 0m0.016s) 205. EXIT SECTION (run_misc.at:1144): ok (0m0.164s 0m0.024s) 206. PERFORM UNTIL EXIT (run_misc.at:1177): ok (0m0.156s 0m0.028s) 207. PERFORM inline (1) (run_misc.at:1207): ok (0m0.164s 0m0.036s) 208. PERFORM inline (2) (run_misc.at:1234): ok (0m0.164s 0m0.024s) 209. 88 with FILLER (run_misc.at:1255): ok (0m0.160s 0m0.032s) 210. Non-overflow after overflow (run_misc.at:1283): ok (0m0.164s 0m0.028s) 211. PERFORM ... CONTINUE (run_misc.at:1312): ok (0m0.000s 0m0.000s) 212. STRING with subscript reference (run_misc.at:1328): ok (0m0.148s 0m0.032s) 213. UNSTRING DELIMITED ALL LOW-VALUE (run_misc.at:1354): ok (0m0.164s 0m0.020s) 214. UNSTRING DELIMITED ALL SPACE-2 (run_misc.at:1388): ok (0m0.148s 0m0.040s) 215. UNSTRING DELIMITED POINTER (run_misc.at:1452): ok (0m0.188s 0m0.020s) 216. UNSTRING DELIMITER IN (run_misc.at:1506): ok (0m0.180s 0m0.028s) 217. READ INTO AT-END sequence (run_misc.at:1547): ok (0m0.184s 0m0.024s) 218. First READ on empty SEQUENTIAL INDEXED file (run_misc.at:1583): ok (0m0.180s 0m0.016s) 219. REWRITE a RELATIVE file with RANDOM access (run_misc.at:1622): ok (0m0.208s 0m0.020s) 220. SORT: table sort (run_misc.at:1688): ok (0m0.164s 0m0.032s) 221. SORT: EBCDIC table sort (run_misc.at:1729): ok (0m0.164s 0m0.024s) 222. SORT nonexistent file (run_misc.at:1766): ok (0m0.180s 0m0.032s) 223. PIC ZZZ-, ZZZ+ (run_misc.at:1800): ok (0m0.168s 0m0.032s) 224. Larger REDEFINES lengths (run_misc.at:1852): ok (0m0.172s 0m0.032s) 225. PERFORM type OSVS (run_misc.at:1903): ok (0m0.200s 0m0.012s) 226. Sticky LINKAGE (run_misc.at:1944): ok (0m0.312s 0m0.052s) 227. COB_PRE_LOAD test (run_misc.at:1995): ok (0m0.300s 0m0.044s) 228. COB_LOAD_CASE=UPPER test (run_misc.at:2020): ok (0m0.304s 0m0.048s) 229. 88 level with FALSE IS clause (run_misc.at:2045): ok (0m0.168s 0m0.024s) 230. ALLOCATE/FREE with BASED item (1) (run_misc.at:2072): ok (0m0.160s 0m0.040s) 231. ALLOCATE/FREE with BASED item (2) (run_misc.at:2099): ok (0m0.328s 0m0.036s) 232. ALLOCATE CHARACTERS INITIALIZED TO (run_misc.at:2146): ok (0m0.148s 0m0.040s) 233. INITIALIZE with reference modification (run_misc.at:2186): ok (0m0.176s 0m0.016s) 234. Initialized value with defaultbyte (run_misc.at:2211): ok (0m0.168s 0m0.020s) 235. CALL with OMITTED parameter (run_misc.at:2235): ok (0m0.300s 0m0.052s) 236. ANY LENGTH (1) (run_misc.at:2271): ok (0m0.280s 0m0.072s) 237. ANY LENGTH (2) (run_misc.at:2313): ok (0m0.316s 0m0.036s) 238. BASED item non-ALLOCATED (debug) (run_misc.at:2356): ok (0m0.172s 0m0.024s) 239. STOP RUN WITH NORMAL STATUS (run_misc.at:2378): ok (0m0.168s 0m0.020s) 240. STOP RUN WITH ERROR STATUS (run_misc.at:2395): ok (0m0.144s 0m0.036s) 241. DECLARATIVES procedure referencing (run_misc.at:2412): ok (0m0.168s 0m0.028s) 242. DECLARATIVES procedure referencing (multiple) (run_misc.at:2451): ok (0m0.172s 0m0.028s) 243. SYMBOLIC clause (run_misc.at:2494): ok (0m0.156s 0m0.028s) 244. OCCURS clause with 1 entry (run_misc.at:2531): ok (0m0.132s 0m0.056s) 245. C/C++ reserved words/predefined identifiers (run_misc.at:2580): ok (0m0.420s 0m0.100s) 246. CALL BY CONTENT binary and literal (run_extensions.at:24): ok (0m0.216s 0m0.044s) 247. Hexadecimal numeric literal (run_extensions.at:73): ok (0m0.176s 0m0.004s) 248. Semi-parenthesized condition (run_extensions.at:101): ok (0m0.148s 0m0.028s) 249. ADDRESS OF (run_extensions.at:122): ok (0m0.152s 0m0.032s) 250. LENGTH OF (run_extensions.at:173): ok (0m0.172s 0m0.028s) 251. WHEN-COMPILED (run_extensions.at:212): ok (0m0.172s 0m0.012s) 252. Complex OCCURS DEPENDING ON (1) (run_extensions.at:238): ok (0m0.148s 0m0.036s) 253. Complex OCCURS DEPENDING ON (2) (run_extensions.at:266): ok (0m0.184s 0m0.024s) 254. Complex OCCURS DEPENDING ON (3) (run_extensions.at:328): ok (0m0.160s 0m0.036s) 255. Complex OCCURS DEPENDING ON (4) (run_extensions.at:390): ok (0m0.168s 0m0.032s) 256. Complex OCCURS DEPENDING ON (5) (run_extensions.at:455): ok (0m0.160s 0m0.052s) 257. MOVE NON-INTEGER TO ALPHA-NUMERIC (run_extensions.at:520): ok (0m0.188s 0m0.012s) 258. CALL USING file-name (run_extensions.at:610): ok (0m0.240s 0m0.044s) 259. CALL unusual PROGRAM-ID. (run_extensions.at:653): ok (0m0.716s 0m0.104s) 260. CALL BY VALUE alphanumeric item (run_extensions.at:717): ok (0m0.172s 0m0.016s) 261. Case independent PROGRAM-ID (run_extensions.at:752): ok (0m0.172s 0m0.036s) 262. PROGRAM-ID AS clause (run_extensions.at:774): ok (0m0.184s 0m0.016s) 263. Quoted PROGRAM-ID (run_extensions.at:796): ok (0m0.164s 0m0.036s) 264. ASSIGN clause (run_extensions.at:820): ok (0m0.168s 0m0.024s) 265. ASSIGN clause IBM (run_extensions.at:853): ok (0m0.180s 0m0.016s) 266. ASSIGN mapping (run_extensions.at:886): ok (0m0.180s 0m0.016s) 267. ASSIGN expansion (run_extensions.at:923): ok (0m0.188s 0m0.008s) 268. ASSIGN with COB_FILE_PATH (run_extensions.at:954): ok (0m0.172s 0m0.032s) 269. NUMBER-OF-CALL-PARAMETERS (run_extensions.at:987): ok (0m0.328s 0m0.028s) 270. PROCEDURE DIVISION USING BY ... (run_extensions.at:1043): ok (0m0.296s 0m0.048s) 271. PROCEDURE DIVISION CHAINING ... (run_extensions.at:1093): ok (0m0.172s 0m0.028s) 272. STOP RUN RETURNING (run_extensions.at:1119): ok (0m0.164s 0m0.016s) 273. ENTRY (run_extensions.at:1136): ok (0m0.308s 0m0.032s) 274. LINE SEQUENTIAL write (run_extensions.at:1182): ok (0m0.180s 0m0.028s) 275. LINE SEQUENTIAL read (run_extensions.at:1227): ok (0m0.192s 0m0.020s) 276. ASSIGN to KEYBOARD/DISPLAY (run_extensions.at:1293): ok (0m0.208s 0m0.008s) 277. SORT ASSIGN KEYBOARD to ASSIGN DISPLAY (run_extensions.at:1350): ok (0m0.188s 0m0.016s) 278. Environment/Argument variable (run_extensions.at:1404): ok (0m0.172s 0m0.016s) 279. DECIMAL-POINT is COMMA (1) (run_extensions.at:1450): ok (0m0.156s 0m0.028s) 280. DECIMAL-POINT is COMMA (2) (run_extensions.at:1477): ok (0m0.160s 0m0.028s) 281. DECIMAL-POINT is COMMA (3) (run_extensions.at:1504): ok (0m0.176s 0m0.012s) 282. DECIMAL-POINT is COMMA (4) (run_extensions.at:1531): ok (0m0.168s 0m0.016s) 283. DECIMAL-POINT is COMMA (5) (run_extensions.at:1558): ok (0m0.168s 0m0.024s) 284. 78 Level (1) (run_extensions.at:1591): ok (0m0.152s 0m0.028s) 285. 78 Level (2) (run_extensions.at:1613): ok (0m0.144s 0m0.032s) 286. 78 Level (3) (run_extensions.at:1638): ok (0m0.180s 0m0.000s) 287. Unreachable statement (run_extensions.at:1661): ok (0m0.140s 0m0.036s) 288. DEBUG (1) (run_extensions.at:1685): ok (0m0.160s 0m0.024s) 289. DEBUG (2) (run_extensions.at:1708): ok (0m0.164s 0m0.020s) 290. DEBUG free format (1) (run_extensions.at:1732): ok (0m0.164s 0m0.016s) 291. DEBUG free format (2) (run_extensions.at:1755): ok (0m0.156s 0m0.024s) 292. SOURCE FIXED/FREE directives (run_extensions.at:1779): ok (0m0.152s 0m0.028s) 293. Obsolete 85 keywords (run_extensions.at:1807): ok (0m0.168s 0m0.016s) 294. System routine C$CALLEDBY (run_extensions.at:1832): ok (0m0.300s 0m0.052s) 295. System routine C$NARG (run_extensions.at:1877): ok (0m0.276s 0m0.056s) 296. System routine C$PARAMSIZE (run_extensions.at:1916): ok (0m0.284s 0m0.044s) 297. System routine C$JUSTIFY (run_extensions.at:1957): ok (0m0.152s 0m0.036s) 298. System routine C$PRINTABLE (run_extensions.at:1981): ok (0m0.164s 0m0.032s) 299. System routine C$MAKEDIR (run_extensions.at:2009): ok (0m0.160s 0m0.032s) 300. System routine C$GETPID (run_extensions.at:2029): ok (0m0.148s 0m0.032s) 301. System routine C$TOUPPER (run_extensions.at:2053): ok (0m0.156s 0m0.024s) 302. System routine C$TOLOWER (run_extensions.at:2077): ok (0m0.172s 0m0.012s) 303. System routine CBL_OR (run_extensions.at:2101): ok (0m0.156s 0m0.024s) 304. System routine CBL_NOR (run_extensions.at:2127): ok (0m0.164s 0m0.012s) 305. System routine CBL_AND (run_extensions.at:2153): ok (0m0.156s 0m0.024s) 306. System routine CBL_XOR (run_extensions.at:2179): ok (0m0.164s 0m0.028s) 307. System routine CBL_IMP (run_extensions.at:2205): ok (0m0.148s 0m0.028s) 308. System routine CBL_NIMP (run_extensions.at:2231): ok (0m0.168s 0m0.008s) 309. System routine CBL_NOT (run_extensions.at:2257): ok (0m0.144s 0m0.036s) 310. System routine CBL_EQ (run_extensions.at:2282): ok (0m0.156s 0m0.020s) 311. Conditional/define directives (1) (run_extensions.at:2308): ok (0m0.168s 0m0.016s) 312. Conditional/define directives (2) (run_extensions.at:2332): ok (0m0.164s 0m0.012s) 313. Conditional/define directives (3) (run_extensions.at:2356): ok (0m0.160s 0m0.016s) 314. Conditional/define directives (4) (run_extensions.at:2383): ok (0m0.176s 0m0.012s) 315. Conditional/define directives (5) (run_extensions.at:2408): ok (0m0.156s 0m0.024s) 316. RETURN-CODE moving (run_returncode.at:23): ok (0m0.160s 0m0.020s) 317. RETURN-CODE passing (run_returncode.at:49): ok (0m0.420s 0m0.068s) 318. RETURN-CODE nested (run_returncode.at:101): ok (0m0.192s 0m0.012s) 319. FUNCTION ABS (run_functions.at:24): ok (0m0.168s 0m0.008s) 320. FUNCTION ACOS (run_functions.at:46): ok (0m0.184s 0m0.012s) 321. FUNCTION ANNUITY (run_functions.at:69): ok (0m0.140s 0m0.044s) 322. FUNCTION ASIN (run_functions.at:92): ok (0m0.156s 0m0.028s) 323. FUNCTION ATAN (run_functions.at:115): ok (0m0.144s 0m0.032s) 324. FUNCTION BYTE-LENGTH (run_functions.at:138): ok (0m0.168s 0m0.020s) 325. FUNCTION CHAR (run_functions.at:162): ok (0m0.172s 0m0.020s) 326. FUNCTION COMBINED-DATETIME (run_functions.at:184): ok (0m0.164s 0m0.016s) 327. FUNCTION CONCATENATE (run_functions.at:205): ok (0m0.160s 0m0.020s) 328. FUNCTION CONCATENATE with reference modding (run_functions.at:228): ok (0m0.164s 0m0.012s) 329. FUNCTION COS (run_functions.at:252): ok (0m0.168s 0m0.028s) 330. FUNCTION CURRENCY-SYMBOL (run_functions.at:275): ok (0m0.148s 0m0.040s) 331. FUNCTION CURRENT-DATE (run_functions.at:297): ok (0m0.136s 0m0.040s) 332. FUNCTION DATE-OF-INTEGER (run_functions.at:319): ok (0m0.160s 0m0.024s) 333. FUNCTION DATE-TO-YYYYMMDD (run_functions.at:340): ok (0m0.168s 0m0.008s) 334. FUNCTION DAY-OF-INTEGER (run_functions.at:361): ok (0m0.152s 0m0.024s) 335. FUNCTION DAY-TO-YYYYDDD (run_functions.at:382): ok (0m0.180s 0m0.012s) 336. FUNCTION E (run_functions.at:403): ok (0m0.152s 0m0.028s) 337. FUNCTION EXCEPTION-FILE (run_functions.at:426): ok (0m0.140s 0m0.044s) 338. FUNCTION EXCEPTION-LOCATION (run_functions.at:457): ok (0m0.164s 0m0.028s) 339. FUNCTION EXCEPTION-STATEMENT (run_functions.at:492): ok (0m0.160s 0m0.020s) 340. FUNCTION EXCEPTION-STATUS (run_functions.at:523): ok (0m0.168s 0m0.020s) 341. FUNCTION EXP (run_functions.at:554): ok (0m0.156s 0m0.020s) 342. FUNCTION EXP10 (run_functions.at:577): ok (0m0.152s 0m0.028s) 343. FUNCTION FACTORIAL (run_functions.at:598): ok (0m0.184s 0m0.004s) 344. FUNCTION FRACTION-PART (run_functions.at:619): ok (0m0.152s 0m0.028s) 345. FUNCTION HIGHEST-ALGEBRAIC (run_functions.at:643): ok (0m0.164s 0m0.020s) 346. FUNCTION INTEGER (run_functions.at:695): ok (0m0.152s 0m0.024s) 347. FUNCTION INTEGER-OF-DATE (run_functions.at:717): ok (0m0.160s 0m0.028s) 348. FUNCTION INTEGER-OF-DAY (run_functions.at:738): ok (0m0.160s 0m0.016s) 349. FUNCTION INTEGER-PART (run_functions.at:759): ok (0m0.152s 0m0.024s) 350. FUNCTION LENGTH (run_functions.at:781): ok (0m0.156s 0m0.028s) 351. FUNCTION LOCALE-COMPARE (run_functions.at:803): ok (0m0.156s 0m0.028s) 352. FUNCTION LOCALE-DATE (run_functions.at:832): ok (0m0.136s 0m0.040s) 353. FUNCTION LOCALE-TIME (run_functions.at:857): ok (0m0.164s 0m0.020s) 354. FUNCTION LOCALE-TIME-FROM-SECONDS (run_functions.at:882): ok (0m0.168s 0m0.016s) 355. FUNCTION LOG (run_functions.at:907): ok (0m0.164s 0m0.020s) 356. FUNCTION LOG10 (run_functions.at:930): ok (0m0.168s 0m0.012s) 357. FUNCTION LOWER-CASE (run_functions.at:953): ok (0m0.164s 0m0.024s) 358. FUNCTION LOWER-CASE with reference modding (run_functions.at:975): ok (0m0.164s 0m0.020s) 359. FUNCTION LOWEST-ALGEBRAIC (run_functions.at:997): ok (0m0.176s 0m0.016s) 360. FUNCTION MAX (run_functions.at:1049): ok (0m0.164s 0m0.020s) 361. FUNCTION MEAN (run_functions.at:1070): ok (0m0.160s 0m0.020s) 362. FUNCTION MEDIAN (run_functions.at:1091): ok (0m0.168s 0m0.016s) 363. FUNCTION MIDRANGE (run_functions.at:1112): ok (0m0.156s 0m0.028s) 364. FUNCTION MIN (run_functions.at:1133): ok (0m0.160s 0m0.024s) 365. FUNCTION MOD (run_functions.at:1154): ok (0m0.168s 0m0.020s) 366. FUNCTION MODULE-CALLER-ID (run_functions.at:1175): ok (0m0.300s 0m0.028s) 367. FUNCTION MODULE-DATE (run_functions.at:1208): ok (0m0.168s 0m0.012s) 368. FUNCTION MODULE-FORMATTED-DATE (run_functions.at:1232): ok (0m0.164s 0m0.016s) 369. FUNCTION MODULE-ID (run_functions.at:1256): ok (0m0.152s 0m0.040s) 370. FUNCTION MODULE-PATH (run_functions.at:1276): ok (0m0.160s 0m0.024s) 371. FUNCTION MODULE-SOURCE (run_functions.at:1300): ok (0m0.156s 0m0.024s) 372. FUNCTION MODULE-TIME (run_functions.at:1320): ok (0m0.176s 0m0.012s) 373. FUNCTION MONETARY-DECIMAL-POINT (run_functions.at:1344): ok (0m0.152s 0m0.028s) 374. FUNCTION MONETARY-THOUSANDS-SEPARATOR (run_functions.at:1366): ok (0m0.152s 0m0.032s) 375. FUNCTION NUMERIC-DECIMAL-POINT (run_functions.at:1388): ok (0m0.152s 0m0.028s) 376. FUNCTION NUMERIC-THOUSANDS-SEPARATOR (run_functions.at:1410): ok (0m0.148s 0m0.036s) 377. FUNCTION NUMVAL (run_functions.at:1432): ok (0m0.168s 0m0.016s) 378. FUNCTION NUMVAL-C (run_functions.at:1454): ok (0m0.160s 0m0.020s) 379. FUNCTION NUMVAL-F (run_functions.at:1476): ok (0m0.176s 0m0.012s) 380. FUNCTION ORD (run_functions.at:1498): ok (0m0.160s 0m0.016s) 381. FUNCTION ORD-MAX (run_functions.at:1519): ok (0m0.160s 0m0.016s) 382. FUNCTION ORD-MIN (run_functions.at:1540): ok (0m0.152s 0m0.036s) 383. FUNCTION PI (run_functions.at:1561): ok (0m0.160s 0m0.024s) 384. FUNCTION PRESENT-VALUE (run_functions.at:1584): ok (0m0.152s 0m0.024s) 385. FUNCTION RANDOM (run_functions.at:1605): ok (0m0.152s 0m0.028s) 386. FUNCTION RANGE (run_functions.at:1628): ok (0m0.144s 0m0.036s) 387. FUNCTION REM (run_functions.at:1651): ok (0m0.164s 0m0.024s) 388. FUNCTION REVERSE (run_functions.at:1674): ok (0m0.156s 0m0.032s) 389. FUNCTION REVERSE with reference modding (run_functions.at:1698): ok (0m0.140s 0m0.036s) 390. FUNCTION SECONDS-FROM-FORMATTED-TIME (run_functions.at:1722): ok (0m0.160s 0m0.020s) 391. FUNCTION SECONDS-PAST-MIDNIGHT (run_functions.at:1747): ok (0m0.152s 0m0.028s) 392. FUNCTION SIGN (run_functions.at:1770): ok (0m0.164s 0m0.032s) 393. FUNCTION SIN (run_functions.at:1808): ok (0m0.168s 0m0.028s) 394. FUNCTION SQRT (run_functions.at:1831): ok (0m0.156s 0m0.024s) 395. FUNCTION STANDARD-DEVIATION (run_functions.at:1854): ok (0m0.148s 0m0.036s) 396. FUNCTION STORED-CHAR-LENGTH (run_functions.at:1877): ok (0m0.160s 0m0.020s) 397. FUNCTION SUBSTITUTE (run_functions.at:1902): ok (0m0.152s 0m0.024s) 398. FUNCTION SUBSTITUTE with reference modding (run_functions.at:1927): ok (0m0.144s 0m0.040s) 399. FUNCTION SUBSTITUTE-CASE (run_functions.at:1954): ok (0m0.180s 0m0.008s) 400. FUNCTION SUBSTITUTE-CASE with reference mod (run_functions.at:1980): ok (0m0.168s 0m0.032s) 401. FUNCTION SUM (run_functions.at:2007): ok (0m0.172s 0m0.028s) 402. FUNCTION TAN (run_functions.at:2030): ok (0m0.176s 0m0.028s) 403. FUNCTION TEST-DATE-YYYYMMDD (run_functions.at:2053): ok (0m0.156s 0m0.024s) 404. FUNCTION TEST-DAY-YYYYDDD (run_functions.at:2074): ok (0m0.164s 0m0.024s) 405. FUNCTION TEST-NUMVAL (run_functions.at:2095): ok (0m0.192s 0m0.024s) 406. FUNCTION TEST-NUMVAL-C (run_functions.at:2192): ok (0m0.188s 0m0.028s) 407. FUNCTION TEST-NUMVAL-F (run_functions.at:2289): ok (0m0.176s 0m0.044s) 408. FUNCTION TRIM (run_functions.at:2386): ok (0m0.156s 0m0.028s) 409. FUNCTION TRIM with reference modding (run_functions.at:2411): ok (0m0.160s 0m0.028s) 410. FUNCTION TRIM zero length (run_functions.at:2436): ok (0m0.164s 0m0.032s) 411. FUNCTION UPPER-CASE (run_functions.at:2462): ok (0m0.172s 0m0.024s) 412. FUNCTION UPPER-CASE with reference modding (run_functions.at:2486): ok (0m0.176s 0m0.024s) 413. FUNCTION VARIANCE (run_functions.at:2510): ok (0m0.164s 0m0.036s) 414. FUNCTION WHEN-COMPILED (run_functions.at:2533): ok (0m0.152s 0m0.028s) 415. FUNCTION YEAR-TO-YYYY (run_functions.at:2558): ok (0m0.172s 0m0.032s) 416. Intrinsics without FUNCTION keyword (1) (run_functions.at:2581): ok (0m0.152s 0m0.040s) 417. Intrinsics without FUNCTION keyword (2) (run_functions.at:2601): ok (0m0.156s 0m0.036s) 418. User-Defined FUNCTION with/without parameter (run_functions.at:2623): ok (0m0.188s 0m0.024s) 419. REPORT BUG1 (run_reportwriter.at:22): ok (0m0.184s 0m0.024s) 420. REPORT COL PLUS (run_reportwriter.at:120): ok (0m0.160s 0m0.032s) 421. REPORT BUG3 (run_reportwriter.at:190): ok (0m0.176s 0m0.012s) 422. EMPTY REPORT (run_reportwriter.at:260): ok (0m0.152s 0m0.036s) 423. PAGE LIMIT REPORT (run_reportwriter.at:330): ok (0m0.184s 0m0.016s) 424. PAGE LIMIT REPORT 2 (run_reportwriter.at:392): ok (0m0.172s 0m0.028s) 425. Customer Report (run_reportwriter.at:465): ok (0m0.192s 0m0.024s) 426. Charge Report (run_reportwriter.at:791): ok (0m0.216s 0m0.020s) 427. Charge Report 2 (run_reportwriter.at:1155): ok (0m0.212s 0m0.040s) 428. Charge Report 3 (run_reportwriter.at:1536): ok (0m0.204s 0m0.024s) 429. Charge Report 4 (run_reportwriter.at:1847): ok (0m0.204s 0m0.028s) 430. Payroll Report (run_reportwriter.at:2277): ok (0m0.420s 0m0.032s) 431. STUDENT REPORT (run_reportwriter.at:2950): ok (0m0.200s 0m0.024s) 432. ORDER REPORT (run_reportwriter.at:3144): ok (0m0.176s 0m0.052s) 433. Control Break Report (run_reportwriter.at:3490): ok (0m0.188s 0m0.036s) 434. Inventory Report (run_reportwriter.at:3733): ok (0m0.176s 0m0.044s) 435. BINARY: 2-4-8 big-endian (data_binary.at:23): ok (0m0.632s 0m0.056s) 436. BINARY: 2-4-8 native (data_binary.at:210): ok (0m0.580s 0m0.076s) 437. BINARY: 1-2-4-8 big-endian (data_binary.at:402): ok (0m0.592s 0m0.120s) 438. BINARY: 1-2-4-8 native (data_binary.at:592): ok (0m0.604s 0m0.064s) 439. BINARY: 1--8 big-endian (data_binary.at:785): ok (0m0.612s 0m0.100s) 440. BINARY: 1--8 native (data_binary.at:972): ok (0m0.616s 0m0.092s) 441. BINARY: full-print (data_binary.at:1165): ok (0m0.216s 0m0.024s) 442. DISPLAY: Sign ASCII (data_display.at:21): ok (0m0.180s 0m0.028s) 443. DISPLAY: Sign ASCII (2) (data_display.at:80): ok (0m0.160s 0m0.028s) 444. DISPLAY: Sign EBCDIC (data_display.at:126): ok (0m0.176s 0m0.016s) 445. PACKED-DECIMAL dump (data_packed.at:25): ok (0m0.412s 0m0.032s) 446. PACKED-DECIMAL display (data_packed.at:163): ok (0m0.188s 0m0.020s) 447. PACKED-DECIMAL move (data_packed.at:219): ok (0m0.172s 0m0.020s) 448. PACKED-DECIMAL arithmetic (1) (data_packed.at:277): ok (0m0.172s 0m0.012s) 449. PACKED-DECIMAL arithmetic (2) (data_packed.at:317): ok (0m0.160s 0m0.024s) 450. PACKED-DECIMAL numeric test (1) (data_packed.at:354): ok (0m0.164s 0m0.048s) 451. PACKED-DECIMAL numeric test (2) (data_packed.at:495): ok (0m0.216s 0m0.020s) 452. COMP-6 display (data_packed.at:636): ok (0m0.184s 0m0.024s) 453. COMP-6 move (data_packed.at:672): ok (0m0.188s 0m0.012s) 454. COMP-6 arithmetic (data_packed.at:718): ok (0m0.180s 0m0.020s) 455. COMP-6 numeric test (data_packed.at:749): ok (0m0.160s 0m0.036s) 456. POINTER: display (data_pointer.at:21): ok (0m0.192s 0m0.012s) testsuite: ending at: Sat Oct 4 06:16:13 PDT 2014 testsuite: test suite duration: 0h 1m 55s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: All 456 tests were run, 1 failed unexpectedly. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GNU Cobol 2.1 test suite: GNU Cobol Tests test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 94: syn_reportwriter.at:136 REPORT not positive integers in COL / LINE PLUS report ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 94. syn_reportwriter.at:136: testing REPORT not positive integers in COL / LINE PLUS ... ./syn_reportwriter.at:175: $COMPILE_ONLY -std=mf -Wall prog.cob --- - 2014-10-04 06:14:24.071241647 -0700 +++ /home/alanj/open-cobol-code-427-branches-reportwriter/tests/testsuite.dir/at-groups/94/stderr 2014-10-04 06:14:24.065254987 -0700 @@ -2,6 +2,7 @@ prog.cob: 20: Warning: LINE PLUS 0 not implemented prog.cob: 23: Warning: LINE PLUS 0 not implemented prog.cob: 24: Error: Positive Integer value expected +prog.cob: 24: Error: Invalid COLUMN integer; Must be > 0 prog.cob: 25: Error: Positive Integer value expected prog.cob: 31: Error: 'rp-detail' is not defined 94. syn_reportwriter.at:136: 94. REPORT not positive integers in COL / LINE PLUS (syn_reportwriter.at:136): FAILED (syn_reportwriter.at:175) ## ------------- ## ## ../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.1, which was | generated by GNU Autoconf 2.68. Invocation command line was | | $ ./configure | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = Haven | uname -m = i686 | uname -r = 3.13.0-36-generic | uname -s = Linux | uname -v = #63-Ubuntu SMP Wed Sep 3 21:30:45 UTC 2014 | | /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:2389: checking for a BSD-compatible install | configure:2457: result: /usr/bin/install -c | configure:2468: checking whether build environment is sane | configure:2518: result: yes | configure:2659: checking for a thread-safe mkdir -p | configure:2698: result: /bin/mkdir -p | configure:2711: checking for gawk | configure:2727: found /usr/bin/gawk | configure:2738: result: gawk | configure:2749: checking whether make sets $(MAKE) | configure:2771: result: yes | configure:2852: checking whether to enable maintainer-specific portions of Makefiles | configure:2861: result: no | configure:2965: checking for gcc | configure:2981: found /usr/bin/gcc | configure:2992: result: gcc | configure:3023: checking for C compiler version | configure:3032: gcc --version >&5 | gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2 | 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:3043: $? = 0 | configure:3032: 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.2-19ubuntu1' --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.2 (Ubuntu 4.8.2-19ubuntu1) | configure:3043: $? = 0 | configure:3032: gcc -V >&5 | gcc: error: unrecognized command line option '-V' | gcc: fatal error: no input files | compilation terminated. | configure:3043: $? = 4 | configure:3032: gcc -qversion >&5 | gcc: error: unrecognized command line option '-qversion' | gcc: fatal error: no input files | compilation terminated. | configure:3043: $? = 4 | configure:3063: checking whether the C compiler works | configure:3085: gcc conftest.c >&5 | configure:3089: $? = 0 | configure:3137: result: yes | configure:3140: checking for C compiler default output file name | configure:3142: result: a.out | configure:3148: checking for suffix of executables | configure:3155: gcc -o conftest conftest.c >&5 | configure:3159: $? = 0 | configure:3181: result: | configure:3203: checking whether we are cross compiling | configure:3211: gcc -o conftest conftest.c >&5 | configure:3215: $? = 0 | configure:3222: ./conftest | configure:3226: $? = 0 | configure:3241: result: no | configure:3246: checking for suffix of object files | configure:3268: gcc -c conftest.c >&5 | configure:3272: $? = 0 | configure:3293: result: o | configure:3297: checking whether we are using the GNU C compiler | configure:3316: gcc -c conftest.c >&5 | configure:3316: $? = 0 | configure:3325: result: yes | configure:3334: checking whether gcc accepts -g | configure:3354: gcc -c -g conftest.c >&5 | configure:3354: $? = 0 | configure:3395: result: yes | configure:3412: checking for gcc option to accept ISO C89 | configure:3476: gcc -c -g -O2 conftest.c >&5 | configure:3476: $? = 0 | configure:3489: result: none needed | configure:3520: checking for style of include used by make | configure:3548: result: GNU | configure:3573: checking dependency style of gcc | configure:3683: result: gcc3 | configure:3702: checking for gcc option to accept ISO C99 | configure:3851: 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:3851: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.1" | | #define PACKAGE_STRING "GNU Cobol 2.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/gnucobol" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.1" | | /* end confdefs.h. */ | | #include | | #include | | #include | | #include | | #include | | | | // 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:3851: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:3851: $? = 0 | configure:3871: result: -std=gnu99 | configure:3973: checking for gcc -std=gnu99 option to accept ISO Standard C | configure:3987: result: -std=gnu99 | configure:3997: checking how to run the C preprocessor | configure:4028: gcc -std=gnu99 -E conftest.c | configure:4028: $? = 0 | configure:4042: gcc -std=gnu99 -E conftest.c | conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory | #include | ^ | compilation terminated. | configure:4042: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.1" | | #define PACKAGE_STRING "GNU Cobol 2.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/gnucobol" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.1" | | /* end confdefs.h. */ | | #include | configure:4067: result: gcc -std=gnu99 -E | configure:4087: gcc -std=gnu99 -E conftest.c | configure:4087: $? = 0 | configure:4101: gcc -std=gnu99 -E conftest.c | conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory | #include | ^ | compilation terminated. | configure:4101: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.1" | | #define PACKAGE_STRING "GNU Cobol 2.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/gnucobol" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.1" | | /* end confdefs.h. */ | | #include | configure:4132: checking for grep that handles long lines and -e | configure:4190: result: /bin/grep | configure:4195: checking for egrep | configure:4257: result: /bin/grep -E | configure:4262: checking for ANSI C header files | configure:4282: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:4282: $? = 0 | configure:4355: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:4355: $? = 0 | configure:4355: ./conftest | configure:4355: $? = 0 | configure:4366: result: yes | configure:4379: checking for sys/types.h | configure:4379: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:4379: $? = 0 | configure:4379: result: yes | configure:4379: checking for sys/stat.h | configure:4379: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:4379: $? = 0 | configure:4379: result: yes | configure:4379: checking for stdlib.h | configure:4379: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:4379: $? = 0 | configure:4379: result: yes | configure:4379: checking for string.h | configure:4379: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:4379: $? = 0 | configure:4379: result: yes | configure:4379: checking for memory.h | configure:4379: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:4379: $? = 0 | configure:4379: result: yes | configure:4379: checking for strings.h | configure:4379: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:4379: $? = 0 | configure:4379: result: yes | configure:4379: checking for inttypes.h | configure:4379: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:4379: $? = 0 | configure:4379: result: yes | configure:4379: checking for stdint.h | configure:4379: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:4379: $? = 0 | configure:4379: result: yes | configure:4379: checking for unistd.h | configure:4379: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:4379: $? = 0 | configure:4379: result: yes | configure:4392: checking minix/config.h usability | configure:4392: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:54:26: fatal error: minix/config.h: No such file or directory | #include | ^ | compilation terminated. | configure:4392: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.1" | | #define PACKAGE_STRING "GNU Cobol 2.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/gnucobol" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.1" | | #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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:4392: result: no | configure:4392: checking minix/config.h presence | configure:4392: gcc -std=gnu99 -E conftest.c | conftest.c:21:26: fatal error: minix/config.h: No such file or directory | #include | ^ | compilation terminated. | configure:4392: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.1" | | #define PACKAGE_STRING "GNU Cobol 2.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/gnucobol" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.1" | | #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 | configure:4392: result: no | configure:4392: checking for minix/config.h | configure:4392: result: no | configure:4413: checking whether it is safe to define __EXTENSIONS__ | configure:4431: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:4431: $? = 0 | configure:4438: result: yes | configure:4482: checking build system type | configure:4496: result: i686-pc-linux-gnu | configure:4516: checking host system type | configure:4529: result: i686-pc-linux-gnu | configure:4570: checking how to print strings | configure:4597: result: printf | configure:4618: checking for a sed that does not truncate output | configure:4682: result: /bin/sed | configure:4700: checking for fgrep | configure:4762: result: /bin/grep -F | configure:4797: checking for ld used by gcc -std=gnu99 | configure:4864: result: /usr/bin/ld | configure:4871: checking if the linker (/usr/bin/ld) is GNU ld | configure:4886: result: yes | configure:4898: checking for BSD- or MS-compatible name lister (nm) | configure:4947: result: /usr/bin/nm -B | configure:5077: checking the name lister (/usr/bin/nm -B) interface | configure:5084: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5087: /usr/bin/nm -B "conftest.o" | configure:5090: output | 00000000 B some_variable | configure:5097: result: BSD nm | configure:5100: checking whether ln -s works | configure:5104: result: yes | configure:5112: checking the maximum length of command line arguments | configure:5237: result: 1572864 | configure:5254: checking whether the shell understands some XSI constructs | configure:5264: result: yes | configure:5268: checking whether the shell understands "+=" | configure:5274: result: yes | configure:5309: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format | configure:5349: result: func_convert_file_noop | configure:5356: checking how to convert i686-pc-linux-gnu file names to toolchain format | configure:5376: result: func_convert_file_noop | configure:5383: checking for /usr/bin/ld option to reload object files | configure:5390: result: -r | configure:5464: checking for objdump | configure:5480: found /usr/bin/objdump | configure:5491: result: objdump | configure:5520: checking how to recognize dependent libraries | configure:5722: result: pass_all | configure:5807: checking for dlltool | configure:5837: result: no | configure:5864: checking how to associate runtime and link libraries | configure:5891: result: printf %s\n | configure:5951: checking for ar | configure:5967: found /usr/bin/ar | configure:5978: result: ar | configure:6015: checking for archiver @FILE support | configure:6032: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6032: $? = 0 | configure:6035: ar cru libconftest.a @conftest.lst >&5 | configure:6038: $? = 0 | configure:6043: ar cru libconftest.a @conftest.lst >&5 | ar: conftest.o: No such file or directory | configure:6046: $? = 1 | configure:6058: result: @ | configure:6116: checking for strip | configure:6132: found /usr/bin/strip | configure:6143: result: strip | configure:6215: checking for ranlib | configure:6231: found /usr/bin/ranlib | configure:6242: result: ranlib | configure:6344: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object | configure:6463: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6466: $? = 0 | configure:6470: /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:6473: $? = 0 | configure:6539: gcc -std=gnu99 -o conftest -g -O2 conftest.c conftstm.o >&5 | configure:6542: $? = 0 | configure:6580: result: ok | configure:6617: checking for sysroot | configure:6647: result: no | configure:6890: checking for mt | configure:6906: found /bin/mt | configure:6917: result: mt | configure:6940: checking if mt is a manifest tool | configure:6946: mt '-?' | configure:6954: result: no | configure:7583: checking for dlfcn.h | configure:7583: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:7583: $? = 0 | configure:7583: result: yes | configure:8067: checking for objdir | configure:8082: result: .libs | configure:8353: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions | configure:8371: 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:8375: $? = 0 | configure:8388: result: no | configure:8698: checking for gcc -std=gnu99 option to produce PIC | configure:8705: result: -fPIC -DPIC | configure:8713: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works | configure:8731: gcc -std=gnu99 -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 | configure:8735: $? = 0 | configure:8748: result: yes | configure:8777: checking if gcc -std=gnu99 static flag -static works | configure:8805: result: yes | configure:8820: checking if gcc -std=gnu99 supports -c -o file.o | configure:8841: gcc -std=gnu99 -c -g -O2 -o out/conftest2.o conftest.c >&5 | configure:8845: $? = 0 | configure:8867: result: yes | configure:8875: checking if gcc -std=gnu99 supports -c -o file.o | configure:8922: result: yes | configure:8955: checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries | configure:10113: result: yes | configure:10150: checking whether -lc should be explicitly linked in | configure:10158: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:10161: $? = 0 | configure:10176: 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:10179: $? = 0 | configure:10193: result: no | configure:10358: checking dynamic linker characteristics | configure:10872: gcc -std=gnu99 -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 | configure:10872: $? = 0 | configure:11094: result: GNU/Linux ld.so | configure:11201: checking how to hardcode library paths into programs | configure:11226: result: immediate | configure:11320: checking for shl_load | configure:11320: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | /tmp/ccQZwbC9.o: In function `main': | /home/alanj/open-cobol-code-427-branches-reportwriter/conftest.c:62: undefined reference to `shl_load' | collect2: error: ld returned 1 exit status | configure:11320: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.1" | | #define PACKAGE_STRING "GNU Cobol 2.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/gnucobol" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.1" | | #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 declares shl_load. | | For example, HP-UX 11i declares gettimeofday. */ | | #define shl_load innocuous_shl_load | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char shl_load (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #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:11320: result: no | configure:11324: checking for shl_load in -ldld | configure:11349: 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:11349: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.1" | | #define PACKAGE_STRING "GNU Cobol 2.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/gnucobol" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.1" | | #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:11358: result: no | configure:11363: checking for dlopen | configure:11363: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | /tmp/ccQxJxnp.o: In function `main': | /home/alanj/open-cobol-code-427-branches-reportwriter/conftest.c:62: undefined reference to `dlopen' | collect2: error: ld returned 1 exit status | configure:11363: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.1" | | #define PACKAGE_STRING "GNU Cobol 2.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/gnucobol" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.1" | | #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 declares dlopen. | | For example, HP-UX 11i declares gettimeofday. */ | | #define dlopen innocuous_dlopen | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char dlopen (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #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:11363: result: no | configure:11367: checking for dlopen in -ldl | configure:11392: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5 | configure:11392: $? = 0 | configure:11401: result: yes | configure:11520: checking whether a program can dlopen itself | configure:11600: gcc -std=gnu99 -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 | configure:11603: $? = 0 | configure:11621: result: yes | configure:11626: checking whether a statically linked program can dlopen itself | configure:11706: gcc -std=gnu99 -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5 | /tmp/ccGTby9I.o: In function `main': | /home/alanj/open-cobol-code-427-branches-reportwriter/configure:11685: 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:11709: $? = 1 | configure:11727: result: no | configure:11766: checking whether stripping libraries is possible | configure:11771: result: yes | configure:11806: checking if libtool supports shared libraries | configure:11808: result: yes | configure:11811: checking whether to build shared libraries | configure:11832: result: yes | configure:11835: checking whether to build static libraries | configure:11839: result: yes | configure:11875: checking for egrep | configure:11937: result: /bin/grep -E | configure:11943: checking whether gcc -std=gnu99 and cc understand -c and -o together | configure:11974: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 | configure:11978: $? = 0 | configure:11984: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 | configure:11988: $? = 0 | configure:11999: cc -c conftest.c >&5 | configure:12003: $? = 0 | configure:12011: cc -c conftest.c -o conftest2.o >&5 | configure:12015: $? = 0 | configure:12021: cc -c conftest.c -o conftest2.o >&5 | configure:12025: $? = 0 | configure:12043: result: yes | configure:12071: checking whether ln -s works | configure:12075: result: yes | configure:12088: checking whether make sets $(MAKE) | configure:12110: result: yes | configure:12143: checking for ld used by GCC | configure:12207: result: /usr/bin/ld | configure:12214: checking if the linker (/usr/bin/ld) is GNU ld | configure:12227: result: yes | configure:12234: checking for shared library run path origin | configure:12247: result: done | configure:12268: checking for ANSI C header files | configure:12372: result: yes | configure:12384: checking for stdint.h | configure:12384: result: yes | configure:12384: checking for sys/types.h | configure:12384: result: yes | configure:12384: checking signal.h usability | configure:12384: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12384: $? = 0 | configure:12384: result: yes | configure:12384: checking signal.h presence | configure:12384: gcc -std=gnu99 -E conftest.c | configure:12384: $? = 0 | configure:12384: result: yes | configure:12384: checking for signal.h | configure:12384: result: yes | configure:12384: checking fcntl.h usability | configure:12384: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12384: $? = 0 | configure:12384: result: yes | configure:12384: checking fcntl.h presence | configure:12384: gcc -std=gnu99 -E conftest.c | configure:12384: $? = 0 | configure:12384: result: yes | configure:12384: checking for fcntl.h | configure:12384: result: yes | configure:12384: checking malloc.h usability | configure:12384: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12384: $? = 0 | configure:12384: result: yes | configure:12384: checking malloc.h presence | configure:12384: gcc -std=gnu99 -E conftest.c | configure:12384: $? = 0 | configure:12384: result: yes | configure:12384: checking for malloc.h | configure:12384: result: yes | configure:12384: checking locale.h usability | configure:12384: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12384: $? = 0 | configure:12384: result: yes | configure:12384: checking locale.h presence | configure:12384: gcc -std=gnu99 -E conftest.c | configure:12384: $? = 0 | configure:12384: result: yes | configure:12384: checking for locale.h | configure:12384: result: yes | configure:12384: checking stddef.h usability | configure:12384: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12384: $? = 0 | configure:12384: result: yes | configure:12384: checking stddef.h presence | configure:12384: gcc -std=gnu99 -E conftest.c | configure:12384: $? = 0 | configure:12384: result: yes | configure:12384: checking for stddef.h | configure:12384: result: yes | configure:12384: checking wchar.h usability | configure:12384: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12384: $? = 0 | configure:12384: result: yes | configure:12384: checking wchar.h presence | configure:12384: gcc -std=gnu99 -E conftest.c | configure:12384: $? = 0 | configure:12384: result: yes | configure:12384: checking for wchar.h | configure:12384: result: yes | configure:12384: checking for dlfcn.h | configure:12384: result: yes | configure:12384: checking sys/time.h usability | configure:12384: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12384: $? = 0 | configure:12384: result: yes | configure:12384: checking sys/time.h presence | configure:12384: gcc -std=gnu99 -E conftest.c | configure:12384: $? = 0 | configure:12384: result: yes | configure:12384: checking for sys/time.h | configure:12384: result: yes | configure:12396: checking for an ANSI C-conforming const | configure:12461: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12461: $? = 0 | configure:12468: result: yes | configure:12476: checking whether byte ordering is bigendian | configure:12491: 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:12491: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.1" | | #define PACKAGE_STRING "GNU Cobol 2.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/gnucobol" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.1" | | #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:12536: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12536: $? = 0 | configure:12554: 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:12554: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.1" | | #define PACKAGE_STRING "GNU Cobol 2.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/gnucobol" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.1" | | #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 | | #include | | | | int | | main () | | { | | #if BYTE_ORDER != BIG_ENDIAN | | not big endian | | #endif | | | | ; | | return 0; | | } | configure:12682: result: no | configure:12700: checking for size_t | configure:12700: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12700: $? = 0 | configure:12700: 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:12700: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.1" | | #define PACKAGE_STRING "GNU Cobol 2.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/gnucobol" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.1" | | #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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((size_t))) | | return 0; | | ; | | return 0; | | } | configure:12700: result: yes | configure:12711: checking whether struct tm is in sys/time.h or time.h | configure:12731: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12731: $? = 0 | configure:12738: result: time.h | configure:12746: checking for sig_atomic_t | configure:12746: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12746: $? = 0 | configure:12746: 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:12746: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.1" | | #define PACKAGE_STRING "GNU Cobol 2.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/gnucobol" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.1" | | #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 | | | | int | | main () | | { | | if (sizeof ((sig_atomic_t))) | | return 0; | | ; | | return 0; | | } | configure:12746: result: yes | configure:12760: checking for inline keyword | configure:12784: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12784: $? = 0 | configure:12792: result: __inline | configure:12799: checking for working alloca.h | configure:12816: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:12816: $? = 0 | configure:12824: result: yes | configure:12832: checking for alloca | configure:12869: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:12869: $? = 0 | configure:12877: result: yes | configure:12988: checking for vprintf | configure:12988: 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:12988: $? = 0 | configure:12988: result: yes | configure:12994: checking for _doprnt | configure:12994: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | /tmp/ccHkzksm.o: In function `main': | /home/alanj/open-cobol-code-427-branches-reportwriter/conftest.c:78: undefined reference to `_doprnt' | collect2: error: ld returned 1 exit status | configure:12994: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.1" | | #define PACKAGE_STRING "GNU Cobol 2.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/gnucobol" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.1" | | #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 declares _doprnt. | | For example, HP-UX 11i declares gettimeofday. */ | | #define _doprnt innocuous__doprnt | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char _doprnt (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #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:12994: result: no | configure:13008: checking for memmove | configure:13008: 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:13008: $? = 0 | configure:13008: result: yes | configure:13008: checking for memset | configure:13008: 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:13008: $? = 0 | configure:13008: result: yes | configure:13008: checking for setlocale | configure:13008: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13008: $? = 0 | configure:13008: result: yes | configure:13008: checking for fcntl | configure:13008: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13008: $? = 0 | configure:13008: result: yes | configure:13008: checking for strerror | configure:13008: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13008: $? = 0 | configure:13008: result: yes | configure:13008: checking for strcasecmp | configure:13008: 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:13008: $? = 0 | configure:13008: result: yes | configure:13020: checking for strchr | configure:13020: 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:13020: $? = 0 | configure:13020: result: yes | configure:13020: checking for strrchr | configure:13020: 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:13020: $? = 0 | configure:13020: result: yes | configure:13020: checking for strdup | configure:13020: 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:13020: $? = 0 | configure:13020: result: yes | configure:13020: checking for strstr | configure:13020: 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:13020: $? = 0 | configure:13020: result: yes | configure:13020: checking for strtol | configure:13020: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13020: $? = 0 | configure:13020: result: yes | configure:13020: checking for gettimeofday | configure:13020: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13020: $? = 0 | configure:13020: result: yes | configure:13020: checking for localeconv | configure:13020: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13020: $? = 0 | configure:13020: result: yes | configure:13032: checking for readlink | configure:13032: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13032: $? = 0 | configure:13032: result: yes | configure:13032: checking for getexecname | configure:13032: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | /tmp/cc9lBVWb.o: In function `main': | /home/alanj/open-cobol-code-427-branches-reportwriter/conftest.c:92: undefined reference to `getexecname' | collect2: error: ld returned 1 exit status | configure:13032: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.1" | | #define PACKAGE_STRING "GNU Cobol 2.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/gnucobol" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.1" | | #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 declares getexecname. | | For example, HP-UX 11i declares gettimeofday. */ | | #define getexecname innocuous_getexecname | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char getexecname (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #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:13032: result: no | configure:13032: checking for canonicalize_file_name | configure:13032: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13032: $? = 0 | configure:13032: result: yes | configure:13032: checking for realpath | configure:13032: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13032: $? = 0 | configure:13032: result: yes | configure:13044: checking for strcoll | configure:13044: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13044: $? = 0 | configure:13044: result: yes | configure:13044: checking for strxfrm | configure:13044: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13044: $? = 0 | configure:13044: result: yes | configure:13055: checking for timezone variable access | configure:13068: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:13068: $? = 0 | configure:13070: result: yes | configure:13079: checking for designated initializers | configure:13095: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:13095: $? = 0 | configure:13097: result: yes | configure:13132: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13132: $? = 0 | configure:13132: ./conftest | configure:13132: $? = 0 | configure:13162: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13162: $? = 0 | configure:13162: ./conftest | configure:13162: $? = 0 | configure:13192: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13192: $? = 0 | configure:13192: ./conftest | configure:13192: $? = 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.1" | | #define PACKAGE_STRING "GNU Cobol 2.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/gnucobol" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.1" | | #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_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | /* end confdefs.h. */ | | | | int | | main () | | { | | | | #ifdef __INTEL_COMPILER | | return 0; | | #else | | return 1; | | #endif | | ; | | return 0; | | } | configure:13547: checking gmp.h usability | configure:13547: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:13547: $? = 0 | configure:13547: result: yes | configure:13547: checking gmp.h presence | configure:13547: gcc -std=gnu99 -E conftest.c | configure:13547: $? = 0 | configure:13547: result: yes | configure:13547: checking for gmp.h | configure:13547: result: yes | configure:13560: checking for __gmpz_init in -lgmp | configure:13585: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lgmp >&5 | configure:13585: $? = 0 | configure:13594: result: yes | configure:13640: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lgmp >&5 | configure:13640: $? = 0 | configure:13640: ./conftest | configure:13640: $? = 0 | configure:13652: checking for raise | configure:13665: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13665: $? = 0 | configure:13667: result: yes | configure:13677: checking for nanosleep | configure:13690: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13690: $? = 0 | configure:13692: result: yes | configure:13812: checking for fdatasync | configure:13812: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13812: $? = 0 | configure:13812: result: yes | configure:13812: checking for sigaction | configure:13812: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13812: $? = 0 | configure:13812: result: yes | configure:13856: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13856: $? = 0 | configure:13856: ./conftest | configure:13856: $? = 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.1" | | #define PACKAGE_STRING "GNU Cobol 2.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/gnucobol" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.1" | | #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_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define PATCH_LEVEL 0 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_RAISE 1 | | #define HAVE_NANO_SLEEP 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:13865: checking whether NLS is requested | configure:13874: result: yes | configure:13915: checking for msgfmt | configure: trying /usr/bin/msgfmt... | 0 translated messages. | configure:13948: result: /usr/bin/msgfmt | configure:13957: checking for gmsgfmt | configure:13989: result: /usr/bin/msgfmt | configure:14040: checking for xgettext | configure: trying /usr/bin/xgettext... | /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C | configure:14072: result: /usr/bin/xgettext | configure:14118: checking for msgmerge | configure: trying /usr/bin/msgmerge... | configure:14149: result: /usr/bin/msgmerge | configure:14664: checking for CFPreferencesCopyAppValue | configure:14691: result: no | configure:14698: checking for CFLocaleCopyCurrent | configure:14725: result: no | configure:14774: checking for GNU gettext in libc | configure:14794: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:14794: $? = 0 | configure:14803: result: yes | configure:15549: checking whether to use NLS | configure:15551: result: yes | configure:15554: checking where the gettext function comes from | configure:15565: result: libc | configure:15632: checking for nl_langinfo and CODESET | configure:15648: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:15648: $? = 0 | configure:15657: result: yes | configure:15669: checking for initscr in -lncursesw | configure:15694: 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:15694: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.1" | | #define PACKAGE_STRING "GNU Cobol 2.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/gnucobol" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.1" | | #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_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define PATCH_LEVEL 0 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_RAISE 1 | | #define HAVE_NANO_SLEEP 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:15703: result: no | configure:15751: checking for initscr in -lncurses | configure:15776: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncurses >&5 | configure:15776: $? = 0 | configure:15785: result: yes | configure:15800: checking ncurses.h usability | configure:15800: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:15800: $? = 0 | configure:15800: result: yes | configure:15800: checking ncurses.h presence | configure:15800: gcc -std=gnu99 -E conftest.c | configure:15800: $? = 0 | configure:15800: result: yes | configure:15800: checking for ncurses.h | configure:15800: result: yes | configure:15992: checking for ncurses _nc_freeall function | configure:16006: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncurses >&5 | configure:16006: $? = 0 | configure:16008: result: yes | configure:16016: checking for ncurses use_legacy_coding function | configure:16030: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncurses >&5 | configure:16030: $? = 0 | configure:16032: result: yes | configure:16044: checking for curses color_set function | configure:16071: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncurses >&5 | configure:16071: $? = 0 | configure:16073: result: yes | configure:16117: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncurses >&5 | configure:16117: $? = 0 | configure:16117: ./conftest | configure:16117: $? = 0 | configure:16149: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncurses >&5 | configure:16149: $? = 0 | configure:16149: ./conftest | configure:16149: $? = 0 | configure:16164: checking for Berkeley DB library with version 5.3 | configure:16193: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncurses -ldb >&5 | configure:16193: $? = 0 | configure:16193: ./conftest | configure:16193: $? = 0 | configure:16208: result: yes | configure:16210: BDB library version 5.3 found as -ldb | configure:16247: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncurses >&5 | configure:16247: $? = 0 | configure:16247: ./conftest | configure:16247: $? = 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.1" | | #define PACKAGE_STRING "GNU Cobol 2.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/gnucobol" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.1" | | #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_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define PATCH_LEVEL 0 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_RAISE 1 | | #define HAVE_NANO_SLEEP 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 HAVE_CURSES_FREEALL 1 | | #define HAVE_USE_LEGACY_CODING 1 | | #define HAVE_COLOR_SET 1 | | #define WITH_DB 1 | | /* end confdefs.h. */ | | | | int | | main () | | { | | | | #ifdef _WIN32 | | return 0; | | #else | | return 1; | | #endif | | ; | | return 0; | | } | configure:16259: checking for dlopen in -lc | configure:16284: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lc -lncurses >&5 | /tmp/ccc2InA7.o: In function `main': | /home/alanj/open-cobol-code-427-branches-reportwriter/conftest.c:92: undefined reference to `dlopen' | collect2: error: ld returned 1 exit status | configure:16284: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.1" | | #define PACKAGE_STRING "GNU Cobol 2.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/gnucobol" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.1" | | #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_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define PATCH_LEVEL 0 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_RAISE 1 | | #define HAVE_NANO_SLEEP 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 HAVE_CURSES_FREEALL 1 | | #define HAVE_USE_LEGACY_CODING 1 | | #define HAVE_COLOR_SET 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:16293: result: no | configure:16301: checking for dlopen in -ldl | configure:16335: result: yes | configure:16346: checking for dladdr in -ldl | configure:16371: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl -lncurses >&5 | configure:16371: $? = 0 | configure:16380: result: yes | configure:16585: checking for working strftime | configure:16617: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncurses >&5 | configure:16617: $? = 0 | configure:16617: ./conftest | configure:16617: $? = 0 | configure:16619: result: yes | configure:16631: checking if size of long int = size of long long | 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.1" | | #define PACKAGE_STRING "GNU Cobol 2.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.gnu.org/software/gnucobol" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.1" | | #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_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define PATCH_LEVEL 0 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_RAISE 1 | | #define HAVE_NANO_SLEEP 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 HAVE_CURSES_FREEALL 1 | | #define HAVE_USE_LEGACY_CODING 1 | | #define HAVE_COLOR_SET 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:16659: result: no | configure:16672: checking for gcc pointer sign option | configure:16685: gcc -std=gnu99 -c -g -O2 -Wno-pointer-sign conftest.c >&5 | configure:16685: $? = 0 | configure:16687: result: yes | configure:16724: checking for aligned attribute | configure:16737: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:16737: $? = 0 | configure:16739: result: yes | configure:16908: checking for ld bind now option | configure:16921: gcc -std=gnu99 -o conftest -O2 -pipe -Wl,-z,relro,-z,now,-O1 conftest.c >&5 | configure:16921: $? = 0 | configure:16922: result: yes | configure:17167: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GNU Cobol config.status 2.1, which was | generated by GNU Autoconf 2.68. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on Haven | | config.status:1227: creating bin/cob-config | config.status:1227: creating Makefile | config.status:1227: creating libcob/Makefile | config.status:1227: creating lib/Makefile | config.status:1227: creating cobc/Makefile | config.status:1227: creating bin/Makefile | config.status:1227: creating po/Makefile.in | config.status:1227: creating doc/Makefile | config.status:1227: creating config/Makefile | config.status:1227: creating copy/Makefile | config.status:1227: creating tests/atlocal | config.status:1227: creating tests/Makefile | config.status:1227: creating tests/cobol85/Makefile | config.status:1227: creating extras/Makefile | config.status:1227: creating config.h | config.status:1456: executing tests/atconfig commands | config.status:1456: executing depfiles commands | config.status:1456: executing libtool commands | config.status:1456: executing po-directories commands | config.status:1456: executing chmod1 commands | config.status:1456: executing chmod2 commands | config.status:1456: executing chmod3 commands | | ## ---------------- ## | ## 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_readlink=yes | ac_cv_func_realpath=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_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___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=gawk | 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/alanj/open-cobol-code-427-branches-reportwriter/missing --run aclocal-1.11' | ALLOCA='' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='${SHELL} /home/alanj/open-cobol-code-427-branches-reportwriter/missing --run tar' | AR='ar' | AS='as' | AUTOCONF='${SHELL} /home/alanj/open-cobol-code-427-branches-reportwriter/missing --run autoconf' | AUTOHEADER='${SHELL} /home/alanj/open-cobol-code-427-branches-reportwriter/missing --run autoheader' | AUTOMAKE='${SHELL} /home/alanj/open-cobol-code-427-branches-reportwriter/missing --run automake-1.11' | AWK='gawk' | 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_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.17' | 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/alanj/open-cobol-code-427-branches-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='address@hidden' | PACKAGE_NAME='GNU Cobol' | PACKAGE_STRING='GNU Cobol 2.1' | PACKAGE_TARNAME='gnu-cobol' | PACKAGE_URL='http://www.gnu.org/software/gnucobol' | PACKAGE_VERSION='2.1' | PATH_SEPARATOR=':' | POSUB='po' | RANLIB='ranlib' | SED='/bin/sed' | SET_MAKE='' | SHELL='/bin/bash' | STRIP='strip' | USE_NLS='yes' | VERSION='2.1' | 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/alanj/open-cobol-code-427-branches-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.1" | #define PACKAGE_STRING "GNU Cobol 2.1" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/gnucobol" | #define PACKAGE "gnu-cobol" | #define VERSION "2.1" | #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_TIMEZONE 1 | #define HAVE_DESIGNATED_INITS 1 | #define PATCH_LEVEL 0 | #define WITH_VARSEQ 0 | #define HAVE_GMP_H 1 | #define HAVE_RAISE 1 | #define HAVE_NANO_SLEEP 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 HAVE_CURSES_FREEALL 1 | #define HAVE_USE_LEGACY_CODING 1 | #define HAVE_COLOR_SET 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