## ------------------------------------------ ## ## GNU Cobol 2.0 test suite: GNU Cobol Tests. ## ## ------------------------------------------ ## testsuite: command line was: $ ./testsuite ## ---------- ## ## ChangeLog. ## ## ---------- ## | 2015-02-26 Ron Norman | * fileio.c was updated to handle sparse and split keys for BDB | This was tested with BDB, D-ISAM, VB-ISAM 2.0 and VB-ISAM 2.1.1 | configure was updated with new option -enable-bdbdupno which | will cause fileio.c (-with-db) to retian the old and incorrect | method of computing the next duplicate sequence value | | 2015-02-23 Ron Norman | * Implemented INDEXED file support for sparse and split keys | Most of the compiler code was borrowed from the fileio-rewrite ## --------- ## ## Platform. ## ## --------- ## hostname = oregano uname -m = x86_64 uname -r = 4.0.0-rc2 uname -s = Linux uname -v = #3 SMP Tue Mar 3 22:00:03 CET 2015 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/harald/src/gnucobol/branches/reportwriter/tests PATH: /home/harald/src/gnucobol/branches/reportwriter/cobc PATH: /home/harald/src/gnucobol/branches/reportwriter/bin PATH: /home/harald/src/gnucobol/branches/reportwriter/libcob/.libs PATH: /opt/gcc/bin PATH: /home/harald/bin PATH: /usr/lib/ccache PATH: /opt/intel/composer_xe_2013_sp1.1.106/bin/intel64 PATH: /opt/intel/composer_xe_2013_sp1.1.106/mpirt/bin/intel64 PATH: /opt/intel/composer_xe_2013_sp1.1.106/debugger/gdb/intel64_mic/py27/bin PATH: /opt/intel/composer_xe_2013_sp1.1.106/debugger/gdb/intel64/py27/bin PATH: /opt/intel/composer_xe_2013_sp1.1.106/bin/intel64_mic PATH: /opt/intel/composer_xe_2013_sp1.1.106/debugger/gui/intel64 PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/local/games PATH: /usr/games PATH: /opt/bin PATH: /opt/oracle/solstudio/bin PATH: /usr/local/sbin PATH: /usr/sbin PATH: /sbin 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/harald/src/gnucobol/branches/reportwriter/tests' | at_srcdir='.' | abs_srcdir='/home/harald/src/gnucobol/branches/reportwriter/tests' | at_top_srcdir='..' | abs_top_srcdir='/home/harald/src/gnucobol/branches/reportwriter' | at_top_build_prefix='../' | abs_top_builddir='/home/harald/src/gnucobol/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}" | | OBJECT_EXT="o" | | PATHSEP=":" | | # unset all environmental vars that are used by libcob | for cobenv in $($COBCRUN --runtime-env | grep COB_ | cut -d: -f1); do unset $cobenv; done | | PATH="${abs_top_builddir}/cobc:${abs_top_builddir}/bin:${abs_top_builddir}/libcob/.libs:${PATH}" | export PATH | export COB_CFLAGS="-I${abs_top_srcdir} -I${abs_top_srcdir}/libcob -I/usr/local/include -pipe" | export COB_LDFLAGS="-L${abs_top_builddir}/libcob/.libs " | export COB_LIBS="-L${abs_top_builddir}/libcob/.libs -lcob -lm -lgmp -lncursesw -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/harald/src/gnucobol/branches/reportwriter/cobc/cobc --version cobc (GNU Cobol) 2.0.0 Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Keisuke Nishida Copyright (C) 2006-2012 Roger While Copyright (C) 2013-2015 Ron Norman Copyright (C) 2009,2010,2012,2014-2015 Simon Sobisch This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Built Mar 04 2015 13:09:03 Packaged Jan 20 2014 07:40:53 UTC C version "4.9.2" ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Wed Mar 4 13:14:16 CET 2015 1. COPY: within comment (syn_copy.at:21): ok (0m0.010s 0m0.003s) 2. COPY: file not found (syn_copy.at:49): ok (0m0.003s 0m0.000s) 3. COPY: replacement order (syn_copy.at:69): ok (0m0.070s 0m0.027s) 4. COPY: separators (syn_copy.at:96): ok (0m0.080s 0m0.020s) 5. COPY: partial replacement (syn_copy.at:125): ok (0m0.077s 0m0.030s) 6. COPY: LEADING replacement (syn_copy.at:154): ok (0m0.090s 0m0.010s) 7. COPY: TRAILING replacement (syn_copy.at:183): ok (0m0.080s 0m0.017s) 8. COPY: recursive replacement (syn_copy.at:212): ok (0m0.087s 0m0.017s) 9. COPY: fixed/free format (syn_copy.at:241): ok (0m0.083s 0m0.017s) 10. Invalid PROGRAM-ID (syn_definition.at:25): ok (0m0.003s 0m0.000s) 11. Invalid PROGRAM-ID type clause (1) (syn_definition.at:41): ok (0m0.003s 0m0.003s) 12. Invalid PROGRAM-ID type clause (2) (syn_definition.at:57): ok (0m0.003s 0m0.000s) 13. Undefined data name (syn_definition.at:79): ok (0m0.003s 0m0.000s) 14. Undefined group name (syn_definition.at:97): ok (0m0.000s 0m0.003s) 15. Undefined data name in group (syn_definition.at:118): ok (0m0.007s 0m0.000s) 16. Reference not a group name (syn_definition.at:141): ok (0m0.000s 0m0.003s) 17. Incomplete 01 definition (syn_definition.at:165): ok (0m0.003s 0m0.003s) 18. Same labels in different sections (syn_definition.at:185): ok (0m0.000s 0m0.003s) 19. Redefinition of 01 items (syn_definition.at:210): ok (0m0.007s 0m0.000s) 20. Redefinition of 01 and 02 items (syn_definition.at:229): ok (0m0.003s 0m0.000s) 21. Redefinition of 02 items (syn_definition.at:248): ok (0m0.003s 0m0.003s) 22. Redefinition of 77 items (syn_definition.at:268): ok (0m0.007s 0m0.000s) 23. Redefinition of 01 and 77 items (syn_definition.at:287): ok (0m0.000s 0m0.003s) 24. Redefinition of 88 items (syn_definition.at:306): ok (0m0.003s 0m0.000s) 25. Ambiguous reference to 02 items (syn_definition.at:326): ok (0m0.003s 0m0.003s) 26. Ambiguous reference to 02 and 03 items (syn_definition.at:352): ok (0m0.003s 0m0.000s) 27. Ambiguous reference with qualification (syn_definition.at:377): ok (0m0.003s 0m0.000s) 28. Unique reference with ambiguous qualifiers (syn_definition.at:407): ok (0m0.007s 0m0.000s) 29. Undefined procedure name (syn_definition.at:443): ok (0m0.007s 0m0.000s) 30. Redefinition of section names (syn_definition.at:463): ok (0m0.000s 0m0.003s) 31. Redefinition of section and paragraph names (syn_definition.at:483): ok (0m0.000s 0m0.003s) 32. Redefinition of paragraph names (syn_definition.at:503): ok (0m0.003s 0m0.000s) 33. Ambiguous reference to paragraph name (syn_definition.at:527): ok (0m0.007s 0m0.000s) 34. Non-matching level numbers (extension) (syn_definition.at:552): ok (0m0.000s 0m0.003s) 35. CALL BY VALUE alphanumeric item (extension) (syn_definition.at:580): ok (0m0.003s 0m0.000s) 36. Non-numeric subscript (syn_subscripts.at:23): ok (0m0.000s 0m0.003s) 37. Subscript range check (syn_subscripts.at:49): ok (0m0.003s 0m0.000s) 38. Subscript bounds with ODO (lower) (syn_subscripts.at:89): ok (0m0.003s 0m0.000s) 39. Subscript bounds with ODO (upper) (syn_subscripts.at:112): ok (0m0.003s 0m0.000s) 40. Subscripted item requires OCCURS clause (syn_subscripts.at:138): ok (0m0.003s 0m0.000s) 41. Number of subscripts (syn_subscripts.at:163): ok (0m0.003s 0m0.000s) 42. Number of subscripts (relaxed syntax) (syn_subscripts.at:199): ok (0m0.003s 0m0.003s) 43. OCCURS with level 01, 66, 77, and 88 (syn_occurs.at:28): ok (0m0.003s 0m0.000s) 44. OCCURS with variable-occurrence data item (syn_occurs.at:54): ok (0m0.000s 0m0.003s) 45. Nested OCCURS clause (syn_occurs.at:92): ok (0m0.000s 0m0.003s) 46. OCCURS DEPENDING followed by another field (syn_occurs.at:139): ok (0m0.003s 0m0.003s) 47. OCCURS DEPENDING without TO clause (syn_occurs.at:178): ok (0m0.000s 0m0.003s) 48. REDEFINES: not following entry-name (syn_redefines.at:28): ok (0m0.003s 0m0.000s) 49. REDEFINES: level 02 by 01 (syn_redefines.at:49): ok (0m0.003s 0m0.000s) 50. REDEFINES: level 03 by 02 (syn_redefines.at:70): ok (0m0.003s 0m0.000s) 51. REDEFINES: level 66 (syn_redefines.at:92): ok (0m0.000s 0m0.003s) 52. REDEFINES: level 88 (syn_redefines.at:114): ok (0m0.000s 0m0.003s) 53. REDEFINES: lower level number (syn_redefines.at:143): ok (0m0.003s 0m0.000s) 54. REDEFINES: with OCCURS (syn_redefines.at:169): ok (0m0.003s 0m0.000s) 55. REDEFINES: with subscript (syn_redefines.at:190): ok (0m0.003s 0m0.000s) 56. REDEFINES: with variable occurrence (syn_redefines.at:212): ok (0m0.000s 0m0.003s) 57. REDEFINES: with qualification (syn_redefines.at:247): ok (0m0.003s 0m0.000s) 58. REDEFINES: multiple redefinition (syn_redefines.at:273): ok (0m0.007s 0m0.003s) 59. REDEFINES: size exceeds (syn_redefines.at:301): ok (0m0.003s 0m0.000s) 60. REDEFINES: with VALUE (syn_redefines.at:334): ok (0m0.003s 0m0.000s) 61. REDEFINES: with intervention (syn_redefines.at:362): ok (0m0.003s 0m0.000s) 62. REDEFINES: within REDEFINES (syn_redefines.at:391): ok (0m0.000s 0m0.003s) 63. REDEFINES: non-referenced ambiguous item (syn_redefines.at:411): ok (0m0.003s 0m0.000s) 64. Numeric item (integer) (syn_value.at:43): ok (0m0.003s 0m0.000s) 65. Numeric item (non-integer) (syn_value.at:69): ok (0m0.003s 0m0.003s) 66. Numeric item with picture P (syn_value.at:92): ok (0m0.003s 0m0.000s) 67. Signed numeric literal (syn_value.at:124): ok (0m0.000s 0m0.003s) 68. Alphabetic item (syn_value.at:150): ok (0m0.000s 0m0.003s) 69. Alphanumeric item (syn_value.at:176): ok (0m0.003s 0m0.000s) 70. Alphanumeric group item (syn_value.at:198): ok (0m0.000s 0m0.007s) 71. Numeric-edited item (syn_value.at:233): ok (0m0.003s 0m0.000s) 72. Alphanumeric-edited item (syn_value.at:257): ok (0m0.003s 0m0.000s) 73. SELECT without ASSIGN (syn_file.at:22): ok (0m0.007s 0m0.000s) 74. START on SEQUENTIAL file (syn_file.at:51): ok (0m0.000s 0m0.003s) 75. DECLARATIVES Invalid procedure reference (1) (syn_file.at:81): ok (0m0.000s 0m0.003s) 76. DECLARATIVES Invalid procedure reference (2) (syn_file.at:121): ok (0m0.007s 0m0.000s) 77. DECLARATIVES Invalid procedure reference (3) (syn_file.at:161): ok (0m0.003s 0m0.000s) 78. cobc configuration (syn_misc.at:22): ok (0m0.023s 0m0.010s) 79. Ambiguous AND/OR (syn_misc.at:84): ok (0m0.000s 0m0.007s) 80. Missing headers (syn_misc.at:110): ok (0m0.003s 0m0.000s) 81. CLASS duplicate values (syn_misc.at:150): ok (0m0.003s 0m0.000s) 82. INSPECT invalid size (syn_misc.at:185): ok (0m0.000s 0m0.003s) 83. INSPECT invalid target (syn_misc.at:214): ok (0m0.003s 0m0.000s) 84. INSPECT missing keyword (syn_misc.at:237): ok (0m0.000s 0m0.003s) 85. Maximum data size (syn_misc.at:258): ok (0m0.003s 0m0.000s) 86. Unreachable statement (syn_misc.at:287): ok (0m0.000s 0m0.003s) 87. REPOSITORY (syn_misc.at:329): ok (0m0.003s 0m0.000s) 88. CRT STATUS (syn_misc.at:355): ok (0m0.010s 0m0.000s) 89. ACCEPT WITH ( NO ) UPDATE / DEFAULT (syn_misc.at:397): ok (0m0.003s 0m0.000s) 90. ACCEPT WITH AUTO / TAB (syn_misc.at:422): ok (0m0.003s 0m0.000s) 91. Source text after column 72 in Fixed-form (syn_misc.at:447): ok (0m0.000s 0m0.003s) 92. Line overflow in Fixed-form / Free-form (syn_misc.at:468): ok (0m0.007s 0m0.000s) 93. Formatted date/time funcs with invalid args (syn_misc.at:509): ok (0m0.003s 0m0.000s) 94. Invalid formatted date/time args with DECIMAL-POINT IS COMMA (syn_misc.at:574): ok (0m0.003s 0m0.000s) 95. Continuation Indicator - Literal too long (syn_misc.at:607): ok (0m0.077s 0m0.000s) 96. Literal too long (syn_misc.at:1158): skipped (syn_misc.at:1162) 97. word length (syn_misc.at:1375): ok (0m0.010s 0m0.003s) 98. Line and floating comments (syn_misc.at:1444): ok (0m0.380s 0m0.063s) 99. MOVE SPACE TO numeric or numeric-edited item (syn_move.at:37): ok (0m0.003s 0m0.000s) 100. MOVE ZERO TO alphabetic item (syn_move.at:63): ok (0m0.000s 0m0.003s) 101. MOVE alphabetic TO x (syn_move.at:89): ok (0m0.003s 0m0.000s) 102. MOVE alphanumeric TO x (syn_move.at:119): ok (0m0.003s 0m0.000s) 103. MOVE alphanumeric-edited TO x (syn_move.at:146): ok (0m0.007s 0m0.000s) 104. MOVE numeric (integer) TO x (syn_move.at:176): ok (0m0.003s 0m0.000s) 105. MOVE numeric (non-integer) TO x (syn_move.at:205): ok (0m0.003s 0m0.000s) 106. MOVE numeric-edited TO x (syn_move.at:236): ok (0m0.003s 0m0.000s) 107. CORRESPONDING - Operands must be groups (syn_move.at:271): ok (0m0.003s 0m0.000s) 108. CORRESPONDING - Target has no matching items (syn_move.at:300): ok (0m0.000s 0m0.003s) 109. MOVE: misc (syn_move.at:327): ok (0m0.003s 0m0.000s) 110. Category check of Format 1 (syn_multiply.at:28): ok (0m0.003s 0m0.000s) 111. Category check of Format 2 (syn_multiply.at:67): ok (0m0.003s 0m0.000s) 112. Category check of literals (syn_multiply.at:108): ok (0m0.003s 0m0.000s) 113. FROM clause (syn_screen.at:23): ok (0m0.003s 0m0.000s) 114. SET: misc (syn_set.at:24): ok (0m0.003s 0m0.000s) 115. Check REPORT error/warning (syn_reportwriter.at:22): ok (0m0.003s 0m0.000s) 116. REPORT not positive integers in COL / LINE PLUS (syn_reportwriter.at:124): ok (0m0.000s 0m0.003s) 117. Missing DETAIL line (syn_reportwriter.at:176): ok (0m0.003s 0m0.000s) 118. DISPLAY literals (run_fundamental.at:24): ok (0m0.077s 0m0.023s) 119. DISPLAY literals, DECIMAL-POINT is COMMA (run_fundamental.at:62): ok (0m0.080s 0m0.017s) 120. Hexadecimal literal (run_fundamental.at:92): ok (0m0.157s 0m0.017s) 121. DISPLAY data items with VALUE clause (run_fundamental.at:138): ok (0m0.087s 0m0.023s) 122. DISPLAY data items with MOVE statement (run_fundamental.at:185): ok (0m0.090s 0m0.027s) 123. MOVE to edited item (1) (run_fundamental.at:239): ok (0m0.100s 0m0.013s) 124. MOVE to edited item (2) (run_fundamental.at:288): ok (0m0.097s 0m0.013s) 125. MOVE to JUSTIFIED item (run_fundamental.at:337): ok (0m0.087s 0m0.010s) 126. MOVE integer literal to alphanumeric (run_fundamental.at:382): ok (0m0.097s 0m0.010s) 127. Check for equality of FLOAT-SHORT / FLOAT-LONG (run_fundamental.at:407): ok (0m0.110s 0m0.013s) 128. Overlapping MOVE (run_fundamental.at:530): ok (0m0.187s 0m0.023s) 129. ALPHABETIC test (run_fundamental.at:594): ok (0m0.087s 0m0.023s) 130. ALPHABETIC-UPPER test (run_fundamental.at:626): ok (0m0.083s 0m0.020s) 131. ALPHABETIC-LOWER test (run_fundamental.at:658): ok (0m0.097s 0m0.007s) 132. GLOBAL at same level (run_fundamental.at:690): ok (0m0.087s 0m0.027s) 133. GLOBAL at lower level (run_fundamental.at:739): ok (0m0.087s 0m0.030s) 134. GLOBAL CONSTANT (run_fundamental.at:788): ok (0m0.103s 0m0.017s) 135. Contained program visibility (1) (run_fundamental.at:873): ok (0m0.100s 0m0.013s) 136. Contained program visibility (2) (run_fundamental.at:928): ok (0m0.093s 0m0.020s) 137. Contained program visibility (3) (run_fundamental.at:981): ok (0m0.090s 0m0.023s) 138. Contained program visibility (4) (run_fundamental.at:1032): ok (0m0.093s 0m0.023s) 139. START RELATIVE (1) (run_fundamental.at:1087): ok (0m0.090s 0m0.020s) 140. START RELATIVE (2) (run_fundamental.at:1136): ok (0m0.087s 0m0.030s) 141. GLOBAL FD (1) (run_fundamental.at:1213): ok (0m0.090s 0m0.023s) 142. GLOBAL FD (2) (run_fundamental.at:1263): ok (0m0.103s 0m0.020s) 143. GLOBAL FD (3) (run_fundamental.at:1313): ok (0m0.107s 0m0.020s) 144. GLOBAL FD (4) (run_fundamental.at:1363): ok (0m0.093s 0m0.023s) 145. CANCEL test (1) (run_fundamental.at:1413): ok (0m0.090s 0m0.010s) 146. CANCEL test (2) (run_fundamental.at:1440): ok (0m0.190s 0m0.017s) 147. Separate sign positions (1) (run_fundamental.at:1480): ok (0m0.100s 0m0.007s) 148. Separate sign positions (2) (run_fundamental.at:1504): ok (0m0.093s 0m0.010s) 149. Context sensitive words (1) (run_fundamental.at:1536): ok (0m0.090s 0m0.007s) 150. Context sensitive words (2) (run_fundamental.at:1559): ok (0m0.083s 0m0.017s) 151. Context sensitive words (3) (run_fundamental.at:1583): ok (0m0.083s 0m0.017s) 152. Context sensitive words (4) (run_fundamental.at:1607): ok (0m0.090s 0m0.010s) 153. Context sensitive words (5) (run_fundamental.at:1632): ok (0m0.097s 0m0.007s) 154. Context sensitive words (6) (run_fundamental.at:1655): ok (0m0.087s 0m0.010s) 155. Context sensitive words (7) (run_fundamental.at:1678): ok (0m0.093s 0m0.007s) 156. ROUNDED AWAY-FROM-ZERO (run_fundamental.at:1705): ok (0m0.100s 0m0.003s) 157. ROUNDED NEAREST-AWAY-FROM-ZERO (run_fundamental.at:1768): ok (0m0.100s 0m0.013s) 158. ROUNDED NEAREST-EVEN (run_fundamental.at:1831): ok (0m0.093s 0m0.013s) 159. ROUNDED NEAREST-TOWARD-ZERO (run_fundamental.at:1894): ok (0m0.077s 0m0.030s) 160. ROUNDED TOWARD-GREATER (run_fundamental.at:1957): ok (0m0.093s 0m0.010s) 161. ROUNDED TOWARD-LESSER (run_fundamental.at:2020): ok (0m0.087s 0m0.017s) 162. ROUNDED TRUNCATION (run_fundamental.at:2083): ok (0m0.077s 0m0.033s) 163. Numeric operations (1) (run_fundamental.at:2146): ok (0m0.073s 0m0.027s) 164. Numeric operations (2) (run_fundamental.at:2190): ok (0m0.127s 0m0.013s) 165. Numeric operations (3) (run_fundamental.at:2496): ok (0m0.130s 0m0.023s) 166. Numeric operations (4) (run_fundamental.at:2802): ok (0m0.133s 0m0.013s) 167. Numeric operations (5) (run_fundamental.at:3108): ok (0m0.143s 0m0.010s) 168. Numeric operations (6) (run_fundamental.at:3414): ok (0m0.157s 0m0.033s) 169. Numeric operations (7) (run_fundamental.at:3483): ok (0m0.130s 0m0.037s) 170. Subscript out of bounds (1) (run_subscripts.at:26): ok (0m0.087s 0m0.023s) 171. Subscript out of bounds (2) (run_subscripts.at:51): ok (0m0.103s 0m0.013s) 172. Value of DEPENDING ON N out of bounds (lower) (run_subscripts.at:76): ok (0m0.090s 0m0.017s) 173. Value of DEPENDING ON N out of bounds (upper) (run_subscripts.at:101): ok (0m0.093s 0m0.007s) 174. Subscript bounds with ODO (run_subscripts.at:126): ok (0m0.080s 0m0.020s) 175. Subscript by arithmetic expression (run_subscripts.at:151): ok (0m0.087s 0m0.020s) 176. Static reference modification (run_refmod.at:25): ok (0m0.087s 0m0.013s) 177. Dynamic reference modification (run_refmod.at:56): ok (0m0.100s 0m0.003s) 178. Static out of bounds (run_refmod.at:92): ok (0m0.003s 0m0.000s) 179. Offset underflow (run_refmod.at:122): ok (0m0.087s 0m0.017s) 180. Offset overflow (run_refmod.at:145): ok (0m0.087s 0m0.017s) 181. Length underflow (run_refmod.at:168): ok (0m0.080s 0m0.020s) 182. Length overflow (run_refmod.at:191): ok (0m0.093s 0m0.013s) 183. ACCEPT FROM DATE/DAY (run_accept.at:23): ok (0m0.087s 0m0.017s) 184. INITIALIZE group entry with OCCURS (run_initialize.at:27): ok (0m0.090s 0m0.013s) 185. INITIALIZE OCCURS with numeric edited (run_initialize.at:55): ok (0m0.083s 0m0.020s) 186. INITIALIZE complex group (1) (run_initialize.at:81): ok (0m0.083s 0m0.017s) 187. INITIALIZE complex group (2) (run_initialize.at:108): ok (0m0.077s 0m0.020s) 188. INITIALIZE with REDEFINES (run_initialize.at:135): ok (0m0.080s 0m0.020s) 189. INITIALIZE with FILLER (run_initialize.at:161): ok (0m0.090s 0m0.013s) 190. INITIALIZE of EXTERNAL data items (run_initialize.at:194): ok (0m0.097s 0m0.010s) 191. INITIALIZE with reference modification (run_initialize.at:244): ok (0m0.083s 0m0.013s) 192. Compiler outputs (run_misc.at:22): ok (0m0.147s 0m0.027s) 193. Source file not found (run_misc.at:47): ok (0m0.000s 0m0.007s) 194. Comma separator without space (run_misc.at:57): ok (0m0.097s 0m0.003s) 195. LOCAL-STORAGE (1) (run_misc.at:75): ok (0m0.157s 0m0.037s) 196. LOCAL-STORAGE (2) (run_misc.at:111): ok (0m0.267s 0m0.037s) 197. EXTERNAL data item (run_misc.at:159): ok (0m0.167s 0m0.040s) 198. EXTERNAL AS data item (run_misc.at:201): ok (0m0.197s 0m0.023s) 199. Using full path for cobc (run_misc.at:250): ok (0m0.090s 0m0.017s) 200. cobcrun validation (run_misc.at:270): ok (0m0.177s 0m0.023s) 201. MOVE to itself (run_misc.at:312): ok (0m0.087s 0m0.017s) 202. MOVE with refmod (run_misc.at:338): ok (0m0.090s 0m0.007s) 203. MOVE with refmod (variable) (run_misc.at:362): ok (0m0.090s 0m0.017s) 204. MOVE with group refmod (run_misc.at:388): ok (0m0.073s 0m0.027s) 205. MOVE indexes (run_misc.at:413): ok (0m0.083s 0m0.013s) 206. MOVE X'00' (run_misc.at:439): ok (0m0.157s 0m0.017s) 207. MOVE Z'literal' (run_misc.at:477): ok (0m0.090s 0m0.010s) 208. Floating continuation indicator (run_misc.at:509): ok (0m0.087s 0m0.017s) 209. Fixed continuation indicator (run_misc.at:531): ok (0m0.083s 0m0.020s) 210. Concatenation operator (run_misc.at:573): ok (0m0.073s 0m0.023s) 211. Level 01 subscripts (run_misc.at:597): ok (0m0.007s 0m0.000s) 212. Class check with reference modification (run_misc.at:619): ok (0m0.077s 0m0.023s) 213. Index and parenthesized expression (run_misc.at:643): ok (0m0.093s 0m0.010s) 214. Alphanumeric and binary numeric (run_misc.at:667): ok (0m0.093s 0m0.010s) 215. Dynamic call with static linking (run_misc.at:694): ok (0m0.150s 0m0.027s) 216. CALL m1. CALL m2. CALL m1. (run_misc.at:721): ok (0m0.270s 0m0.033s) 217. CALL binary literal parameter/LENGTH OF (run_misc.at:776): ok (0m0.250s 0m0.040s) 218. INSPECT : REPLACING LEADING ZEROS BY SPACES (run_misc.at:835): ok (0m0.090s 0m0.010s) 219. INSPECT : No repeat conversion check (run_misc.at:859): ok (0m0.083s 0m0.013s) 220. INSPECT : CONVERTING TO figurative constant (run_misc.at:883): ok (0m0.080s 0m0.020s) 221. INSPECT : CONVERTING NULL (run_misc.at:907): ok (0m0.073s 0m0.023s) 222. INSPECT : CONVERTING TO NULL (run_misc.at:931): ok (0m0.083s 0m0.020s) 223. INSPECT : REPLACING figurative constant (run_misc.at:955): ok (0m0.083s 0m0.023s) 224. INSPECT : TALLYING BEFORE (run_misc.at:979): ok (0m0.083s 0m0.023s) 225. INSPECT : TALLYING AFTER (run_misc.at:1014): ok (0m0.087s 0m0.017s) 226. INSPECT : REPLACING TRAILING ZEROS BY SPACES (run_misc.at:1049): ok (0m0.073s 0m0.027s) 227. INSPECT : REPLACING complex (run_misc.at:1073): ok (0m0.090s 0m0.017s) 228. SWITCHES (1) (run_misc.at:1099): ok (0m0.090s 0m0.017s) 229. SWITCHES (2) (run_misc.at:1156): ok (0m0.093s 0m0.020s) 230. Nested PERFORM (run_misc.at:1190): ok (0m0.103s 0m0.010s) 231. EXIT PERFORM (run_misc.at:1215): ok (0m0.100s 0m0.010s) 232. EXIT PERFORM CYCLE (run_misc.at:1240): ok (0m0.100s 0m0.007s) 233. EXIT PARAGRAPH (run_misc.at:1265): ok (0m0.097s 0m0.007s) 234. EXIT SECTION (run_misc.at:1297): ok (0m0.087s 0m0.017s) 235. PERFORM UNTIL EXIT (run_misc.at:1331): ok (0m0.087s 0m0.013s) 236. PERFORM inline (1) (run_misc.at:1362): ok (0m0.077s 0m0.023s) 237. PERFORM inline (2) (run_misc.at:1390): ok (0m0.090s 0m0.010s) 238. 88 with FILLER (run_misc.at:1412): ok (0m0.083s 0m0.013s) 239. Non-overflow after overflow (run_misc.at:1441): ok (0m0.090s 0m0.010s) 240. PERFORM ... CONTINUE (run_misc.at:1471): ok (0m0.000s 0m0.007s) 241. STRING with subscript reference (run_misc.at:1488): ok (0m0.083s 0m0.027s) 242. UNSTRING DELIMITED ALL LOW-VALUE (run_misc.at:1515): ok (0m0.090s 0m0.020s) 243. UNSTRING DELIMITED ALL SPACE-2 (run_misc.at:1550): ok (0m0.100s 0m0.010s) 244. UNSTRING DELIMITED POINTER (run_misc.at:1615): ok (0m0.093s 0m0.010s) 245. UNSTRING DELIMITER IN (run_misc.at:1670): ok (0m0.077s 0m0.023s) 246. READ INTO AT-END sequence (run_misc.at:1712): ok (0m0.103s 0m0.013s) 247. First READ on empty SEQUENTIAL INDEXED file (run_misc.at:1749): ok (0m0.093s 0m0.013s) 248. REWRITE a RELATIVE file with RANDOM access (run_misc.at:1789): ok (0m0.097s 0m0.020s) 249. SORT with SD, I/O SEQUENTIAL (run_misc.at:1856): ok (0m0.093s 0m0.020s) 250. SORT with SD, I/O LINE SEQUENTIAL (run_misc.at:1904): ok (0m0.087s 0m0.023s) 251. SORT with SD, I/O LINE SEQUENTIAL same file (run_misc.at:1961): ok (0m0.077s 0m0.027s) 252. SORT: table sort (run_misc.at:2018): ok (0m0.090s 0m0.010s) 253. SORT: table sort (2) (run_misc.at:2060): ok (0m0.127s 0m0.007s) 254. SORT: table sort (3) (run_misc.at:2185): skipped (run_misc.at:2186) 255. SORT: EBCDIC table sort (run_misc.at:2226): ok (0m0.087s 0m0.013s) 256. SORT nonexistent file (run_misc.at:2264): ok (0m0.083s 0m0.020s) 257. PIC ZZZ-, ZZZ+ (run_misc.at:2299): ok (0m0.087s 0m0.013s) 258. PERFORM type OSVS (run_misc.at:2352): ok (0m0.070s 0m0.037s) 259. Sticky LINKAGE (run_misc.at:2394): ok (0m0.177s 0m0.030s) 260. COB_PRE_LOAD test (run_misc.at:2446): ok (0m0.157s 0m0.040s) 261. COB_PRE_LOAD with entry points (run_misc.at:2472): ok (0m0.260s 0m0.053s) 262. COB_LOAD_CASE=UPPER test (run_misc.at:2550): ok (0m0.180s 0m0.040s) 263. 88 level with FALSE IS clause (run_misc.at:2576): ok (0m0.080s 0m0.020s) 264. ALLOCATE / FREE with BASED item (1) (run_misc.at:2604): ok (0m0.093s 0m0.013s) 265. ALLOCATE / FREE with BASED item (2) (run_misc.at:2631): ok (0m0.187s 0m0.030s) 266. ALLOCATE CHARACTERS INITIALIZED TO (run_misc.at:2678): ok (0m0.077s 0m0.030s) 267. Initialized value with defaultbyte (run_misc.at:2719): ok (0m0.083s 0m0.017s) 268. CALL with OMITTED parameter (run_misc.at:2744): ok (0m0.157s 0m0.047s) 269. ANY LENGTH (1) (run_misc.at:2781): ok (0m0.173s 0m0.033s) 270. ANY LENGTH (2) (run_misc.at:2824): ok (0m0.173s 0m0.033s) 271. BASED item non-ALLOCATED (debug) (run_misc.at:2868): ok (0m0.087s 0m0.017s) 272. STOP RUN WITH NORMAL STATUS (run_misc.at:2891): ok (0m0.077s 0m0.020s) 273. STOP RUN WITH ERROR STATUS (run_misc.at:2909): ok (0m0.083s 0m0.017s) 274. DECLARATIVES procedure referencing (run_misc.at:2927): ok (0m0.097s 0m0.013s) 275. DECLARATIVES procedure referencing (multiple) (run_misc.at:2967): ok (0m0.090s 0m0.020s) 276. SYMBOLIC clause (run_misc.at:3011): ok (0m0.083s 0m0.017s) 277. OCCURS clause with 1 entry (run_misc.at:3048): ok (0m0.093s 0m0.010s) 278. Computing of different USAGEs w/o decimal point (run_misc.at:3097): ok (0m0.367s 0m0.033s) 279. Computing of different USAGEs w/- decimal point (run_misc.at:3605): ok (0m0.323s 0m0.063s) 280. C/C++ reserved words/predefined identifiers (run_misc.at:4113): ok (0m0.277s 0m0.043s) 281. CALL BY CONTENT binary and literal (run_extensions.at:25): ok (0m0.157s 0m0.030s) 282. Hexadecimal numeric literal (run_extensions.at:76): ok (0m0.083s 0m0.020s) 283. Semi-parenthesized condition (run_extensions.at:104): ok (0m0.093s 0m0.010s) 284. ADDRESS OF (run_extensions.at:125): ok (0m0.097s 0m0.017s) 285. LENGTH OF (run_extensions.at:176): ok (0m0.090s 0m0.013s) 286. WHEN-COMPILED (run_extensions.at:215): ok (0m0.083s 0m0.017s) 287. Complex OCCURS DEPENDING ON (1) (run_extensions.at:241): ok (0m0.093s 0m0.017s) 288. Complex OCCURS DEPENDING ON (2) (run_extensions.at:269): ok (0m0.090s 0m0.027s) 289. Complex OCCURS DEPENDING ON (3) (run_extensions.at:331): ok (0m0.113s 0m0.010s) 290. Complex OCCURS DEPENDING ON (4) (run_extensions.at:393): ok (0m0.110s 0m0.010s) 291. Complex OCCURS DEPENDING ON (5) (run_extensions.at:458): ok (0m0.093s 0m0.033s) 292. INITIALIZE level 01 (run_extensions.at:523): ok (0m0.103s 0m0.013s) 293. MOVE NON-INTEGER TO ALPHA-NUMERIC (run_extensions.at:574): ok (0m0.100s 0m0.013s) 294. CALL USING file-name (run_extensions.at:664): ok (0m0.143s 0m0.037s) 295. CALL unusual PROGRAM-ID. (run_extensions.at:708): ok (0m0.387s 0m0.113s) 296. CALL / GOBACK with LOCAL-STORAGE (run_extensions.at:772): ok (0m0.183s 0m0.023s) 297. CALL BY VALUE alphanumeric item (run_extensions.at:822): ok (0m0.087s 0m0.017s) 298. Case independent PROGRAM-ID (run_extensions.at:857): ok (0m0.093s 0m0.013s) 299. PROGRAM-ID AS clause (run_extensions.at:879): ok (0m0.093s 0m0.013s) 300. Quoted PROGRAM-ID (run_extensions.at:901): ok (0m0.093s 0m0.007s) 301. ASSIGN clause (run_extensions.at:925): ok (0m0.083s 0m0.023s) 302. ASSIGN clause IBM (run_extensions.at:958): ok (0m0.080s 0m0.023s) 303. ASSIGN mapping (run_extensions.at:991): ok (0m0.087s 0m0.020s) 304. ASSIGN expansion (run_extensions.at:1028): ok (0m0.083s 0m0.020s) 305. ASSIGN with COB_FILE_PATH (run_extensions.at:1059): ok (0m0.090s 0m0.013s) 306. NUMBER-OF-CALL-PARAMETERS (run_extensions.at:1092): ok (0m0.183s 0m0.027s) 307. PROCEDURE DIVISION USING BY ... (run_extensions.at:1148): ok (0m0.160s 0m0.057s) 308. PROCEDURE DIVISION CHAINING ... (run_extensions.at:1198): ok (0m0.077s 0m0.027s) 309. STOP RUN RETURNING/GIVING (run_extensions.at:1224): ok (0m0.170s 0m0.027s) 310. GOBACK/EXIT PROGRAM RETURNING/GIVING (run_extensions.at:1250): ok (0m0.200s 0m0.030s) 311. ENTRY (run_extensions.at:1300): ok (0m0.183s 0m0.040s) 312. LINE SEQUENTIAL write (run_extensions.at:1347): ok (0m0.083s 0m0.027s) 313. LINE SEQUENTIAL read (run_extensions.at:1393): ok (0m0.083s 0m0.033s) 314. ASSIGN to KEYBOARD/DISPLAY (run_extensions.at:1460): ok (0m0.093s 0m0.027s) 316. Environment/Argument variable (run_extensions.at:1580): ok (0m0.087s 0m0.013s) 317. DECIMAL-POINT is COMMA (1) (run_extensions.at:1627): ok (0m0.093s 0m0.013s) 318. DECIMAL-POINT is COMMA (2) (run_extensions.at:1655): ok (0m0.067s 0m0.030s) 319. DECIMAL-POINT is COMMA (3) (run_extensions.at:1683): ok (0m0.087s 0m0.010s) 320. DECIMAL-POINT is COMMA (4) (run_extensions.at:1711): ok (0m0.077s 0m0.020s) 321. DECIMAL-POINT is COMMA (5) (run_extensions.at:1739): ok (0m0.083s 0m0.020s) 322. 78 Level (1) (run_extensions.at:1773): ok (0m0.090s 0m0.017s) 323. 78 Level (2) (run_extensions.at:1796): ok (0m0.080s 0m0.017s) 324. 78 Level (3) (run_extensions.at:1822): ok (0m0.073s 0m0.023s) 325. DEBUG (1) (run_extensions.at:1846): ok (0m0.080s 0m0.017s) 326. DEBUG (2) (run_extensions.at:1870): ok (0m0.087s 0m0.013s) 327. DEBUG free format (1) (run_extensions.at:1895): ok (0m0.090s 0m0.013s) 328. DEBUG free format (2) (run_extensions.at:1919): ok (0m0.083s 0m0.020s) 329. SOURCE FIXED/FREE directives (run_extensions.at:1944): ok (0m0.083s 0m0.013s) 330. Larger REDEFINES lengths (run_extensions.at:1973): ok (0m0.080s 0m0.027s) 331. Obsolete 85 keywords (run_extensions.at:2058): ok (0m0.080s 0m0.023s) 332. System routine C$CALLEDBY (run_extensions.at:2084): ok (0m0.163s 0m0.043s) 333. System routine C$NARG (run_extensions.at:2130): ok (0m0.173s 0m0.027s) 334. System routine C$PARAMSIZE (run_extensions.at:2170): ok (0m0.160s 0m0.040s) 335. System routine C$JUSTIFY (run_extensions.at:2212): ok (0m0.087s 0m0.007s) 336. System routine C$PRINTABLE (run_extensions.at:2237): ok (0m0.087s 0m0.010s) 337. System routine C$MAKEDIR (run_extensions.at:2266): ok (0m0.100s 0m0.003s) 338. System routine C$GETPID (run_extensions.at:2287): ok (0m0.087s 0m0.013s) 339. System routine C$TOUPPER (run_extensions.at:2312): ok (0m0.093s 0m0.003s) 340. System routine C$TOLOWER (run_extensions.at:2337): ok (0m0.080s 0m0.023s) 341. System routine CBL_OR (run_extensions.at:2362): ok (0m0.083s 0m0.013s) 342. System routine CBL_NOR (run_extensions.at:2389): ok (0m0.083s 0m0.017s) 343. System routine CBL_AND (run_extensions.at:2416): ok (0m0.067s 0m0.033s) 344. System routine CBL_XOR (run_extensions.at:2443): ok (0m0.087s 0m0.013s) 345. System routine CBL_IMP (run_extensions.at:2470): ok (0m0.070s 0m0.037s) 346. System routine CBL_NIMP (run_extensions.at:2497): ok (0m0.087s 0m0.013s) 347. System routine CBL_NOT (run_extensions.at:2524): ok (0m0.073s 0m0.027s) 348. System routine CBL_EQ (run_extensions.at:2550): ok (0m0.073s 0m0.030s) 349. System routine CBL_OC_GETOPT (run_extensions.at:2577): ok (0m0.467s 0m0.093s) 350. System routine CBL_COPY_FILE (run_extensions.at:2912): ok (0m0.080s 0m0.020s) 351. System routines for directories (run_extensions.at:2946): ok (0m0.087s 0m0.013s) 352. System routines for files (run_extensions.at:2987): ok (0m0.177s 0m0.043s) 353. Conditional/define directives (1) (run_extensions.at:3101): ok (0m0.093s 0m0.003s) 354. Conditional/define directives (2) (run_extensions.at:3126): ok (0m0.083s 0m0.013s) 355. Conditional/define directives (3) (run_extensions.at:3151): ok (0m0.087s 0m0.010s) 356. Conditional/define directives (4) (run_extensions.at:3179): ok (0m0.087s 0m0.013s) 357. Conditional/define directives (5) (run_extensions.at:3205): ok (0m0.077s 0m0.023s) 358. RETURN-CODE moving (run_returncode.at:23): ok (0m0.080s 0m0.017s) 359. RETURN-CODE passing (run_returncode.at:49): ok (0m0.240s 0m0.063s) 360. RETURN-CODE nested (run_returncode.at:101): ok (0m0.087s 0m0.023s) 361. FUNCTION ABS (run_functions.at:24): ok (0m0.087s 0m0.010s) 362. FUNCTION ACOS (run_functions.at:46): ok (0m0.073s 0m0.033s) 363. FUNCTION ANNUITY (run_functions.at:69): ok (0m0.077s 0m0.020s) 364. FUNCTION ASIN (run_functions.at:92): ok (0m0.090s 0m0.007s) 365. FUNCTION ATAN (run_functions.at:115): ok (0m0.080s 0m0.017s) 366. FUNCTION BYTE-LENGTH (run_functions.at:138): ok (0m0.090s 0m0.007s) 367. FUNCTION CHAR (run_functions.at:162): ok (0m0.090s 0m0.013s) 368. FUNCTION COMBINED-DATETIME (run_functions.at:184): ok (0m0.087s 0m0.013s) 369. FUNCTION CONCATENATE (run_functions.at:205): ok (0m0.083s 0m0.017s) 370. FUNCTION CONCATENATE with reference modding (run_functions.at:228): ok (0m0.080s 0m0.020s) 371. FUNCTION COS (run_functions.at:252): ok (0m0.087s 0m0.013s) 372. FUNCTION CURRENCY-SYMBOL (run_functions.at:275): ok (0m0.083s 0m0.017s) 373. FUNCTION CURRENT-DATE (run_functions.at:297): ok (0m0.080s 0m0.020s) 374. FUNCTION DATE-OF-INTEGER (run_functions.at:319): ok (0m0.073s 0m0.023s) 375. FUNCTION DATE-TO-YYYYMMDD (run_functions.at:340): ok (0m0.077s 0m0.023s) 376. FUNCTION DAY-OF-INTEGER (run_functions.at:361): ok (0m0.090s 0m0.007s) 377. FUNCTION DAY-TO-YYYYDDD (run_functions.at:382): ok (0m0.083s 0m0.020s) 378. FUNCTION E (run_functions.at:403): ok (0m0.080s 0m0.020s) 379. FUNCTION EXCEPTION-FILE (run_functions.at:426): ok (0m0.083s 0m0.020s) 380. FUNCTION EXCEPTION-LOCATION (run_functions.at:457): ok (0m0.073s 0m0.033s) 381. FUNCTION EXCEPTION-STATEMENT (run_functions.at:492): ok (0m0.080s 0m0.020s) 382. FUNCTION EXCEPTION-STATUS (run_functions.at:523): ok (0m0.093s 0m0.013s) 383. FUNCTION EXP (run_functions.at:554): ok (0m0.083s 0m0.017s) 384. FUNCTION EXP10 (run_functions.at:577): ok (0m0.080s 0m0.020s) 385. FUNCTION FACTORIAL (run_functions.at:598): ok (0m0.080s 0m0.013s) 386. FUNCTION FORMATTED-DATE (run_functions.at:619): ok (0m0.097s 0m0.013s) 387. FUNCTION FORMATTED-DATE with ref modding (run_functions.at:681): ok (0m0.087s 0m0.017s) 388. FUNCTION FORMATTED-DATETIME (run_functions.at:699): ok (0m0.097s 0m0.017s) 389. FUNCTION FORMATTED-DATETIME with ref modding (run_functions.at:739): ok (0m0.093s 0m0.007s) 390. FUNCTION FORMATTED-TIME (run_functions.at:758): ok (0m0.087s 0m0.027s) 391. FUNCTION FORMATTED-TIME with DECIMAL-POINT IS COMMA (run_functions.at:838): ok (0m0.073s 0m0.033s) 392. FUNCTION FORMATTED-TIME with ref modding (run_functions.at:868): ok (0m0.083s 0m0.017s) 393. FUNCTION FRACTION-PART (run_functions.at:886): ok (0m0.087s 0m0.010s) 394. FUNCTION HIGHEST-ALGEBRAIC (run_functions.at:910): ok (0m0.087s 0m0.023s) 395. FUNCTION INTEGER (run_functions.at:962): ok (0m0.093s 0m0.003s) 396. FUNCTION INTEGER-OF-DATE (run_functions.at:988): ok (0m0.080s 0m0.013s) 397. FUNCTION INTEGER-OF-DAY (run_functions.at:1009): ok (0m0.087s 0m0.010s) 398. FUNCTION INTEGER-PART (run_functions.at:1030): ok (0m0.093s 0m0.007s) 399. FUNCTION LENGTH (run_functions.at:1052): ok (0m0.080s 0m0.020s) 400. FUNCTION LOCALE-COMPARE (run_functions.at:1074): ok (0m0.087s 0m0.013s) 401. FUNCTION LOCALE-DATE (run_functions.at:1103): ok (0m0.087s 0m0.020s) 402. FUNCTION LOCALE-TIME (run_functions.at:1128): ok (0m0.080s 0m0.027s) 403. FUNCTION LOCALE-TIME-FROM-SECONDS (run_functions.at:1153): ok (0m0.080s 0m0.017s) 404. FUNCTION LOG (run_functions.at:1178): ok (0m0.087s 0m0.017s) 405. FUNCTION LOG10 (run_functions.at:1201): ok (0m0.087s 0m0.010s) 406. FUNCTION LOWER-CASE (run_functions.at:1224): ok (0m0.097s 0m0.010s) 407. FUNCTION LOWER-CASE with reference modding (run_functions.at:1246): ok (0m0.090s 0m0.013s) 408. FUNCTION LOWEST-ALGEBRAIC (run_functions.at:1268): ok (0m0.093s 0m0.013s) 409. FUNCTION MAX (run_functions.at:1320): ok (0m0.083s 0m0.017s) 410. FUNCTION MEAN (run_functions.at:1341): ok (0m0.077s 0m0.023s) 411. FUNCTION MEDIAN (run_functions.at:1362): ok (0m0.083s 0m0.017s) 412. FUNCTION MIDRANGE (run_functions.at:1383): ok (0m0.087s 0m0.013s) 413. FUNCTION MIN (run_functions.at:1404): ok (0m0.090s 0m0.020s) 414. FUNCTION MOD (run_functions.at:1425): ok (0m0.077s 0m0.027s) 415. FUNCTION MODULE-CALLER-ID (run_functions.at:1450): ok (0m0.160s 0m0.040s) 416. FUNCTION MODULE-DATE (run_functions.at:1483): ok (0m0.073s 0m0.027s) 417. FUNCTION MODULE-FORMATTED-DATE (run_functions.at:1507): ok (0m0.093s 0m0.017s) 418. FUNCTION MODULE-ID (run_functions.at:1531): ok (0m0.097s 0m0.013s) 419. FUNCTION MODULE-PATH (run_functions.at:1551): ok (0m0.103s 0m0.007s) 420. FUNCTION MODULE-SOURCE (run_functions.at:1575): ok (0m0.110s 0m0.003s) 421. FUNCTION MODULE-TIME (run_functions.at:1595): ok (0m0.100s 0m0.007s) 422. FUNCTION MONETARY-DECIMAL-POINT (run_functions.at:1619): ok (0m0.067s 0m0.030s) 423. FUNCTION MONETARY-THOUSANDS-SEPARATOR (run_functions.at:1641): ok (0m0.093s 0m0.010s) 424. FUNCTION NUMERIC-DECIMAL-POINT (run_functions.at:1663): ok (0m0.100s 0m0.010s) 425. FUNCTION NUMERIC-THOUSANDS-SEPARATOR (run_functions.at:1685): ok (0m0.080s 0m0.023s) 426. FUNCTION NUMVAL (run_functions.at:1707): ok (0m0.090s 0m0.013s) 427. FUNCTION NUMVAL-C (run_functions.at:1737): ok (0m0.080s 0m0.020s) 428. FUNCTION NUMVAL-F (run_functions.at:1767): ok (0m0.103s 0m0.003s) 429. FUNCTION ORD (run_functions.at:1789): ok (0m0.097s 0m0.020s) 430. FUNCTION ORD-MAX (run_functions.at:1810): ok (0m0.103s 0m0.007s) 431. FUNCTION ORD-MIN (run_functions.at:1831): ok (0m0.103s 0m0.007s) 432. FUNCTION PI (run_functions.at:1852): ok (0m0.087s 0m0.010s) 433. FUNCTION PRESENT-VALUE (run_functions.at:1875): ok (0m0.090s 0m0.007s) 434. FUNCTION RANDOM (run_functions.at:1896): ok (0m0.090s 0m0.010s) 435. FUNCTION RANGE (run_functions.at:1919): ok (0m0.083s 0m0.013s) 436. FUNCTION REM (run_functions.at:1942): ok (0m0.097s 0m0.003s) 437. FUNCTION REVERSE (run_functions.at:1965): ok (0m0.090s 0m0.017s) 438. FUNCTION REVERSE with reference modding (run_functions.at:1989): ok (0m0.097s 0m0.023s) 439. FUNCTION SECONDS-FROM-FORMATTED-TIME (run_functions.at:2013): ok (0m0.097s 0m0.010s) 440. FUNCTION SECONDS-PAST-MIDNIGHT (run_functions.at:2038): ok (0m0.087s 0m0.017s) 441. FUNCTION SIGN (run_functions.at:2061): ok (0m0.080s 0m0.023s) 442. FUNCTION SIN (run_functions.at:2099): ok (0m0.077s 0m0.023s) 443. FUNCTION SQRT (run_functions.at:2122): ok (0m0.077s 0m0.023s) 444. FUNCTION STANDARD-DEVIATION (run_functions.at:2145): ok (0m0.083s 0m0.027s) 445. FUNCTION STORED-CHAR-LENGTH (run_functions.at:2168): ok (0m0.107s 0m0.007s) 446. FUNCTION SUBSTITUTE (run_functions.at:2193): ok (0m0.083s 0m0.020s) 447. FUNCTION SUBSTITUTE with reference modding (run_functions.at:2218): ok (0m0.093s 0m0.027s) 448. FUNCTION SUBSTITUTE-CASE (run_functions.at:2245): ok (0m0.087s 0m0.017s) 449. FUNCTION SUBSTITUTE-CASE with reference mod (run_functions.at:2271): ok (0m0.093s 0m0.007s) 450. FUNCTION SUM (run_functions.at:2298): ok (0m0.093s 0m0.010s) 451. FUNCTION TAN (run_functions.at:2321): ok (0m0.097s 0m0.010s) 452. FUNCTION TEST-DATE-YYYYMMDD (run_functions.at:2344): ok (0m0.100s 0m0.003s) 453. FUNCTION TEST-DAY-YYYYDDD (run_functions.at:2365): ok (0m0.073s 0m0.027s) 454. FUNCTION TEST-NUMVAL (run_functions.at:2386): ok (0m0.093s 0m0.023s) 455. FUNCTION TEST-NUMVAL-C (run_functions.at:2483): ok (0m0.110s 0m0.010s) 456. FUNCTION TEST-NUMVAL-F (run_functions.at:2580): ok (0m0.117s 0m0.000s) 457. FUNCTION TRIM (run_functions.at:2677): ok (0m0.080s 0m0.017s) 458. FUNCTION TRIM with reference modding (run_functions.at:2702): ok (0m0.093s 0m0.020s) 459. FUNCTION TRIM zero length (run_functions.at:2727): ok (0m0.107s 0m0.007s) 460. FUNCTION UPPER-CASE (run_functions.at:2753): ok (0m0.087s 0m0.020s) 461. FUNCTION UPPER-CASE with reference modding (run_functions.at:2777): ok (0m0.077s 0m0.020s) 462. FUNCTION VARIANCE (run_functions.at:2801): ok (0m0.070s 0m0.023s) 463. FUNCTION WHEN-COMPILED (run_functions.at:2824): ok (0m0.087s 0m0.013s) 464. FUNCTION YEAR-TO-YYYY (run_functions.at:2849): ok (0m0.087s 0m0.020s) 465. Intrinsics without FUNCTION keyword (1) (run_functions.at:2872): ok (0m0.097s 0m0.013s) 466. Intrinsics without FUNCTION keyword (2) (run_functions.at:2892): ok (0m0.087s 0m0.020s) 467. User-Defined FUNCTION with/without parameter (run_functions.at:2914): ok (0m0.117s 0m0.017s) 468. REPORT BUG1 (run_reportwriter.at:22): ok (0m0.103s 0m0.020s) 469. REPORT COL PLUS (run_reportwriter.at:120): ok (0m0.093s 0m0.017s) 470. REPORT BUG3 (run_reportwriter.at:190): ok (0m0.083s 0m0.023s) 471. EMPTY REPORT (run_reportwriter.at:260): ok (0m0.093s 0m0.027s) 472. PAGE LIMIT REPORT (run_reportwriter.at:330): ok (0m0.100s 0m0.020s) 473. PAGE LIMIT REPORT 2 (run_reportwriter.at:393): ok (0m0.103s 0m0.023s) 474. Customer Report (run_reportwriter.at:466): ok (0m0.110s 0m0.023s) 475. Charge Report (run_reportwriter.at:783): ok (0m0.110s 0m0.013s) 476. Charge Report 2 (run_reportwriter.at:1138): ok (0m0.130s 0m0.003s) 477. Charge Report 3 (run_reportwriter.at:1510): ok (0m0.113s 0m0.013s) 478. Charge Report 4 (run_reportwriter.at:1812): ok (0m0.110s 0m0.020s) 479. Payroll Report (run_reportwriter.at:2230): ok (0m0.193s 0m0.043s) 480. STUDENT REPORT; Test INITIAL (run_reportwriter.at:2894): ok (0m0.110s 0m0.010s) 481. ORDER REPORT; Test substring (run_reportwriter.at:3091): ok (0m0.110s 0m0.020s) 482. Control Break Report (run_reportwriter.at:3444): ok (0m0.107s 0m0.017s) 483. Inventory Report (run_reportwriter.at:3688): ok (0m0.110s 0m0.010s) 484. Dup Detail Line (run_reportwriter.at:3880): ok (0m0.113s 0m0.003s) 485. OCCURS Test (run_reportwriter.at:4009): ok (0m0.110s 0m0.023s) 486. BINARY: 2-4-8 big-endian (data_binary.at:23): ok (0m0.097s 0m0.013s) 487. Missing INITIATE (run_reportwriter.at:4148): ok (0m0.093s 0m0.023s) 488. Next Page Bug (run_reportwriter.at:4210): ok (0m0.117s 0m0.020s) testsuite:2331: WARNING: unable to parse test group: 489 490. BINARY: 2-4-8 native (data_binary.at:212): ok (0m0.367s 0m0.053s) 491. BINARY: 1-2-4-8 big-endian (data_binary.at:406): ok (0m0.357s 0m0.057s) 492. BINARY: 1-2-4-8 native (data_binary.at:598): ok (0m0.320s 0m0.060s) 493. BINARY: 1--8 big-endian (data_binary.at:793): ok (0m0.357s 0m0.047s) 494. BINARY: 1--8 native (data_binary.at:982): ok (0m0.350s 0m0.037s) 495. BINARY: full-print (data_binary.at:1177): ok (0m0.103s 0m0.020s) 496. DISPLAY: Sign ASCII (data_display.at:21): ok (0m0.103s 0m0.007s) 497. DISPLAY: Sign ASCII (2) (data_display.at:80): ok (0m0.090s 0m0.007s) 498. DISPLAY: Sign EBCDIC (data_display.at:126): ok (0m0.090s 0m0.017s) 499. PACKED-DECIMAL dump (data_packed.at:25): ok (0m0.240s 0m0.030s) 500. PACKED-DECIMAL display (data_packed.at:165): ok (0m0.070s 0m0.027s) 501. PACKED-DECIMAL move (data_packed.at:221): ok (0m0.080s 0m0.020s) 502. PACKED-DECIMAL arithmetic (1) (data_packed.at:279): ok (0m0.110s 0m0.010s) 503. PACKED-DECIMAL arithmetic (2) (data_packed.at:319): ok (0m0.080s 0m0.020s) 504. PACKED-DECIMAL numeric test (1) (data_packed.at:356): ok (0m0.110s 0m0.017s) 505. PACKED-DECIMAL numeric test (2) (data_packed.at:497): ok (0m0.107s 0m0.027s) 506. COMP-6 display (data_packed.at:638): ok (0m0.093s 0m0.013s) 507. COMP-6 move (data_packed.at:674): ok (0m0.090s 0m0.013s) 508. COMP-6 arithmetic (data_packed.at:720): ok (0m0.080s 0m0.020s) 509. COMP-6 numeric test (data_packed.at:751): ok (0m0.083s 0m0.023s) 510. POINTER: display (data_pointer.at:21): ok (0m0.177s 0m0.023s) testsuite: ending at: Wed Mar 4 13:15:35 CET 2015 testsuite: test suite duration: 0h 1m 19s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 508 tests were run, 2 failed (1 expected failure). 2 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GNU Cobol 2.0 test suite: GNU Cobol Tests test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 489: data_binary.at:23 BINARY: 2-4-8 big-endian binary Skipped tests: GNU Cobol 2.0 test suite: GNU Cobol Tests test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 96: syn_misc.at:1158 Literal too long misc 254: run_misc.at:2185 SORT: table sort (3) runmisc ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 489. data_binary.at:23: 489. BINARY: 2-4-8 big-endian (data_binary.at:23): FAILED (data_binary.at:23) ## ------------- ## ## ../config.log ## ## ------------- ## | This file contains any messages produced by compilers while | running configure, to aid debugging if configure makes a mistake. | | It was created by GNU Cobol configure 2.0, which was | generated by GNU Autoconf 2.68. Invocation command line was | | $ ./configure | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = oregano | uname -m = x86_64 | uname -r = 4.0.0-rc2 | uname -s = Linux | uname -v = #3 SMP Tue Mar 3 22:00:03 CET 2015 | | /usr/bin/uname -p = unknown | /bin/uname -X = unknown | | /bin/arch = unknown | /usr/bin/arch -k = unknown | /usr/convex/getsysinfo = unknown | /usr/bin/hostinfo = unknown | /bin/machine = unknown | /usr/bin/oslevel = unknown | /bin/universe = unknown | | PATH: /opt/gcc/bin | PATH: /home/harald/bin | PATH: /usr/lib/ccache | PATH: /opt/intel/composer_xe_2013_sp1.1.106/bin/intel64 | PATH: /opt/intel/composer_xe_2013_sp1.1.106/mpirt/bin/intel64 | PATH: /opt/intel/composer_xe_2013_sp1.1.106/debugger/gdb/intel64_mic/py27/bin | PATH: /opt/intel/composer_xe_2013_sp1.1.106/debugger/gdb/intel64/py27/bin | PATH: /opt/intel/composer_xe_2013_sp1.1.106/bin/intel64 | PATH: /opt/intel/composer_xe_2013_sp1.1.106/bin/intel64_mic | PATH: /opt/intel/composer_xe_2013_sp1.1.106/debugger/gui/intel64 | PATH: /usr/local/bin | PATH: /usr/bin | PATH: /bin | PATH: /usr/local/games | PATH: /usr/games | PATH: /opt/bin | PATH: /opt/oracle/solstudio/bin | PATH: /usr/bin/mh | PATH: /usr/local/games | PATH: /usr/local/sbin | PATH: /usr/sbin | PATH: /sbin | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:2392: checking for a BSD-compatible install | configure:2460: result: /usr/bin/install -c | configure:2471: checking whether build environment is sane | configure:2521: result: yes | configure:2662: checking for a thread-safe mkdir -p | configure:2701: result: /bin/mkdir -p | configure:2714: checking for gawk | configure:2730: found /usr/bin/gawk | configure:2741: result: gawk | configure:2752: checking whether make sets $(MAKE) | configure:2774: result: yes | configure:2855: checking whether to enable maintainer-specific portions of Makefiles | configure:2864: result: no | configure:2987: checking for gcc | configure:3003: found /opt/gcc/bin/gcc | configure:3014: result: gcc | configure:3045: checking for C compiler version | configure:3054: gcc --version >&5 | gcc (GCC) 4.9.2 | Copyright (C) 2014 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:3065: $? = 0 | configure:3054: gcc -v >&5 | Using built-in specs. | COLLECT_GCC=gcc | COLLECT_LTO_WRAPPER=/opt/gcc/libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/lto-wrapper | Target: x86_64-unknown-linux-gnu | Configured with: ../gcc-4.9.2/configure --prefix=/opt/gcc --enable-multiarch --with-arch=core2 --enable-languages=ada,c,c++,fortran,go,java,objc,obj-c++ --enable-targets=all --disable-nls --enable-java-awt=gtk --enable-gtk-cairo : (reconfigured) ../gcc-4.9.2/configure --prefix=/opt/gcc --enable-multiarch --with-arch=core2 --enable-languages=ada,c,c++,fortran,go,java,objc,obj-c++ --enable-targets=all --disable-nls --enable-java-awt=gtk --enable-gtk-cairo : (reconfigured) ../gcc-4.9.2/configure --prefix=/opt/gcc --enable-multiarch --with-arch=core2 --enable-languages=ada,c,c++,fortran,go,java,objc,obj-c++ --enable-targets=all --disable-nls | Thread model: posix | gcc version 4.9.2 (GCC) | configure:3065: $? = 0 | configure:3054: gcc -V >&5 | gcc: error: unrecognized command line option '-V' | gcc: fatal error: no input files | compilation terminated. | configure:3065: $? = 1 | configure:3054: gcc -qversion >&5 | gcc: error: unrecognized command line option '-qversion' | gcc: fatal error: no input files | compilation terminated. | configure:3065: $? = 1 | configure:3085: checking whether the C compiler works | configure:3107: gcc conftest.c >&5 | configure:3111: $? = 0 | configure:3159: result: yes | configure:3162: checking for C compiler default output file name | configure:3164: result: a.out | configure:3170: checking for suffix of executables | configure:3177: gcc -o conftest conftest.c >&5 | configure:3181: $? = 0 | configure:3203: result: | configure:3225: checking whether we are cross compiling | configure:3233: gcc -o conftest conftest.c >&5 | configure:3237: $? = 0 | configure:3244: ./conftest | configure:3248: $? = 0 | configure:3263: result: no | configure:3268: checking for suffix of object files | configure:3290: gcc -c conftest.c >&5 | configure:3294: $? = 0 | configure:3315: result: o | configure:3319: checking whether we are using the GNU C compiler | configure:3338: gcc -c conftest.c >&5 | configure:3338: $? = 0 | configure:3347: result: yes | configure:3356: checking whether gcc accepts -g | configure:3376: gcc -c -g conftest.c >&5 | configure:3376: $? = 0 | configure:3417: result: yes | configure:3434: checking for gcc option to accept ISO C89 | configure:3498: gcc -c -g -O2 conftest.c >&5 | configure:3498: $? = 0 | configure:3511: result: none needed | configure:3542: checking for style of include used by make | configure:3570: result: GNU | configure:3595: checking dependency style of gcc | configure:3705: result: gcc3 | configure:3724: checking for gcc option to accept ISO C99 | configure:3873: 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 or C11 mode | for (int i = 0; i < ia->datasize; ++i) | ^ | conftest.c:125:3: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code | configure:3873: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GNU Cobol 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | /* 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:3873: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:3873: $? = 0 | configure:3893: result: -std=gnu99 | configure:3995: checking for gcc -std=gnu99 option to accept ISO Standard C | configure:4009: result: -std=gnu99 | configure:4019: checking how to run the C preprocessor | configure:4050: gcc -std=gnu99 -E conftest.c | configure:4050: $? = 0 | configure:4064: gcc -std=gnu99 -E conftest.c | conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory | #include | ^ | compilation terminated. | configure:4064: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GNU Cobol 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | /* end confdefs.h. */ | | #include | configure:4089: result: gcc -std=gnu99 -E | configure:4109: gcc -std=gnu99 -E conftest.c | configure:4109: $? = 0 | configure:4123: gcc -std=gnu99 -E conftest.c | conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory | #include | ^ | compilation terminated. | configure:4123: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GNU Cobol 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | /* end confdefs.h. */ | | #include | configure:4154: checking for grep that handles long lines and -e | configure:4212: result: /bin/grep | configure:4217: checking for egrep | configure:4279: result: /bin/grep -E | configure:4284: checking for ANSI C header files | configure:4304: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:4304: $? = 0 | configure:4377: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:4377: $? = 0 | configure:4377: ./conftest | configure:4377: $? = 0 | configure:4388: result: yes | configure:4401: checking for sys/types.h | configure:4401: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:4401: $? = 0 | configure:4401: result: yes | configure:4401: checking for sys/stat.h | configure:4401: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:4401: $? = 0 | configure:4401: result: yes | configure:4401: checking for stdlib.h | configure:4401: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:4401: $? = 0 | configure:4401: result: yes | configure:4401: checking for string.h | configure:4401: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:4401: $? = 0 | configure:4401: result: yes | configure:4401: checking for memory.h | configure:4401: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:4401: $? = 0 | configure:4401: result: yes | configure:4401: checking for strings.h | configure:4401: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:4401: $? = 0 | configure:4401: result: yes | configure:4401: checking for inttypes.h | configure:4401: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:4401: $? = 0 | configure:4401: result: yes | configure:4401: checking for stdint.h | configure:4401: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:4401: $? = 0 | configure:4401: result: yes | configure:4401: checking for unistd.h | configure:4401: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:4401: $? = 0 | configure:4401: result: yes | configure:4414: checking minix/config.h usability | configure:4414: 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:4414: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GNU Cobol 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | /* end confdefs.h. */ | | #include | | #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:4414: result: no | configure:4414: checking minix/config.h presence | configure:4414: gcc -std=gnu99 -E conftest.c | conftest.c:21:26: fatal error: minix/config.h: No such file or directory | #include | ^ | compilation terminated. | configure:4414: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GNU Cobol 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | /* end confdefs.h. */ | | #include | configure:4414: result: no | configure:4414: checking for minix/config.h | configure:4414: result: no | configure:4435: checking whether it is safe to define __EXTENSIONS__ | configure:4453: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:4453: $? = 0 | configure:4460: result: yes | configure:4504: checking build system type | configure:4518: result: x86_64-unknown-linux-gnu | configure:4538: checking host system type | configure:4551: result: x86_64-unknown-linux-gnu | configure:4592: checking how to print strings | configure:4619: result: printf | configure:4640: checking for a sed that does not truncate output | configure:4704: result: /bin/sed | configure:4722: checking for fgrep | configure:4784: result: /bin/grep -F | configure:4819: checking for ld used by gcc -std=gnu99 | configure:4886: result: /usr/bin/ld | configure:4893: checking if the linker (/usr/bin/ld) is GNU ld | configure:4908: result: yes | configure:4920: checking for BSD- or MS-compatible name lister (nm) | configure:4969: result: /usr/bin/nm -B | configure:5099: checking the name lister (/usr/bin/nm -B) interface | configure:5106: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5109: /usr/bin/nm -B "conftest.o" | configure:5112: output | 0000000000000000 B some_variable | configure:5119: result: BSD nm | configure:5122: checking whether ln -s works | configure:5126: result: yes | configure:5134: checking the maximum length of command line arguments | configure:5259: result: 1572864 | configure:5276: checking whether the shell understands some XSI constructs | configure:5286: result: yes | configure:5290: checking whether the shell understands "+=" | configure:5296: result: yes | configure:5331: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format | configure:5371: result: func_convert_file_noop | configure:5378: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format | configure:5398: result: func_convert_file_noop | configure:5405: checking for /usr/bin/ld option to reload object files | configure:5412: result: -r | configure:5486: checking for objdump | configure:5502: found /usr/bin/objdump | configure:5513: result: objdump | configure:5542: checking how to recognize dependent libraries | configure:5744: result: pass_all | configure:5829: checking for dlltool | configure:5859: result: no | configure:5886: checking how to associate runtime and link libraries | configure:5913: result: printf %s\n | configure:5973: checking for ar | configure:5989: found /usr/bin/ar | configure:6000: result: ar | configure:6037: checking for archiver @FILE support | configure:6054: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6054: $? = 0 | configure:6057: ar cru libconftest.a @conftest.lst >&5 | configure:6060: $? = 0 | configure:6065: ar cru libconftest.a @conftest.lst >&5 | ar: conftest.o: No such file or directory | configure:6068: $? = 1 | configure:6080: result: @ | configure:6138: checking for strip | configure:6154: found /usr/bin/strip | configure:6165: result: strip | configure:6237: checking for ranlib | configure:6253: found /usr/bin/ranlib | configure:6264: result: ranlib | configure:6366: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object | configure:6485: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6488: $? = 0 | configure:6492: /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:6495: $? = 0 | configure:6561: gcc -std=gnu99 -o conftest -g -O2 conftest.c conftstm.o >&5 | configure:6564: $? = 0 | configure:6602: result: ok | configure:6639: checking for sysroot | configure:6669: result: no | configure:6746: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6749: $? = 0 | configure:6912: checking for mt | configure:6928: found /bin/mt | configure:6939: result: mt | configure:6962: checking if mt is a manifest tool | configure:6968: mt '-?' | configure:6976: result: no | configure:7605: checking for dlfcn.h | configure:7605: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:7605: $? = 0 | configure:7605: result: yes | configure:8089: checking for objdir | configure:8104: result: .libs | configure:8375: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions | configure:8393: 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 | configure:8397: $? = 0 | configure:8410: result: no | configure:8720: checking for gcc -std=gnu99 option to produce PIC | configure:8727: result: -fPIC -DPIC | configure:8735: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works | configure:8753: gcc -std=gnu99 -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 | configure:8757: $? = 0 | configure:8770: result: yes | configure:8799: checking if gcc -std=gnu99 static flag -static works | configure:8827: result: yes | configure:8842: checking if gcc -std=gnu99 supports -c -o file.o | configure:8863: gcc -std=gnu99 -c -g -O2 -o out/conftest2.o conftest.c >&5 | configure:8867: $? = 0 | configure:8889: result: yes | configure:8897: checking if gcc -std=gnu99 supports -c -o file.o | configure:8944: result: yes | configure:8977: checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries | configure:10135: result: yes | configure:10172: checking whether -lc should be explicitly linked in | configure:10180: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:10183: $? = 0 | configure:10198: 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:10201: $? = 0 | configure:10215: result: no | configure:10380: checking dynamic linker characteristics | configure:10894: gcc -std=gnu99 -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 | configure:10894: $? = 0 | configure:11116: result: GNU/Linux ld.so | configure:11223: checking how to hardcode library paths into programs | configure:11248: result: immediate | configure:11342: checking for shl_load | configure:11342: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | /tmp/ccfYtseN.o: In function `main': | /home/harald/src/gnucobol/branches/reportwriter/conftest.c:62: undefined reference to `shl_load' | collect2: error: ld returned 1 exit status | configure:11342: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GNU Cobol 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | /* end confdefs.h. */ | | /* Define shl_load to an innocuous variant, in case 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:11342: result: no | configure:11346: checking for shl_load in -ldld | configure:11371: 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:11371: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GNU Cobol 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | /* end confdefs.h. */ | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char shl_load (); | | int | | main () | | { | | return shl_load (); | | ; | | return 0; | | } | configure:11380: result: no | configure:11385: checking for dlopen | configure:11385: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | /tmp/ccozNWNU.o: In function `main': | /home/harald/src/gnucobol/branches/reportwriter/conftest.c:62: undefined reference to `dlopen' | collect2: error: ld returned 1 exit status | configure:11385: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GNU Cobol 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | /* end confdefs.h. */ | | /* Define dlopen to an innocuous variant, in case 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:11385: result: no | configure:11389: checking for dlopen in -ldl | configure:11414: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5 | configure:11414: $? = 0 | configure:11423: result: yes | configure:11542: checking whether a program can dlopen itself | configure:11622: gcc -std=gnu99 -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 | configure:11625: $? = 0 | configure:11643: result: yes | configure:11648: checking whether a statically linked program can dlopen itself | configure:11728: gcc -std=gnu99 -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5 | /tmp/ccVI75s9.o: In function `main': | /home/harald/src/gnucobol/branches/reportwriter/configure:11707: 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/x86_64-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:11731: $? = 1 | configure:11749: result: no | configure:11788: checking whether stripping libraries is possible | configure:11793: result: yes | configure:11828: checking if libtool supports shared libraries | configure:11830: result: yes | configure:11833: checking whether to build shared libraries | configure:11854: result: yes | configure:11857: checking whether to build static libraries | configure:11861: result: yes | configure:11897: checking for egrep | configure:11959: result: /bin/grep -E | configure:11965: checking whether gcc -std=gnu99 and cc understand -c and -o together | configure:11996: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 | configure:12000: $? = 0 | configure:12006: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 | configure:12010: $? = 0 | configure:12021: cc -c conftest.c >&5 | configure:12025: $? = 0 | configure:12033: cc -c conftest.c -o conftest2.o >&5 | configure:12037: $? = 0 | configure:12043: cc -c conftest.c -o conftest2.o >&5 | configure:12047: $? = 0 | configure:12065: result: yes | configure:12093: checking whether ln -s works | configure:12097: result: yes | configure:12110: checking whether make sets $(MAKE) | configure:12132: result: yes | configure:12165: checking for ld used by GCC | configure:12229: result: /usr/bin/ld -m elf_x86_64 | configure:12236: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld | configure:12249: result: yes | configure:12256: checking for shared library run path origin | configure:12269: result: done | configure:12290: checking for ANSI C header files | configure:12394: result: yes | configure:12406: checking for stdint.h | configure:12406: result: yes | configure:12406: checking for sys/types.h | configure:12406: result: yes | configure:12406: checking signal.h usability | configure:12406: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12406: $? = 0 | configure:12406: result: yes | configure:12406: checking signal.h presence | configure:12406: gcc -std=gnu99 -E conftest.c | configure:12406: $? = 0 | configure:12406: result: yes | configure:12406: checking for signal.h | configure:12406: result: yes | configure:12406: checking fcntl.h usability | configure:12406: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12406: $? = 0 | configure:12406: result: yes | configure:12406: checking fcntl.h presence | configure:12406: gcc -std=gnu99 -E conftest.c | configure:12406: $? = 0 | configure:12406: result: yes | configure:12406: checking for fcntl.h | configure:12406: result: yes | configure:12406: checking malloc.h usability | configure:12406: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12406: $? = 0 | configure:12406: result: yes | configure:12406: checking malloc.h presence | configure:12406: gcc -std=gnu99 -E conftest.c | configure:12406: $? = 0 | configure:12406: result: yes | configure:12406: checking for malloc.h | configure:12406: result: yes | configure:12406: checking locale.h usability | configure:12406: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12406: $? = 0 | configure:12406: result: yes | configure:12406: checking locale.h presence | configure:12406: gcc -std=gnu99 -E conftest.c | configure:12406: $? = 0 | configure:12406: result: yes | configure:12406: checking for locale.h | configure:12406: result: yes | configure:12406: checking stddef.h usability | configure:12406: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12406: $? = 0 | configure:12406: result: yes | configure:12406: checking stddef.h presence | configure:12406: gcc -std=gnu99 -E conftest.c | configure:12406: $? = 0 | configure:12406: result: yes | configure:12406: checking for stddef.h | configure:12406: result: yes | configure:12406: checking wchar.h usability | configure:12406: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12406: $? = 0 | configure:12406: result: yes | configure:12406: checking wchar.h presence | configure:12406: gcc -std=gnu99 -E conftest.c | configure:12406: $? = 0 | configure:12406: result: yes | configure:12406: checking for wchar.h | configure:12406: result: yes | configure:12406: checking for dlfcn.h | configure:12406: result: yes | configure:12406: checking sys/time.h usability | configure:12406: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12406: $? = 0 | configure:12406: result: yes | configure:12406: checking sys/time.h presence | configure:12406: gcc -std=gnu99 -E conftest.c | configure:12406: $? = 0 | configure:12406: result: yes | configure:12406: checking for sys/time.h | configure:12406: result: yes | configure:12418: checking for an ANSI C-conforming const | configure:12483: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12483: $? = 0 | configure:12490: result: yes | configure:12498: checking whether byte ordering is bigendian | configure:12513: 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:12513: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GNU Cobol 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #ifndef __APPLE_CC__ | | not a universal capable compiler | | #endif | | typedef int dummy; | | | configure:12558: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12558: $? = 0 | configure:12576: 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:12576: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GNU Cobol 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | #if BYTE_ORDER != BIG_ENDIAN | | not big endian | | #endif | | | | ; | | return 0; | | } | configure:12704: result: no | configure:12722: checking for size_t | configure:12722: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12722: $? = 0 | configure:12722: 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:12722: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GNU Cobol 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | | #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:12722: result: yes | configure:12733: checking whether struct tm is in sys/time.h or time.h | configure:12753: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12753: $? = 0 | configure:12760: result: time.h | configure:12768: checking for sig_atomic_t | configure:12768: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12768: $? = 0 | configure:12768: 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:12768: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GNU Cobol 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | if (sizeof ((sig_atomic_t))) | | return 0; | | ; | | return 0; | | } | configure:12768: result: yes | configure:12782: checking for inline keyword | configure:12806: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12806: $? = 0 | configure:12814: result: __inline | configure:12821: checking for working alloca.h | configure:12838: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:12838: $? = 0 | configure:12846: result: yes | configure:12854: checking for alloca | configure:12891: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:12891: $? = 0 | configure:12899: result: yes | configure:13010: checking for vprintf | configure:13010: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:66:6: warning: conflicting types for built-in function 'vprintf' | char vprintf (); | ^ | configure:13010: $? = 0 | configure:13010: result: yes | configure:13016: checking for _doprnt | configure:13016: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | /tmp/cc6NdZ0J.o: In function `main': | /home/harald/src/gnucobol/branches/reportwriter/conftest.c:78: undefined reference to `_doprnt' | collect2: error: ld returned 1 exit status | configure:13016: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GNU Cobol 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_VPRINTF 1 | | /* end confdefs.h. */ | | /* Define _doprnt to an innocuous variant, in case 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:13016: result: no | configure:13033: checking for memmove | configure:13033: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:67:6: warning: conflicting types for built-in function 'memmove' | char memmove (); | ^ | configure:13033: $? = 0 | configure:13033: result: yes | configure:13033: checking for memset | configure:13033: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:68:6: warning: conflicting types for built-in function 'memset' | char memset (); | ^ | configure:13033: $? = 0 | configure:13033: result: yes | configure:13033: checking for setlocale | configure:13033: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13033: $? = 0 | configure:13033: result: yes | configure:13033: checking for fcntl | configure:13033: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13033: $? = 0 | configure:13033: result: yes | configure:13033: checking for strerror | configure:13033: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13033: $? = 0 | configure:13033: result: yes | configure:13033: checking for strcasecmp | configure:13033: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:72:6: warning: conflicting types for built-in function 'strcasecmp' | char strcasecmp (); | ^ | configure:13033: $? = 0 | configure:13033: result: yes | configure:13033: checking for strchr | configure:13033: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:73:6: warning: conflicting types for built-in function 'strchr' | char strchr (); | ^ | configure:13033: $? = 0 | configure:13033: result: yes | configure:13033: checking for strrchr | configure:13033: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:74:6: warning: conflicting types for built-in function 'strrchr' | char strrchr (); | ^ | configure:13033: $? = 0 | configure:13033: result: yes | configure:13033: checking for strdup | configure:13033: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:75:6: warning: conflicting types for built-in function 'strdup' | char strdup (); | ^ | configure:13033: $? = 0 | configure:13033: result: yes | configure:13033: checking for strstr | configure:13033: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:76:6: warning: conflicting types for built-in function 'strstr' | char strstr (); | ^ | configure:13033: $? = 0 | configure:13033: result: yes | configure:13033: checking for strtol | configure:13033: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13033: $? = 0 | configure:13033: result: yes | configure:13033: checking for gettimeofday | configure:13033: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13033: $? = 0 | configure:13033: result: yes | configure:13033: checking for localeconv | configure:13033: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13033: $? = 0 | configure:13033: result: yes | configure:13033: checking for readlink | configure:13033: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13033: $? = 0 | configure:13033: result: yes | configure:13033: checking for getexecname | configure:13033: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | /tmp/ccmsd9xF.o: In function `main': | /home/harald/src/gnucobol/branches/reportwriter/conftest.c:92: undefined reference to `getexecname' | collect2: error: ld returned 1 exit status | configure:13033: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GNU Cobol 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | /* end confdefs.h. */ | | /* Define getexecname to an innocuous variant, in case 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:13033: result: no | configure:13033: checking for canonicalize_file_name | configure:13033: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13033: $? = 0 | configure:13033: result: yes | configure:13033: checking for realpath | configure:13033: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13033: $? = 0 | configure:13033: result: yes | configure:13033: checking for strcoll | configure:13033: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13033: $? = 0 | configure:13033: result: yes | configure:13033: checking for strxfrm | configure:13033: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13033: $? = 0 | configure:13033: result: yes | configure:13033: checking for setenv | configure:13033: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13033: $? = 0 | configure:13033: result: yes | configure:13033: checking for raise | configure:13033: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13033: $? = 0 | configure:13033: result: yes | configure:13044: checking for timezone variable access | configure:13057: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:13057: $? = 0 | configure:13059: result: yes | configure:13068: checking for designated initializers | configure:13084: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:13084: $? = 0 | configure:13086: result: yes | configure:13121: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13121: $? = 0 | configure:13121: ./conftest | configure:13121: $? = 0 | configure:13151: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13151: $? = 0 | configure:13151: ./conftest | configure:13151: $? = 0 | configure:13181: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13181: $? = 0 | configure:13181: ./conftest | configure:13181: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GNU Cobol 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | /* end confdefs.h. */ | | | | int | | main () | | { | | | | #ifdef __INTEL_COMPILER | | return 0; | | #else | | return 1; | | #endif | | ; | | return 0; | | } | configure:13553: Checks for GMP ... | configure:13557: checking gmp.h usability | configure:13557: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:13557: $? = 0 | configure:13557: result: yes | configure:13557: checking gmp.h presence | configure:13557: gcc -std=gnu99 -E conftest.c | configure:13557: $? = 0 | configure:13557: result: yes | configure:13557: checking for gmp.h | configure:13557: result: yes | configure:13570: checking for __gmpz_init in -lgmp | configure:13595: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lgmp >&5 | configure:13595: $? = 0 | configure:13604: result: yes | configure:13637: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lgmp >&5 | configure:13637: $? = 0 | configure:13637: ./conftest | configure:13637: $? = 0 | configure:13672: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lgmp >&5 | configure:13672: $? = 0 | configure:13672: ./conftest | configure:13672: $? = 0 | configure:13686: checking matching GMP version | configure:13693: result: yes (6.0) | configure:13705: checking for __gmp_get_memory_functions in -lgmp | configure:13730: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lgmp >&5 | configure:13730: $? = 0 | configure:13739: result: yes | configure:13749: checking for nanosleep | configure:13762: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13762: $? = 0 | configure:13764: result: yes | configure:13890: checking prototype for finite in | configure:13899: result: yes | configure:13930: checking for fdatasync | configure:13930: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13930: $? = 0 | configure:13930: result: yes | configure:13930: checking for sigaction | configure:13930: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13930: $? = 0 | configure:13930: result: yes | configure:13974: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13974: $? = 0 | configure:13974: ./conftest | configure:13974: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GNU Cobol 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define PATCH_LEVEL 0 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | /* end confdefs.h. */ | | | | int | | main () | | { | | | | #ifdef __CYGWIN__ | | return 0; | | #else | | return 1; | | #endif | | ; | | return 0; | | } | configure:13983: checking whether NLS is requested | configure:13992: result: yes | configure:14033: checking for msgfmt | configure: trying /usr/bin/msgfmt... | 0 translated messages. | configure:14065: result: /usr/bin/msgfmt | configure:14074: checking for gmsgfmt | configure:14105: result: /usr/bin/msgfmt | configure:14156: checking for xgettext | configure: trying /usr/bin/xgettext... | /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C | configure:14188: result: /usr/bin/xgettext | configure:14234: checking for msgmerge | configure: trying /usr/bin/msgmerge... | configure:14265: result: /usr/bin/msgmerge | configure:14780: checking for CFPreferencesCopyAppValue | configure:14807: result: no | configure:14814: checking for CFLocaleCopyCurrent | configure:14841: result: no | configure:14890: checking for GNU gettext in libc | configure:14910: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:14910: $? = 0 | configure:14919: result: yes | configure:15665: checking whether to use NLS | configure:15667: result: yes | configure:15670: checking where the gettext function comes from | configure:15681: result: libc | configure:15748: checking for nl_langinfo and CODESET | configure:15764: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:15764: $? = 0 | configure:15773: result: yes | configure:15783: Checks for curses ... | configure:15788: checking for initscr in -lncursesw | configure:15813: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncursesw >&5 | configure:15813: $? = 0 | configure:15822: result: yes | configure:15837: checking ncursesw/ncurses.h usability | configure:15837: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:15837: $? = 0 | configure:15837: result: yes | configure:15837: checking ncursesw/ncurses.h presence | configure:15837: gcc -std=gnu99 -E conftest.c | configure:15837: $? = 0 | configure:15837: result: yes | configure:15837: checking for ncursesw/ncurses.h | configure:15837: result: yes | configure:16165: checking for ncurses _nc_freeall function | configure:16179: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncursesw >&5 | configure:16179: $? = 0 | configure:16181: result: yes | configure:16189: checking for ncurses use_legacy_coding function | configure:16203: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncursesw >&5 | configure:16203: $? = 0 | configure:16205: result: yes | configure:16217: checking for curses color_set function | configure:16244: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncursesw >&5 | configure:16244: $? = 0 | configure:16246: result: yes | configure:16259: Checks for Berkeley DB ... | configure:16264: checking db.h usability | configure:16264: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:16264: $? = 0 | configure:16264: result: yes | configure:16264: checking db.h presence | configure:16264: gcc -std=gnu99 -E conftest.c | configure:16264: $? = 0 | configure:16264: result: yes | configure:16264: checking for db.h | configure:16264: result: yes | configure:16299: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncursesw >&5 | configure:16299: $? = 0 | configure:16299: ./conftest | configure:16299: $? = 0 | configure:16312: checking for Berkeley DB db.h version >= 4.1 | configure:16317: result: yes (5.3) | configure:16333: checking for Berkeley DB library with version 5.3 | configure:16362: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncursesw -ldb >&5 | configure:16362: $? = 0 | configure:16362: ./conftest | configure:16362: $? = 0 | configure:16377: result: yes | configure:16379: BDB library version 5.3 found as -ldb | configure:16416: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncursesw >&5 | configure:16416: $? = 0 | configure:16416: ./conftest | configure:16416: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GNU Cobol 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define PATCH_LEVEL 0 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_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_LIBNCURSESW 1 | | #define HAVE_NCURSESW_NCURSES_H 1 | | #define HAVE_CURSES_FREEALL 1 | | #define HAVE_USE_LEGACY_CODING 1 | | #define HAVE_COLOR_SET 1 | | #define HAVE_DB_H 1 | | #define WITH_DB 1 | | /* end confdefs.h. */ | | | | int | | main () | | { | | | | #ifdef _WIN32 | | return 0; | | #else | | return 1; | | #endif | | ; | | return 0; | | } | configure:16428: checking for dlopen in -lc | configure:16453: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lc -lncursesw >&5 | /usr/bin/ld: /tmp/ccjMfH7R.o: undefined reference to symbol 'dlopen@@GLIBC_2.2.5' | //lib/x86_64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line | collect2: error: ld returned 1 exit status | configure:16453: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Cobol" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GNU Cobol 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define PATCH_LEVEL 0 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_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_LIBNCURSESW 1 | | #define HAVE_NCURSESW_NCURSES_H 1 | | #define HAVE_CURSES_FREEALL 1 | | #define HAVE_USE_LEGACY_CODING 1 | | #define HAVE_COLOR_SET 1 | | #define HAVE_DB_H 1 | | #define WITH_DB 1 | | /* end confdefs.h. */ | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char dlopen (); | | int | | main () | | { | | return dlopen (); | | ; | | return 0; | | } | configure:16462: result: no | configure:16470: checking for dlopen in -ldl | configure:16504: result: yes | configure:16515: checking for dladdr in -ldl | configure:16540: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl -lncursesw >&5 | configure:16540: $? = 0 | configure:16549: result: yes | configure:16754: checking for working strftime | configure:16786: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncursesw >&5 | configure:16786: $? = 0 | configure:16786: ./conftest | configure:16786: $? = 0 | configure:16788: result: yes | configure:16800: checking if size of long int = size of long long | configure:16823: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lncursesw >&5 | configure:16823: $? = 0 | configure:16823: ./conftest | configure:16823: $? = 0 | configure:16825: result: yes | configure:16841: checking for gcc pointer sign option | configure:16854: gcc -std=gnu99 -c -g -O2 -Wno-pointer-sign conftest.c >&5 | configure:16854: $? = 0 | configure:16856: result: yes | configure:16893: checking for aligned attribute | configure:16906: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:16906: $? = 0 | configure:16908: result: yes | configure:17109: checking for ld bind now option | configure:17122: gcc -std=gnu99 -o conftest -O2 -pipe -Wl,-z,relro,-z,now,-O1 conftest.c >&5 | configure:17122: $? = 0 | configure:17123: result: yes | configure:17377: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GNU Cobol config.status 2.0, which was | generated by GNU Autoconf 2.68. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on oregano | | config.status:1232: creating bin/cob-config | config.status:1232: creating Makefile | config.status:1232: creating libcob/Makefile | config.status:1232: creating lib/Makefile | config.status:1232: creating cobc/Makefile | config.status:1232: creating bin/Makefile | config.status:1232: creating po/Makefile.in | config.status:1232: creating doc/Makefile | config.status:1232: creating config/Makefile | config.status:1232: creating copy/Makefile | config.status:1232: creating tests/atlocal | config.status:1232: creating tests/Makefile | config.status:1232: creating tests/cobol85/Makefile | config.status:1232: creating extras/Makefile | config.status:1232: creating config.h | config.status:1461: executing tests/atconfig commands | config.status:1461: executing depfiles commands | config.status:1461: executing libtool commands | config.status:1461: executing po-directories commands | config.status:1461: executing chmod1 commands | config.status:1461: executing chmod2 commands | config.status:1461: executing chmod3 commands | configure:19789: GNU Cobol Configuration: | configure:19791: CC gcc -std=gnu99 | configure:19793: CFLAGS -O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE | configure:19795: COB_CFLAGS -I/usr/local/include -pipe | configure:19797: LDFLAGS -Wl,-z,relro,-z,now,-O1 | configure:19799: COB_LDFLAGS | configure:19806: COB_LIBS -L${exec_prefix}/lib -lcob -lm -lgmp -lncursesw -ldb -ldl | configure:19808: COB_CONFIG_DIR ${datarootdir}/gnu-cobol/config | configure:19810: COB_COPY_DIR ${datarootdir}/gnu-cobol/copy | configure:19812: COB_LIBRARY_PATH ${exec_prefix}/lib/gnu-cobol | configure:19814: COB_MODULE_EXT so | configure:19816: COB_OBJECT_EXT o | configure:19818: COB_SHARED_OPT -shared | configure:19820: COB_PIC_FLAGS -fPIC -DPIC | configure:19822: COB_EXPORT_DYN -Wl,--export-dynamic | configure:19826: COB_STRIP_CMD strip --strip-unneeded | configure:19831: Dynamic loading: System | configure:19837: Use gettext for international messages: yes | configure:19839: Use fcntl for file locking: yes | configure:19851: Use ncurses/pdcurses/curses for screen I/O: ncursesw | configure:19878: Use Berkeley DB for ISAM I/O: yes | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=x86_64-unknown-linux-gnu | ac_cv_c_bigendian=no | ac_cv_c_compiler_gnu=yes | ac_cv_c_const=yes | ac_cv_env_CC_set= | ac_cv_env_CC_value= | ac_cv_env_CFLAGS_set= | ac_cv_env_CFLAGS_value= | ac_cv_env_CPPFLAGS_set= | ac_cv_env_CPPFLAGS_value= | ac_cv_env_CPP_set= | ac_cv_env_CPP_value= | ac_cv_env_LDFLAGS_set= | ac_cv_env_LDFLAGS_value= | ac_cv_env_LIBS_set= | ac_cv_env_LIBS_value= | ac_cv_env_build_alias_set= | ac_cv_env_build_alias_value= | ac_cv_env_host_alias_set= | ac_cv_env_host_alias_value= | ac_cv_env_target_alias_set= | ac_cv_env_target_alias_value= | ac_cv_func__doprnt=no | ac_cv_func_alloca_works=yes | ac_cv_func_canonicalize_file_name=yes | ac_cv_func_dlopen=no | ac_cv_func_fcntl=yes | ac_cv_func_fdatasync=yes | ac_cv_func_getexecname=no | ac_cv_func_gettimeofday=yes | ac_cv_func_localeconv=yes | ac_cv_func_memmove=yes | ac_cv_func_memset=yes | ac_cv_func_raise=yes | ac_cv_func_readlink=yes | ac_cv_func_realpath=yes | ac_cv_func_setenv=yes | ac_cv_func_setlocale=yes | ac_cv_func_shl_load=no | ac_cv_func_sigaction=yes | ac_cv_func_strcasecmp=yes | ac_cv_func_strchr=yes | ac_cv_func_strcoll=yes | ac_cv_func_strdup=yes | ac_cv_func_strerror=yes | ac_cv_func_strrchr=yes | ac_cv_func_strstr=yes | ac_cv_func_strtol=yes | ac_cv_func_strxfrm=yes | ac_cv_func_vprintf=yes | ac_cv_header_db_h=yes | ac_cv_header_dlfcn_h=yes | ac_cv_header_fcntl_h=yes | ac_cv_header_gmp_h=yes | ac_cv_header_inttypes_h=yes | ac_cv_header_locale_h=yes | ac_cv_header_malloc_h=yes | ac_cv_header_memory_h=yes | ac_cv_header_minix_config_h=no | ac_cv_header_ncursesw_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=x86_64-unknown-linux-gnu | ac_cv_lib_c_dlopen=no | ac_cv_lib_dl_dladdr=yes | ac_cv_lib_dl_dlopen=yes | ac_cv_lib_dld_shl_load=no | ac_cv_lib_gmp___gmp_get_memory_functions=yes | ac_cv_lib_gmp___gmpz_init=yes | ac_cv_lib_ncursesw_initscr=yes | 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 -m elf_x86_64' | 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/harald/src/gnucobol/branches/reportwriter/missing --run aclocal-1.11' | ALLOCA='' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='${SHELL} /home/harald/src/gnucobol/branches/reportwriter/missing --run tar' | AR='ar' | AS='as' | AUTOCONF='${SHELL} /home/harald/src/gnucobol/branches/reportwriter/missing --run autoconf' | AUTOHEADER='${SHELL} /home/harald/src/gnucobol/branches/reportwriter/missing --run autoheader' | AUTOMAKE='${SHELL} /home/harald/src/gnucobol/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 -lncursesw -ldb -ldl' | COB_MAKE_IX_FALSE='#' | COB_MAKE_IX_TRUE='' | COB_MODULE_EXT='so' | COB_OBJECT_EXT='o' | COB_PATCH_LEVEL='0' | COB_PIC_FLAGS='-fPIC -DPIC' | COB_SHARED_OPT='-shared' | CPP='gcc -std=gnu99 -E' | CPPFLAGS='' | CYGPATH_W='echo' | DEFS='-DHAVE_CONFIG_H' | DEPDIR='.deps' | DLLTOOL='false' | DSYMUTIL='' | DUMPBIN='' | ECHO_C='' | ECHO_N='-n' | ECHO_T='' | EGREP='/bin/grep -E' | EXEEXT='' | FGREP='/bin/grep -F' | GETTEXT_MACRO_VERSION='0.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 -m elf_x86_64' | LDFLAGS=' -Wl,-z,relro,-z,now,-O1' | LIBCOB_LIBS='-lm -lgmp -lncursesw -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/harald/src/gnucobol/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.0' | PACKAGE_TARNAME='gnu-cobol' | PACKAGE_URL='http://www.opencobol.org' | PACKAGE_VERSION='2.0' | PATH_SEPARATOR=':' | POSUB='po' | RANLIB='ranlib' | SED='/bin/sed' | SET_MAKE='' | SHELL='/bin/bash' | STRIP='strip' | USE_NLS='yes' | VERSION='2.0' | XGETTEXT='/usr/bin/xgettext' | XGETTEXT_015='/usr/bin/xgettext' | XGETTEXT_EXTRA_OPTIONS='' | ac_ct_AR='ar' | ac_ct_CC='gcc' | ac_ct_DUMPBIN='' | am__EXEEXT_FALSE='' | am__EXEEXT_TRUE='#' | am__fastdepCC_FALSE='#' | am__fastdepCC_TRUE='' | am__include='include' | am__isrc='' | am__leading_dot='.' | am__quote='' | am__tar='${AMTAR} chof - "$$tardir"' | am__untar='${AMTAR} xf -' | bindir='${exec_prefix}/bin' | build='x86_64-unknown-linux-gnu' | build_alias='' | build_cpu='x86_64' | build_os='linux-gnu' | build_vendor='unknown' | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | host='x86_64-unknown-linux-gnu' | host_alias='' | host_cpu='x86_64' | host_os='linux-gnu' | host_vendor='unknown' | htmldir='${docdir}' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='${SHELL} /home/harald/src/gnucobol/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.0" | #define PACKAGE_STRING "GNU Cobol 2.0" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.opencobol.org" | #define PACKAGE "gnu-cobol" | #define VERSION "2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SIG_ATOMIC_T 1 | #define COB_KEYWORD_INLINE __inline | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_SETLOCALE 1 | #define HAVE_FCNTL 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LOCALECONV 1 | #define HAVE_READLINK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRXFRM 1 | #define HAVE_SETENV 1 | #define HAVE_RAISE 1 | #define HAVE_TIMEZONE 1 | #define HAVE_DESIGNATED_INITS 1 | #define PATCH_LEVEL 0 | #define WITH_VARSEQ 0 | #define HAVE_GMP_H 1 | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | #define HAVE_NANO_SLEEP 1 | #define HAVE_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_LIBNCURSESW 1 | #define HAVE_NCURSESW_NCURSES_H 1 | #define HAVE_CURSES_FREEALL 1 | #define HAVE_USE_LEGACY_CODING 1 | #define HAVE_COLOR_SET 1 | #define HAVE_DB_H 1 | #define WITH_DB 1 | #define USE_LIBDL 1 | #define HAVE_DLADDR 1 | #define COB_STRFTIME 1 | #define COB_LI_IS_LL 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