## ---------------------------------------- ## ## GnuCOBOL 2.0 test suite: GnuCOBOL Tests. ## ## ---------------------------------------- ## testsuite: command line was: $ ./testsuite ## ---------- ## ## ChangeLog. ## ## ---------- ## | | 2016-01-12 Simon 'sf-mensch/human' Sobisch | | * Makefile.am: added targets "test" (running ANSI testsuite) and | "checkall" (running both GnuCOBOL and ANSI testsuite), both do a | full build of GnuCOBOL if necessary | | 2015-12-20 Simon 'sf-mensch/human' Sobisch | | * Taken into account all copyright assignments and rechecking the dates ## --------- ## ## Platform. ## ## --------- ## hostname = oregano uname -m = x86_64 uname -r = 4.5.0-rc1-00001-gab31b55 uname -s = Linux uname -v = #2 SMP PREEMPT Tue Jan 26 12:36:53 CET 2016 /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/gnu-cobol-2.0/tests PATH: /home/harald/src/gnucobol/branches/gnu-cobol-2.0/cobc PATH: /home/harald/src/gnucobol/branches/gnu-cobol-2.0/bin PATH: /home/harald/src/gnucobol/branches/gnu-cobol-2.0/libcob/.libs PATH: /opt/gcc/bin PATH: /home/harald/bin 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) 2012 Free Software Foundation, Inc. | | # The test suite will define top_srcdir=/../.. etc. | at_testdir='tests' | abs_builddir='/home/harald/src/gnucobol/branches/gnu-cobol-2.0/tests' | at_srcdir='.' | abs_srcdir='/home/harald/src/gnucobol/branches/gnu-cobol-2.0/tests' | at_top_srcdir='..' | abs_top_srcdir='/home/harald/src/gnucobol/branches/gnu-cobol-2.0' | at_top_build_prefix='../' | abs_top_builddir='/home/harald/src/gnucobol/branches/gnu-cobol-2.0' | | # Backward compatibility with Autotest <= 2.59b: | at_top_builddir=$at_top_build_prefix | | AUTOTEST_PATH='tests' | | SHELL=${CONFIG_SHELL-'/bin/sh'} testsuite: atlocal: | # | # atlocal gnucobol/tests | # | # Copyright (C) 2003-2012, 2014-2015 Free Software Foundation, Inc. | # Written by Keisuke Nishida, Roger While, Simon Sobisch | # | # This file is part of GnuCOBOL. | # | # The GnuCOBOL 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. | # | # GnuCOBOL 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 GnuCOBOL. If not, see . | | # CC="gcc" | COB_BIGENDIAN="no" | COB_HAS_ISAM="yes" | COB_HAS_CURSES="yes" | COBC="${abs_top_builddir}/cobc/cobc" | COBCRUN="${abs_top_builddir}/bin/cobcrun" | | TEMPLATE="${abs_srcdir}/testsuite.src" | | FLAGS="-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 2>/dev/null | grep COB_ | cut -d: -f2); do unset $cobenv; done | | # For running the testsuite in Cygwin with non-Cygwin binaries we need a wrapper function | _return_path () { | echo "$1" | } | | 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_RUNTIME_CONFIG="${COB_CONFIG_DIR}/runtime_empty.cfg" | export COB_COPY_DIR="${abs_top_srcdir}/copy" | export LD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$LD_LIBRARY_PATH" | export DYLD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$DYLD_LIBRARY_PATH" | export SHLIB_PATH="${abs_top_builddir}/libcob/.libs:$SHLIB_PATH" | export LIBPATH="${abs_top_builddir}/libcob/.libs:$LIBPATH" | export COB_LIBRARY_PATH="${abs_top_builddir}/extras:$COB_LIBRARY_PATH" | export COB_UNIX_LF=YES | export COB_HAS_ISAM | export COB_HAS_CURSES | export COB_HAS_UTC_OFFSET | export LC_ALL=C ## ---------------- ## ## Tested programs. ## ## ---------------- ## ./testsuite.at:23: /home/harald/src/gnucobol/branches/gnu-cobol-2.0/cobc/cobc --version cobc (GnuCOBOL) 2.0.0 Copyright (C) 2001-2015 Free Software Foundation, Inc. Written by Keisuke Nishida, Roger While, Ron Norman, 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 Jan 26 2016 13:03:17 Packaged Oct 25 2015 21:40:28 UTC C version "5.3.0" ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Tue Jan 26 13:03:48 CET 2016 1. Compiler outputs (used_binaries.at:21): ok (0m00.11s 0m00.04s) 2. Source file not found (used_binaries.at:46): ok (0m00.00s 0m00.00s) 3. Compiler help and information (used_binaries.at:55): ok (0m00.00s 0m00.00s) 4. Using full path for cobc (used_binaries.at:68): ok (0m00.07s 0m00.01s) 5. cobcrun validation (used_binaries.at:88): ok (0m00.13s 0m00.04s) 6. Compile from stdin (used_binaries.at:128): ok (0m00.15s 0m00.03s) 7. Run job after compilation (used_binaries.at:149): ok (0m00.15s 0m00.03s) 8. cobc with standard configuration file (configuration.at:22): ok (0m00.00s 0m00.00s) 9. cobc dialect features for all -std (configuration.at:43): ok (0m00.00s 0m00.01s) 10. cobc with configuration file via -std (configuration.at:87): ok (0m00.00s 0m00.00s) 11. cobc with standard configuration file via -conf (configuration.at:108): ok (0m00.00s 0m00.00s) 12. cobc with own configuration file via -conf (configuration.at:129): ok (0m00.00s 0m00.00s) 13. cobc configuration: recursive include (configuration.at:158): ok (0m00.00s 0m00.00s) 14. cobc with -std and -conf (configuration.at:196): ok (0m00.00s 0m00.00s) 15. cobc with -cb_conf (configuration.at:223): ok (0m00.00s 0m00.00s) 16. cobc with -cb_conf priority (configuration.at:242): ok (0m00.00s 0m00.00s) 17. cobc configuration: entries (configuration.at:275): ok (0m00.00s 0m00.00s) 18. cobc configuration: conf missing (configuration.at:314): ok (0m00.00s 0m00.00s) 19. cobc configuration: conf optional (configuration.at:334): ok (0m00.00s 0m00.00s) 20. cobc configuration: incomplete (configuration.at:370): ok (0m00.00s 0m00.00s) 21. runtime configuration (configuration.at:432): ok (0m00.00s 0m00.00s) 22. runtime configuration file (configuration.at:451): ok (0m00.00s 0m00.00s) 23. runtime configuration: recursive include (configuration.at:486): ok (0m00.00s 0m00.00s) 24. runtime configuration: environment priority (configuration.at:515): ok (0m00.00s 0m00.00s) 25. runtime configuration: entries (configuration.at:528): ok (0m00.00s 0m00.00s) 26. runtime configuration: conf missing (configuration.at:559): ok (0m00.00s 0m00.00s) 27. runtime configuration: conf optional (configuration.at:579): ok (0m00.00s 0m00.00s) 28. COPY: within comment (syn_copy.at:21): ok (0m00.00s 0m00.00s) 29. COPY: file not found (syn_copy.at:49): ok (0m00.00s 0m00.00s) 30. COPY: replacement order (syn_copy.at:69): ok (0m00.07s 0m00.02s) 31. COPY: separators (syn_copy.at:96): ok (0m00.07s 0m00.01s) 32. COPY: partial replacement (syn_copy.at:125): ok (0m00.08s 0m00.01s) 33. COPY: LEADING replacement (syn_copy.at:154): ok (0m00.07s 0m00.01s) 34. COPY: TRAILING replacement (syn_copy.at:183): ok (0m00.08s 0m00.01s) 35. COPY: recursive replacement (syn_copy.at:212): ok (0m00.07s 0m00.02s) 36. COPY: fixed/free format (syn_copy.at:241): ok (0m00.07s 0m00.01s) 37. Invalid PROGRAM-ID (syn_definition.at:25): ok (0m00.00s 0m00.00s) 38. Invalid PROGRAM-ID type clause (1) (syn_definition.at:41): ok (0m00.00s 0m00.00s) 39. Invalid PROGRAM-ID type clause (2) (syn_definition.at:57): ok (0m00.00s 0m00.00s) 40. Undefined data name (syn_definition.at:79): ok (0m00.00s 0m00.00s) 41. Undefined group name (syn_definition.at:97): ok (0m00.00s 0m00.00s) 42. Undefined data name in group (syn_definition.at:118): ok (0m00.00s 0m00.00s) 43. Reference not a group name (syn_definition.at:141): ok (0m00.00s 0m00.00s) 44. Incomplete 01 definition (syn_definition.at:165): ok (0m00.00s 0m00.00s) 45. Same labels in different sections (syn_definition.at:185): ok (0m00.00s 0m00.00s) 46. Redefinition of 01 items (syn_definition.at:210): ok (0m00.00s 0m00.00s) 47. Redefinition of 01 and 02 items (syn_definition.at:229): ok (0m00.00s 0m00.00s) 48. Redefinition of 02 items (syn_definition.at:248): ok (0m00.00s 0m00.00s) 49. Redefinition of 77 items (syn_definition.at:268): ok (0m00.00s 0m00.00s) 50. Redefinition of 01 and 77 items (syn_definition.at:287): ok (0m00.00s 0m00.00s) 51. Redefinition of 88 items (syn_definition.at:306): ok (0m00.00s 0m00.00s) 52. Ambiguous reference to 02 items (syn_definition.at:326): ok (0m00.00s 0m00.00s) 53. Ambiguous reference to 02 and 03 items (syn_definition.at:352): ok (0m00.00s 0m00.00s) 54. Ambiguous reference with qualification (syn_definition.at:377): ok (0m00.00s 0m00.00s) 55. Unique reference with ambiguous qualifiers (syn_definition.at:407): ok (0m00.00s 0m00.00s) 56. Undefined procedure name (syn_definition.at:443): ok (0m00.00s 0m00.00s) 57. Redefinition of section names (syn_definition.at:463): ok (0m00.00s 0m00.00s) 58. Redefinition of section and paragraph names (syn_definition.at:483): ok (0m00.00s 0m00.00s) 59. Redefinition of paragraph names (syn_definition.at:503): ok (0m00.00s 0m00.00s) 60. Ambiguous reference to paragraph name (syn_definition.at:527): ok (0m00.00s 0m00.00s) 61. Non-matching level numbers (extension) (syn_definition.at:552): ok (0m00.00s 0m00.00s) 62. CALL BY VALUE alphanumeric item (extension) (syn_definition.at:575): ok (0m00.00s 0m00.00s) 63. Non-numeric subscript (syn_subscripts.at:23): ok (0m00.00s 0m00.00s) 64. Subscript range check (syn_subscripts.at:49): ok (0m00.00s 0m00.00s) 65. Subscript bounds with ODO (lower) (syn_subscripts.at:89): ok (0m00.00s 0m00.00s) 66. Subscript bounds with ODO (upper) (syn_subscripts.at:112): ok (0m00.00s 0m00.00s) 67. Subscripted item requires OCCURS clause (syn_subscripts.at:138): ok (0m00.00s 0m00.00s) 68. Number of subscripts (syn_subscripts.at:163): ok (0m00.00s 0m00.00s) 69. Number of subscripts (relaxed syntax) (syn_subscripts.at:199): ok (0m00.00s 0m00.00s) 70. OCCURS with level 01, 66, 77, and 88 (syn_occurs.at:28): ok (0m00.00s 0m00.00s) 71. OCCURS with variable-occurrence data item (syn_occurs.at:61): ok (0m00.00s 0m00.00s) 72. Nested OCCURS clause (syn_occurs.at:119): ok (0m00.00s 0m00.00s) 73. OCCURS DEPENDING with wrong size (syn_occurs.at:156): ok (0m00.00s 0m00.00s) 74. OCCURS DEPENDING followed by another field (syn_occurs.at:192): ok (0m00.00s 0m00.00s) 75. OCCURS DEPENDING without TO clause (syn_occurs.at:234): ok (0m00.00s 0m00.00s) 76. OCCURS size check (syn_occurs.at:257): ok (0m00.00s 0m00.00s) 77. Screen item OCCURS without relative LINE/COL (syn_occurs.at:283): ok (0m00.00s 0m00.00s) 78. REDEFINES: not following entry-name (syn_redefines.at:28): ok (0m00.00s 0m00.00s) 79. REDEFINES: level 02 by 01 (syn_redefines.at:49): ok (0m00.00s 0m00.00s) 80. REDEFINES: level 03 by 02 (syn_redefines.at:70): ok (0m00.00s 0m00.00s) 81. REDEFINES: level 66 (syn_redefines.at:92): ok (0m00.00s 0m00.00s) 82. REDEFINES: level 88 (syn_redefines.at:114): ok (0m00.00s 0m00.00s) 83. REDEFINES: lower level number (syn_redefines.at:143): ok (0m00.00s 0m00.00s) 84. REDEFINES: with OCCURS (syn_redefines.at:169): ok (0m00.00s 0m00.00s) 85. REDEFINES: with subscript (syn_redefines.at:190): ok (0m00.00s 0m00.00s) 86. REDEFINES: with variable occurrence (syn_redefines.at:212): ok (0m00.00s 0m00.00s) 87. REDEFINES: with qualification (syn_redefines.at:247): ok (0m00.00s 0m00.00s) 88. REDEFINES: multiple redefinition (syn_redefines.at:273): ok (0m00.00s 0m00.00s) 89. REDEFINES: size exceeds (syn_redefines.at:301): ok (0m00.00s 0m00.00s) 90. REDEFINES: with VALUE (syn_redefines.at:334): ok (0m00.00s 0m00.00s) 91. REDEFINES: with intervention (syn_redefines.at:362): ok (0m00.00s 0m00.00s) 92. REDEFINES: within REDEFINES (syn_redefines.at:391): ok (0m00.00s 0m00.00s) 93. REDEFINES: non-referenced ambiguous item (syn_redefines.at:411): ok (0m00.00s 0m00.00s) 94. Numeric item (integer) (syn_value.at:43): ok (0m00.00s 0m00.00s) 95. Numeric item (non-integer) (syn_value.at:69): ok (0m00.00s 0m00.00s) 96. Numeric item with picture P (syn_value.at:92): ok (0m00.00s 0m00.00s) 97. Signed numeric literal (syn_value.at:124): ok (0m00.00s 0m00.00s) 98. Alphabetic item (syn_value.at:150): ok (0m00.00s 0m00.00s) 99. Alphanumeric item (syn_value.at:176): ok (0m00.00s 0m00.00s) 100. Alphanumeric group item (syn_value.at:198): ok (0m00.00s 0m00.00s) 101. Numeric-edited item (syn_value.at:233): ok (0m00.00s 0m00.00s) 102. Alphanumeric-edited item (syn_value.at:257): ok (0m00.00s 0m00.00s) 103. SELECT without ASSIGN (syn_file.at:22): ok (0m00.00s 0m00.00s) 104. START on SEQUENTIAL file (syn_file.at:51): ok (0m00.00s 0m00.00s) 105. DECLARATIVES Invalid procedure reference (1) (syn_file.at:81): ok (0m00.00s 0m00.00s) 106. DECLARATIVES Invalid procedure reference (2) (syn_file.at:121): ok (0m00.00s 0m00.00s) 107. DECLARATIVES Invalid procedure reference (3) (syn_file.at:161): ok (0m00.00s 0m00.00s) 108. REPORT SECTION clause numbers (syn_reportwriter.at:23): ok (0m00.00s 0m00.00s) 109. Check REPORT error/warning (syn_reportwriter.at:63): skipped (syn_reportwriter.at:67) 110. Ambiguous AND/OR (syn_misc.at:22): ok (0m00.00s 0m00.00s) 111. Invalid expression (syn_misc.at:48): ok (0m00.00s 0m00.00s) 112. Missing headers (syn_misc.at:145): ok (0m00.00s 0m00.00s) 113. INITIALIZE constant (syn_misc.at:184): ok (0m00.00s 0m00.00s) 114. CLASS duplicate values (syn_misc.at:211): ok (0m00.00s 0m00.00s) 115. INSPECT invalid size (syn_misc.at:246): ok (0m00.00s 0m00.00s) 116. INSPECT invalid target (syn_misc.at:275): ok (0m00.00s 0m00.00s) 117. INSPECT missing keyword (syn_misc.at:298): ok (0m00.00s 0m00.00s) 118. Maximum data size (syn_misc.at:319): ok (0m00.00s 0m00.00s) 119. Unreachable statement (syn_misc.at:348): ok (0m00.00s 0m00.00s) 120. CRT STATUS (syn_misc.at:390): ok (0m00.00s 0m00.00s) 121. SWITCHES (syn_misc.at:432): ok (0m00.00s 0m00.00s) 122. ACCEPT WITH ( NO ) UPDATE / DEFAULT (syn_misc.at:560): ok (0m00.00s 0m00.00s) 123. ACCEPT WITH AUTO / TAB (syn_misc.at:585): ok (0m00.00s 0m00.00s) 124. ACCEPT WITH SIZE (syn_misc.at:610): ok (0m00.00s 0m00.00s) 125. DISPLAY WITH SIZE (syn_misc.at:634): ok (0m00.00s 0m00.00s) 126. Source text after column 72 in Fixed-form (syn_misc.at:656): ok (0m00.00s 0m00.00s) 127. Line overflow in Fixed-form / Free-form (syn_misc.at:677): ok (0m00.00s 0m00.00s) 128. Continuation Indicator - too many lines (syn_misc.at:725): ok (0m00.06s 0m00.00s) 129. Literal too long (syn_misc.at:1276): ok (0m00.02s 0m00.00s) 130. word length (syn_misc.at:1513): ok (0m00.01s 0m00.00s) 131. Line and floating comments (syn_misc.at:1618): ok (0m00.33s 0m00.06s) 132. Continuation of COBOL words (syn_misc.at:1769): ok (0m00.00s 0m00.00s) 133. Floating-point literals (syn_misc.at:1790): ok (0m00.00s 0m00.00s) 134. X literals (syn_misc.at:1894): ok (0m00.00s 0m00.00s) 135. Binary literals (syn_misc.at:1919): ok (0m00.00s 0m00.00s) 136. ACUCOBOL literals (syn_misc.at:1955): ok (0m00.00s 0m00.00s) 137. AT clause numbers (syn_misc.at:2017): ok (0m00.00s 0m00.00s) 138. MOVE SPACE TO numeric or numeric-edited item (syn_move.at:37): ok (0m00.00s 0m00.00s) 139. MOVE ZERO TO alphabetic item (syn_move.at:63): ok (0m00.00s 0m00.00s) 140. MOVE alphabetic TO x (syn_move.at:89): ok (0m00.00s 0m00.00s) 141. MOVE alphanumeric TO x (syn_move.at:119): ok (0m00.00s 0m00.00s) 142. MOVE alphanumeric-edited TO x (syn_move.at:146): ok (0m00.00s 0m00.00s) 143. MOVE numeric (integer) TO x (syn_move.at:176): ok (0m00.00s 0m00.00s) 144. MOVE numeric (non-integer) TO x (syn_move.at:205): ok (0m00.00s 0m00.00s) 145. MOVE numeric-edited TO x (syn_move.at:236): ok (0m00.00s 0m00.00s) 146. CORRESPONDING - Operands must be groups (syn_move.at:271): ok (0m00.00s 0m00.00s) 147. CORRESPONDING - Target has no matching items (syn_move.at:300): ok (0m00.00s 0m00.00s) 148. MOVE: misc (syn_move.at:327): ok (0m00.00s 0m00.00s) 149. MOVE: Overlapping (syn_move.at:350): ok (0m00.08s 0m00.01s) 150. Category check of Format 1 (syn_multiply.at:28): ok (0m00.00s 0m00.00s) 151. Category check of Format 2 (syn_multiply.at:67): ok (0m00.00s 0m00.00s) 152. Category check of literals (syn_multiply.at:108): ok (0m00.00s 0m00.00s) 153. FROM clause (syn_screen.at:24): ok (0m00.00s 0m00.00s) 154. SCREEN SECTION clause numbers (syn_screen.at:50): ok (0m00.00s 0m00.00s) 155. Screen clauses (syn_screen.at:78): ok (0m00.00s 0m00.00s) 156. ACCEPT ON EXCEPTION/ESCAPE (syn_screen.at:104): ok (0m00.00s 0m00.00s) 157. Referencing 88-level (syn_screen.at:134): ok (0m00.00s 0m00.00s) 158. Conflicting screen clauses (syn_screen.at:164): ok (0m00.00s 0m00.00s) 159. Redundant screen clauses (syn_screen.at:209): ok (0m00.00s 0m00.00s) 160. SET: misc (syn_set.at:24): ok (0m00.00s 0m00.00s) 161. REPOSITORY (syn_functions.at:22): ok (0m00.00s 0m00.00s) 162. Intrinsic Funtions: number of arguments (syn_functions.at:48): ok (0m00.00s 0m00.00s) 163. Intrinsic Funtions: reference modification (syn_functions.at:88): ok (0m00.00s 0m00.00s) 164. Intrinsic Funtions: Parameter type (syn_functions.at:136): ok (0m00.00s 0m00.00s) 165. Invalid formatted date/time args (syn_functions.at:159): ok (0m00.00s 0m00.00s) 166. Invalid formats w/ DECIMAL-POINT IS COMMA (syn_functions.at:240): ok (0m00.00s 0m00.00s) 167. Specified offset and SYSTEM-OFFSET (syn_functions.at:274): ok (0m00.00s 0m00.00s) 168. DISPLAY literals (run_fundamental.at:23): ok (0m00.07s 0m00.01s) 169. DISPLAY literals, DECIMAL-POINT is COMMA (run_fundamental.at:79): ok (0m00.07s 0m00.01s) 170. Hexadecimal literal (run_fundamental.at:118): ok (0m00.13s 0m00.03s) 171. DISPLAY data items with VALUE clause (run_fundamental.at:161): ok (0m00.08s 0m00.01s) 172. DISPLAY data items with MOVE statement (run_fundamental.at:208): ok (0m00.09s 0m00.00s) 173. MOVE to edited item (1) (run_fundamental.at:262): ok (0m00.08s 0m00.02s) 174. MOVE to edited item (2) (run_fundamental.at:311): ok (0m00.09s 0m00.01s) 175. MOVE to JUSTIFIED item (run_fundamental.at:360): ok (0m00.11s 0m00.00s) 176. MOVE integer literal to alphanumeric (run_fundamental.at:405): ok (0m00.11s 0m00.01s) 177. Check for equality of FLOAT-SHORT / FLOAT-LONG (run_fundamental.at:430): ok (0m00.09s 0m00.00s) 178. Overlapping MOVE (run_fundamental.at:553): ok (0m00.15s 0m00.04s) 179. ALPHABETIC test (run_fundamental.at:617): ok (0m00.06s 0m00.03s) 180. ALPHABETIC-UPPER test (run_fundamental.at:649): ok (0m00.08s 0m00.00s) 181. ALPHABETIC-LOWER test (run_fundamental.at:681): ok (0m00.08s 0m00.01s) 182. GLOBAL at same level (run_fundamental.at:713): ok (0m00.08s 0m00.01s) 183. GLOBAL at lower level (run_fundamental.at:762): ok (0m00.10s 0m00.00s) 184. GLOBAL CONSTANT (run_fundamental.at:811): ok (0m00.09s 0m00.01s) 185. Contained program visibility (1) (run_fundamental.at:896): ok (0m00.08s 0m00.01s) 186. Contained program visibility (2) (run_fundamental.at:951): ok (0m00.09s 0m00.01s) 187. Contained program visibility (3) (run_fundamental.at:1004): ok (0m00.09s 0m00.01s) 188. Contained program visibility (4) (run_fundamental.at:1055): ok (0m00.09s 0m00.01s) 189. START RELATIVE (1) (run_fundamental.at:1110): ok (0m00.10s 0m00.01s) 190. START RELATIVE (2) (run_fundamental.at:1159): ok (0m00.07s 0m00.02s) 191. GLOBAL FD (1) (run_fundamental.at:1236): ok (0m00.08s 0m00.01s) 192. GLOBAL FD (2) (run_fundamental.at:1286): ok (0m00.09s 0m00.00s) 193. GLOBAL FD (3) (run_fundamental.at:1336): ok (0m00.08s 0m00.01s) 194. GLOBAL FD (4) (run_fundamental.at:1386): ok (0m00.09s 0m00.00s) 195. CANCEL test (1) (run_fundamental.at:1436): ok (0m00.08s 0m00.00s) 196. CANCEL test (2) (run_fundamental.at:1463): ok (0m00.15s 0m00.03s) 197. CANCEL test (3) (run_fundamental.at:1503): ok (0m00.18s 0m00.02s) 198. Separate sign positions (1) (run_fundamental.at:1546): ok (0m00.07s 0m00.01s) 199. Separate sign positions (2) (run_fundamental.at:1570): ok (0m00.09s 0m00.00s) 200. Context sensitive words (1) (run_fundamental.at:1602): ok (0m00.06s 0m00.02s) 201. Context sensitive words (2) (run_fundamental.at:1625): ok (0m00.08s 0m00.01s) 202. Context sensitive words (3) (run_fundamental.at:1649): ok (0m00.08s 0m00.00s) 203. Context sensitive words (4) (run_fundamental.at:1673): ok (0m00.08s 0m00.01s) 204. Context sensitive words (5) (run_fundamental.at:1698): ok (0m00.08s 0m00.00s) 205. Context sensitive words (6) (run_fundamental.at:1721): ok (0m00.07s 0m00.02s) 206. Context sensitive words (7) (run_fundamental.at:1744): ok (0m00.08s 0m00.01s) 207. ROUNDED AWAY-FROM-ZERO (run_fundamental.at:1771): ok (0m00.08s 0m00.01s) 208. ROUNDED NEAREST-AWAY-FROM-ZERO (run_fundamental.at:1834): ok (0m00.09s 0m00.00s) 209. ROUNDED NEAREST-EVEN (run_fundamental.at:1897): ok (0m00.06s 0m00.03s) 210. ROUNDED NEAREST-TOWARD-ZERO (run_fundamental.at:1960): ok (0m00.08s 0m00.01s) 211. ROUNDED TOWARD-GREATER (run_fundamental.at:2023): ok (0m00.09s 0m00.00s) 212. ROUNDED TOWARD-LESSER (run_fundamental.at:2086): ok (0m00.09s 0m00.00s) 213. ROUNDED TRUNCATION (run_fundamental.at:2149): ok (0m00.08s 0m00.01s) 214. Numeric operations (1) (run_fundamental.at:2212): ok (0m00.07s 0m00.02s) 215. Numeric operations (2) (run_fundamental.at:2256): ok (0m00.11s 0m00.02s) 216. Numeric operations (3) (run_fundamental.at:2562): ok (0m00.15s 0m00.00s) 217. Numeric operations (4) (run_fundamental.at:2868): ok (0m00.11s 0m00.01s) 218. Numeric operations (5) (run_fundamental.at:3174): ok (0m00.11s 0m00.01s) 219. Numeric operations (6) (run_fundamental.at:3480): ok (0m00.12s 0m00.05s) 220. Numeric operations (7) (run_fundamental.at:3549): ok (0m00.12s 0m00.01s) 221. Subscript out of bounds (1) (run_subscripts.at:26): ok (0m00.08s 0m00.00s) 222. Subscript out of bounds (2) (run_subscripts.at:51): ok (0m00.08s 0m00.02s) 223. Value of DEPENDING ON N out of bounds (lower) (run_subscripts.at:76): ok (0m00.07s 0m00.02s) 224. Value of DEPENDING ON N out of bounds (upper) (run_subscripts.at:101): ok (0m00.08s 0m00.01s) 225. Subscript bounds with ODO (run_subscripts.at:126): ok (0m00.09s 0m00.01s) 226. Subscript by arithmetic expression (run_subscripts.at:151): ok (0m00.07s 0m00.03s) 227. length of ODO w/- reference modification (run_subscripts.at:182): ok (0m00.08s 0m00.02s) 228. Static reference modification (run_refmod.at:25): ok (0m00.09s 0m00.01s) 229. Dynamic reference modification (run_refmod.at:56): ok (0m00.09s 0m00.01s) 230. Static out of bounds (run_refmod.at:92): ok (0m00.00s 0m00.00s) 231. Offset underflow (run_refmod.at:122): ok (0m00.09s 0m00.01s) 232. Offset overflow (run_refmod.at:145): ok (0m00.09s 0m00.01s) 233. Length underflow (run_refmod.at:168): ok (0m00.09s 0m00.01s) 234. Length overflow (run_refmod.at:191): ok (0m00.08s 0m00.02s) 235. ACCEPT FROM DATE/DAY (run_accept.at:23): ok (0m00.09s 0m00.02s) 236. INITIALIZE group entry with OCCURS (run_initialize.at:27): ok (0m00.08s 0m00.02s) 237. INITIALIZE OCCURS with numeric edited (run_initialize.at:55): ok (0m00.09s 0m00.01s) 238. INITIALIZE complex group (1) (run_initialize.at:81): ok (0m00.08s 0m00.01s) 239. INITIALIZE complex group (2) (run_initialize.at:108): ok (0m00.10s 0m00.01s) 240. INITIALIZE with REDEFINES (run_initialize.at:135): ok (0m00.09s 0m00.01s) 241. INITIALIZE with FILLER (run_initialize.at:161): ok (0m00.09s 0m00.02s) 242. INITIALIZE of EXTERNAL data items (run_initialize.at:194): ok (0m00.08s 0m00.02s) 243. INITIALIZE with reference modification (run_initialize.at:244): ok (0m00.08s 0m00.01s) 244. Comma separator without space (run_misc.at:22): ok (0m00.06s 0m00.02s) 245. LOCAL-STORAGE (1) (run_misc.at:40): ok (0m00.16s 0m00.03s) 246. LOCAL-STORAGE (2) (run_misc.at:76): ok (0m00.26s 0m00.05s) 247. EXTERNAL data item (run_misc.at:124): ok (0m00.17s 0m00.03s) 248. EXTERNAL AS data item (run_misc.at:166): ok (0m00.17s 0m00.02s) 249. MOVE to itself (run_misc.at:217): ok (0m00.07s 0m00.02s) 250. MOVE with refmod (run_misc.at:243): ok (0m00.08s 0m00.01s) 251. MOVE with refmod (variable) (run_misc.at:267): ok (0m00.07s 0m00.03s) 252. MOVE with group refmod (run_misc.at:293): ok (0m00.07s 0m00.01s) 253. MOVE indexes (run_misc.at:318): ok (0m00.09s 0m00.01s) 254. MOVE X'00' (run_misc.at:344): ok (0m00.13s 0m00.04s) 255. MOVE Z'literal' (run_misc.at:379): ok (0m00.08s 0m00.01s) 256. Floating continuation indicator (run_misc.at:421): ok (0m00.08s 0m00.01s) 257. Fixed continuation indicator (run_misc.at:443): ok (0m00.06s 0m00.03s) 258. Concatenation operator (run_misc.at:485): ok (0m00.07s 0m00.02s) 259. SOURCE FIXED/FREE directives (run_misc.at:509): ok (0m00.07s 0m00.01s) 260. Level 01 subscripts (run_misc.at:539): ok (0m00.00s 0m00.00s) 261. Class check with reference modification (run_misc.at:561): ok (0m00.07s 0m00.01s) 262. Index and parenthesized expression (run_misc.at:585): ok (0m00.08s 0m00.01s) 263. Alphanumeric and binary numeric (run_misc.at:609): ok (0m00.08s 0m00.01s) 264. Dynamic call with static linking (run_misc.at:636): ok (0m00.12s 0m00.03s) 265. CALL m1. CALL m2. CALL m1. (run_misc.at:663): ok (0m00.26s 0m00.07s) 266. Recursive CALL of RECURSIVE program (run_misc.at:718): ok (0m00.24s 0m00.06s) 267. Recursive CALL of INITIAL program (run_misc.at:770): ok (0m00.24s 0m00.05s) 268. Multiple calls of INITIAL program (run_misc.at:820): ok (0m00.19s 0m00.01s) 269. CALL binary literal parameter/LENGTH OF (run_misc.at:877): ok (0m00.23s 0m00.03s) 270. INSPECT: REPLACING LEADING ZEROS BY SPACES (run_misc.at:931): ok (0m00.08s 0m00.00s) 271. INSPECT: No repeat conversion check (run_misc.at:955): ok (0m00.07s 0m00.02s) 272. INSPECT: CONVERTING TO figurative constant (run_misc.at:979): ok (0m00.07s 0m00.01s) 273. INSPECT: CONVERTING NULL (run_misc.at:1003): ok (0m00.07s 0m00.01s) 274. INSPECT: CONVERTING TO NULL (run_misc.at:1027): ok (0m00.08s 0m00.00s) 275. INSPECT: REPLACING figurative constant (run_misc.at:1051): ok (0m00.07s 0m00.02s) 276. INSPECT: TALLYING BEFORE (run_misc.at:1075): ok (0m00.07s 0m00.02s) 277. INSPECT: TALLYING AFTER (run_misc.at:1110): ok (0m00.07s 0m00.02s) 278. INSPECT: REPLACING TRAILING ZEROS BY SPACES (run_misc.at:1145): ok (0m00.08s 0m00.01s) 279. INSPECT: REPLACING complex (run_misc.at:1169): ok (0m00.07s 0m00.01s) 280. SWITCHES (environment COB_SWITCH_n and SET) (run_misc.at:1195): ok (0m00.09s 0m00.00s) 281. Nested PERFORM (run_misc.at:1292): ok (0m00.10s 0m00.02s) 282. EXIT PERFORM (run_misc.at:1317): ok (0m00.07s 0m00.01s) 283. EXIT PERFORM CYCLE (run_misc.at:1342): ok (0m00.07s 0m00.01s) 284. EXIT PARAGRAPH (run_misc.at:1367): ok (0m00.08s 0m00.01s) 285. EXIT SECTION (run_misc.at:1399): ok (0m00.09s 0m00.00s) 286. PERFORM UNTIL EXIT (run_misc.at:1433): ok (0m00.07s 0m00.02s) 287. PERFORM inline (1) (run_misc.at:1464): ok (0m00.07s 0m00.01s) 288. PERFORM inline (2) (run_misc.at:1492): ok (0m00.08s 0m00.01s) 289. 88 with FILLER (run_misc.at:1514): ok (0m00.07s 0m00.01s) 290. Non-overflow after overflow (run_misc.at:1543): ok (0m00.08s 0m00.01s) 291. PERFORM ... CONTINUE (run_misc.at:1573): ok (0m00.00s 0m00.00s) 292. STRING with subscript reference (run_misc.at:1590): ok (0m00.09s 0m00.00s) 293. UNSTRING DELIMITED ALL LOW-VALUE (run_misc.at:1617): ok (0m00.09s 0m00.01s) 294. UNSTRING DELIMITED ALL SPACE-2 (run_misc.at:1652): ok (0m00.08s 0m00.02s) 295. UNSTRING DELIMITED POINTER (run_misc.at:1717): ok (0m00.08s 0m00.02s) 296. UNSTRING DELIMITER IN (run_misc.at:1772): ok (0m00.09s 0m00.01s) 297. SORT: table sort (run_misc.at:1814): ok (0m00.08s 0m00.02s) 298. SORT: table sort (2) (run_misc.at:1856): ok (0m00.09s 0m00.03s) 299. SORT: table sort (3) (run_misc.at:1981): skipped (run_misc.at:1982) 300. SORT: EBCDIC table sort (run_misc.at:2022): ok (0m00.09s 0m00.01s) 301. PIC ZZZ-, ZZZ+ (run_misc.at:2060): ok (0m00.10s 0m00.00s) 302. PERFORM type OSVS (run_misc.at:2113): ok (0m00.08s 0m00.02s) 303. Sticky LINKAGE (run_misc.at:2150): ok (0m00.16s 0m00.03s) 304. COB_PRE_LOAD test (run_misc.at:2197): ok (0m00.17s 0m00.02s) 305. COB_PRE_LOAD with entry points (run_misc.at:2223): ok (0m00.26s 0m00.04s) 306. COB_LOAD_CASE=UPPER test (run_misc.at:2301): ok (0m00.15s 0m00.04s) 307. 88 level with FALSE IS clause (run_misc.at:2327): ok (0m00.07s 0m00.03s) 308. ALLOCATE / FREE with BASED item (1) (run_misc.at:2355): ok (0m00.07s 0m00.02s) 309. ALLOCATE / FREE with BASED item (2) (run_misc.at:2382): ok (0m00.16s 0m00.05s) 310. ALLOCATE CHARACTERS INITIALIZED TO (run_misc.at:2429): ok (0m00.09s 0m00.00s) 311. Initialized value with defaultbyte (run_misc.at:2470): ok (0m00.07s 0m00.02s) 312. CALL with OMITTED parameter (run_misc.at:2495): ok (0m00.17s 0m00.02s) 313. ANY LENGTH (1) (run_misc.at:2532): ok (0m00.17s 0m00.03s) 314. ANY LENGTH (2) (run_misc.at:2575): ok (0m00.19s 0m00.01s) 315. access to BASED item without allocation (run_misc.at:2619): ok (0m00.16s 0m00.03s) 316. access to OPTIONAL LINKAGE item not passed (run_misc.at:2660): ok (0m00.18s 0m00.02s) 317. STOP RUN WITH NORMAL STATUS (run_misc.at:2702): ok (0m00.08s 0m00.02s) 318. STOP RUN WITH ERROR STATUS (run_misc.at:2720): ok (0m00.08s 0m00.01s) 319. DECLARATIVES procedure referencing (run_misc.at:2738): ok (0m00.08s 0m00.02s) 320. DECLARATIVES procedure referencing (multiple) (run_misc.at:2778): ok (0m00.08s 0m00.03s) 321. SYMBOLIC clause (run_misc.at:2822): ok (0m00.08s 0m00.01s) 322. OCCURS clause with 1 entry (run_misc.at:2859): ok (0m00.08s 0m00.01s) 323. Computing of different USAGEs w/o decimal point (run_misc.at:2908): ok (0m00.33s 0m00.03s) 324. Computing of different USAGEs w/- decimal point (run_misc.at:3416): ok (0m00.29s 0m00.04s) 325. C/C++ reserved words/predefined identifiers (run_misc.at:3924): ok (0m00.26s 0m00.04s) 327. READ INTO AT-END sequence (run_file.at:21): ok (0m00.07s 0m00.02s) 328. First READ on empty SEQUENTIAL INDEXED file (run_file.at:58): ok (0m00.08s 0m00.01s) 329. REWRITE a RELATIVE file with RANDOM access (run_file.at:98): ok (0m00.09s 0m00.01s) 330. SORT with SD, I/O SEQUENTIAL (run_file.at:165): ok (0m00.09s 0m00.01s) 331. SORT with SD, I/O LINE SEQUENTIAL (run_file.at:213): ok (0m00.08s 0m00.02s) 332. SORT with SD, I/O LINE SEQUENTIAL same file (run_file.at:270): ok (0m00.08s 0m00.00s) 333. SORT nonexistent file (run_file.at:327): ok (0m00.08s 0m00.01s) 334. ASSIGN with LOCAL-STORAGE item (run_file.at:362): ok (0m00.08s 0m00.01s) 335. ASSIGN with LOCAL-STORAGE item and INITIAL prog (run_file.at:398): ok (0m00.09s 0m00.00s) 336. REPORT BUG1 (run_reportwriter.at:24): skipped (run_reportwriter.at:28) 337. REPORT COL PLUS (run_reportwriter.at:125): skipped (run_reportwriter.at:129) 338. REPORT BUG3 (run_reportwriter.at:198): skipped (run_reportwriter.at:202) 339. EMPTY REPORT (run_reportwriter.at:271): skipped (run_reportwriter.at:275) 340. Customer Report (run_reportwriter.at:342): skipped (run_reportwriter.at:346) 341. Charge Report (run_reportwriter.at:672): skipped (run_reportwriter.at:676) 342. Charge Report 2 (run_reportwriter.at:1040): skipped (run_reportwriter.at:1044) 343. Charge Report 3 (run_reportwriter.at:1425): skipped (run_reportwriter.at:1429) 344. Charge Report 4 (run_reportwriter.at:1739): skipped (run_reportwriter.at:1743) 345. Payroll Report (run_reportwriter.at:2173): skipped (run_reportwriter.at:2177) 346. STUDENT REPORT (run_reportwriter.at:2848): skipped (run_reportwriter.at:2852) 347. ORDER REPORT (run_reportwriter.at:3046): skipped (run_reportwriter.at:3050) 348. Control Break Report (run_reportwriter.at:3396): skipped (run_reportwriter.at:3400) 349. Inventory Report (run_reportwriter.at:3642): skipped (run_reportwriter.at:3646) 350. RETURN-CODE moving (run_returncode.at:23): ok (0m00.08s 0m00.01s) 351. RETURN-CODE passing (run_returncode.at:49): ok (0m00.23s 0m00.05s) 352. RETURN-CODE nested (run_returncode.at:101): ok (0m00.09s 0m00.00s) 353. FUNCTION ABS (run_functions.at:24): ok (0m00.08s 0m00.00s) 354. FUNCTION ACOS (run_functions.at:46): ok (0m00.07s 0m00.01s) 355. FUNCTION ANNUITY (run_functions.at:70): ok (0m00.06s 0m00.02s) 356. FUNCTION ASIN (run_functions.at:94): ok (0m00.07s 0m00.01s) 357. FUNCTION ATAN (run_functions.at:118): ok (0m00.07s 0m00.01s) 358. FUNCTION BYTE-LENGTH (run_functions.at:142): ok (0m00.08s 0m00.01s) 359. FUNCTION CHAR (run_functions.at:175): ok (0m00.08s 0m00.01s) 360. FUNCTION COMBINED-DATETIME (run_functions.at:213): ok (0m00.06s 0m00.03s) 361. FUNCTION CONCATENATE (run_functions.at:238): ok (0m00.09s 0m00.00s) 362. FUNCTION CONCATENATE with reference modding (run_functions.at:277): ok (0m00.07s 0m00.02s) 363. FUNCTION COS (run_functions.at:305): ok (0m00.07s 0m00.02s) 364. FUNCTION CURRENCY-SYMBOL (run_functions.at:329): ok (0m00.07s 0m00.01s) 365. FUNCTION CURRENT-DATE (run_functions.at:352): ok (0m00.07s 0m00.02s) 366. FUNCTION DATE-OF-INTEGER (run_functions.at:423): ok (0m00.07s 0m00.01s) 367. FUNCTION DATE-TO-YYYYMMDD (run_functions.at:448): ok (0m00.08s 0m00.01s) 368. FUNCTION DAY-OF-INTEGER (run_functions.at:473): ok (0m00.07s 0m00.01s) 369. FUNCTION DAY-TO-YYYYDDD (run_functions.at:498): ok (0m00.07s 0m00.02s) 370. FUNCTION E (run_functions.at:523): ok (0m00.08s 0m00.00s) 371. FUNCTION EXCEPTION-FILE (run_functions.at:547): ok (0m00.07s 0m00.02s) 372. FUNCTION EXCEPTION-LOCATION (run_functions.at:579): ok (0m00.08s 0m00.01s) 373. FUNCTION EXCEPTION-STATEMENT (run_functions.at:615): ok (0m00.07s 0m00.02s) 374. FUNCTION EXCEPTION-STATUS (run_functions.at:647): ok (0m00.07s 0m00.02s) 375. FUNCTION EXP (run_functions.at:679): ok (0m00.07s 0m00.01s) 376. FUNCTION EXP10 (run_functions.at:703): ok (0m00.08s 0m00.00s) 377. FUNCTION FACTORIAL (run_functions.at:728): ok (0m00.08s 0m00.01s) 378. FUNCTION FORMATTED-CURRENT-DATE (run_functions.at:753): ok (0m00.07s 0m00.02s) 379. FUNCTION FORMATTED-DATE (run_functions.at:781): ok (0m00.08s 0m00.01s) 380. FUNCTION FORMATTED-DATE with ref modding (run_functions.at:844): ok (0m00.07s 0m00.02s) 381. FUNCTION FORMATTED-DATETIME (run_functions.at:869): ok (0m00.07s 0m00.02s) 382. FUNCTION FORMATTED-DATETIME with ref modding (run_functions.at:926): ok (0m00.07s 0m00.02s) 383. FUNCTION FORMATTED-TIME (run_functions.at:952): ok (0m00.09s 0m00.01s) 384. FUNCTION FORMATTED-TIME DP.COMMA (run_functions.at:1039): ok (0m00.08s 0m00.00s) 385. FUNCTION FORMATTED-TIME with ref modding (run_functions.at:1070): ok (0m00.07s 0m00.02s) 386. FUNCTION FRACTION-PART (run_functions.at:1095): ok (0m00.06s 0m00.03s) 387. FUNCTION HIGHEST-ALGEBRAIC (run_functions.at:1126): ok (0m00.08s 0m00.01s) 388. FUNCTION INTEGER (run_functions.at:1194): ok (0m00.09s 0m00.00s) 389. FUNCTION INTEGER-OF-DATE (run_functions.at:1227): ok (0m00.08s 0m00.01s) 390. FUNCTION INTEGER-OF-DAY (run_functions.at:1252): ok (0m00.06s 0m00.03s) 391. FUNCTION INTEGER-OF-FORMATTED-DATE (run_functions.at:1277): ok (0m00.08s 0m00.01s) 392. FUNCTION INTEGER-PART (run_functions.at:1327): ok (0m00.07s 0m00.02s) 393. FUNCTION LENGTH (run_functions.at:1353): ok (0m00.08s 0m00.00s) 394. FUNCTION LOCALE-COMPARE (run_functions.at:1379): ok (0m00.08s 0m00.01s) 395. FUNCTION LOCALE-DATE (run_functions.at:1409): ok (0m00.06s 0m00.02s) 396. FUNCTION LOCALE-TIME (run_functions.at:1435): ok (0m00.07s 0m00.02s) 397. FUNCTION LOCALE-TIME-FROM-SECONDS (run_functions.at:1461): ok (0m00.08s 0m00.00s) 398. FUNCTION LOG (run_functions.at:1487): ok (0m00.08s 0m00.01s) 399. FUNCTION LOG10 (run_functions.at:1511): ok (0m00.07s 0m00.01s) 400. FUNCTION LOWER-CASE (run_functions.at:1535): ok (0m00.07s 0m00.02s) 401. FUNCTION LOWER-CASE with reference modding (run_functions.at:1563): ok (0m00.07s 0m00.01s) 402. FUNCTION LOWEST-ALGEBRAIC (run_functions.at:1589): ok (0m00.08s 0m00.01s) 403. FUNCTION MAX (run_functions.at:1642): ok (0m00.09s 0m00.01s) 404. FUNCTION MEAN (run_functions.at:1664): ok (0m00.07s 0m00.01s) 405. FUNCTION MEDIAN (run_functions.at:1686): ok (0m00.08s 0m00.01s) 406. FUNCTION MIDRANGE (run_functions.at:1708): ok (0m00.08s 0m00.01s) 407. FUNCTION MIN (run_functions.at:1730): ok (0m00.05s 0m00.03s) 408. FUNCTION MOD (run_functions.at:1752): ok (0m00.09s 0m00.00s) 409. FUNCTION MODULE-CALLER-ID (run_functions.at:1778): ok (0m00.14s 0m00.03s) 410. FUNCTION MODULE-DATE (run_functions.at:1812): ok (0m00.07s 0m00.01s) 411. FUNCTION MODULE-FORMATTED-DATE (run_functions.at:1837): ok (0m00.07s 0m00.01s) 412. FUNCTION MODULE-ID (run_functions.at:1862): ok (0m00.06s 0m00.02s) 413. FUNCTION MODULE-PATH (run_functions.at:1883): ok (0m00.08s 0m00.00s) 414. FUNCTION MODULE-SOURCE (run_functions.at:1908): ok (0m00.08s 0m00.01s) 415. FUNCTION MODULE-TIME (run_functions.at:1929): ok (0m00.07s 0m00.01s) 416. FUNCTION MONETARY-DECIMAL-POINT (run_functions.at:1954): ok (0m00.07s 0m00.01s) 417. FUNCTION MONETARY-THOUSANDS-SEPARATOR (run_functions.at:1977): ok (0m00.07s 0m00.02s) 418. FUNCTION NUMERIC-DECIMAL-POINT (run_functions.at:2000): ok (0m00.06s 0m00.02s) 419. FUNCTION NUMERIC-THOUSANDS-SEPARATOR (run_functions.at:2023): ok (0m00.08s 0m00.01s) 420. FUNCTION NUMVAL (run_functions.at:2046): ok (0m00.08s 0m00.01s) 421. FUNCTION NUMVAL-C (run_functions.at:2077): ok (0m00.06s 0m00.03s) 422. FUNCTION NUMVAL-F (run_functions.at:2108): ok (0m00.08s 0m00.01s) 423. FUNCTION ORD (run_functions.at:2131): ok (0m00.07s 0m00.01s) 424. FUNCTION ORD-MAX (run_functions.at:2153): ok (0m00.07s 0m00.02s) 425. FUNCTION ORD-MIN (run_functions.at:2175): ok (0m00.07s 0m00.02s) 426. FUNCTION PI (run_functions.at:2197): ok (0m00.07s 0m00.02s) 427. FUNCTION PRESENT-VALUE (run_functions.at:2221): ok (0m00.07s 0m00.02s) 428. FUNCTION RANDOM (run_functions.at:2243): ok (0m00.08s 0m00.01s) 429. FUNCTION RANGE (run_functions.at:2267): ok (0m00.07s 0m00.02s) 430. FUNCTION REM (run_functions.at:2291): ok (0m00.09s 0m00.00s) 431. FUNCTION REVERSE (run_functions.at:2315): ok (0m00.08s 0m00.01s) 432. FUNCTION REVERSE with reference modding (run_functions.at:2340): ok (0m00.08s 0m00.00s) 433. FUNCTION SECONDS-FROM-FORMATTED-TIME (run_functions.at:2365): ok (0m00.08s 0m00.01s) 434. FUNCTION SECONDS-PAST-MIDNIGHT (run_functions.at:2432): ok (0m00.07s 0m00.01s) 435. FUNCTION SIGN (run_functions.at:2456): ok (0m00.08s 0m00.01s) 436. FUNCTION SIN (run_functions.at:2495): ok (0m00.07s 0m00.02s) 437. FUNCTION SQRT (run_functions.at:2519): ok (0m00.08s 0m00.01s) 438. FUNCTION STANDARD-DEVIATION (run_functions.at:2543): ok (0m00.08s 0m00.01s) 439. FUNCTION STORED-CHAR-LENGTH (run_functions.at:2567): ok (0m00.07s 0m00.02s) 440. FUNCTION SUBSTITUTE (run_functions.at:2593): ok (0m00.07s 0m00.01s) 441. FUNCTION SUBSTITUTE with reference modding (run_functions.at:2622): ok (0m00.07s 0m00.02s) 442. FUNCTION SUBSTITUTE-CASE (run_functions.at:2650): ok (0m00.08s 0m00.01s) 443. FUNCTION SUBSTITUTE-CASE with reference mod (run_functions.at:2677): ok (0m00.07s 0m00.02s) 444. FUNCTION SUM (run_functions.at:2705): ok (0m00.08s 0m00.01s) 445. FUNCTION TAN (run_functions.at:2729): ok (0m00.07s 0m00.01s) 446. FUNCTION TEST-DATE-YYYYMMDD (run_functions.at:2753): ok (0m00.07s 0m00.01s) 447. FUNCTION TEST-DAY-YYYYDDD (run_functions.at:2775): ok (0m00.07s 0m00.01s) 448. FUNCTION TEST-FORMATTED-DATETIME with dates (run_functions.at:2797): ok (0m00.09s 0m00.00s) 449. FUNCTION TEST-FORMATTED-DATETIME with times (run_functions.at:2924): ok (0m00.08s 0m00.02s) 450. FUNCTION TEST-FORMATTED-DATETIME with datetimes (run_functions.at:3005): ok (0m00.07s 0m00.02s) 451. FUNCTION TEST-FORMATTED-DATETIME DP.COMMA (run_functions.at:3052): ok (0m00.08s 0m00.01s) 452. FUNCTION TEST-NUMVAL (run_functions.at:3093): ok (0m00.09s 0m00.01s) 453. FUNCTION TEST-NUMVAL-C (run_functions.at:3191): ok (0m00.10s 0m00.00s) 454. FUNCTION TEST-NUMVAL-F (run_functions.at:3289): ok (0m00.09s 0m00.00s) 455. FUNCTION TRIM (run_functions.at:3387): ok (0m00.08s 0m00.01s) 456. FUNCTION TRIM with reference modding (run_functions.at:3413): ok (0m00.08s 0m00.01s) 457. FUNCTION TRIM zero length (run_functions.at:3439): ok (0m00.07s 0m00.02s) 458. FUNCTION UPPER-CASE (run_functions.at:3466): ok (0m00.08s 0m00.01s) 459. FUNCTION UPPER-CASE with reference modding (run_functions.at:3491): ok (0m00.07s 0m00.02s) 460. FUNCTION VARIANCE (run_functions.at:3516): ok (0m00.07s 0m00.02s) 461. FUNCTION WHEN-COMPILED (run_functions.at:3540): ok (0m00.08s 0m00.01s) 462. FUNCTION YEAR-TO-YYYY (run_functions.at:3566): ok (0m00.07s 0m00.02s) 463. Formatted funcs w/ invalid variable format (run_functions.at:3590): ok (0m00.09s 0m00.00s) 464. FORMATTED-(DATE)TIME with SYSTEM-OFFSET (run_functions.at:3667): ok (0m00.08s 0m00.02s) 465. Intrinsics without FUNCTION keyword (1) (run_functions.at:3707): ok (0m00.06s 0m00.02s) 466. Intrinsics without FUNCTION keyword (2) (run_functions.at:3728): ok (0m00.07s 0m00.02s) 467. User-Defined FUNCTION with/without parameter (run_functions.at:3751): ok (0m00.09s 0m00.02s) 468. CALL BY CONTENT binary and literal (run_extensions.at:24): ok (0m00.13s 0m00.04s) 469. Numeric Boolean literal (run_extensions.at:72): ok (0m00.07s 0m00.02s) 470. ACUCOBOL literal (run_extensions.at:102): ok (0m00.08s 0m00.01s) 471. Hexadecimal numeric literal (run_extensions.at:129): ok (0m00.07s 0m00.01s) 472. Semi-parenthesized condition (run_extensions.at:157): ok (0m00.07s 0m00.01s) 473. ADDRESS OF (run_extensions.at:177): ok (0m00.08s 0m00.01s) 474. LENGTH OF (run_extensions.at:227): ok (0m00.08s 0m00.00s) 475. WHEN-COMPILED (run_extensions.at:265): ok (0m00.09s 0m00.00s) 476. Complex OCCURS DEPENDING ON (1) (run_extensions.at:291): ok (0m00.09s 0m00.01s) 477. Complex OCCURS DEPENDING ON (2) (run_extensions.at:320): ok (0m00.10s 0m00.01s) 478. Complex OCCURS DEPENDING ON (3) (run_extensions.at:383): ok (0m00.08s 0m00.01s) 479. Complex OCCURS DEPENDING ON (4) (run_extensions.at:446): ok (0m00.08s 0m00.02s) 480. Complex OCCURS DEPENDING ON (5) (run_extensions.at:512): ok (0m00.08s 0m00.01s) 481. Complex OCCURS DEPENDING ON (6) (run_extensions.at:579): ok (0m00.09s 0m00.00s) 482. Complex OCCURS DEPENDING ON (7) (run_extensions.at:619): ok (0m00.08s 0m00.01s) 483. INITIALIZE level 01 (run_extensions.at:661): ok (0m00.07s 0m00.03s) 484. MOVE of non-integer to alphanumeric (run_extensions.at:712): ok (0m00.08s 0m00.03s) 485. CALL USING file-name (run_extensions.at:802): ok (0m00.13s 0m00.04s) 486. CALL unusual PROGRAM-ID. (run_extensions.at:846): ok (0m00.43s 0m00.07s) 487. CALL / GOBACK with LOCAL-STORAGE (run_extensions.at:910): ok (0m00.16s 0m00.04s) 488. CALL BY VALUE alphanumeric item (run_extensions.at:960): ok (0m00.09s 0m00.00s) 489. Case independent PROGRAM-ID (run_extensions.at:995): ok (0m00.08s 0m00.02s) 490. PROGRAM-ID AS clause (run_extensions.at:1017): ok (0m00.07s 0m00.02s) 491. Quoted PROGRAM-ID (run_extensions.at:1039): ok (0m00.07s 0m00.02s) 492. ASSIGN clause (run_extensions.at:1063): ok (0m00.07s 0m00.02s) 493. ASSIGN clause IBM (run_extensions.at:1091): ok (0m00.08s 0m00.00s) 494. ASSIGN mapping (run_extensions.at:1119): ok (0m00.17s 0m00.04s) 495. ASSIGN expansion (run_extensions.at:1174): ok (0m00.09s 0m00.01s) 496. ASSIGN with COB_FILE_PATH (run_extensions.at:1200): ok (0m00.08s 0m00.02s) 497. NUMBER-OF-CALL-PARAMETERS (run_extensions.at:1228): ok (0m00.15s 0m00.04s) 498. TALLY (run_extensions.at:1284): ok (0m00.09s 0m00.01s) 499. PROCEDURE DIVISION USING BY ... (run_extensions.at:1312): ok (0m00.18s 0m00.02s) 500. PROCEDURE DIVISION CHAINING ... (run_extensions.at:1362): ok (0m00.07s 0m00.02s) 501. STOP RUN RETURNING/GIVING (run_extensions.at:1388): ok (0m00.16s 0m00.03s) 502. GOBACK/EXIT PROGRAM RETURNING/GIVING (run_extensions.at:1414): ok (0m00.16s 0m00.03s) 503. ENTRY (run_extensions.at:1464): ok (0m00.16s 0m00.04s) 504. LINE SEQUENTIAL write (run_extensions.at:1511): ok (0m00.09s 0m00.01s) 505. LINE SEQUENTIAL read (run_extensions.at:1557): ok (0m00.09s 0m00.01s) 506. ASSIGN to KEYBOARD/DISPLAY (run_extensions.at:1624): ok (0m00.09s 0m00.01s) 508. Environment/Argument variable (run_extensions.at:1744): ok (0m00.08s 0m00.01s) 509. DECIMAL-POINT is COMMA (1) (run_extensions.at:1791): ok (0m00.08s 0m00.01s) 510. DECIMAL-POINT is COMMA (2) (run_extensions.at:1819): ok (0m00.08s 0m00.01s) 511. DECIMAL-POINT is COMMA (3) (run_extensions.at:1847): ok (0m00.07s 0m00.01s) 512. DECIMAL-POINT is COMMA (4) (run_extensions.at:1875): ok (0m00.09s 0m00.00s) 513. DECIMAL-POINT is COMMA (5) (run_extensions.at:1903): ok (0m00.08s 0m00.01s) 514. 78 Level (1) (run_extensions.at:1937): ok (0m00.06s 0m00.02s) 515. 78 Level (2) (run_extensions.at:1960): ok (0m00.08s 0m00.01s) 516. 78 Level (3) (run_extensions.at:1986): ok (0m00.07s 0m00.02s) 517. DEBUG (not active) (run_extensions.at:2010): ok (0m00.08s 0m00.01s) 518. DEBUG (fdebugging-line) (run_extensions.at:2033): ok (0m00.08s 0m00.01s) 519. DEBUG (obsolete WITH DEBUGGING MODE) (run_extensions.at:2056): ok (0m00.08s 0m00.01s) 520. DEBUG free format (not active) (run_extensions.at:2082): ok (0m00.08s 0m00.00s) 521. DEBUG free format (fdebugging-line) (run_extensions.at:2105): ok (0m00.08s 0m00.01s) 522. SWITCHES with non-standard names (run_extensions.at:2128): ok (0m00.07s 0m00.02s) 523. Larger REDEFINES lengths (run_extensions.at:2229): ok (0m00.09s 0m00.00s) 524. Obsolete 85 keywords (run_extensions.at:2314): ok (0m00.06s 0m00.03s) 525. System routine C$CALLEDBY (run_extensions.at:2340): ok (0m00.17s 0m00.02s) 526. System routine C$NARG (run_extensions.at:2386): ok (0m00.14s 0m00.05s) 527. System routine C$PARAMSIZE (run_extensions.at:2426): ok (0m00.16s 0m00.03s) 528. System routine C$JUSTIFY (run_extensions.at:2468): ok (0m00.07s 0m00.01s) 529. System routine C$PRINTABLE (run_extensions.at:2493): ok (0m00.06s 0m00.03s) 530. System routine C$MAKEDIR (run_extensions.at:2522): ok (0m00.07s 0m00.02s) 531. System routine C$GETPID (run_extensions.at:2543): ok (0m00.07s 0m00.02s) 532. System routine C$TOUPPER (run_extensions.at:2568): ok (0m00.06s 0m00.02s) 533. System routine C$TOLOWER (run_extensions.at:2593): ok (0m00.08s 0m00.01s) 534. System routine CBL_OR (run_extensions.at:2618): ok (0m00.08s 0m00.01s) 535. System routine CBL_NOR (run_extensions.at:2645): ok (0m00.07s 0m00.02s) 536. System routine CBL_AND (run_extensions.at:2672): ok (0m00.07s 0m00.02s) 537. System routine CBL_XOR (run_extensions.at:2699): ok (0m00.09s 0m00.00s) 538. System routine CBL_IMP (run_extensions.at:2726): ok (0m00.08s 0m00.01s) 539. System routine CBL_NIMP (run_extensions.at:2753): ok (0m00.07s 0m00.02s) 540. System routine CBL_NOT (run_extensions.at:2780): ok (0m00.08s 0m00.01s) 541. System routine CBL_EQ (run_extensions.at:2806): ok (0m00.08s 0m00.00s) 542. System routine CBL_OC_GETOPT (run_extensions.at:2833): ok (0m00.45s 0m00.08s) 543. System routine CBL_COPY_FILE (run_extensions.at:3268): ok (0m00.08s 0m00.01s) 544. System routines for directories (run_extensions.at:3302): ok (0m00.07s 0m00.02s) 545. System routines for files (run_extensions.at:3343): ok (0m00.19s 0m00.02s) 546. Conditional/define directives (1) (run_extensions.at:3457): ok (0m00.08s 0m00.01s) 547. Conditional/define directives (2) (run_extensions.at:3482): ok (0m00.07s 0m00.01s) 548. Conditional/define directives (3) (run_extensions.at:3507): ok (0m00.07s 0m00.02s) 549. Conditional/define directives (4) (run_extensions.at:3535): ok (0m00.08s 0m00.01s) 550. Conditional/define directives (5) (run_extensions.at:3561): ok (0m00.09s 0m00.00s) 551. BINARY: 2-4-8 big-endian (data_binary.at:23): ok (0m00.34s 0m00.04s) 552. BINARY: 2-4-8 native (data_binary.at:205): ok (0m00.32s 0m00.05s) 553. BINARY: 1-2-4-8 big-endian (data_binary.at:393): ok (0m00.31s 0m00.06s) 554. BINARY: 1-2-4-8 native (data_binary.at:575): ok (0m00.30s 0m00.06s) 555. BINARY: 1--8 big-endian (data_binary.at:763): ok (0m00.31s 0m00.06s) 556. BINARY: 1--8 native (data_binary.at:945): ok (0m00.32s 0m00.04s) 557. BINARY: full-print (data_binary.at:1133): ok (0m00.10s 0m00.00s) 558. DISPLAY: Sign ASCII (data_display.at:21): ok (0m00.09s 0m00.01s) 559. DISPLAY: Sign ASCII (2) (data_display.at:80): ok (0m00.07s 0m00.02s) 560. DISPLAY: Sign EBCDIC (data_display.at:126): ok (0m00.08s 0m00.01s) 561. DISPLAY: unsigned (data_display.at:171): ok (0m00.08s 0m00.01s) 562. PACKED-DECIMAL dump (data_packed.at:25): ok (0m00.23s 0m00.03s) 563. PACKED-DECIMAL display (data_packed.at:162): ok (0m00.08s 0m00.01s) 564. PACKED-DECIMAL move (data_packed.at:218): ok (0m00.07s 0m00.03s) 565. PACKED-DECIMAL arithmetic (1) (data_packed.at:276): ok (0m00.08s 0m00.01s) 566. PACKED-DECIMAL arithmetic (2) (data_packed.at:316): ok (0m00.08s 0m00.01s) 567. PACKED-DECIMAL numeric test (1) (data_packed.at:353): ok (0m00.09s 0m00.01s) 568. PACKED-DECIMAL numeric test (2) (data_packed.at:494): ok (0m00.08s 0m00.02s) 569. COMP-6 display (data_packed.at:635): ok (0m00.09s 0m00.00s) 570. COMP-6 move (data_packed.at:671): ok (0m00.09s 0m00.01s) 571. COMP-6 arithmetic (data_packed.at:717): ok (0m00.07s 0m00.02s) 572. COMP-6 numeric test (data_packed.at:748): ok (0m00.07s 0m00.02s) 573. POINTER: display (data_pointer.at:21): ok (0m00.16s 0m00.03s) testsuite: ending at: Tue Jan 26 13:04:58 CET 2016 testsuite: test suite duration: 0h 1m 10s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 557 tests were run, 2 failed (1 expected failure). 16 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GnuCOBOL 2.0 test suite: GnuCOBOL Tests test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 326: run_misc.at:4383 EC-SCREEN-LINE-NUMBER and -STARTING-COLUMN runmisc Skipped tests: GnuCOBOL 2.0 test suite: GnuCOBOL Tests test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 109: syn_reportwriter.at:63 Check REPORT error/warning report 299: run_misc.at:1981 SORT: table sort (3) runmisc 336: run_reportwriter.at:24 REPORT BUG1 report 337: run_reportwriter.at:125 REPORT COL PLUS report 338: run_reportwriter.at:198 REPORT BUG3 report 339: run_reportwriter.at:271 EMPTY REPORT report 340: run_reportwriter.at:342 Customer Report report 341: run_reportwriter.at:672 Charge Report report 342: run_reportwriter.at:1040 Charge Report 2 report 343: run_reportwriter.at:1425 Charge Report 3 report 344: run_reportwriter.at:1739 Charge Report 4 report 345: run_reportwriter.at:2173 Payroll Report report 346: run_reportwriter.at:2848 STUDENT REPORT report 347: run_reportwriter.at:3046 ORDER REPORT report 348: run_reportwriter.at:3396 Control Break Report report 349: run_reportwriter.at:3642 Inventory Report report ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 326. run_misc.at:4383: testing EC-SCREEN-LINE-NUMBER and -STARTING-COLUMN ... ./run_misc.at:4386: test "$COB_HAS_CURSES" = "yes" || exit 77 ./run_misc.at:4418: $COMPILE prog.cob ./run_misc.at:4419: ./prog stdout: (B[?7h[?1h=  [?1l>./run_misc.at:4419: exit code was 1, expected 0 326. run_misc.at:4383: 326. EC-SCREEN-LINE-NUMBER and -STARTING-COLUMN (run_misc.at:4383): FAILED (run_misc.at:4419) ## ------------- ## ## ../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 GnuCOBOL configure 2.0, which was | generated by GNU Autoconf 2.69. Invocation command line was | | $ ./configure --no-create --no-recursion | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = oregano | uname -m = x86_64 | uname -r = 4.4.0 | uname -s = Linux | uname -v = #1 SMP PREEMPT Mon Jan 11 11:40:34 CET 2016 | | /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:2428: checking for a BSD-compatible install | configure:2496: result: /usr/bin/install -c | configure:2507: checking whether build environment is sane | configure:2562: result: yes | configure:2713: checking for a thread-safe mkdir -p | configure:2752: result: /bin/mkdir -p | configure:2759: checking for gawk | configure:2775: found /usr/bin/gawk | configure:2786: result: gawk | configure:2797: checking whether make sets $(MAKE) | configure:2819: result: yes | configure:2848: checking whether make supports nested variables | configure:2865: result: yes | configure:2950: checking whether to enable maintainer-specific portions of Makefiles | configure:2959: result: no | configure:3081: checking for gcc | configure:3097: found /opt/gcc/bin/gcc | configure:3108: result: gcc | configure:3139: checking for C compiler version | configure:3148: gcc --version >&5 | gcc (GCC) 5.3.0 | Copyright (C) 2015 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:3159: $? = 0 | configure:3148: gcc -v >&5 | Using built-in specs. | COLLECT_GCC=gcc | COLLECT_LTO_WRAPPER=/opt/gcc/libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapper | Target: x86_64-unknown-linux-gnu | Configured with: ../gcc-5.3.0/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 5.3.0 (GCC) | configure:3159: $? = 0 | configure:3148: gcc -V >&5 | gcc: error: unrecognized command line option '-V' | gcc: fatal error: no input files | compilation terminated. | configure:3159: $? = 1 | configure:3148: gcc -qversion >&5 | gcc: error: unrecognized command line option '-qversion' | gcc: fatal error: no input files | compilation terminated. | configure:3159: $? = 1 | configure:3179: checking whether the C compiler works | configure:3201: gcc conftest.c >&5 | configure:3205: $? = 0 | configure:3253: result: yes | configure:3256: checking for C compiler default output file name | configure:3258: result: a.out | configure:3264: checking for suffix of executables | configure:3271: gcc -o conftest conftest.c >&5 | configure:3275: $? = 0 | configure:3297: result: | configure:3319: checking whether we are cross compiling | configure:3327: gcc -o conftest conftest.c >&5 | configure:3331: $? = 0 | configure:3338: ./conftest | configure:3342: $? = 0 | configure:3357: result: no | configure:3362: checking for suffix of object files | configure:3384: gcc -c conftest.c >&5 | configure:3388: $? = 0 | configure:3409: result: o | configure:3413: checking whether we are using the GNU C compiler | configure:3432: gcc -c conftest.c >&5 | configure:3432: $? = 0 | configure:3441: result: yes | configure:3450: checking whether gcc accepts -g | configure:3470: gcc -c -g conftest.c >&5 | configure:3470: $? = 0 | configure:3511: result: yes | configure:3528: checking for gcc option to accept ISO C89 | configure:3591: gcc -c -g -O2 conftest.c >&5 | configure:3591: $? = 0 | configure:3604: result: none needed | configure:3635: checking for style of include used by make | configure:3663: result: GNU | configure:3689: checking dependency style of gcc | configure:3800: result: gcc3 | configure:3819: checking for gcc option to accept ISO C99 | configure:3968: gcc -c -g -O2 conftest.c >&5 | configure:3968: $? = 0 | configure:3981: result: none needed | configure:4089: checking for gcc option to accept ISO Standard C | configure:4100: result: none needed | configure:4113: checking how to run the C preprocessor | configure:4144: gcc -E conftest.c | configure:4144: $? = 0 | configure:4158: gcc -E conftest.c | conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory | compilation terminated. | configure:4158: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 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:4183: result: gcc -E | configure:4203: gcc -E conftest.c | configure:4203: $? = 0 | configure:4217: gcc -E conftest.c | conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory | compilation terminated. | configure:4217: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 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:4248: checking for grep that handles long lines and -e | configure:4306: result: /bin/grep | configure:4311: checking for egrep | configure:4373: result: /bin/grep -E | configure:4378: checking for ANSI C header files | configure:4398: gcc -c -g -O2 conftest.c >&5 | configure:4398: $? = 0 | configure:4471: gcc -o conftest -g -O2 conftest.c >&5 | configure:4471: $? = 0 | configure:4471: ./conftest | configure:4471: $? = 0 | configure:4482: result: yes | configure:4495: checking for sys/types.h | configure:4495: gcc -c -g -O2 conftest.c >&5 | configure:4495: $? = 0 | configure:4495: result: yes | configure:4495: checking for sys/stat.h | configure:4495: gcc -c -g -O2 conftest.c >&5 | configure:4495: $? = 0 | configure:4495: result: yes | configure:4495: checking for stdlib.h | configure:4495: gcc -c -g -O2 conftest.c >&5 | configure:4495: $? = 0 | configure:4495: result: yes | configure:4495: checking for string.h | configure:4495: gcc -c -g -O2 conftest.c >&5 | configure:4495: $? = 0 | configure:4495: result: yes | configure:4495: checking for memory.h | configure:4495: gcc -c -g -O2 conftest.c >&5 | configure:4495: $? = 0 | configure:4495: result: yes | configure:4495: checking for strings.h | configure:4495: gcc -c -g -O2 conftest.c >&5 | configure:4495: $? = 0 | configure:4495: result: yes | configure:4495: checking for inttypes.h | configure:4495: gcc -c -g -O2 conftest.c >&5 | configure:4495: $? = 0 | configure:4495: result: yes | configure:4495: checking for stdint.h | configure:4495: gcc -c -g -O2 conftest.c >&5 | configure:4495: $? = 0 | configure:4495: result: yes | configure:4495: checking for unistd.h | configure:4495: gcc -c -g -O2 conftest.c >&5 | configure:4495: $? = 0 | configure:4495: result: yes | configure:4508: checking minix/config.h usability | configure:4508: gcc -c -g -O2 conftest.c >&5 | conftest.c:54:26: fatal error: minix/config.h: No such file or directory | compilation terminated. | configure:4508: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 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:4508: result: no | configure:4508: checking minix/config.h presence | configure:4508: gcc -E conftest.c | conftest.c:21:26: fatal error: minix/config.h: No such file or directory | compilation terminated. | configure:4508: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 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:4508: result: no | configure:4508: checking for minix/config.h | configure:4508: result: no | configure:4529: checking whether it is safe to define __EXTENSIONS__ | configure:4547: gcc -c -g -O2 conftest.c >&5 | configure:4547: $? = 0 | configure:4554: result: yes | configure:4598: checking build system type | configure:4612: result: x86_64-pc-linux-gnu | configure:4632: checking host system type | configure:4645: result: x86_64-pc-linux-gnu | configure:4686: checking how to print strings | configure:4715: result: print -r | configure:4734: checking for a sed that does not truncate output | configure:4798: result: /bin/sed | configure:4816: checking for fgrep | configure:4878: result: /bin/grep -F | configure:4913: checking for ld used by gcc | configure:4980: result: /usr/bin/ld | configure:4987: checking if the linker (/usr/bin/ld) is GNU ld | configure:5002: result: yes | configure:5014: checking for BSD- or MS-compatible name lister (nm) | configure:5068: result: /usr/bin/nm -B | configure:5198: checking the name lister (/usr/bin/nm -B) interface | configure:5205: gcc -c -g -O2 conftest.c >&5 | configure:5208: /usr/bin/nm -B "conftest.o" | configure:5211: output | 0000000000000000 B some_variable | configure:5218: result: BSD nm | configure:5221: checking whether ln -s works | configure:5225: result: yes | configure:5233: checking the maximum length of command line arguments | configure:5364: result: 1572864 | configure:5412: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format | configure:5452: result: func_convert_file_noop | configure:5459: checking how to convert x86_64-pc-linux-gnu file names to toolchain format | configure:5479: result: func_convert_file_noop | configure:5486: checking for /usr/bin/ld option to reload object files | configure:5493: result: -r | configure:5567: checking for objdump | configure:5583: found /usr/bin/objdump | configure:5594: result: objdump | configure:5623: checking how to recognize dependent libraries | configure:5823: result: pass_all | configure:5908: checking for dlltool | configure:5938: result: no | configure:5965: checking how to associate runtime and link libraries | configure:5992: result: print -r -- | configure:6052: checking for ar | configure:6068: found /usr/bin/ar | configure:6079: result: ar | configure:6116: checking for archiver @FILE support | configure:6133: gcc -c -g -O2 conftest.c >&5 | configure:6133: $? = 0 | configure:6136: ar cru libconftest.a @conftest.lst >&5 | ar: `u' modifier ignored since `D' is the default (see `U') | configure:6139: $? = 0 | configure:6144: ar cru libconftest.a @conftest.lst >&5 | ar: `u' modifier ignored since `D' is the default (see `U') | ar: conftest.o: No such file or directory | configure:6147: $? = 1 | configure:6159: result: @ | configure:6217: checking for strip | configure:6233: found /usr/bin/strip | configure:6244: result: strip | configure:6316: checking for ranlib | configure:6332: found /usr/bin/ranlib | configure:6343: result: ranlib | configure:6445: checking command to parse /usr/bin/nm -B output from gcc object | configure:6598: gcc -c -g -O2 conftest.c >&5 | configure:6601: $? = 0 | configure:6605: /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:6608: $? = 0 | configure:6674: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 | configure:6677: $? = 0 | configure:6715: result: ok | configure:6762: checking for sysroot | configure:6792: result: no | configure:6799: checking for a working dd | configure:6837: result: /bin/dd | configure:6841: checking how to truncate binary pipes | configure:6856: result: /bin/dd bs=4096 count=1 | configure:6992: gcc -c -g -O2 conftest.c >&5 | configure:6995: $? = 0 | configure:7185: checking for mt | configure:7201: found /bin/mt | configure:7212: result: mt | configure:7235: checking if mt is a manifest tool | configure:7241: mt '-?' | configure:7249: result: no | configure:7923: checking for dlfcn.h | configure:7923: gcc -c -g -O2 conftest.c >&5 | configure:7923: $? = 0 | configure:7923: result: yes | configure:8476: checking for objdir | configure:8491: result: .libs | configure:8755: checking if gcc supports -fno-rtti -fno-exceptions | configure:8773: gcc -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:8777: $? = 0 | configure:8790: result: no | configure:9148: checking for gcc option to produce PIC | configure:9155: result: -fPIC -DPIC | configure:9163: checking if gcc PIC flag -fPIC -DPIC works | configure:9181: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 | configure:9185: $? = 0 | configure:9198: result: yes | configure:9227: checking if gcc static flag -static works | configure:9255: result: yes | configure:9270: checking if gcc supports -c -o file.o | configure:9291: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 | configure:9295: $? = 0 | configure:9317: result: yes | configure:9325: checking if gcc supports -c -o file.o | configure:9372: result: yes | configure:9405: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries | configure:10664: result: yes | configure:10701: checking whether -lc should be explicitly linked in | configure:10709: gcc -c -g -O2 conftest.c >&5 | configure:10712: $? = 0 | configure:10727: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 | configure:10730: $? = 0 | configure:10744: result: no | configure:10904: checking dynamic linker characteristics | configure:11485: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 | configure:11485: $? = 0 | configure:11722: result: GNU/Linux ld.so | configure:11844: checking how to hardcode library paths into programs | configure:11869: result: immediate | configure:11971: checking for shl_load | configure:11971: gcc -o conftest -g -O2 conftest.c >&5 | /tmp/ccNAHxGz.o: In function `main': | /home/harald/src/gnucobol/branches/gnu-cobol-2.0/conftest.c:62: undefined reference to `shl_load' | collect2: error: ld returned 1 exit status | configure:11971: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 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:11971: result: no | configure:11975: checking for shl_load in -ldld | configure:12000: gcc -o conftest -g -O2 conftest.c -ldld >&5 | /usr/bin/ld: cannot find -ldld | collect2: error: ld returned 1 exit status | configure:12000: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 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:12009: result: no | configure:12014: checking for dlopen | configure:12014: gcc -o conftest -g -O2 conftest.c >&5 | /tmp/cclQX9qH.o: In function `main': | /home/harald/src/gnucobol/branches/gnu-cobol-2.0/conftest.c:62: undefined reference to `dlopen' | collect2: error: ld returned 1 exit status | configure:12014: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 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:12014: result: no | configure:12018: checking for dlopen in -ldl | configure:12043: gcc -o conftest -g -O2 conftest.c -ldl >&5 | configure:12043: $? = 0 | configure:12052: result: yes | configure:12171: checking whether a program can dlopen itself | configure:12251: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 | configure:12254: $? = 0 | configure:12272: result: yes | configure:12277: checking whether a statically linked program can dlopen itself | configure:12357: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5 | /tmp/ccr8L81T.o: In function `main': | /home/harald/src/gnucobol/branches/gnu-cobol-2.0/configure:12336: 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:12360: $? = 1 | configure:12378: result: no | configure:12417: checking whether stripping libraries is possible | configure:12422: result: yes | configure:12457: checking if libtool supports shared libraries | configure:12459: result: yes | configure:12462: checking whether to build shared libraries | configure:12487: result: yes | configure:12490: checking whether to build static libraries | configure:12494: result: yes | configure:12532: checking for egrep | configure:12594: result: /bin/grep -E | configure:12600: checking whether gcc and cc understand -c and -o together | configure:12631: gcc -c conftest.c -o conftest2.o >&5 | configure:12635: $? = 0 | configure:12641: gcc -c conftest.c -o conftest2.o >&5 | configure:12645: $? = 0 | configure:12656: cc -c conftest.c >&5 | configure:12660: $? = 0 | configure:12668: cc -c conftest.c -o conftest2.o >&5 | configure:12672: $? = 0 | configure:12678: cc -c conftest.c -o conftest2.o >&5 | configure:12682: $? = 0 | configure:12700: result: yes | configure:12728: checking whether ln -s works | configure:12732: result: yes | configure:12745: checking whether make sets $(MAKE) | configure:12767: result: yes | configure:12801: checking for ld used by gcc | configure:12868: result: /usr/bin/ld -m elf_x86_64 | configure:12875: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld | configure:12890: result: yes | configure:12897: checking for shared library run path origin | configure:12910: result: done | configure:12931: checking for ANSI C header files | configure:13035: result: yes | configure:13047: checking for stdint.h | configure:13047: result: yes | configure:13047: checking for sys/types.h | configure:13047: result: yes | configure:13047: checking signal.h usability | configure:13047: gcc -c -g -O2 conftest.c >&5 | configure:13047: $? = 0 | configure:13047: result: yes | configure:13047: checking signal.h presence | configure:13047: gcc -E conftest.c | configure:13047: $? = 0 | configure:13047: result: yes | configure:13047: checking for signal.h | configure:13047: result: yes | configure:13047: checking fcntl.h usability | configure:13047: gcc -c -g -O2 conftest.c >&5 | configure:13047: $? = 0 | configure:13047: result: yes | configure:13047: checking fcntl.h presence | configure:13047: gcc -E conftest.c | configure:13047: $? = 0 | configure:13047: result: yes | configure:13047: checking for fcntl.h | configure:13047: result: yes | configure:13047: checking malloc.h usability | configure:13047: gcc -c -g -O2 conftest.c >&5 | configure:13047: $? = 0 | configure:13047: result: yes | configure:13047: checking malloc.h presence | configure:13047: gcc -E conftest.c | configure:13047: $? = 0 | configure:13047: result: yes | configure:13047: checking for malloc.h | configure:13047: result: yes | configure:13047: checking locale.h usability | configure:13047: gcc -c -g -O2 conftest.c >&5 | configure:13047: $? = 0 | configure:13047: result: yes | configure:13047: checking locale.h presence | configure:13047: gcc -E conftest.c | configure:13047: $? = 0 | configure:13047: result: yes | configure:13047: checking for locale.h | configure:13047: result: yes | configure:13047: checking stddef.h usability | configure:13047: gcc -c -g -O2 conftest.c >&5 | configure:13047: $? = 0 | configure:13047: result: yes | configure:13047: checking stddef.h presence | configure:13047: gcc -E conftest.c | configure:13047: $? = 0 | configure:13047: result: yes | configure:13047: checking for stddef.h | configure:13047: result: yes | configure:13047: checking wchar.h usability | configure:13047: gcc -c -g -O2 conftest.c >&5 | configure:13047: $? = 0 | configure:13047: result: yes | configure:13047: checking wchar.h presence | configure:13047: gcc -E conftest.c | configure:13047: $? = 0 | configure:13047: result: yes | configure:13047: checking for wchar.h | configure:13047: result: yes | configure:13047: checking for dlfcn.h | configure:13047: result: yes | configure:13047: checking sys/time.h usability | configure:13047: gcc -c -g -O2 conftest.c >&5 | configure:13047: $? = 0 | configure:13047: result: yes | configure:13047: checking sys/time.h presence | configure:13047: gcc -E conftest.c | configure:13047: $? = 0 | configure:13047: result: yes | configure:13047: checking for sys/time.h | configure:13047: result: yes | configure:13059: checking for an ANSI C-conforming const | configure:13125: gcc -c -g -O2 conftest.c >&5 | configure:13125: $? = 0 | configure:13132: result: yes | configure:13140: checking whether byte ordering is bigendian | configure:13155: gcc -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:13155: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 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:13200: gcc -c -g -O2 conftest.c >&5 | configure:13200: $? = 0 | configure:13218: gcc -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:13218: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 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:13346: result: no | configure:13364: checking for size_t | configure:13364: gcc -c -g -O2 conftest.c >&5 | configure:13364: $? = 0 | configure:13364: gcc -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:13364: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 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:13364: result: yes | configure:13375: checking whether struct tm is in sys/time.h or time.h | configure:13395: gcc -c -g -O2 conftest.c >&5 | configure:13395: $? = 0 | configure:13402: result: time.h | configure:13410: checking for sig_atomic_t | configure:13410: gcc -c -g -O2 conftest.c >&5 | configure:13410: $? = 0 | configure:13410: gcc -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:13410: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 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:13410: result: yes | configure:13424: checking for inline keyword | configure:13448: gcc -c -g -O2 conftest.c >&5 | configure:13448: $? = 0 | configure:13456: result: __inline | configure:13463: checking for working alloca.h | configure:13480: gcc -o conftest -g -O2 conftest.c >&5 | configure:13480: $? = 0 | configure:13488: result: yes | configure:13496: checking for alloca | configure:13533: gcc -o conftest -g -O2 conftest.c >&5 | configure:13533: $? = 0 | configure:13541: result: yes | configure:13649: checking for vprintf | configure:13649: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:66:6: warning: conflicting types for built-in function 'vprintf' | char vprintf (); | ^ | configure:13649: $? = 0 | configure:13649: result: yes | configure:13655: checking for _doprnt | configure:13655: gcc -o conftest -g -O2 conftest.c >&5 | /tmp/cciQRzWe.o: In function `main': | /home/harald/src/gnucobol/branches/gnu-cobol-2.0/conftest.c:78: undefined reference to `_doprnt' | collect2: error: ld returned 1 exit status | configure:13655: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 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:13655: result: no | configure:13672: checking for memmove | configure:13672: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:67:6: warning: conflicting types for built-in function 'memmove' | char memmove (); | ^ | configure:13672: $? = 0 | configure:13672: result: yes | configure:13672: checking for memset | configure:13672: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:68:6: warning: conflicting types for built-in function 'memset' | char memset (); | ^ | configure:13672: $? = 0 | configure:13672: result: yes | configure:13672: checking for setlocale | configure:13672: gcc -o conftest -g -O2 conftest.c >&5 | configure:13672: $? = 0 | configure:13672: result: yes | configure:13672: checking for fcntl | configure:13672: gcc -o conftest -g -O2 conftest.c >&5 | configure:13672: $? = 0 | configure:13672: result: yes | configure:13672: checking for strerror | configure:13672: gcc -o conftest -g -O2 conftest.c >&5 | configure:13672: $? = 0 | configure:13672: result: yes | configure:13672: checking for strcasecmp | configure:13672: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:72:6: warning: conflicting types for built-in function 'strcasecmp' | char strcasecmp (); | ^ | configure:13672: $? = 0 | configure:13672: result: yes | configure:13672: checking for strchr | configure:13672: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:73:6: warning: conflicting types for built-in function 'strchr' | char strchr (); | ^ | configure:13672: $? = 0 | configure:13672: result: yes | configure:13672: checking for strrchr | configure:13672: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:74:6: warning: conflicting types for built-in function 'strrchr' | char strrchr (); | ^ | configure:13672: $? = 0 | configure:13672: result: yes | configure:13672: checking for strdup | configure:13672: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:75:6: warning: conflicting types for built-in function 'strdup' | char strdup (); | ^ | configure:13672: $? = 0 | configure:13672: result: yes | configure:13672: checking for strstr | configure:13672: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:76:6: warning: conflicting types for built-in function 'strstr' | char strstr (); | ^ | configure:13672: $? = 0 | configure:13672: result: yes | configure:13672: checking for strtol | configure:13672: gcc -o conftest -g -O2 conftest.c >&5 | configure:13672: $? = 0 | configure:13672: result: yes | configure:13672: checking for gettimeofday | configure:13672: gcc -o conftest -g -O2 conftest.c >&5 | configure:13672: $? = 0 | configure:13672: result: yes | configure:13672: checking for localeconv | configure:13672: gcc -o conftest -g -O2 conftest.c >&5 | configure:13672: $? = 0 | configure:13672: result: yes | configure:13672: checking for readlink | configure:13672: gcc -o conftest -g -O2 conftest.c >&5 | configure:13672: $? = 0 | configure:13672: result: yes | configure:13672: checking for getexecname | configure:13672: gcc -o conftest -g -O2 conftest.c >&5 | /tmp/ccA0bH66.o: In function `main': | /home/harald/src/gnucobol/branches/gnu-cobol-2.0/conftest.c:92: undefined reference to `getexecname' | collect2: error: ld returned 1 exit status | configure:13672: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 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:13672: result: no | configure:13672: checking for canonicalize_file_name | configure:13672: gcc -o conftest -g -O2 conftest.c >&5 | configure:13672: $? = 0 | configure:13672: result: yes | configure:13672: checking for realpath | configure:13672: gcc -o conftest -g -O2 conftest.c >&5 | configure:13672: $? = 0 | configure:13672: result: yes | configure:13672: checking for strcoll | configure:13672: gcc -o conftest -g -O2 conftest.c >&5 | configure:13672: $? = 0 | configure:13672: result: yes | configure:13672: checking for strxfrm | configure:13672: gcc -o conftest -g -O2 conftest.c >&5 | configure:13672: $? = 0 | configure:13672: result: yes | configure:13672: checking for setenv | configure:13672: gcc -o conftest -g -O2 conftest.c >&5 | configure:13672: $? = 0 | configure:13672: result: yes | configure:13672: checking for raise | configure:13672: gcc -o conftest -g -O2 conftest.c >&5 | configure:13672: $? = 0 | configure:13672: result: yes | configure:13683: checking for timezone variable access | configure:13696: gcc -c -g -O2 conftest.c >&5 | configure:13696: $? = 0 | configure:13698: result: yes | configure:13707: checking for designated initializers | configure:13723: gcc -c -g -O2 conftest.c >&5 | configure:13723: $? = 0 | configure:13725: result: yes | configure:13760: gcc -o conftest -g -O2 conftest.c >&5 | configure:13760: $? = 0 | configure:13760: ./conftest | configure:13760: $? = 0 | configure:13790: gcc -o conftest -g -O2 conftest.c >&5 | configure:13790: $? = 0 | configure:13790: ./conftest | configure:13790: $? = 0 | configure:13820: gcc -o conftest -g -O2 conftest.c >&5 | configure:13820: $? = 0 | configure:13820: ./conftest | configure:13820: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 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:14180: Checks for GMP ... | configure:14184: checking gmp.h usability | configure:14184: gcc -c -g -O2 conftest.c >&5 | configure:14184: $? = 0 | configure:14184: result: yes | configure:14184: checking gmp.h presence | configure:14184: gcc -E conftest.c | configure:14184: $? = 0 | configure:14184: result: yes | configure:14184: checking for gmp.h | configure:14184: result: yes | configure:14197: checking for __gmpz_init in -lgmp | configure:14222: gcc -o conftest -g -O2 conftest.c -lgmp >&5 | configure:14222: $? = 0 | configure:14231: result: yes | configure:14264: gcc -o conftest -g -O2 conftest.c -lgmp >&5 | configure:14264: $? = 0 | configure:14264: ./conftest | configure:14264: $? = 0 | configure:14298: gcc -o conftest -g -O2 conftest.c -lgmp >&5 | configure:14298: $? = 0 | configure:14298: ./conftest | configure:14298: $? = 0 | configure:14311: checking matching GMP version | configure:14317: result: yes (6.1) | configure:14329: checking for __gmp_get_memory_functions in -lgmp | configure:14354: gcc -o conftest -g -O2 conftest.c -lgmp >&5 | configure:14354: $? = 0 | configure:14363: result: yes | configure:14373: checking for nanosleep | configure:14386: gcc -o conftest -g -O2 conftest.c >&5 | configure:14386: $? = 0 | configure:14388: result: yes | configure:14503: checking for clock_gettime and CLOCK_REALTIME | configure:14516: gcc -o conftest -g -O2 conftest.c >&5 | configure:14516: $? = 0 | configure:14518: result: yes | configure:14536: checking prototype for finite in | configure:14545: result: yes | configure:14576: checking for fdatasync | configure:14576: gcc -o conftest -g -O2 conftest.c >&5 | configure:14576: $? = 0 | configure:14576: result: yes | configure:14576: checking for sigaction | configure:14576: gcc -o conftest -g -O2 conftest.c >&5 | configure:14576: $? = 0 | configure:14576: result: yes | configure:14620: gcc -o conftest -g -O2 conftest.c >&5 | configure:14620: $? = 0 | configure:14620: ./conftest | configure:14620: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 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_CLOCK_GETTIME 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | /* end confdefs.h. */ | | | | int | | main () | | { | | | | #ifdef __CYGWIN__ | | return 0; | | #else | | return 1; | | #endif | | ; | | return 0; | | } | configure:14629: checking whether NLS is requested | configure:14638: result: yes | configure:14678: checking for msgfmt | configure: trying /usr/bin/msgfmt... | 0 translated messages. | configure:14710: result: /usr/bin/msgfmt | configure:14719: checking for gmsgfmt | configure:14750: result: /usr/bin/msgfmt | configure:14800: checking for xgettext | configure: trying /usr/bin/xgettext... | /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C | configure:14832: result: /usr/bin/xgettext | configure:14877: checking for msgmerge | configure: trying /usr/bin/msgmerge... | configure:14908: result: /usr/bin/msgmerge | configure:15494: checking for CFPreferencesCopyAppValue | configure:15521: result: no | configure:15528: checking for CFLocaleCopyCurrent | configure:15555: result: no | configure:15604: checking for GNU gettext in libc | configure:15628: gcc -o conftest -g -O2 conftest.c >&5 | configure:15628: $? = 0 | configure:15637: result: yes | configure:16474: checking whether to use NLS | configure:16476: result: yes | configure:16479: checking where the gettext function comes from | configure:16490: result: libc | configure:16556: checking for nl_langinfo and CODESET | configure:16572: gcc -o conftest -g -O2 conftest.c >&5 | configure:16572: $? = 0 | configure:16581: result: yes | configure:16591: Checks for curses ... | configure:16595: checking for initscr in -lncursesw | configure:16620: gcc -o conftest -g -O2 conftest.c -lncursesw >&5 | configure:16620: $? = 0 | configure:16629: result: yes | configure:16643: checking ncursesw/ncurses.h usability | configure:16643: gcc -c -g -O2 conftest.c >&5 | configure:16643: $? = 0 | configure:16643: result: yes | configure:16643: checking ncursesw/ncurses.h presence | configure:16643: gcc -E conftest.c | configure:16643: $? = 0 | configure:16643: result: yes | configure:16643: checking for ncursesw/ncurses.h | configure:16643: result: yes | configure:16975: checking for ncurses _nc_freeall function | configure:16989: gcc -o conftest -g -O2 conftest.c -lncursesw >&5 | configure:16989: $? = 0 | configure:16991: result: yes | configure:16999: checking for ncurses use_legacy_coding function | configure:17013: gcc -o conftest -g -O2 conftest.c -lncursesw >&5 | configure:17013: $? = 0 | configure:17015: result: yes | configure:17026: checking for curses color_set function | configure:17053: gcc -o conftest -g -O2 conftest.c -lncursesw >&5 | configure:17053: $? = 0 | configure:17055: result: yes | configure:17067: Checks for Berkeley DB ... | configure:17072: checking db.h usability | configure:17072: gcc -c -g -O2 conftest.c >&5 | configure:17072: $? = 0 | configure:17072: result: yes | configure:17072: checking db.h presence | configure:17072: gcc -E conftest.c | configure:17072: $? = 0 | configure:17072: result: yes | configure:17072: checking for db.h | configure:17072: result: yes | configure:17107: gcc -o conftest -g -O2 conftest.c -lncursesw >&5 | configure:17107: $? = 0 | configure:17107: ./conftest | configure:17107: $? = 0 | configure:17119: checking for Berkeley DB db.h version >= 4.1 | configure:17123: result: yes (5.3) | configure:17138: checking for Berkeley DB library with version 5.3 | configure:17167: gcc -o conftest -g -O2 conftest.c -lncursesw -ldb >&5 | configure:17167: $? = 0 | configure:17167: ./conftest | configure:17167: $? = 0 | configure:17181: result: yes | configure:17183: BDB library version 5.3 found as -ldb | configure:17220: gcc -o conftest -g -O2 conftest.c -lncursesw >&5 | configure:17220: $? = 0 | configure:17220: ./conftest | configure:17220: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 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_CLOCK_GETTIME 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_LIBNCURSESW 1 | | #define HAVE_NCURSESW_NCURSES_H 1 | | #define WITH_CURSES "ncursesw" | | #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:17230: checking for dlopen in -lc | configure:17255: gcc -o conftest -g -O2 conftest.c -lc -lncursesw >&5 | /usr/bin/ld: /tmp/ccmgKLJF.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:17255: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 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_CLOCK_GETTIME 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_LIBNCURSESW 1 | | #define HAVE_NCURSESW_NCURSES_H 1 | | #define WITH_CURSES "ncursesw" | | #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:17264: result: no | configure:17271: checking for dlopen in -ldl | configure:17305: result: yes | configure:17315: checking for dladdr in -ldl | configure:17340: gcc -o conftest -g -O2 conftest.c -ldl -lncursesw >&5 | configure:17340: $? = 0 | configure:17349: result: yes | configure:17552: checking for working strftime | configure:17584: gcc -o conftest -g -O2 conftest.c -lncursesw >&5 | configure:17584: $? = 0 | configure:17584: ./conftest | configure:17584: $? = 0 | configure:17586: result: yes | configure:17598: checking if size of long int = size of long long | configure:17621: gcc -o conftest -g -O2 conftest.c -lncursesw >&5 | configure:17621: $? = 0 | configure:17621: ./conftest | configure:17621: $? = 0 | configure:17623: result: yes | configure:17638: checking for gcc pointer sign option | configure:17651: gcc -c -g -O2 -Wno-pointer-sign conftest.c >&5 | configure:17651: $? = 0 | configure:17653: result: yes | configure:17688: checking for aligned attribute | configure:17701: gcc -c -g -O2 conftest.c >&5 | configure:17701: $? = 0 | configure:17703: result: yes | configure:17881: checking for ld bind now option | configure:17894: gcc -o conftest -O2 -pipe -Wl,-z,relro,-z,now,-O1 conftest.c >&5 | configure:17894: $? = 0 | configure:17895: result: yes | configure:18125: checking that generated files are newer than configure | configure:18131: result: done | configure:18163: creating ./config.status | configure:20479: GnuCOBOL Configuration: | configure:20481: CC gcc | configure:20483: CFLAGS -O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE | configure:20485: COB_CFLAGS -I/usr/local/include -pipe | configure:20487: LDFLAGS -Wl,-z,relro,-z,now,-O1 | configure:20489: COB_LDFLAGS | configure:20495: COB_LIBS -L${exec_prefix}/lib -lcob -lm -lgmp -lncursesw -ldb -ldl | configure:20497: COB_CONFIG_DIR ${datarootdir}/gnu-cobol/config | configure:20499: COB_COPY_DIR ${datarootdir}/gnu-cobol/copy | configure:20501: COB_LIBRARY_PATH ${exec_prefix}/lib/gnu-cobol | configure:20503: COB_MODULE_EXT so | configure:20505: COB_OBJECT_EXT o | configure:20507: COB_SHARED_OPT -shared | configure:20509: COB_PIC_FLAGS -fPIC -DPIC | configure:20511: COB_EXPORT_DYN -Wl,--export-dynamic | configure:20514: COB_STRIP_CMD strip --strip-unneeded | configure:20518: Dynamic loading: System | configure:20524: Use gettext for international messages: yes | configure:20526: Use fcntl for file locking: yes | configure:20538: Use ncurses/pdcurses/curses for screen I/O: ncursesw | configure:20559: Use Berkeley DB for ISAM I/O: yes | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=x86_64-pc-linux-gnu | ac_cv_c_bigendian=no | ac_cv_c_compiler_gnu=yes | ac_cv_c_const=yes | ac_cv_env_CC_set= | ac_cv_env_CC_value= | ac_cv_env_CFLAGS_set= | ac_cv_env_CFLAGS_value= | ac_cv_env_CPPFLAGS_set= | ac_cv_env_CPPFLAGS_value= | ac_cv_env_CPP_set= | ac_cv_env_CPP_value= | ac_cv_env_LDFLAGS_set= | ac_cv_env_LDFLAGS_value= | ac_cv_env_LIBS_set= | ac_cv_env_LIBS_value= | ac_cv_env_LT_SYS_LIBRARY_PATH_set= | ac_cv_env_LT_SYS_LIBRARY_PATH_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-pc-linux-gnu | ac_cv_lib_c_dlopen=no | ac_cv_lib_dl_dladdr=yes | ac_cv_lib_dl_dlopen=yes | ac_cv_lib_dld_shl_load=no | ac_cv_lib_gmp___gmp_get_memory_functions=yes | ac_cv_lib_gmp___gmpz_init=yes | ac_cv_lib_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_lt_DD=/bin/dd | ac_cv_path_mkdir=/bin/mkdir | ac_cv_prog_AWK=gawk | ac_cv_prog_CPP='gcc -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= | ac_cv_prog_cc_g=yes | ac_cv_prog_cc_gcc_c_o=yes | ac_cv_prog_cc_stdc= | 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 | am_cv_make_support_nested_variables=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='print -r --' | lt_cv_shlibpath_overrides_runpath=no | lt_cv_sys_global_symbol_pipe=$'sed -n -e \047s/^.*[\t ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[\t ][\t ]*\\([_A-Za-z][_A-Za-z0-9]*\\)$/\\1 \\2 \\2/p\047 | sed \047/ __gnu_lto/d\047' | lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\' | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\' | lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\' | lt_cv_sys_global_symbol_to_import= | 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 | lt_cv_truncate_bin='/bin/dd bs=4096 count=1' | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | ACLOCAL='${SHELL} /home/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/missing aclocal-1.13' | ALLOCA='' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='$${TAR-tar}' | AM_BACKSLASH='\' | AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | AM_DEFAULT_VERBOSITY='1' | AM_V='$(V)' | AR='ar' | AS='as' | AUTOCONF='${SHELL} /home/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/missing autoconf' | AUTOHEADER='${SHELL} /home/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/missing autoheader' | AUTOMAKE='${SHELL} /home/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/missing automake-1.13' | AWK='gawk' | CC='gcc' | 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' | 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_CURSES='yes' | COB_HAS_ISAM='yes' | COB_HAS_UTC_OFFSET='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 -E' | CPPFLAGS='' | CYGPATH_W='echo' | DEFS='-DHAVE_CONFIG_H' | DEPDIR='.deps' | DLLTOOL='false' | DSYMUTIL='' | DUMPBIN='' | ECHO_C='' | ECHO_N='-n' | ECHO_T='' | EGREP='/bin/grep -E' | EXEEXT='' | FGREP='/bin/grep -F' | GETTEXT_MACRO_VERSION='0.19' | GMSGFMT='/usr/bin/msgfmt' | GMSGFMT_015='/usr/bin/msgfmt' | GREP='/bin/grep' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_PROGRAM='${INSTALL}' | INSTALL_SCRIPT='${INSTALL}' | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | INTLLIBS='' | INTL_MACOSX_LIBS='' | LD='/usr/bin/ld -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='' | LT_SYS_LIBRARY_PATH='' | MAINT='#' | MAINTAINER_MODE_FALSE='' | MAINTAINER_MODE_TRUE='#' | MAKEINFO='${SHELL} /home/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/missing 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='GnuCOBOL' | PACKAGE_STRING='GnuCOBOL 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/sh' | 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__nodep='_no' | am__quote='' | am__tar='$${TAR-tar} chof - "$$tardir"' | am__untar='$${TAR-tar} xf -' | bindir='${exec_prefix}/bin' | build='x86_64-pc-linux-gnu' | build_alias='' | build_cpu='x86_64' | build_os='linux-gnu' | build_vendor='pc' | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | host='x86_64-pc-linux-gnu' | host_alias='' | host_cpu='x86_64' | host_os='linux-gnu' | host_vendor='pc' | htmldir='${docdir}' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='${SHELL} /home/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/install-sh' | libdir='${exec_prefix}/lib' | libexecdir='${exec_prefix}/libexec' | localedir='${datarootdir}/locale' | localstatedir='${prefix}/var' | mandir='${datarootdir}/man' | mkdir_p='$(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 "GnuCOBOL" | #define PACKAGE_TARNAME "gnu-cobol" | #define PACKAGE_VERSION "2.0" | #define PACKAGE_STRING "GnuCOBOL 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_CLOCK_GETTIME 1 | #define HAVE_FDATASYNC 1 | #define HAVE_SIGACTION 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LIBNCURSESW 1 | #define HAVE_NCURSESW_NCURSES_H 1 | #define WITH_CURSES "ncursesw" | #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 | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GnuCOBOL config.status 2.0, which was | generated by GNU Autoconf 2.69. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on oregano | | config.status:1231: creating bin/cob-config | config.status:1231: creating Makefile | config.status:1231: creating libcob/Makefile | config.status:1231: creating lib/Makefile | config.status:1231: creating cobc/Makefile | config.status:1231: creating bin/Makefile | config.status:1231: creating po/Makefile.in | config.status:1231: creating doc/Makefile | config.status:1231: creating config/Makefile | config.status:1231: creating copy/Makefile | config.status:1231: creating tests/atlocal | config.status:1231: creating tests/Makefile | config.status:1231: creating tests/cobol85/Makefile | config.status:1231: creating extras/Makefile | config.status:1231: creating config.h | config.status:1412: config.h is unchanged | config.status:1460: executing tests/atconfig commands | config.status:1460: executing depfiles commands | config.status:1460: executing libtool commands | config.status:1460: executing po-directories commands | config.status:1460: executing chmod1 commands | config.status:1460: executing chmod2 commands | config.status:1460: executing chmod3 commands