## -------------------------------------------- ## ## GnuCOBOL 3.0-rc1 test suite: GnuCOBOL Tests. ## ## -------------------------------------------- ## testsuite: command line was: $ ./testsuite ## ---------- ## ## ChangeLog. ## ## ---------- ## | | 2018-04-10 Simon 'sf-mensch/human' Sobisch | | * configure.ac: removed use of line breaks in sysout from C | test compilation for extracting GMP/BDB version numbers | | 2018-04-04 Simon 'sf-mensch/human' Sobisch | | * configure.ac: added --enable-cobc-internal-checks to define | COB_TREE_DEBUG in config.h ## --------- ## ## Platform. ## ## --------- ## hostname = REACTOS-BIXGU73 uname -m = i686 uname -r = 2.5.2(0.297/5/3) uname -s = CYGWIN_NT-5.2 uname -v = 2016-06-23 14:27 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /cygdrive/C/cobol/gnucobol-3.0-rc1/tests PATH: /cygdrive/C/cobol/gnucobol-3.0-rc1/cobc PATH: /cygdrive/C/cobol/gnucobol-3.0-rc1/bin PATH: /cygdrive/C/cobol/gnucobol-3.0-rc1/libcob/.libs PATH: /usr/local/bin PATH: /usr/bin PATH: /cygdrive/c/ReactOS/bin PATH: /cygdrive/c/ReactOS/System32 PATH: /cygdrive/c/ReactOS PATH: /cygdrive/c/ReactOS/System32/Wbem 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='/cygdrive/C/cobol/gnucobol-3.0-rc1/tests' | at_srcdir='.' | abs_srcdir='/cygdrive/C/cobol/gnucobol-3.0-rc1/tests' | at_top_srcdir='..' | abs_top_srcdir='/cygdrive/C/cobol/gnucobol-3.0-rc1' | at_top_build_prefix='../' | abs_top_builddir='/cygdrive/C/cobol/gnucobol-3.0-rc1' | | # 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-2018 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 . | | COB_BIGENDIAN="no" | COB_HAS_ISAM="db" | COB_HAS_CURSES="no" | COB_HAS_64_BIT_POINTER="no" | | COBC="${abs_top_builddir}/cobc/cobc.exe" | COBCRUN="${abs_top_builddir}/bin/cobcrun.exe" | COBCRUN_DIRECT="" # used for running created executables through tools | | 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}" | | COB_OBJECT_EXT="o" | COB_EXE_EXT=".exe" | | PATHSEP=":" | | # Helper script to unify listings (replace version, date, time) | UNIFY_LISTING="${abs_srcdir}/listings-sed.sh" | | # Test runner for manual tests, content may changed by the user | RUN_PROG_MANUAL="${abs_builddir}/run_prog_manual.sh" | | # be sure to use the English messages | LC_ALL=C | export LC_ALL | | PATH="${abs_top_builddir}/cobc:${abs_top_builddir}/bin:${abs_top_builddir}/libcob/.libs:${PATH}" | export PATH | | # possible path conversion for running the testsuite in an environment | # that doesn't match the one where the tested binaries were built | # Note: not needed for running the testsuite with MSYS as this translates the path | _return_path () { | echo "$1" | } | | # unset all environment variables that are used in libcob | # for runtime configuration | COB_RUNTIME_CONFIG="${abs_top_srcdir}/config/runtime_empty.cfg" | for cobenv in `$COBCRUN --runtime-conf | grep COB_ | cut -d: -f2`; \ | do unset $cobenv; \ | done | | COB_CFLAGS="-I${abs_top_srcdir} -I${abs_top_srcdir}/libcob -I/usr/local/include -Wno-unused -fsigned-char -Wno-pointer-sign -pipe" | COB_LDFLAGS="-L${abs_top_builddir}/libcob/.libs " | COB_LIBS="-L${abs_top_builddir}/libcob/.libs -lcob -lm -lgmp -ldb-4.8" | COB_CONFIG_DIR="${abs_top_srcdir}/config" | COB_RUNTIME_CONFIG="${COB_CONFIG_DIR}/runtime_empty.cfg" | COB_COPY_DIR="${abs_top_srcdir}/copy" | LD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$LD_LIBRARY_PATH" | DYLD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$DYLD_LIBRARY_PATH" | SHLIB_PATH="${abs_top_builddir}/libcob/.libs:$SHLIB_PATH" | LIBPATH="${abs_top_builddir}/libcob/.libs:$LIBPATH" | COB_LIBRARY_PATH="${abs_top_builddir}/extras:$COB_LIBRARY_PATH" | COB_UNIX_LF=YES | if test "x$MSYSTEM" != "x" -o "$OSTYPE" = "cygwin"; then | # running MSYS builds as not-visible child processes result in | # "Redirection is not supported" (old PDcurses) and exit 127 (NCurses) | # --> disabling the tests for this feature | COB_HAS_CURSES="no" | # Fix for testcases where cobc translates path to win32 equivalents | if test "x$MSYSTEM" != "x"; then | PATHSEP=";" | fi | fi | | | export COBC COBCRUN COBCRUN_DIRECT RUN_PROG_MANUAL | export PATHSEP COB_OBJECT_EXT COB_EXE_EXT | export COB_CFLAGS COB_LDFLAGS COB_LIBS | export COB_CONFIG_DIR COB_RUNTIME_CONFIG COB_COPY_DIR | export LD_LIBRARY_PATH DYLD_LIBRARY_PATH SHLIB_PATH LIBPATH | export COB_LIBRARY_PATH | export COB_UNIX_LF | export COB_HAS_ISAM COB_HAS_CURSES COB_HAS_64_BIT_POINTER | | | # For rare cases where cobc/libcob may need to know if they're running in test mode: | case $0 in | */testsuite) COB_IS_RUNNING_IN_TESTMODE=1 && export COB_IS_RUNNING_IN_TESTMODE;; | *) unset COB_IS_RUNNING_IN_TESTMODE;; | esac ## ---------------- ## ## Tested programs. ## ## ---------------- ## ./testsuite.at:26: /cygdrive/C/cobol/gnucobol-3.0-rc1/cobc/cobc --version cobc (GnuCOBOL) 3.0-rc1.0 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Keisuke Nishida, Roger While, Ron Norman, Simon Sobisch, Edward Hart Built Dec 10 2019 06:59:20 Packaged Apr 22 2018 22:26:54 UTC C version "5.4.0" ./testsuite.at:26: /cygdrive/C/cobol/gnucobol-3.0-rc1/bin/cobcrun --version cobcrun (GnuCOBOL) 3.0-rc1.0 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Roger While, Simon Sobisch, Brian Tiffin Built Dec 10 2019 07:00:45 Packaged Apr 22 2018 22:26:54 UTC libcob (GnuCOBOL) 3.0-rc1.0 Copyright (C) 2018 Free Software Foundation, Inc. License LGPLv3+: GNU LGPL version 3 or later This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Keisuke Nishida, Roger While, Ron Norman, Simon Sobisch, Edward Hart Built Dec 10 2019 06:57:15 Packaged Apr 22 2018 22:26:54 UTC ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Tue Dec 10 07:12:48 CST 2019 1. Compiler help and information (used_binaries.at:27): ok (0m0.298s 0m1.872s) 2. Compiler outputs (general) (used_binaries.at:46): ok (0m1.143s 0m6.445s) 3. Compiler outputs (file specified) (used_binaries.at:86): ok (0m1.212s 0m6.873s) 4. Compiler outputs (path specified) (used_binaries.at:114): ok (0m1.319s 0m6.932s) 5. Compiler outputs (assembler) (used_binaries.at:143): ok (0m0.684s 0m4.364s) 6. Source file not found (used_binaries.at:178): ok (0m0.043s 0m0.115s) 7. Using full path for cobc (used_binaries.at:188): ok (0m0.366s 0m2.019s) 8. C Compiler optimizations (used_binaries.at:208): ok (0m2.598s 0m14.441s) 9. Invalid cobc option (used_binaries.at:247): ok (0m0.056s 0m0.667s) 10. cobcrun help and information (used_binaries.at:271): ok (0m0.070s 0m0.477s) 11. cobcrun validation (used_binaries.at:281): ok (0m0.692s 0m3.677s) 12. cobcrun -M DSO entry argument (used_binaries.at:321): ok (0m0.753s 0m3.690s) 13. cobcrun -M directory/ default (used_binaries.at:381): ok (0m0.584s 0m3.855s) 14. cobcrun -M directory/dso alternate (used_binaries.at:420): ok (0m0.648s 0m3.152s) 15. cobcrun -M DSO entry multiple arguments (used_binaries.at:471): ok (0m0.532s 0m3.175s) 16. cobcrun error messages (used_binaries.at:516): ok (0m0.056s 0m0.769s) 17. Compile from stdin (used_binaries.at:539): ok (0m0.648s 0m3.838s) 18. Run job after compilation (used_binaries.at:560): ok (0m0.600s 0m3.762s) 19. Run job after compilation (path specified) (used_binaries.at:579): ok (0m0.599s 0m4.132s) 20. Run job with optional arguments (used_binaries.at:599): ok (0m1.027s 0m5.320s) 21. cobc with standard configuration file (configuration.at:22): ok (0m0.028s 0m0.187s) 22. cobc dialect features for all -std (configuration.at:43): ok (0m0.701s 0m3.038s) 23. cobc with configuration file via -std (configuration.at:99): ok (0m0.072s 0m0.217s) 24. cobc with standard configuration file via -conf (configuration.at:120): ok (0m0.028s 0m0.172s) 25. cobc with own configuration file via -conf (configuration.at:141): ok (0m0.057s 0m0.303s) 26. cobc configuration: recursive include (configuration.at:170): ok (0m0.042s 0m0.259s) 27. cobc with -std and -conf (configuration.at:208): ok (0m0.059s 0m0.274s) 28. cobc compiler flag on command line (configuration.at:235): ok (0m0.029s 0m0.204s) 29. cobc compiler flag on command line (priority) (configuration.at:254): ok (0m0.056s 0m0.525s) 30. cobc configuration: entries (configuration.at:287): ok (0m0.197s 0m1.332s) 31. cobc configuration: conf missing (configuration.at:339): ok (0m0.172s 0m0.683s) 32. cobc configuration: conf optional (configuration.at:367): ok (0m0.127s 0m0.523s) 33. cobc configuration: incomplete (configuration.at:403): ok (0m0.028s 0m0.246s) 34. runtime configuration (configuration.at:505): ok (0m0.070s 0m0.668s) 35. runtime configuration file (configuration.at:524): ok (0m0.309s 0m1.891s) 36. runtime configuration: recursive include (configuration.at:567): ok (0m0.057s 0m0.246s) 37. runtime configuration: environment priority (configuration.at:596): ok (0m0.014s 0m0.289s) 38. runtime configuration: entries (configuration.at:609): ok (0m0.014s 0m0.273s) 39. runtime configuration: conf missing (configuration.at:690): ok (0m0.070s 0m0.682s) 40. runtime configuration: conf optional (configuration.at:719): ok (0m0.014s 0m0.129s) 41. COB_CONFIG_DIR test (configuration.at:732): ok (0m0.056s 0m0.288s) 42. COPY: within comment (syn_copy.at:21): ok (0m0.042s 0m0.290s) 43. COPY: file not found (syn_copy.at:50): ok (0m0.086s 0m0.291s) 44. COPY: recursive (syn_copy.at:70): ok (0m0.057s 0m0.333s) 45. COPY: replacement order (syn_copy.at:110): ok (0m0.191s 0m1.738s) 46. COPY: separators (syn_copy.at:137): ok (0m0.307s 0m1.811s) 47. COPY: partial replacement (syn_copy.at:166): ok (0m0.322s 0m1.869s) 48. COPY: LEADING replacement (syn_copy.at:196): ok (0m0.324s 0m1.988s) 49. COPY: TRAILING replacement (syn_copy.at:226): ok (0m0.440s 0m1.899s) 50. COPY: recursive replacement (syn_copy.at:256): ok (0m0.424s 0m1.702s) 51. COPY: fixed/free format (syn_copy.at:286): ok (0m0.337s 0m1.976s) 52. Invalid source name (syn_definition.at:25): ok (0m0.043s 0m0.144s) 53. Invalid PROGRAM-ID (syn_definition.at:37): ok (0m0.029s 0m0.261s) 54. Invalid PROGRAM-ID type clause (1) (syn_definition.at:54): ok (0m0.014s 0m0.187s) 55. invalid PROGRAM-ID type clause (2) (syn_definition.at:71): ok (0m0.056s 0m0.246s) 56. INITIAL / RECURSIVE before COMMON (syn_definition.at:88): ok (0m0.042s 0m0.174s) 57. Undefined data name (syn_definition.at:120): ok (0m0.028s 0m0.291s) 58. Undefined group name (syn_definition.at:139): ok (0m0.042s 0m0.188s) 59. Undefined data name in group (syn_definition.at:161): ok (0m0.014s 0m0.246s) 60. Reference not a group name (syn_definition.at:185): ok (0m0.100s 0m0.202s) 61. Incomplete 01 definition (syn_definition.at:207): ok (0m0.028s 0m0.158s) 62. Same labels in different sections (syn_definition.at:227): ok (0m0.028s 0m0.129s) 63. Redefinition of 01 items (syn_definition.at:252): ok (0m0.072s 0m0.452s) 64. Redefinition of 01 and 02 items (syn_definition.at:274): ok (0m0.086s 0m0.262s) 65. Redefinition of 02 items (syn_definition.at:294): ok (0m0.043s 0m0.276s) 66. Redefinition of 77 items (syn_definition.at:315): ok (0m0.057s 0m0.202s) 67. Redefinition of 01 and 77 items (syn_definition.at:335): ok (0m0.042s 0m0.203s) 68. Redefinition of 88 items (syn_definition.at:355): ok (0m0.043s 0m0.187s) 69. Redefinition of program-name by other programs (syn_definition.at:376): ok (0m0.071s 0m0.389s) 70. Redefinition of program-name within program (syn_definition.at:442): ok (0m0.070s 0m0.434s) 71. Redefinition of function-prototype name (syn_definition.at:472): ok (0m0.014s 0m0.291s) 72. PROCEDURE DIVISION RETURNING OMITTED: main (syn_definition.at:497): ok (0m0.321s 0m1.693s) 73. PROCEDURE DIVISION RETURNING OMITTED: FUNCTION (syn_definition.at:517): ok (0m0.014s 0m0.232s) 74. PROCEDURE DIVISION RETURNING item (syn_definition.at:536): ok (0m0.225s 0m1.041s) 75. Data item with same name as program-name (syn_definition.at:631): ok (0m0.043s 0m0.189s) 76. Ambiguous reference to 02 items (syn_definition.at:658): ok (0m0.057s 0m0.277s) 77. Ambiguous reference to 02 and 03 items (syn_definition.at:685): ok (0m0.042s 0m0.276s) 78. Ambiguous reference with qualification (syn_definition.at:711): ok (0m0.014s 0m0.276s) 79. Unique reference with ambiguous qualifiers (syn_definition.at:740): ok (0m0.057s 0m0.174s) 80. Undefined procedure name (syn_definition.at:776): ok (0m0.043s 0m0.277s) 81. Redefinition of section names (syn_definition.at:796): ok (0m0.042s 0m0.202s) 82. Redefinition of section and paragraph names (syn_definition.at:821): ok (0m0.057s 0m0.276s) 84. Redefinition of paragraph names (syn_definition.at:884): ok (0m0.014s 0m0.204s) 85. Ambiguous reference to paragraph name (syn_definition.at:910): ok (0m0.042s 0m0.248s) 86. Non-matching level numbers (extension) (syn_definition.at:936): ok (0m0.043s 0m0.189s) 87. CALL BY VALUE alphanumeric item (extension) (syn_definition.at:960): ok (0m0.057s 0m0.202s) 88. CALL BY VALUE figurative constants (syn_definition.at:982): ok (0m0.057s 0m0.145s) 89. Duplicate identification division header (syn_definition.at:1016): ok (0m0.043s 0m0.143s) 90. RETURNING in STOP RUN / GOBACK / EXIT PROGRAM (syn_definition.at:1031): ok (0m0.944s 0m5.552s) 91. Invalid ENVIRONMENT DIVISION order (syn_definition.at:1082): ok (0m0.072s 0m0.202s) 92. Function without END FUNCTION (syn_definition.at:1107): ok (0m0.085s 0m0.232s) 93. Nested programs without END PROGRAM (syn_definition.at:1121): ok (0m0.014s 0m0.176s) 94. Nested programs not in procedure division (syn_definition.at:1143): ok (0m0.056s 0m0.231s) 95. Screen section starts with 78-level (syn_definition.at:1162): ok (0m0.028s 0m0.174s) 96. Invalid PICTURE strings (syn_definition.at:1178): ok (0m0.072s 0m0.466s) 97. PICTURE strings invalid with BLANK WHEN ZERO (syn_definition.at:1438): ok (0m0.058s 0m0.232s) 98. PICTURE strings invalid with USAGE (syn_definition.at:1461): ok (0m0.028s 0m0.217s) 99. Alphabet definition (syn_definition.at:1481): ok (0m0.085s 0m0.404s) 100. RENAMES item (syn_definition.at:1525): ok (0m0.000s 0m0.202s) 101. RENAMES of 01-, 66- and 77-level items (syn_definition.at:1592): ok (0m0.057s 0m0.318s) 102. Non-numeric subscript (syn_subscripts.at:23): ok (0m0.042s 0m0.232s) 103. Subscript range check (syn_subscripts.at:50): ok (0m0.028s 0m0.233s) 104. Subscript bounds with OCCURS DEPENDING ON (syn_subscripts.at:91): ok (0m0.042s 0m0.188s) 105. Subscripted item requires OCCURS clause (syn_subscripts.at:118): ok (0m0.043s 0m0.202s) 106. Number of subscripts (syn_subscripts.at:144): ok (0m0.028s 0m0.480s) 107. OCCURS with level 01 and 77 (syn_occurs.at:28): ok (0m0.099s 0m0.505s) 108. OCCURS with level 66 (syn_occurs.at:79): ok (0m0.028s 0m0.276s) 109. OCCURS with level 78 (syn_occurs.at:98): ok (0m0.087s 0m0.218s) 110. OCCURS with level 88 (syn_occurs.at:116): ok (0m0.028s 0m0.187s) 111. OCCURS with variable-occurrence data item (syn_occurs.at:135): ok (0m0.128s 0m0.597s) 112. Nested OCCURS clause (syn_occurs.at:196): ok (0m0.028s 0m0.159s) 113. OCCURS DEPENDING with wrong size (syn_occurs.at:233): ok (0m0.042s 0m0.246s) 114. OCCURS DEPENDING followed by another field (syn_occurs.at:269): ok (0m0.042s 0m0.422s) 115. OCCURS with unmatched DEPENDING / TO phrases (syn_occurs.at:310): ok (0m0.056s 0m0.713s) 116. OCCURS INDEXED before KEY (syn_occurs.at:345): ok (0m0.071s 0m0.480s) 117. OCCURS size check (syn_occurs.at:383): ok (0m0.071s 0m0.450s) 118. REDEFINES: not following entry-name (syn_redefines.at:28): ok (0m0.014s 0m0.436s) 119. REDEFINES: level 02 by 01 (syn_redefines.at:53): ok (0m0.014s 0m0.291s) 120. REDEFINES: level 03 by 02 (syn_redefines.at:74): ok (0m0.028s 0m0.276s) 121. REDEFINES: level 66 (syn_redefines.at:96): ok (0m0.085s 0m0.216s) 122. REDEFINES: level 88 (syn_redefines.at:118): ok (0m0.028s 0m0.246s) 123. REDEFINES: lower level number (syn_redefines.at:147): ok (0m0.070s 0m0.204s) 124. REDEFINES: with OCCURS (syn_redefines.at:173): ok (0m0.028s 0m0.188s) 125. REDEFINES: with subscript (syn_redefines.at:194): ok (0m0.114s 0m0.171s) 126. REDEFINES: with variable occurrence (syn_redefines.at:216): ok (0m0.028s 0m0.172s) 127. REDEFINES: with qualification (syn_redefines.at:251): ok (0m0.042s 0m0.231s) 128. REDEFINES: multiple redefinition (syn_redefines.at:277): ok (0m0.114s 0m0.362s) 129. REDEFINES: size exceeds (syn_redefines.at:305): ok (0m0.042s 0m0.187s) 130. REDEFINES: with VALUE (syn_redefines.at:338): ok (0m0.455s 0m2.109s) 131. REDEFINES: with intervention (syn_redefines.at:370): ok (0m0.057s 0m0.216s) 132. REDEFINES: within REDEFINES (syn_redefines.at:399): ok (0m0.044s 0m0.131s) 133. REDEFINES: non-referenced ambiguous item (syn_redefines.at:419): ok (0m0.043s 0m0.202s) 134. Numeric item (integer) (syn_value.at:43): ok (0m0.028s 0m0.203s) 135. Numeric item (non-integer) (syn_value.at:70): ok (0m0.057s 0m0.218s) 136. Numeric item with picture P (syn_value.at:94): ok (0m0.056s 0m0.218s) 137. Signed numeric literal (syn_value.at:126): ok (0m0.028s 0m0.231s) 138. Alphabetic item (syn_value.at:152): ok (0m0.042s 0m0.143s) 139. Alphanumeric item (syn_value.at:179): ok (0m0.014s 0m0.172s) 140. Alphanumeric group item (syn_value.at:203): ok (0m0.028s 0m0.217s) 141. Numeric-edited item (syn_value.at:238): ok (0m0.131s 0m0.577s) 142. Alphanumeric-edited item (syn_value.at:271): ok (0m0.072s 0m0.173s) 143. Implicit picture from value (syn_value.at:339): ok (0m0.084s 0m0.319s) 144. ASSIGN to device-name (syn_file.at:22): ok (0m0.204s 0m0.462s) 145. ASSIGN to printer-name (syn_file.at:89): ok (0m0.233s 0m0.526s) 146. ASSIGN to lsq-device-name (syn_file.at:156): ok (0m0.058s 0m0.100s) 147. SELECT without ASSIGN (syn_file.at:211): ok (0m0.042s 0m0.218s) 148. START on SEQUENTIAL file (syn_file.at:239): ok (0m0.000s 0m0.188s) 149. valid key items (syn_file.at:269): ok (0m0.029s 0m0.145s) 150. invalid key items (syn_file.at:319): ok (0m0.028s 0m0.202s) 151. variable record length (syn_file.at:371): ok (0m0.197s 0m0.826s) 152. variable record length DEPENDING item (syn_file.at:475): ok (0m0.099s 0m0.389s) 153. DECLARATIVES invalid procedure reference (syn_file.at:549): ok (0m0.155s 0m0.783s) 154. DECLARATIVES invalid procedure reference (3) (syn_file.at:639): ok (0m0.043s 0m0.246s) 155. EXTERNAL file (syn_file.at:680): ok (0m0.014s 0m0.130s) 156. RECORDING MODE (syn_file.at:708): ok (0m0.057s 0m0.159s) 157. CODE-SET clause (syn_file.at:737): ok (0m0.028s 0m0.158s) 158. CODE-SET FOR clause (syn_file.at:773): ok (0m0.028s 0m0.246s) 159. WRITE / REWRITE FROM clause and FILE (syn_file.at:807): ok (0m0.014s 0m0.292s) 160. Clauses following invalid ACCESS clause (syn_file.at:868): ok (0m0.014s 0m0.248s) 161. RELATIVE KEY type checks (syn_file.at:892): ok (0m0.042s 0m0.218s) 162. Mismatched KEY clause (syn_file.at:952): ok (0m0.044s 0m0.276s) 163. RECORD DELIMITER (syn_file.at:977): ok (0m0.057s 0m0.143s) 164. FILE STATUS (syn_file.at:1089): ok (0m0.572s 0m3.936s) 165. PASSWORD clause, Indexed files (syn_file.at:1139): ok (0m0.014s 0m0.188s) 166. RECORD clause equal limits (syn_file.at:1190): ok (0m0.042s 0m0.231s) 167. REPORT error/warning (syn_reportwriter.at:23): ok (0m0.028s 0m0.291s) 168. REPORT not positive integers in COL / LINE PLUS (syn_reportwriter.at:125): ok (0m0.028s 0m0.246s) 169. Missing DETAIL line (syn_reportwriter.at:176): ok (0m0.028s 0m0.232s) 170. REPORT LINE PLUS ZERO (syn_reportwriter.at:219): ok (0m0.028s 0m0.277s) 171. Incorrect REPORT NAME (syn_reportwriter.at:269): ok (0m0.028s 0m0.495s) 172. REPORT with PLUS RIGHT/CENTER (syn_reportwriter.at:386): ok (0m0.014s 0m0.277s) 173. PAGE LIMITS clause (syn_reportwriter.at:479): ok (0m0.086s 0m0.204s) 174. Report FD without period (syn_reportwriter.at:514): ok (0m0.086s 0m0.159s) 175. REPORT with unreferenced control field (syn_reportwriter.at:547): ok (0m0.295s 0m1.667s) 176. Incorrect USAGE clause (syn_reportwriter.at:575): ok (0m0.042s 0m0.277s) 177. valid reference modification (syn_refmod.at:25): ok (0m0.339s 0m2.071s) 178. Static out of bounds (syn_refmod.at:51): ok (0m0.056s 0m0.173s) 179. constant-folding out of bounds (syn_refmod.at:95): ok (0m0.042s 0m0.483s) 180. ambiguous AND/OR (syn_misc.at:23): ok (0m0.014s 0m0.218s) 181. warn constant expressions (syn_misc.at:54): ok (0m0.087s 0m0.232s) 182. warn literal size (syn_misc.at:90): ok (0m0.042s 0m0.173s) 183. warn literal size in constant expr. (level 88) (syn_misc.at:355): ok (0m0.028s 0m0.276s) 184. Invalid conditional expression (1) (syn_misc.at:405): ok (0m0.057s 0m0.187s) 185. Invalid conditional expression (2) (syn_misc.at:518): ok (0m0.028s 0m0.247s) 186. Valid conditional expression (syn_misc.at:574): ok (0m0.631s 0m3.439s) 187. missing headers (syn_misc.at:607): ok (0m0.113s 0m0.435s) 188. one line program (syn_misc.at:657): ok (0m0.102s 0m0.346s) 189. empty program (syn_misc.at:676): ok (0m1.676s 0m10.018s) 190. INITIALIZE constant (syn_misc.at:722): ok (0m0.057s 0m0.216s) 191. CLASS duplicate values (syn_misc.at:749): ok (0m0.042s 0m0.217s) 192. INSPECT invalid size (syn_misc.at:784): ok (0m0.028s 0m0.233s) 193. INSPECT invalid target (syn_misc.at:813): ok (0m0.000s 0m0.307s) 194. INSPECT missing keyword (syn_misc.at:836): ok (0m0.070s 0m0.188s) 195. INSPECT repeated keywords (syn_misc.at:857): ok (0m0.071s 0m0.201s) 196. INSPECT incomplete clause (syn_misc.at:889): ok (0m0.043s 0m0.262s) 197. INSPECT multiple BEFORE/AFTER clauses (syn_misc.at:911): ok (0m0.029s 0m0.217s) 198. maximum data size (syn_misc.at:934): ok (0m0.042s 0m0.246s) 199. unreachable statement (syn_misc.at:963): ok (0m0.043s 0m0.188s) 200. CRT STATUS (syn_misc.at:1005): ok (0m0.100s 0m0.332s) 201. CURRENCY SIGN (syn_misc.at:1047): ok (0m0.286s 0m1.480s) 202. SWITCHES (syn_misc.at:1159): ok (0m0.071s 0m0.405s) 203. unexpected mnemonic-name location (syn_misc.at:1286): ok (0m0.043s 0m0.232s) 204. wrong device for mnemonic-name (syn_misc.at:1313): ok (0m0.056s 0m0.187s) 205. missing mnemonic-name declaration (syn_misc.at:1338): ok (0m0.028s 0m0.217s) 206. unknown device in dialect (syn_misc.at:1359): ok (0m0.100s 0m0.288s) 207. ACCEPT WITH ( NO ) UPDATE / DEFAULT (syn_misc.at:1389): ok (0m0.028s 0m0.159s) 208. ACCEPT WITH AUTO / TAB (syn_misc.at:1414): ok (0m0.028s 0m0.175s) 209. ACCEPT WITH LOWER / UPPER (syn_misc.at:1439): ok (0m0.014s 0m0.190s) 210. ACCEPT WITH SIZE (syn_misc.at:1461): ok (0m0.028s 0m0.159s) 211. DISPLAY WITH SIZE (syn_misc.at:1490): ok (0m0.028s 0m0.130s) 212. source text after program-text area (syn_misc.at:1515): ok (0m0.059s 0m0.306s) 213. line overflow in Fixed-form / Free-form (syn_misc.at:1536): ok (0m0.126s 0m0.803s) 214. continuation Indicator - too many lines (syn_misc.at:1584): ok (0m0.324s 0m0.359s) 215. continuation of COBOL words (syn_misc.at:2141): ok (0m0.042s 0m0.407s) 216. literal too long (syn_misc.at:2162): ok (0m0.186s 0m0.999s) 217. line and floating comments (syn_misc.at:2397): ok (0m1.389s 0m9.054s) 218. word length (syn_misc.at:2558): ok (0m0.300s 0m1.286s) 219. Numeric literals (syn_misc.at:2721): ok (0m0.099s 0m0.521s) 220. floating-point literals (syn_misc.at:2900): ok (0m0.085s 0m0.377s) 221. X literals (syn_misc.at:3007): ok (0m0.042s 0m0.246s) 222. national literals (syn_misc.at:3034): ok (0m0.028s 0m0.405s) 223. NX literals (syn_misc.at:3064): ok (0m0.099s 0m0.421s) 224. binary literals (syn_misc.at:3102): ok (0m0.115s 0m0.420s) 225. binary-hexadecimal literals (syn_misc.at:3138): ok (0m0.056s 0m0.362s) 226. ACUCOBOL literals (syn_misc.at:3167): ok (0m0.087s 0m0.481s) 227. Segmentation Module (syn_misc.at:3229): ok (0m0.042s 0m0.377s) 228. ACUCOBOL 32bit literal size (syn_misc.at:3321): skipped (syn_misc.at:3323) 229. ACUCOBOL USAGE FLOAT / DOUBLE (syn_misc.at:3352): ok (0m0.114s 0m0.333s) 230. ACUCOBOL USAGE HANDLE (syn_misc.at:3387): ok (0m0.072s 0m0.405s) 231. ACUCOBOL WINDOW statements (syn_misc.at:3467): ok (0m0.071s 0m0.247s) 232. ACUCOBOL GRAPHICAL controls (syn_misc.at:3515): ok (0m0.071s 0m0.232s) 233. DISPLAY MESSAGE BOX (syn_misc.at:3594): ok (0m0.085s 0m0.231s) 234. DISPLAY OMITTED (syn_misc.at:3637): ok (0m0.100s 0m0.203s) 235. CGI: EXTERNAL-FORM (syn_misc.at:3658): ok (0m0.056s 0m0.277s) 236. adding/removing reserved words (syn_misc.at:3713): ok (0m0.028s 0m0.322s) 237. adding aliases (syn_misc.at:3740): ok (0m0.112s 0m0.655s) 238. overriding default words (syn_misc.at:3774): ok (0m0.056s 0m0.435s) 239. complete specified word list (syn_misc.at:3804): ok (0m0.100s 0m0.390s) 240. ANY LENGTH item as BY VALUE formal parameter (syn_misc.at:3824): ok (0m0.028s 0m0.231s) 241. swapped SOURCE- and OBJECT-COMPUTER (syn_misc.at:3847): ok (0m0.102s 0m0.347s) 242. CONF. SECTION paragraphs in wrong order (syn_misc.at:3869): ok (0m0.159s 0m0.506s) 243. NOT ON EXCEPTION with STATIC CALL convention (syn_misc.at:3941): ok (0m0.172s 0m0.725s) 244. NOT ON EXCEPTION phrases before ON EXCEPTION (syn_misc.at:3989): ok (0m0.084s 0m0.334s) 245. wrong dialect hints (syn_misc.at:4053): ok (0m0.043s 0m0.202s) 246. redundant periods (syn_misc.at:4077): ok (0m0.014s 0m0.335s) 247. IF-ELSE statement list with invalid syntax (syn_misc.at:4107): ok (0m0.042s 0m0.246s) 248. EVALUATE statement with invalid syntax (syn_misc.at:4140): ok (0m0.014s 0m0.216s) 249. MF reserved word directives (syn_misc.at:4186): ok (0m0.043s 0m0.171s) 250. STRING / UNSTRING with invalid syntax (syn_misc.at:4242): ok (0m0.014s 0m0.201s) 251. use of program-prototypes (syn_misc.at:4307): ok (0m0.014s 0m0.217s) 252. invalid INSPECT/TRANSFORM operands (syn_misc.at:4334): ok (0m0.042s 0m0.247s) 253. SIGN clause checks (syn_misc.at:4378): ok (0m0.057s 0m0.232s) 254. conflicting entry conventions (syn_misc.at:4403): ok (0m0.071s 0m0.246s) 255. dangling LINKAGE items (syn_misc.at:4426): ok (0m0.042s 0m0.127s) 256. ADD / SUBTRACT TABLE (syn_misc.at:4482): ok (0m0.057s 0m0.173s) 257. Empty PERFORM with DEBUGGING MODE (syn_misc.at:4525): ok (0m0.014s 0m0.249s) 258. whitespace handling (syn_misc.at:4553): ok (0m0.071s 0m0.306s) 259. STOP identifier (syn_misc.at:4641): ok (0m0.085s 0m0.318s) 260. 01 CONSTANT (syn_misc.at:4667): ok (0m0.244s 0m0.619s) 261. 78 VALUE (syn_misc.at:4715): ok (0m0.157s 0m0.638s) 262. level 78 NEXT / START OF (syn_misc.at:4757): ok (0m0.086s 0m0.292s) 263. SYMBOLIC CONSTANT (syn_misc.at:4815): ok (0m0.408s 0m2.102s) 264. Constant Expressions (1) (syn_misc.at:4864): ok (0m0.028s 0m0.187s) 266. Constant Expressions (3) (syn_misc.at:5052): ok (0m0.043s 0m0.187s) 267. Constant Expressions (4) (syn_misc.at:5101): ok (0m0.014s 0m0.202s) 269. CONSTANT LENGTH (syn_misc.at:5230): ok (0m0.426s 0m1.741s) 270. ANY LENGTH/NUMERIC with incorrect PIC (syn_misc.at:5251): ok (0m0.028s 0m0.231s) 271. SET SOURCEFORMAT syntax checks (syn_misc.at:5288): ok (0m0.028s 0m0.219s) 272. WHEN-COMPILED register in dialect (syn_misc.at:5313): ok (0m0.158s 0m0.598s) 273. tokens consisting of multiple words (syn_misc.at:5332): ok (0m0.043s 0m0.174s) 274. zero-length literals (syn_misc.at:5359): ok (0m0.099s 0m0.451s) 275. @OPTIONS parsing (syn_misc.at:5420): ok (0m0.058s 0m0.143s) 276. MOVE SPACE TO numeric or numeric-edited item (syn_move.at:37): ok (0m0.042s 0m0.159s) 277. MOVE ZERO TO alphabetic item (syn_move.at:63): ok (0m0.042s 0m0.276s) 278. MOVE alphabetic TO x (syn_move.at:89): ok (0m0.028s 0m0.188s) 279. MOVE alphanumeric TO x (syn_move.at:120): ok (0m0.014s 0m0.250s) 280. MOVE alphanumeric-edited TO x (syn_move.at:148): ok (0m0.056s 0m0.188s) 281. MOVE numeric (integer) TO x (syn_move.at:179): ok (0m0.043s 0m0.201s) 282. MOVE numeric (non-integer) TO x (syn_move.at:209): ok (0m0.043s 0m0.202s) 283. MOVE numeric-edited TO x (syn_move.at:241): ok (0m0.028s 0m0.307s) 284. CORRESPONDING - Operands must be groups (syn_move.at:276): ok (0m0.042s 0m0.261s) 285. CORRESPONDING - Target has no matching items (syn_move.at:306): ok (0m0.028s 0m0.173s) 286. MOVE to erroneous field (syn_move.at:332): ok (0m0.056s 0m0.247s) 287. Overlapping MOVE (syn_move.at:355): ok (0m0.987s 0m5.685s) 288. invalid source for MOVE (syn_move.at:437): ok (0m0.028s 0m0.277s) 289. invalid target for MOVE (syn_move.at:467): ok (0m0.101s 0m0.172s) 290. SET error (syn_move.at:503): ok (0m0.043s 0m0.202s) 291. MOVE FIGURATIVE to NUMERIC (syn_move.at:535): ok (0m0.245s 0m0.767s) 292. Category check of Format 1 (syn_multiply.at:28): ok (0m0.028s 0m0.202s) 293. Category check of Format 2 (syn_multiply.at:67): ok (0m0.058s 0m0.173s) 294. Category check of literals (syn_multiply.at:108): ok (0m0.073s 0m0.204s) 295. Flexible ACCEPT/DISPLAY syntax (syn_screen.at:24): ok (0m0.057s 0m0.233s) 296. Duplicate ACCEPT/DISPLAY clauses (syn_screen.at:92): ok (0m0.028s 0m0.276s) 297. AT clause (syn_screen.at:121): ok (0m0.043s 0m0.246s) 298. ACCEPT/DISPLAY extensions detection (syn_screen.at:165): ok (0m0.043s 0m0.217s) 299. FROM clause (syn_screen.at:211): ok (0m0.014s 0m0.234s) 300. Incorrect USAGE clause (syn_screen.at:237): ok (0m0.028s 0m0.321s) 301. SCREEN SECTION clause numbers (syn_screen.at:269): ok (0m0.028s 0m0.247s) 302. Screen clauses (syn_screen.at:297): ok (0m0.014s 0m0.336s) 303. ACCEPT ON EXCEPTION/ESCAPE (syn_screen.at:323): ok (0m0.029s 0m0.174s) 304. Referencing 88-level (syn_screen.at:353): ok (0m0.014s 0m0.246s) 305. Conflicting screen clauses (syn_screen.at:383): ok (0m0.071s 0m0.451s) 306. Redundant screen clauses (syn_screen.at:444): ok (0m0.056s 0m0.246s) 307. Screen item OCCURS w-/wo relative LINE/COL (syn_screen.at:477): ok (0m0.084s 0m0.712s) 308. VALUE clause missing (syn_screen.at:537): ok (0m0.042s 0m0.233s) 309. FULL on numeric item (syn_screen.at:561): ok (0m0.042s 0m0.174s) 310. Compiler-specific SCREEN SECTION clause rules (syn_screen.at:585): ok (0m0.198s 0m1.279s) 311. SET ADDRESS OF item (syn_set.at:24): ok (0m0.056s 0m0.246s) 312. SET item TO 88-level (syn_set.at:53): ok (0m0.028s 0m0.231s) 313. ANY LENGTH / NUMERIC as function RETURNING item (syn_functions.at:22): ok (0m0.057s 0m0.553s) 314. REPOSITORY INTRINSIC phrase (syn_functions.at:64): ok (0m0.042s 0m0.175s) 315. REPOSITORY FUNCTION phrase (syn_functions.at:87): ok (0m0.014s 0m0.161s) 316. Redundant REPOSITORY entries (syn_functions.at:135): ok (0m0.014s 0m0.292s) 317. Missing prototype/definition (syn_functions.at:174): ok (0m0.043s 0m0.218s) 318. Empty function (syn_functions.at:205): ok (0m0.071s 0m0.218s) 319. Function definition inside program (syn_functions.at:232): ok (0m0.028s 0m0.277s) 320. Intrinsic functions: dialect (syn_functions.at:255): ok (0m0.086s 0m0.379s) 321. Intrinsic functions: replaced (syn_functions.at:280): ok (0m0.042s 0m0.379s) 322. Intrinsic functions: number of arguments (syn_functions.at:324): ok (0m0.028s 0m0.261s) 323. Intrinsic functions: reference modification (syn_functions.at:364): ok (0m0.028s 0m0.247s) 324. Intrinsic functions: Parameter type (syn_functions.at:412): ok (0m0.042s 0m0.217s) 325. invalid formatted date/time args (syn_functions.at:435): ok (0m0.014s 0m0.277s) 326. invalid formats w/ DECIMAL-POINT IS COMMA (syn_functions.at:516): ok (0m0.043s 0m0.232s) 327. Specified offset and SYSTEM-OFFSET (syn_functions.at:550): ok (0m0.057s 0m0.218s) 328. FUNCTION LENGTH / BYTE-LENGTH (syn_functions.at:574): ok (0m0.028s 0m0.187s) 329. Minimal lines per listing pages (listings.at:21): ok (0m0.028s 0m0.597s) 330. COPY within comment (listings.at:85): ok (0m0.169s 0m1.029s) 331. Replacement w/o strings (listings.at:161): ok (0m0.056s 0m0.387s) 332. COPY replacement order (listings.at:224): ok (0m0.170s 0m1.143s) 333. COPY separators (listings.at:327): ok (0m0.085s 0m0.475s) 334. COPY partial replacement (listings.at:393): ok (0m0.112s 0m1.248s) 335. COPY LEADING replacement (listings.at:609): ok (0m0.028s 0m0.564s) 336. COPY TRAILING replacement (listings.at:679): ok (0m0.143s 0m0.375s) 337. COPY recursive replacement (listings.at:750): ok (0m0.042s 0m0.445s) 338. COPY multiple files (listings.at:816): ok (0m0.172s 0m0.737s) 339. Error/Warning messages (listings.at:1031): ok (0m0.635s 0m4.125s) 340. Two source files (listings.at:1406): ok (0m0.084s 0m0.536s) 341. Multiple programs in one file (listings.at:1474): ok (0m1.183s 0m6.207s) 342. Multiple programs in one compilation group (listings.at:1693): ok (0m0.660s 0m3.878s) 343. Wide listing (listings.at:1878): ok (0m0.184s 0m1.161s) 344. Symbols: simple (listings.at:1966): ok (0m0.197s 0m1.551s) 345. Symbols: pointer (listings.at:2132): ok (0m0.056s 0m0.597s) 346. Symbols: multiple programs/functions (listings.at:2412): ok (0m0.084s 0m0.701s) 347. Symbols: OCCURS/REDEFINES (listings.at:2539): ok (0m0.056s 0m0.610s) 348. Conditional compilation (listings.at:2652): ok (0m0.129s 0m0.627s) 349. File descriptions (listings.at:2712): ok (0m0.056s 0m0.595s) 350. Invalid PICTURE strings (listings.at:3065): ok (0m0.085s 0m0.744s) 351. Variable format (listings.at:3386): ok (0m0.084s 0m0.463s) 352. LISTING directive (listings.at:3430): ok (0m0.127s 0m0.519s) 353. Listing-directive statements (listings.at:3531): ok (0m0.114s 0m0.536s) 354. Eject page (listings.at:3592): ok (0m0.182s 0m1.927s) 355. Cross reference (listings.at:3790): ok (0m0.202s 0m1.131s) 356. Report Writer (listings.at:5307): ok (0m0.143s 0m0.506s) 358. DISPLAY literals (run_fundamental.at:23): ok (0m0.249s 0m1.677s) 359. DISPLAY literals, DECIMAL-POINT is COMMA (run_fundamental.at:85): ok (0m0.249s 0m1.900s) 360. Hexadecimal literal (run_fundamental.at:124): ok (0m0.512s 0m3.691s) 361. DISPLAY data items with VALUE clause (run_fundamental.at:167): ok (0m0.467s 0m2.050s) 362. DISPLAY data items with MOVE statement (run_fundamental.at:214): ok (0m0.355s 0m1.945s) 363. MOVE to edited item (1) (run_fundamental.at:268): ok (0m0.292s 0m1.931s) 364. MOVE to edited item (2) (run_fundamental.at:317): ok (0m0.293s 0m1.796s) 365. MOVE to item with simple and floating insertion (run_fundamental.at:366): ok (0m0.383s 0m1.887s) 366. MOVE to JUSTIFIED item (run_fundamental.at:396): ok (0m0.339s 0m1.976s) 367. MOVE integer literal to alphanumeric (run_fundamental.at:441): ok (0m0.380s 0m1.884s) 368. Compare FLOAT-LONG with floating-point literal (run_fundamental.at:466): ok (0m0.371s 0m1.829s) 369. Check for equality of FLOAT-SHORT / FLOAT-LONG (run_fundamental.at:519): ok (0m0.383s 0m1.754s) 370. Overlapping MOVE (run_fundamental.at:642): ok (0m0.956s 0m5.319s) 371. Overlapping MOVE (run_fundamental.at:743): ok (0m0.409s 0m2.122s) 372. IBM MOVE (run_fundamental.at:785): ok (0m0.353s 0m2.006s) 373. ALPHABETIC test (run_fundamental.at:824): ok (0m0.395s 0m1.873s) 374. ALPHABETIC-UPPER test (run_fundamental.at:856): ok (0m0.322s 0m1.830s) 375. ALPHABETIC-LOWER test (run_fundamental.at:888): ok (0m0.383s 0m1.618s) 376. GLOBAL at same level (run_fundamental.at:920): ok (0m0.396s 0m1.722s) 377. GLOBAL at lower level (run_fundamental.at:969): ok (0m0.324s 0m1.902s) 378. GLOBAL CONSTANT (run_fundamental.at:1018): ok (0m0.398s 0m1.913s) 379. GLOBAL identifiers from ENVIRONMENT DIVISION (run_fundamental.at:1103): ok (0m0.280s 0m1.915s) 380. Entry point visibility (1) (run_fundamental.at:1184): ok (0m0.662s 0m3.273s) 381. Entry point visibility (2) (run_fundamental.at:1216): ok (0m0.428s 0m3.690s) 382. Contained program visibility (1) (run_fundamental.at:1249): ok (0m0.455s 0m1.737s) 383. Contained program visibility (2) (run_fundamental.at:1304): ok (0m0.409s 0m2.021s) 384. Contained program visibility (3) (run_fundamental.at:1357): ok (0m0.234s 0m2.038s) 385. Contained program visibility (4) (run_fundamental.at:1408): ok (0m0.265s 0m1.885s) 386. CALL/CANCEL with program-prototype-name (run_fundamental.at:1463): ok (0m0.371s 0m2.004s) 387. GLOBAL FD (1) (run_fundamental.at:1536): ok (0m0.383s 0m1.621s) 388. GLOBAL FD (2) (run_fundamental.at:1586): ok (0m0.398s 0m1.937s) 389. GLOBAL FD (3) (run_fundamental.at:1636): ok (0m0.370s 0m1.919s) 390. GLOBAL FD (4) (run_fundamental.at:1686): ok (0m0.294s 0m1.724s) 391. CANCEL test (1) (run_fundamental.at:1736): ok (0m0.325s 0m2.030s) 392. CANCEL test (2) (run_fundamental.at:1763): ok (0m0.587s 0m3.714s) 393. CANCEL test (3) (run_fundamental.at:1803): ok (0m0.717s 0m3.220s) 394. Separate sign positions (1) (run_fundamental.at:1846): ok (0m0.278s 0m1.825s) 395. Separate sign positions (2) (run_fundamental.at:1870): ok (0m0.642s 0m3.477s) 396. Context sensitive words (1) (run_fundamental.at:1903): ok (0m0.352s 0m1.990s) 397. Context sensitive words (2) (run_fundamental.at:1926): ok (0m0.293s 0m1.841s) 398. Context sensitive words (3) (run_fundamental.at:1950): ok (0m0.206s 0m1.720s) 399. Context sensitive words (4) (run_fundamental.at:1974): ok (0m0.220s 0m1.798s) 400. Context sensitive words (5) (run_fundamental.at:1999): ok (0m0.278s 0m1.872s) 401. Context sensitive words (6) (run_fundamental.at:2022): ok (0m0.457s 0m1.962s) 402. Context sensitive words (7) (run_fundamental.at:2044): ok (0m0.307s 0m1.707s) 403. ROUNDED AWAY-FROM-ZERO (run_fundamental.at:2071): ok (0m0.264s 0m1.826s) 404. ROUNDED NEAREST-AWAY-FROM-ZERO (run_fundamental.at:2134): ok (0m0.278s 0m2.142s) 405. ROUNDED NEAREST-EVEN (run_fundamental.at:2197): ok (0m0.279s 0m1.675s) 406. ROUNDED NEAREST-TOWARD-ZERO (run_fundamental.at:2260): ok (0m0.337s 0m1.842s) 407. ROUNDED TOWARD-GREATER (run_fundamental.at:2323): ok (0m0.396s 0m1.842s) 408. ROUNDED TOWARD-LESSER (run_fundamental.at:2386): ok (0m0.385s 0m1.872s) 409. ROUNDED TRUNCATION (run_fundamental.at:2449): ok (0m0.291s 0m1.917s) 410. Numeric operations (1) (run_fundamental.at:2512): ok (0m0.350s 0m1.874s) 411. Numeric operations (2) (run_fundamental.at:2556): ok (0m0.382s 0m2.037s) 412. Numeric operations (3) (run_fundamental.at:2862): ok (0m0.398s 0m1.961s) 413. Numeric operations (4) (run_fundamental.at:3168): ok (0m0.561s 0m1.781s) 414. Numeric operations (5) (run_fundamental.at:3474): ok (0m0.534s 0m1.798s) 415. Numeric operations (6) (run_fundamental.at:3780): ok (0m0.587s 0m3.329s) 416. Numeric operations (7) (run_fundamental.at:3849): ok (0m0.441s 0m1.829s) 417. Numeric operations (8) (run_fundamental.at:4141): ok (0m0.412s 0m1.916s) 418. ADD CORRESPONDING (run_fundamental.at:4191): ok (0m0.246s 0m1.814s) 419. ADD CORRESPONDING no match (run_fundamental.at:4239): ok (0m0.306s 0m1.872s) 420. SYNC in OCCURS (run_fundamental.at:4289): ok (0m0.340s 0m2.006s) 421. 88 level with THRU (run_fundamental.at:4329): ok (0m0.352s 0m1.694s) 422. 88 level with FILLER (run_fundamental.at:4424): ok (0m0.441s 0m1.770s) 423. 88 level with FALSE IS clause (run_fundamental.at:4453): ok (0m0.322s 0m1.949s) 424. BLANK WHEN ZERO (run_fundamental.at:4481): ok (0m0.323s 0m1.916s) 425. MULTIPLY BY literal in INITIAL program (run_fundamental.at:4511): ok (0m0.309s 0m1.798s) 426. debugging lines (not active) (run_fundamental.at:4532): ok (0m0.339s 0m1.991s) 427. debugging lines (-fdebugging-line) (run_fundamental.at:4555): ok (0m0.307s 0m1.844s) 428. debugging lines (WITH DEBUGGING MODE) (run_fundamental.at:4578): ok (0m0.276s 0m1.767s) 429. debugging lines, free format (not active) (run_fundamental.at:4604): ok (0m0.365s 0m1.960s) 430. debugging lines, free format (-fdebugging-line) (run_fundamental.at:4627): ok (0m0.366s 0m1.796s) 431. USE FOR DEBUGGING (no DEBUGGING MODE) (run_fundamental.at:4650): ok (0m0.294s 0m1.782s) 432. USE FOR DEBUGGING (COB_SET_DEBUG deactivated) (run_fundamental.at:4695): ok (0m0.409s 0m2.005s) 433. USE FOR DEBUGGING ON ALL PROCEDURES (run_fundamental.at:4740): ok (0m0.311s 0m1.960s) 434. USE FOR DEBUGGING ON procedure (run_fundamental.at:4791): ok (0m0.351s 0m1.842s) 435. USE FOR DEBUGGING (COB_SET_DEBUG switched) (run_fundamental.at:4839): ok (0m0.321s 0m1.872s) 436. USE FOR DEBUGGING ON [ALL] REFERENCES OF field (run_fundamental.at:4888): ok (0m0.293s 0m1.752s) 437. USE FOR DEBUGGING, reference within DEBUGGING (run_fundamental.at:4956): ok (0m0.308s 0m1.784s) 438. USE FOR DEBUGGING, reference with OCCURS (run_fundamental.at:4992): ok (0m0.308s 0m1.885s) 440. USE FOR DEBUGGING file (run_fundamental.at:5062): ok (0m0.279s 0m1.992s) 441. Subscript out of bounds (run_subscripts.at:26): ok (0m0.599s 0m3.862s) 442. Value of DEPENDING ON N out of bounds (run_subscripts.at:71): ok (0m0.750s 0m3.918s) 443. Subscript bounds with OCCURS DEPENDING ON (run_subscripts.at:122): ok (0m0.293s 0m2.035s) 444. Subscript by arithmetic expression (run_subscripts.at:148): ok (0m0.470s 0m2.175s) 445. length of ODO w/- reference modification (run_subscripts.at:179): ok (0m0.471s 0m2.308s) 446. SEARCH ALL with OCCURS DEPENDING ON (run_subscripts.at:235): ok (0m0.501s 0m2.186s) 447. Static reference modification (run_refmod.at:25): ok (0m0.425s 0m2.052s) 448. Dynamic reference modification (run_refmod.at:57): ok (0m0.382s 0m1.795s) 449. Offset underflow (run_refmod.at:94): ok (0m0.408s 0m1.782s) 450. Offset overflow (run_refmod.at:118): ok (0m0.825s 0m5.540s) 451. Length underflow (run_refmod.at:165): ok (0m0.412s 0m1.871s) 452. Length overflow (run_refmod.at:189): ok (0m0.675s 0m3.624s) 453. Length overflow with offset (run_refmod.at:231): ok (0m0.262s 0m1.990s) 454. ACCEPT OMITTED (simple) (run_accept.at:28): ok (0m0.382s 0m1.632s) 455. ACCEPT FROM TIME / DATE / DAY / DAY-OF-WEEK (1) (run_accept.at:54): ok (0m0.221s 0m1.831s) 456. ACCEPT FROM TIME / DATE / DAY / DAY-OF-WEEK (2) (run_accept.at:121): ok (0m0.380s 0m2.020s) 457. ACCEPT DATE / DAY and intrinsic functions (1) (run_accept.at:204): ok (0m0.207s 0m2.008s) 458. ACCEPT DATE / DAY and intrinsic functions (2) (run_accept.at:241): ok (0m0.339s 0m1.963s) 459. ACCEPT OMITTED (SCREEN) (run_accept.at:286): skipped (run_accept.at:289) 460. INITIALIZE group entry with OCCURS (run_initialize.at:27): ok (0m0.234s 0m1.799s) 461. INITIALIZE OCCURS with numeric edited (run_initialize.at:55): ok (0m0.307s 0m1.694s) 462. INITIALIZE OCCURS with SIGN LEADING / TRAILING (run_initialize.at:88): ok (0m0.263s 0m1.615s) 463. INITIALIZE complex group (1) (run_initialize.at:159): ok (0m0.354s 0m1.723s) 464. INITIALIZE complex group (2) (run_initialize.at:187): ok (0m0.366s 0m2.053s) 465. INITIALIZE with REDEFINES (run_initialize.at:215): ok (0m0.277s 0m1.560s) 466. INITIALIZE with FILLER (run_initialize.at:242): ok (0m0.427s 0m1.904s) 467. INITIALIZE of EXTERNAL data items (run_initialize.at:309): ok (0m0.368s 0m1.963s) 468. INITIALIZE with reference modification (run_initialize.at:360): ok (0m0.394s 0m2.053s) 469. Comma separator without space (run_misc.at:23): ok (0m0.233s 0m1.677s) 470. DECIMAL-POINT is COMMA (1) (run_misc.at:44): ok (0m0.382s 0m2.005s) 471. DECIMAL-POINT is COMMA (2) (run_misc.at:72): ok (0m0.205s 0m1.708s) 472. DECIMAL-POINT is COMMA (3) (run_misc.at:100): ok (0m0.236s 0m1.961s) 473. DECIMAL-POINT is COMMA (4) (run_misc.at:128): ok (0m0.324s 0m1.752s) 474. DECIMAL-POINT is COMMA (5) (run_misc.at:156): ok (0m0.398s 0m1.736s) 475. CURRENCY SIGN (run_misc.at:190): ok (0m0.308s 0m1.993s) 477. LOCAL-STORAGE (1) (run_misc.at:268): ok (0m0.628s 0m3.388s) 478. LOCAL-STORAGE (2) (run_misc.at:304): ok (0m0.762s 0m5.447s) 479. EXTERNAL data item (run_misc.at:352): ok (0m0.604s 0m3.137s) 480. EXTERNAL AS data item (run_misc.at:394): ok (0m0.559s 0m3.425s) 482. MOVE to itself (run_misc.at:528): ok (0m0.307s 0m1.677s) 483. MOVE with refmod (run_misc.at:554): ok (0m0.249s 0m1.636s) 484. MOVE with refmod (variable) (run_misc.at:578): ok (0m0.321s 0m1.769s) 485. MOVE with group refmod (run_misc.at:604): ok (0m0.367s 0m1.829s) 486. MOVE indexes (run_misc.at:629): ok (0m0.383s 0m1.828s) 487. MOVE X'00' (run_misc.at:655): ok (0m0.599s 0m3.255s) 488. MOVE Z'literal' (run_misc.at:690): ok (0m0.440s 0m2.005s) 489. Floating continuation indicator (run_misc.at:732): ok (0m0.279s 0m1.812s) 490. Fixed continuation indicator (run_misc.at:754): ok (0m0.293s 0m1.992s) 491. Concatenation operator (run_misc.at:796): ok (0m0.251s 0m1.903s) 492. SOURCE FIXED/FREE directives (run_misc.at:820): ok (0m0.352s 0m1.678s) 493. Level 01 subscripts (run_misc.at:857): ok (0m0.014s 0m0.233s) 494. Class check with reference modification (run_misc.at:879): ok (0m0.338s 0m1.739s) 495. Index and parenthesized expression (run_misc.at:903): ok (0m0.395s 0m2.051s) 496. Alphanumeric and binary numeric (run_misc.at:927): ok (0m0.337s 0m1.888s) 497. Non-numeric data in numeric items (run_misc.at:952): ok (0m1.324s 0m7.248s) 498. Dynamic call with static linking (run_misc.at:1026): ok (0m1.015s 0m5.728s) 499. Static call with static linking (run_misc.at:1055): ok (0m1.466s 0m8.127s) 500. Dynamic CALL with ON EXCEPTION (run_misc.at:1086): ok (0m0.674s 0m3.677s) 501. Static CALL with ON EXCEPTION (run_misc.at:1118): ok (0m1.676s 0m7.850s) 502. CALL m1. CALL m2. CALL m1. (run_misc.at:1158): ok (0m0.999s 0m5.510s) 503. Recursive CALL of RECURSIVE program (run_misc.at:1213): ok (0m0.872s 0m4.909s) 504. Recursive CALL of INITIAL program (run_misc.at:1265): ok (0m0.835s 0m4.654s) 505. Recursive CALL with RECURSIVE assumed (run_misc.at:1316): ok (0m0.870s 0m4.669s) 506. Recursive CALL with ON EXCEPTION (run_misc.at:1364): ok (0m0.836s 0m4.729s) 507. Multiple calls of INITIAL program (run_misc.at:1421): ok (0m0.630s 0m3.329s) 508. CALL binary literal parameter/LENGTH OF (run_misc.at:1478): ok (0m1.010s 0m4.783s) 509. INSPECT: REPLACING LEADING ZEROS BY SPACES (run_misc.at:1532): ok (0m0.292s 0m1.933s) 510. INSPECT: No repeat conversion check (run_misc.at:1556): ok (0m0.219s 0m1.935s) 511. INSPECT: CONVERTING TO figurative constant (run_misc.at:1580): ok (0m0.262s 0m1.784s) 512. INSPECT: CONVERTING NULL (run_misc.at:1604): ok (0m0.324s 0m1.964s) 513. INSPECT: CONVERTING TO NULL (run_misc.at:1628): ok (0m0.219s 0m1.513s) 514. INSPECT: REPLACING figurative constant (run_misc.at:1652): ok (0m0.383s 0m1.816s) 515. INSPECT: TALLYING BEFORE (run_misc.at:1676): ok (0m0.336s 0m2.024s) 516. INSPECT: TALLYING AFTER (run_misc.at:1711): ok (0m0.339s 0m1.874s) 517. INSPECT: REPLACING TRAILING ZEROS BY SPACES (run_misc.at:1746): ok (0m0.280s 0m1.874s) 518. INSPECT: REPLACING complex (run_misc.at:1770): ok (0m0.472s 0m1.888s) 519. SWITCHES (environment COB_SWITCH_n and SET) (run_misc.at:1796): ok (0m0.295s 0m1.947s) 520. Nested PERFORM (run_misc.at:1893): ok (0m0.397s 0m1.870s) 521. PERFORM VARYING BY -0.2 (run_misc.at:1917): ok (0m0.336s 0m2.068s) 522. PERFORM VARYING BY phrase omitted (run_misc.at:1944): ok (0m0.320s 0m2.181s) 523. EXIT PERFORM (run_misc.at:1975): ok (0m0.294s 0m1.961s) 524. EXIT PERFORM CYCLE (run_misc.at:2000): ok (0m0.292s 0m1.766s) 525. EXIT PARAGRAPH (run_misc.at:2025): ok (0m0.370s 0m2.055s) 526. EXIT SECTION (run_misc.at:2057): ok (0m0.252s 0m1.724s) 527. PERFORM FOREVER / PERFORM UNTIL EXIT (run_misc.at:2091): ok (0m0.441s 0m1.558s) 528. PERFORM inline (1) (run_misc.at:2132): ok (0m0.427s 0m1.711s) 529. PERFORM inline (2) (run_misc.at:2159): ok (0m0.218s 0m1.964s) 530. Non-overflow after overflow (run_misc.at:2184): ok (0m0.397s 0m1.830s) 531. PERFORM ... CONTINUE (run_misc.at:2214): ok (0m0.043s 0m0.129s) 532. STRING with subscript reference (run_misc.at:2231): ok (0m0.337s 0m1.934s) 533. STRING / UNSTRING NOT ON OVERFLOW (run_misc.at:2258): ok (0m0.325s 0m2.020s) 534. UNSTRING DELIMITED ALL LOW-VALUE (run_misc.at:2375): ok (0m0.349s 0m1.964s) 535. UNSTRING DELIMITED ALL SPACE-2 (run_misc.at:2410): ok (0m0.234s 0m1.888s) 536. UNSTRING DELIMITED POINTER (run_misc.at:2475): ok (0m0.368s 0m1.739s) 537. UNSTRING DELIMITER IN (run_misc.at:2529): ok (0m0.204s 0m1.739s) 538. UNSTRING with FUNCTION / literal (run_misc.at:2571): ok (0m0.251s 0m1.886s) 539. SORT: table sort (run_misc.at:2641): ok (0m0.278s 0m1.964s) 540. SORT: table sort (2) (run_misc.at:2683): ok (0m0.397s 0m1.917s) 541. SORT: table sort (3) (run_misc.at:2808): skipped (run_misc.at:2809) 542. SORT: EBCDIC table sort (run_misc.at:2850): ok (0m0.309s 0m1.933s) 543. PIC ZZZ-, ZZZ+ (run_misc.at:2888): ok (0m0.339s 0m1.649s) 544. PERFORM type OSVS (run_misc.at:2941): ok (0m0.294s 0m1.709s) 545. Sticky LINKAGE (run_misc.at:2978): ok (0m0.812s 0m3.768s) 546. COB_PRE_LOAD (run_misc.at:3025): ok (0m0.559s 0m3.260s) 547. COB_PRE_LOAD with entry points (run_misc.at:3051): ok (0m0.797s 0m4.819s) 548. Lookup ENTRY from main executable (run_misc.at:3121): ok (0m0.350s 0m2.005s) 549. COB_LOAD_CASE=UPPER test (run_misc.at:3162): ok (0m0.603s 0m3.541s) 550. ALLOCATE / FREE with BASED item (1) (run_misc.at:3188): ok (0m0.337s 0m2.265s) 551. ALLOCATE / FREE with BASED item (2) (run_misc.at:3215): ok (0m0.613s 0m3.391s) 552. ALLOCATE CHARACTERS INITIALIZED TO (run_misc.at:3262): ok (0m0.472s 0m2.023s) 553. Initialized value with defaultbyte (run_misc.at:3303): ok (0m0.385s 0m1.800s) 554. CALL with OMITTED parameter (run_misc.at:3328): ok (0m0.675s 0m3.512s) 555. CALL in from C, cob_call_params explicitly set (run_misc.at:3367): ok (0m0.426s 0m2.585s) 556. CALL in from C, cob_call_params unknown (run_misc.at:3427): ok (0m0.467s 0m2.826s) 557. CALL C with callback, PROCEDURE DIVISION EXTERN (run_misc.at:3484): ok (0m0.527s 0m3.159s) 558. CALL C with callback, ENTRY-CONVENTION EXTERN (run_misc.at:3550): ok (0m0.559s 0m2.335s) 559. CALL in from C with init missing / implicit (run_misc.at:3616): ok (0m0.853s 0m5.222s) 560. CALL STATIC C from COBOL (run_misc.at:3668): ok (0m0.396s 0m2.345s) 561. ANY LENGTH (1) (run_misc.at:3724): ok (0m0.693s 0m3.211s) 562. ANY LENGTH (2) (run_misc.at:3767): ok (0m0.661s 0m3.469s) 563. ANY LENGTH (3) (run_misc.at:3811): ok (0m0.222s 0m1.840s) 564. ANY LENGTH (4) (run_misc.at:3854): ok (0m0.353s 0m1.755s) 565. ANY LENGTH (5) (run_misc.at:3897): ok (0m0.324s 0m1.826s) 566. access to BASED item without allocation (run_misc.at:3922): ok (0m0.759s 0m3.626s) 567. access to OPTIONAL LINKAGE item not passed (run_misc.at:3963): ok (0m0.620s 0m3.285s) 568. STOP RUN WITH NORMAL STATUS (run_misc.at:4005): ok (0m0.293s 0m1.829s) 569. STOP RUN WITH ERROR STATUS (run_misc.at:4023): ok (0m0.309s 0m1.918s) 570. DECLARATIVES procedure referencing (run_misc.at:4041): ok (0m0.352s 0m1.708s) 571. DECLARATIVES procedure referencing (multiple) (run_misc.at:4081): ok (0m0.368s 0m1.649s) 572. SYMBOLIC clause (run_misc.at:4125): ok (0m0.383s 0m1.829s) 573. OCCURS clause with 1 entry (run_misc.at:4162): ok (0m0.293s 0m1.709s) 574. Computing of different USAGEs w/o decimal point (run_misc.at:4211): ok (0m1.034s 0m3.555s) 575. Computing of different USAGEs w/- decimal point (run_misc.at:4719): ok (0m0.992s 0m3.809s) 576. C/C++ reserved words/predefined identifiers (run_misc.at:5227): ok (0m0.986s 0m5.017s) 577. ON EXCEPTION clause of DISPLAY (run_misc.at:5687): skipped (run_misc.at:5690) 578. EC-SCREEN-LINE-NUMBER and -STARTING-COLUMN (run_misc.at:5712): skipped (run_misc.at:5715) 579. LINE/COLUMN 0 exceptions (run_misc.at:5753): skipped (run_misc.at:5756) 580. SET LAST EXCEPTION TO OFF (run_misc.at:5791): ok (0m0.398s 0m2.352s) 581. void PROCEDURE (run_misc.at:5827): ok (0m0.603s 0m3.239s) 582. Figurative constants to numeric field (run_misc.at:5856): ok (0m0.766s 0m3.919s) 583. MF FIGURATIVE to NUMERIC (run_misc.at:5918): ok (0m0.495s 0m2.897s) 584. void PROCEDURE, NOTHING return (run_misc.at:6046): ok (0m0.659s 0m3.331s) 585. READY TRACE / RESET TRACE (run_misc.at:6077): ok (0m1.480s 0m7.569s) 587. Test dump feature (run_misc.at:8277): ok (0m1.032s 0m4.065s) 588. CALL with program prototypes (run_misc.at:8747): ok (0m0.366s 0m1.618s) 589. REDEFINES values on FILLER and INITIALIZE (run_misc.at:8803): ok (0m0.321s 0m1.807s) 590. PICTURE with constant-name (run_misc.at:8858): ok (0m0.395s 0m2.169s) 591. Quote marks in comment paragraphs (run_misc.at:8886): ok (0m0.661s 0m3.805s) 592. Numeric MOVE with/without -fbinary-truncate (run_misc.at:8912): ok (0m0.658s 0m3.471s) 593. Alphanumeric MOVE with truncation (run_misc.at:8972): ok (0m0.384s 0m2.215s) 594. PROGRAM-ID / CALL literal/variable with spaces (run_misc.at:9036): ok (0m0.396s 0m1.927s) 596. DEFAULT ROUNDED MODE (run_misc.at:9325): ok (0m0.395s 0m1.781s) 597. OCCURS INDEXED ASCENDING (run_misc.at:9355): ok (0m0.455s 0m2.020s) 598. ZERO unsigned and negative binary subscript (run_misc.at:9453): ok (0m0.659s 0m3.953s) 599. Default Arithmetic (1) (run_misc.at:9516): ok (0m0.425s 0m1.946s) 600. Default Arithmetic Test (2) (run_misc.at:9620): ok (0m0.573s 0m1.934s) 601. OSVS Arithmetic (1) (run_misc.at:9671): ok (0m0.455s 0m1.913s) 602. OSVS Arithmetic Test (2) (run_misc.at:9788): ok (0m0.425s 0m1.916s) 603. SET CONSTANT directive (run_misc.at:9845): ok (0m0.978s 0m5.180s) 604. DEFINE OVERRIDE (run_misc.at:9948): ok (0m0.326s 0m1.780s) 605. DEFINE Defaults (run_misc.at:10014): ok (0m0.320s 0m1.691s) 606. 78 VALUE (run_misc.at:10080): ok (0m0.308s 0m1.901s) 607. 01 CONSTANT (run_misc.at:10148): ok (0m0.370s 0m1.826s) 608. DISPLAY UPON (run_misc.at:10228): ok (0m0.434s 0m2.488s) 609. FLOAT-DECIMAL w/o SIZE ERROR (run_misc.at:10301): ok (0m29.394s 0m1.931s) 610. FLOAT-SHORT / FLOAT-LONG w/o SIZE ERROR (run_misc.at:10475): ok (0m0.351s 0m1.828s) 611. FLOAT-SHORT with SIZE ERROR (run_misc.at:10674): ok (0m0.308s 0m1.797s) 612. FLOAT-LONG with SIZE ERROR (run_misc.at:10725): ok (0m0.368s 0m1.960s) 613. EC-SIZE-ZERO-DIVIDE (run_misc.at:10782): ok (0m0.410s 0m1.844s) 614. EC-SIZE-OVERFLOW (run_misc.at:10825): ok (0m0.367s 0m1.963s) 615. READ INTO data-item AT-END sequence (run_file.at:23): ok (0m0.455s 0m1.589s) 616. LINAGE and LINAGE-COUNTER sample (run_file.at:60): ok (0m0.339s 0m1.900s) 619. REWRITE a RELATIVE file with RANDOM access (run_file.at:464): ok (0m0.220s 0m1.904s) 620. SORT with SD, I/O SEQUENTIAL (run_file.at:531): ok (0m0.323s 0m2.138s) 621. SORT with SD, I/O LINE SEQUENTIAL (run_file.at:581): ok (0m0.395s 0m2.003s) 622. SORT with SD, I/O LINE SEQUENTIAL same file (run_file.at:640): ok (0m0.293s 0m2.076s) 623. SORT nonexistent file (run_file.at:697): ok (0m0.307s 0m1.707s) 624. ASSIGN with LOCAL-STORAGE item (run_file.at:732): ok (0m0.234s 0m2.007s) 625. ASSIGN with LOCAL-STORAGE item and INITIAL prog (run_file.at:769): ok (0m0.323s 0m1.798s) 626. ASSIGN with BASED data-item (run_file.at:809): ok (0m0.752s 0m4.282s) 627. ASSIGN with data-item in LINKAGE (run_file.at:890): ok (0m0.759s 0m3.846s) 631. WRITE+REWRITE FILE name (run_file.at:2220): ok (0m0.381s 0m1.827s) 632. START RELATIVE (1) (run_file.at:2372): ok (0m0.263s 0m2.068s) 633. START RELATIVE (2) (run_file.at:2421): ok (0m0.265s 0m1.784s) 634. READ on OPTIONAL missing file (run_file.at:2498): ok (0m0.369s 0m1.827s) 635. EXTERNAL RELATIVE file (run_file.at:2559): ok (0m0.310s 0m1.648s) 636. System routines for directories (run_file.at:2595): ok (0m0.397s 0m1.528s) 637. System routines for files (run_file.at:2637): ok (0m0.526s 0m3.981s) 638. System routine CBL_COPY_FILE (run_file.at:2807): ok (0m0.249s 0m1.944s) 639. Report Line Order (run_reportwriter.at:23): ok (0m0.364s 0m1.704s) 640. REPORT COL PLUS (run_reportwriter.at:120): ok (0m0.334s 0m2.185s) 641. Report Overlapping Fields (run_reportwriter.at:189): ok (0m0.423s 0m2.034s) 642. EMPTY REPORT (run_reportwriter.at:258): ok (0m0.292s 0m1.840s) 643. PAGE LIMIT REPORT (run_reportwriter.at:327): ok (0m0.308s 0m1.809s) 644. PAGE LIMIT REPORT 2 (run_reportwriter.at:389): ok (0m0.367s 0m1.886s) 645. Sample Customer Report (run_reportwriter.at:461): ok (0m0.307s 0m1.808s) 646. Sample Charge Report (run_reportwriter.at:776): ok (0m0.293s 0m2.002s) 647. Sample Charge Report 2 (run_reportwriter.at:1129): ok (0m0.428s 0m1.957s) 648. Sample Charge Report 3 (run_reportwriter.at:1499): ok (0m0.337s 0m1.930s) 649. Sample Charge Report 4 (run_reportwriter.at:1799): ok (0m0.293s 0m1.779s) 650. Sample Payroll Report (run_reportwriter.at:2215): ok (0m0.621s 0m2.118s) 651. Sample REPORT with RIGHT/CENTER (run_reportwriter.at:2900): ok (0m0.497s 0m1.875s) 652. STUDENT REPORT with INITIAL (run_reportwriter.at:3068): ok (0m0.501s 0m2.212s) 653. ORDER REPORT; Test substring (run_reportwriter.at:3220): ok (0m0.469s 0m1.750s) 654. Sample Control Break (run_reportwriter.at:3568): ok (0m0.411s 0m1.885s) 655. Sample Inventory Report (run_reportwriter.at:3797): ok (0m0.336s 0m2.211s) 656. Duplicate Detail Line (run_reportwriter.at:3987): ok (0m0.336s 0m1.930s) 657. Report with OCCURS (run_reportwriter.at:4115): ok (0m0.324s 0m1.914s) 658. Report CODE and LIMIT COLUMNS (run_reportwriter.at:4220): ok (0m0.821s 0m3.910s) 659. Duplicate INITIATE (run_reportwriter.at:4441): ok (0m0.410s 0m1.372s) 660. Missing INITIATE (run_reportwriter.at:4507): ok (0m0.325s 0m2.063s) 661. Next Group Next Page (run_reportwriter.at:4569): ok (0m0.382s 0m1.734s) 662. Report PRESENT AFTER (run_reportwriter.at:8892): ok (0m0.396s 0m1.928s) 663. RETURN-CODE moving (run_returncode.at:23): ok (0m0.234s 0m1.933s) 664. RETURN-CODE passing (run_returncode.at:49): ok (0m0.791s 0m5.212s) 665. RETURN-CODE nested (run_returncode.at:101): ok (0m0.292s 0m2.143s) 666. FUNCTION ABS (run_functions.at:24): ok (0m0.324s 0m1.902s) 667. FUNCTION ACOS (run_functions.at:46): ok (0m0.337s 0m1.648s) 668. FUNCTION ANNUITY (run_functions.at:70): ok (0m0.219s 0m1.753s) 669. FUNCTION ASIN (run_functions.at:94): ok (0m0.383s 0m1.785s) 670. FUNCTION ATAN (run_functions.at:118): ok (0m0.292s 0m2.113s) 671. FUNCTION BYTE-LENGTH (run_functions.at:142): ok (0m0.397s 0m1.796s) 672. FUNCTION CHAR (run_functions.at:212): ok (0m0.323s 0m1.755s) 673. FUNCTION COMBINED-DATETIME (run_functions.at:250): ok (0m0.440s 0m1.814s) 674. FUNCTION CONCATENATE (run_functions.at:275): ok (0m0.310s 0m1.471s) 675. FUNCTION CONCATENATE with reference modding (run_functions.at:314): ok (0m0.311s 0m1.588s) 676. FUNCTION as CALL parameter BY CONTENT (run_functions.at:342): ok (0m0.338s 0m1.735s) 677. FUNCTION COS (run_functions.at:378): ok (0m0.441s 0m1.575s) 678. FUNCTION CURRENCY-SYMBOL (run_functions.at:402): ok (0m0.249s 0m2.007s) 679. FUNCTION CURRENT-DATE (run_functions.at:425): ok (0m0.367s 0m1.753s) 680. FUNCTION DATE-OF-INTEGER (run_functions.at:496): ok (0m0.352s 0m1.843s) 681. FUNCTION DATE-TO-YYYYMMDD (run_functions.at:521): ok (0m0.410s 0m1.545s) 682. FUNCTION DAY-OF-INTEGER (run_functions.at:546): ok (0m0.369s 0m1.694s) 683. FUNCTION DAY-TO-YYYYDDD (run_functions.at:571): ok (0m0.353s 0m1.964s) 684. FUNCTION E (run_functions.at:596): ok (0m0.352s 0m1.888s) 685. FUNCTION EXCEPTION-FILE (run_functions.at:620): ok (0m0.334s 0m1.720s) 686. FUNCTION EXCEPTION-LOCATION (run_functions.at:655): ok (0m0.323s 0m1.811s) 687. FUNCTION EXCEPTION-STATEMENT (run_functions.at:694): ok (0m0.383s 0m1.737s) 688. FUNCTION EXCEPTION-STATUS (run_functions.at:729): ok (0m0.336s 0m1.828s) 689. FUNCTION EXP (run_functions.at:764): ok (0m0.382s 0m1.769s) 690. FUNCTION EXP10 (run_functions.at:788): ok (0m0.412s 0m1.934s) 691. FUNCTION FACTORIAL (run_functions.at:813): ok (0m0.409s 0m1.620s) 692. FUNCTION FORMATTED-CURRENT-DATE (run_functions.at:838): ok (0m0.339s 0m1.860s) 693. FUNCTION FORMATTED-DATE (run_functions.at:866): ok (0m0.323s 0m1.768s) 694. FUNCTION FORMATTED-DATE with ref modding (run_functions.at:929): ok (0m0.324s 0m1.799s) 695. FUNCTION FORMATTED-DATETIME (run_functions.at:954): ok (0m0.352s 0m1.605s) 696. FUNCTION FORMATTED-DATETIME with ref modding (run_functions.at:1011): ok (0m0.353s 0m1.784s) 697. FUNCTION FORMATTED-TIME (run_functions.at:1037): ok (0m0.293s 0m1.828s) 698. FUNCTION FORMATTED-TIME DP.COMMA (run_functions.at:1124): ok (0m0.398s 0m1.784s) 699. FUNCTION FORMATTED-TIME with ref modding (run_functions.at:1155): ok (0m0.352s 0m1.650s) 700. FUNCTION FRACTION-PART (run_functions.at:1180): ok (0m0.324s 0m1.844s) 701. FUNCTION HIGHEST-ALGEBRAIC (run_functions.at:1211): ok (0m0.381s 0m1.829s) 702. FUNCTION INTEGER (run_functions.at:1279): ok (0m0.295s 0m1.829s) 703. FUNCTION INTEGER-OF-DATE (run_functions.at:1312): ok (0m0.454s 0m1.753s) 704. FUNCTION INTEGER-OF-DAY (run_functions.at:1337): ok (0m0.234s 0m1.859s) 705. FUNCTION INTEGER-OF-FORMATTED-DATE (run_functions.at:1362): ok (0m0.365s 0m1.619s) 706. FUNCTION INTEGER-PART (run_functions.at:1412): ok (0m0.264s 0m1.648s) 707. FUNCTION LENGTH (run_functions.at:1438): ok (0m0.276s 0m1.720s) 708. FUNCTION LOCALE-COMPARE (run_functions.at:1506): ok (0m0.366s 0m1.768s) 709. FUNCTION LOCALE-DATE (run_functions.at:1536): ok (0m0.324s 0m2.096s) 710. FUNCTION LOCALE-TIME (run_functions.at:1562): ok (0m0.381s 0m1.796s) 711. FUNCTION LOCALE-TIME-FROM-SECONDS (run_functions.at:1588): ok (0m0.397s 0m1.497s) 712. FUNCTION LOG (run_functions.at:1614): ok (0m0.411s 0m1.753s) 713. FUNCTION LOG10 (run_functions.at:1638): ok (0m0.263s 0m2.159s) 714. FUNCTION LOWER-CASE (run_functions.at:1662): ok (0m0.337s 0m1.770s) 715. FUNCTION LOWER-CASE with reference modding (run_functions.at:1690): ok (0m0.292s 0m1.634s) 716. FUNCTION LOWEST-ALGEBRAIC (run_functions.at:1716): ok (0m0.321s 0m1.873s) 717. FUNCTION MAX (run_functions.at:1769): ok (0m0.336s 0m1.886s) 718. FUNCTION MEAN (run_functions.at:1791): ok (0m0.353s 0m1.991s) 719. FUNCTION MEDIAN (run_functions.at:1813): ok (0m0.266s 0m1.916s) 720. FUNCTION MIDRANGE (run_functions.at:1835): ok (0m0.219s 0m1.977s) 721. FUNCTION MIN (run_functions.at:1857): ok (0m0.353s 0m1.678s) 722. FUNCTION MOD (valid) (run_functions.at:1879): ok (0m0.338s 0m1.529s) 723. FUNCTION MOD (invalid) (run_functions.at:1909): ok (0m0.325s 0m1.799s) 724. FUNCTION MODULE-CALLER-ID (run_functions.at:1940): ok (0m0.602s 0m3.479s) 725. FUNCTION MODULE-DATE (run_functions.at:1974): ok (0m0.324s 0m1.795s) 726. FUNCTION MODULE-FORMATTED-DATE (run_functions.at:1999): ok (0m0.251s 0m1.826s) 727. FUNCTION MODULE-ID (run_functions.at:2024): ok (0m0.438s 0m2.037s) 728. FUNCTION MODULE-PATH (run_functions.at:2045): ok (0m0.383s 0m1.840s) 729. FUNCTION MODULE-SOURCE (run_functions.at:2070): ok (0m0.339s 0m1.960s) 730. FUNCTION MODULE-TIME (run_functions.at:2091): ok (0m0.324s 0m1.961s) 731. FUNCTION MONETARY-DECIMAL-POINT (run_functions.at:2116): ok (0m0.412s 0m1.810s) 732. FUNCTION MONETARY-THOUSANDS-SEPARATOR (run_functions.at:2139): ok (0m0.397s 0m1.767s) 733. FUNCTION NUMERIC-DECIMAL-POINT (run_functions.at:2162): ok (0m0.324s 0m1.826s) 734. FUNCTION NUMERIC-THOUSANDS-SEPARATOR (run_functions.at:2185): ok (0m0.381s 0m1.949s) 735. FUNCTION NUMVAL (run_functions.at:2208): ok (0m0.279s 0m1.545s) 736. FUNCTION NUMVAL-C (run_functions.at:2239): ok (0m0.282s 0m1.843s) 737. FUNCTION NUMVAL-C DP.COMMA (run_functions.at:2270): ok (0m0.325s 0m1.948s) 738. FUNCTION NUMVAL-F (run_functions.at:2300): ok (0m0.265s 0m2.053s) 739. FUNCTION ORD (run_functions.at:2323): ok (0m0.367s 0m1.796s) 740. FUNCTION ORD-MAX (run_functions.at:2345): ok (0m0.292s 0m1.872s) 741. FUNCTION ORD-MIN (run_functions.at:2367): ok (0m0.339s 0m1.975s) 742. FUNCTION PI (run_functions.at:2389): ok (0m0.381s 0m1.694s) 743. FUNCTION PRESENT-VALUE (run_functions.at:2413): ok (0m0.291s 0m1.871s) 744. FUNCTION RANDOM (run_functions.at:2435): ok (0m0.309s 0m1.858s) 745. FUNCTION RANGE (run_functions.at:2459): ok (0m0.336s 0m1.620s) 746. FUNCTION REM (valid) (run_functions.at:2483): ok (0m0.278s 0m1.770s) 747. FUNCTION REM (invalid) (run_functions.at:2506): ok (0m0.279s 0m1.740s) 748. FUNCTION REVERSE (run_functions.at:2537): ok (0m0.337s 0m1.498s) 749. FUNCTION REVERSE with reference modding (run_functions.at:2562): ok (0m0.382s 0m1.783s) 750. FUNCTION SECONDS-FROM-FORMATTED-TIME (run_functions.at:2587): ok (0m0.264s 0m2.040s) 751. FUNCTION SECONDS-PAST-MIDNIGHT (run_functions.at:2654): ok (0m0.278s 0m1.723s) 752. FUNCTION SIGN (run_functions.at:2678): ok (0m0.279s 0m1.800s) 753. FUNCTION SIN (run_functions.at:2717): ok (0m0.159s 0m1.978s) 754. FUNCTION SQRT (run_functions.at:2741): ok (0m0.306s 0m1.951s) 755. FUNCTION STANDARD-DEVIATION (run_functions.at:2765): ok (0m0.295s 0m1.889s) 756. FUNCTION STORED-CHAR-LENGTH (run_functions.at:2789): ok (0m0.280s 0m1.829s) 757. FUNCTION SUBSTITUTE (run_functions.at:2815): ok (0m0.308s 0m2.098s) 758. FUNCTION SUBSTITUTE with reference modding (run_functions.at:2844): ok (0m0.235s 0m1.814s) 759. FUNCTION SUBSTITUTE-CASE (run_functions.at:2872): ok (0m0.249s 0m1.726s) 760. FUNCTION SUBSTITUTE-CASE with reference mod (run_functions.at:2899): ok (0m0.323s 0m1.814s) 761. FUNCTION SUM (run_functions.at:2927): ok (0m0.295s 0m2.024s) 762. FUNCTION TAN (run_functions.at:2951): ok (0m0.281s 0m1.860s) 763. FUNCTION TEST-DATE-YYYYMMDD (run_functions.at:2975): ok (0m0.292s 0m1.930s) 764. FUNCTION TEST-DAY-YYYYDDD (run_functions.at:2997): ok (0m0.262s 0m1.871s) 765. FUNCTION TEST-FORMATTED-DATETIME with dates (run_functions.at:3019): ok (0m0.310s 0m1.889s) 766. FUNCTION TEST-FORMATTED-DATETIME with times (run_functions.at:3146): ok (0m0.338s 0m1.590s) 767. FUNCTION TEST-FORMATTED-DATETIME with datetimes (run_functions.at:3227): ok (0m0.323s 0m1.905s) 768. FUNCTION TEST-FORMATTED-DATETIME DP.COMMA (run_functions.at:3280): ok (0m0.250s 0m1.843s) 769. FUNCTION TEST-NUMVAL (run_functions.at:3321): ok (0m0.308s 0m1.889s) 770. FUNCTION TEST-NUMVAL-C (run_functions.at:3419): ok (0m0.456s 0m1.635s) 771. FUNCTION TEST-NUMVAL-F (run_functions.at:3517): ok (0m0.309s 0m1.648s) 772. FUNCTION TRIM (run_functions.at:3615): ok (0m0.382s 0m1.631s) 773. FUNCTION TRIM with reference modding (run_functions.at:3641): ok (0m0.337s 0m1.705s) 774. FUNCTION TRIM zero length (run_functions.at:3667): ok (0m0.338s 0m1.736s) 775. FUNCTION UPPER-CASE (run_functions.at:3694): ok (0m0.279s 0m1.831s) 776. FUNCTION UPPER-CASE with reference modding (run_functions.at:3719): ok (0m0.322s 0m1.758s) 777. FUNCTION VARIANCE (run_functions.at:3744): ok (0m0.307s 0m1.529s) 778. FUNCTION WHEN-COMPILED (run_functions.at:3768): ok (0m0.264s 0m1.830s) 779. FUNCTION YEAR-TO-YYYY (run_functions.at:3822): ok (0m0.306s 0m1.695s) 780. Formatted funcs w/ invalid variable format (run_functions.at:3846): ok (0m0.339s 0m1.796s) 781. FORMATTED-(DATE)TIME with SYSTEM-OFFSET (run_functions.at:3926): ok (0m0.383s 0m1.738s) 782. Intrinsics without FUNCTION keyword (1) (run_functions.at:3964): ok (0m0.335s 0m1.559s) 783. Intrinsics without FUNCTION keyword (2) (run_functions.at:3985): ok (0m0.339s 0m1.350s) 784. User-Defined FUNCTION with/without parameter (run_functions.at:4008): ok (0m0.398s 0m1.784s) 785. UDF in COMPUTE (run_functions.at:4059): ok (0m0.381s 0m1.961s) 786. UDF replacing intrinsic function (run_functions.at:4102): ok (0m0.354s 0m1.916s) 788. CALL BY CONTENT binary and literal (run_extensions.at:24): ok (0m0.604s 0m3.404s) 789. Numeric Boolean literal (run_extensions.at:73): ok (0m0.350s 0m2.040s) 790. ACUCOBOL literal (run_extensions.at:104): ok (0m0.366s 0m1.843s) 791. Hexadecimal numeric literal (run_extensions.at:132): ok (0m0.293s 0m1.660s) 792. Semi-parenthesized condition (run_extensions.at:161): ok (0m0.293s 0m1.930s) 793. ADDRESS OF (run_extensions.at:181): ok (0m0.264s 0m1.604s) 794. LENGTH OF (run_extensions.at:231): ok (0m0.324s 0m1.946s) 795. SET TO SIZE OF (run_extensions.at:333): ok (0m0.265s 0m1.949s) 796. WHEN-COMPILED (run_extensions.at:370): ok (0m0.323s 0m1.723s) 797. Complex OCCURS DEPENDING ON (1) (run_extensions.at:400): ok (0m0.263s 0m1.888s) 798. Complex OCCURS DEPENDING ON (2) (run_extensions.at:429): ok (0m0.397s 0m1.871s) 799. Complex OCCURS DEPENDING ON (3) (run_extensions.at:492): ok (0m0.426s 0m1.858s) 800. Complex OCCURS DEPENDING ON (4) (run_extensions.at:555): ok (0m0.425s 0m1.945s) 801. Complex OCCURS DEPENDING ON (5) (run_extensions.at:621): ok (0m0.410s 0m1.633s) 802. Complex OCCURS DEPENDING ON (6) (run_extensions.at:687): ok (0m0.296s 0m1.859s) 803. OCCURS UNBOUNDED (run_extensions.at:728): ok (0m0.265s 0m1.889s) 804. DEPENDING ON with ODOSLIDE (run_extensions.at:772): ok (0m0.443s 0m2.093s) 805. DEPENDING ON with ODOSLIDE for IBM (run_extensions.at:982): ok (0m0.338s 0m1.811s) 806. INITIALIZE level 01 (run_extensions.at:1085): ok (0m0.352s 0m1.769s) 807. MOVE of non-integer to alphanumeric (run_extensions.at:1137): ok (0m0.338s 0m1.854s) 808. CALL USING file-name (run_extensions.at:1228): ok (0m0.796s 0m3.091s) 809. CALL unusual PROGRAM-ID. (run_extensions.at:1273): ok (0m1.361s 0m7.663s) 810. CALL / GOBACK with LOCAL-STORAGE (run_extensions.at:1338): ok (0m0.574s 0m3.465s) 811. CALL BY VALUE alphanumeric item (run_extensions.at:1388): ok (0m0.369s 0m1.781s) 812. CALL BY VALUE numeric literal WITH SIZE (run_extensions.at:1425): ok (0m0.368s 0m2.168s) 813. Case-sensitive PROGRAM-ID (run_extensions.at:1529): ok (0m0.295s 0m1.828s) 814. Quoted PROGRAM-ID (run_extensions.at:1554): ok (0m0.310s 0m1.859s) 815. PROGRAM-ID AS clause (run_extensions.at:1577): ok (0m0.383s 0m1.816s) 816. ASSIGN clause (run_extensions.at:1602): ok (0m0.368s 0m1.948s) 817. ASSIGN clause IBM (run_extensions.at:1631): ok (0m0.352s 0m1.766s) 818. ASSIGN mapping (run_extensions.at:1660): ok (0m0.641s 0m4.138s) 819. ASSIGN expansion (run_extensions.at:1716): ok (0m0.236s 0m2.022s) 820. ASSIGN with COB_FILE_PATH (run_extensions.at:1743): ok (0m0.351s 0m1.991s) 821. NUMBER-OF-CALL-PARAMETERS (run_extensions.at:1770): ok (0m0.663s 0m3.751s) 822. TALLY register (run_extensions.at:1825): ok (0m0.393s 0m1.953s) 823. Redefining TALLY (run_extensions.at:1859): ok (0m0.318s 0m1.865s) 824. PROCEDURE DIVISION USING BY ... (run_extensions.at:1895): ok (0m0.570s 0m3.422s) 825. PROCEDURE DIVISION CHAINING (run_extensions.at:1948): ok (0m1.794s 0m11.245s) 826. STOP RUN RETURNING/GIVING (run_extensions.at:2071): ok (0m1.027s 0m7.343s) 827. GOBACK/EXIT PROGRAM RETURNING/GIVING (run_extensions.at:2127): ok (0m0.752s 0m3.377s) 828. ENTRY (run_extensions.at:2177): ok (0m0.706s 0m3.449s) 829. LINE SEQUENTIAL write (run_extensions.at:2223): ok (0m0.428s 0m1.794s) 830. LINE SEQUENTIAL read (run_extensions.at:2269): ok (0m0.293s 0m1.764s) 831. ASSIGN to KEYBOARD/DISPLAY (run_extensions.at:2336): ok (0m0.324s 0m1.659s) 833. Environment/Argument variable (run_extensions.at:2456): ok (0m0.220s 0m1.946s) 834. 78 Level (1) (run_extensions.at:2503): ok (0m0.310s 0m1.811s) 835. 78 Level (2) (run_extensions.at:2526): ok (0m0.442s 0m1.826s) 836. 78 Level (3) (run_extensions.at:2552): ok (0m0.338s 0m1.709s) 837. SWITCHES with non-standard names (run_extensions.at:2576): ok (0m0.381s 0m1.781s) 838. Larger REDEFINES lengths (run_extensions.at:2689): ok (0m0.337s 0m1.617s) 839. Obsolete 2002 keywords with COBOL2014 (run_extensions.at:2774): ok (0m0.396s 0m2.166s) 840. System routine with wrong number of parameters (run_extensions.at:2804): ok (0m0.306s 0m2.419s) 841. System routine C$NARG (run_extensions.at:2847): ok (0m0.835s 0m4.837s) 842. System routine C$PARAMSIZE (run_extensions.at:2924): ok (0m0.486s 0m3.317s) 843. System routine C$CALLEDBY (run_extensions.at:2966): ok (0m0.556s 0m3.600s) 844. System routine C$JUSTIFY (run_extensions.at:3012): ok (0m0.294s 0m1.694s) 845. System routine C$PRINTABLE (run_extensions.at:3037): ok (0m0.338s 0m1.678s) 846. System routine C$MAKEDIR (run_extensions.at:3066): ok (0m0.323s 0m2.112s) 847. System routine C$GETPID (run_extensions.at:3087): ok (0m0.308s 0m1.844s) 848. System routine C$TOUPPER (run_extensions.at:3112): ok (0m0.337s 0m1.723s) 849. System routine C$TOLOWER (run_extensions.at:3137): ok (0m0.309s 0m1.829s) 850. System routine CBL_OR (run_extensions.at:3162): ok (0m0.353s 0m1.994s) 851. System routine CBL_NOR (run_extensions.at:3189): ok (0m0.350s 0m1.739s) 852. System routine CBL_AND (run_extensions.at:3216): ok (0m0.176s 0m1.829s) 853. System routine CBL_XOR (run_extensions.at:3243): ok (0m0.308s 0m1.708s) 854. System routine CBL_IMP (run_extensions.at:3270): ok (0m0.323s 0m1.679s) 855. System routine CBL_NIMP (run_extensions.at:3297): ok (0m0.306s 0m1.708s) 856. System routine CBL_NOT (run_extensions.at:3324): ok (0m0.279s 0m1.709s) 857. System routine CBL_EQ (run_extensions.at:3350): ok (0m0.294s 0m1.919s) 858. System routine CBL_GC_GETOPT (run_extensions.at:3377): ok (0m1.937s 0m8.541s) 859. System routine CBL_GC_FORK (run_extensions.at:3814): ok (0m0.309s 0m2.127s) 860. System routine CBL_GC_WAITPID (run_extensions.at:3882): ok (0m0.383s 0m1.960s) 861. System routine CBL_GC_HOSTED (run_extensions.at:3934): ok (0m0.855s 0m5.146s) 862. System routine SYSTEM, parameter handling (run_extensions.at:4053): ok (0m0.369s 0m2.513s) 863. System routine CBL_ERROR_PROC (run_extensions.at:4164): ok (0m0.657s 0m3.978s) 864. DISPLAY DIRECTIVE and $DISPLAY (run_extensions.at:4252): ok (0m0.443s 0m1.903s) 865. Conditional/define directives (1) (run_extensions.at:4277): ok (0m0.306s 0m1.751s) 866. Conditional/define directives (2) (run_extensions.at:4302): ok (0m0.339s 0m1.780s) 867. Conditional/define directives (3) (run_extensions.at:4327): ok (0m0.220s 0m1.750s) 868. Conditional/define directives (4) (run_extensions.at:4355): ok (0m0.367s 0m1.739s) 869. Conditional/define directives (5) (run_extensions.at:4381): ok (0m0.296s 0m1.979s) 870. Conditional/define directives (6) (run_extensions.at:4406): ok (0m0.629s 0m3.211s) 871. Conditional/define directives (7) (run_extensions.at:4432): ok (0m0.236s 0m1.846s) 872. Conditional/define directives (8) (run_extensions.at:4454): ok (0m0.234s 0m1.607s) 873. Variable format (run_extensions.at:4474): ok (0m0.249s 0m1.796s) 874. Binary COMP-1 (1) (run_extensions.at:4496): ok (0m0.646s 0m3.488s) 875. Binary COMP-1 (2) (run_extensions.at:4527): ok (0m0.633s 0m3.549s) 876. BINARY: 2-4-8 big-endian (data_binary.at:23): ok (0m1.092s 0m5.025s) 877. BINARY: 2-4-8 native (data_binary.at:205): ok (0m1.251s 0m5.651s) 878. BINARY: 1-2-4-8 big-endian (data_binary.at:393): ok (0m1.418s 0m5.128s) 879. BINARY: 1-2-4-8 native (data_binary.at:575): ok (0m1.184s 0m5.155s) 880. BINARY: 1--8 big-endian (data_binary.at:763): ok (0m1.108s 0m5.156s) 881. BINARY: 1--8 native (data_binary.at:945): ok (0m1.295s 0m5.215s) 882. BINARY: full-print (data_binary.at:1133): ok (0m0.339s 0m1.826s) 883. BINARY: 64bit unsigned compare (data_binary.at:1185): ok (0m0.409s 0m1.786s) 884. BINARY: 64bit unsigned arithmetic notrunc (data_binary.at:1210): ok (0m0.381s 0m1.827s) 885. BINARY: 64bit signed negative constant range (data_binary.at:1239): ok (0m0.278s 0m1.976s) 886. DISPLAY: Sign ASCII (data_display.at:21): ok (0m0.383s 0m1.811s) 887. DISPLAY: Sign ASCII (2) (data_display.at:80): ok (0m0.263s 0m1.812s) 888. DISPLAY: Sign EBCDIC (data_display.at:126): ok (0m0.309s 0m2.005s) 889. DISPLAY: unsigned (data_display.at:171): ok (0m0.381s 0m1.706s) 890. PACKED-DECIMAL dump (data_packed.at:25): ok (0m1.005s 0m3.644s) 891. PACKED-DECIMAL display (data_packed.at:162): ok (0m0.277s 0m1.919s) 892. PACKED-DECIMAL move (data_packed.at:218): ok (0m0.264s 0m1.886s) 893. PACKED-DECIMAL arithmetic (1) (data_packed.at:276): ok (0m0.308s 0m1.872s) 894. PACKED-DECIMAL arithmetic (2) (data_packed.at:316): ok (0m0.321s 0m1.978s) 895. PACKED-DECIMAL numeric test (1) (data_packed.at:353): ok (0m0.339s 0m1.841s) 896. PACKED-DECIMAL numeric test (2) (data_packed.at:494): ok (0m0.412s 0m1.660s) 897. COMP-6 display (data_packed.at:608): ok (0m0.236s 0m1.918s) 898. COMP-6 move (data_packed.at:644): ok (0m0.368s 0m1.902s) 899. COMP-6 arithmetic (data_packed.at:690): ok (0m0.469s 0m1.736s) 900. COMP-6 numeric test (data_packed.at:721): ok (0m0.440s 0m1.873s) 901. POINTER: display (data_pointer.at:21): ok (0m0.336s 0m1.616s) testsuite: ending at: Tue Dec 10 08:32:02 CST 2019 testsuite: test suite duration: 1h 19m 14s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 895 tests were run, 16 failed (10 expected failures). 6 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GnuCOBOL 3.0-rc1 test suite: GnuCOBOL Tests test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 586: run_misc.at:6210 Trace feature with subroutine trace 617: run_file.at:346 First READ on empty SEQUENTIAL INDEXED file runfile 618: run_file.at:386 READ NEXT without previous START runfile write indexed 628: run_file.at:1063 INDEXED File Sparse/Split keys runfile split key sparse suppress 629: run_file.at:1581 INDEXED File variable length record runfile write start read 630: run_file.at:1836 INDEXED sample runfile optional file status read write duplicates start Skipped tests: GnuCOBOL 3.0-rc1 test suite: GnuCOBOL Tests test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 228: syn_misc.at:3321 ACUCOBOL 32bit literal size extensions literals 459: run_accept.at:286 ACCEPT OMITTED (SCREEN) accept extensions 541: run_misc.at:2808 SORT: table sort (3) runmisc 577: run_misc.at:5687 ON EXCEPTION clause of DISPLAY runmisc exceptions screen 578: run_misc.at:5712 EC-SCREEN-LINE-NUMBER and -STARTING-COLUMN runmisc exceptions screen 579: run_misc.at:5753 LINE/COLUMN 0 exceptions line column runmisc exceptions extensions screen ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 586. run_misc.at:6210: testing Trace feature with subroutine ... ./run_misc.at:6235: $COMPILE_MODULE callsub.cob ./run_misc.at:6841: $COMPILE -ftraceall prog.cob ./run_misc.at:6844: $COBCRUN_DIRECT ./prog --- /dev/null 2019-12-10 07:56:35.000000000 -0600 +++ /cygdrive/C/cobol/gnucobol-3.0-rc1/tests/testsuite.dir/at-groups/586/stderr 2019-12-10 07:56:34.000000000 -0600 @@ -0,0 +1,4 @@ +page 3223092: illegal page type or format +PANIC: Invalid argument +PANIC: fatal region error detected; run recovery +PANIC: fatal region error detected; run recovery --- - 2019-12-10 07:56:35.252921600 -0600 +++ /cygdrive/C/cobol/gnucobol-3.0-rc1/tests/testsuite.dir/at-groups/586/stdout 2019-12-10 07:56:34.000000000 -0600 @@ -1,38 +1,4 @@ OK: Operations on empty file Loading sample data file. -Sample data file load complete. -LIST SAMPLE FILE -Key: EPS00000 is EPSILON EQUIPMENT SUPPLY Disk=8417 . -Key: FOR00000 is FORTUNE COOKIE COMPANY Disk=8470 . -Key: GAM00000 is GAMMA X-RAY TECHNOLOGY Disk=8417 . -Key: GIB00000 is GIBRALTER LIFE INSURANCE Disk=8417 . -Key: H&J00000 is H & J PLUMBING SUPPLIES Disk=8470 . -Key: INC00000 is INCREMENTAL BACKUP CORP. Disk=8417 . -Key: JOH00000 is JOHNSON BOATING SUPPLIES Disk=8417 . -Key: KON00000 is KONFLAB PLASTIC PRODUCTS. Disk=8417 . -Key: LEW00000 is LEWISTON GRAPHICS LTD. Disk=8470 . -Key: MOR00000 is MORNINGSIDE CARPENTRY. Disk=8470 . -Key: NEW00000 is NEW WAVE SURF SHOPS INC. Disk=8470 . -Stop read after: 11 -LIST SAMPLE FILE DESCENDING -Key: NEW00000 is NEW WAVE SURF SHOPS INC. Disk=8470 . -Key: MOR00000 is MORNINGSIDE CARPENTRY. Disk=8470 . -Key: LEW00000 is LEWISTON GRAPHICS LTD. Disk=8470 . -Key: KON00000 is KONFLAB PLASTIC PRODUCTS. Disk=8417 . -Key: JOH00000 is JOHNSON BOATING SUPPLIES Disk=8417 . -Key: INC00000 is INCREMENTAL BACKUP CORP. Disk=8417 . -Key: H&J00000 is H & J PLUMBING SUPPLIES Disk=8470 . -Key: GIB00000 is GIBRALTER LIFE INSURANCE Disk=8417 . -Key: GAM00000 is GAMMA X-RAY TECHNOLOGY Disk=8417 . -Key: FOR00000 is FORTUNE COOKIE COMPANY Disk=8470 . -Key: EPS00000 is EPSILON EQUIPMENT SUPPLY Disk=8417 . -Got: BET00000 is BETA SHOE MFG. INC. Disk=8470 . -Nxt: DEL00000 is DELTA LUGGAGE REPAIRS Disk=8470 . -Ky2: GIB00000 is GIBRALTER LIFE INSURANCE Mach=UNI-80/6. - Write: GIB00000 got 22 as expected - Read: GAM00000 got 00 as expected 00075 terminals -ReWrite: GAM00000 got 00 as expected 00080 terminals - Read: BET00000 got 00 as expected 00034 terminals -ReWrite: GAM00000 got 00/02 as expected -ReWrite: FOR00000 got 00/02 as expected +Error 30 opening 'testisam' file 586. run_misc.at:6210: 586. Trace feature with subroutine (run_misc.at:6210): FAILED (run_misc.at:6844) # -*- compilation -*- 617. run_file.at:346: testing First READ on empty SEQUENTIAL INDEXED file ... ./run_file.at:380: $COMPILE prog.cob ./run_file.at:381: $COBCRUN_DIRECT ./prog --- /dev/null 2019-12-10 08:00:41.000000000 -0600 +++ /cygdrive/C/cobol/gnucobol-3.0-rc1/tests/testsuite.dir/at-groups/617/stderr 2019-12-10 08:00:40.000000000 -0600 @@ -0,0 +1 @@ +mmap: Invalid argument 617. run_file.at:346: 617. First READ on empty SEQUENTIAL INDEXED file (run_file.at:346): FAILED (run_file.at:381) # -*- compilation -*- 618. run_file.at:386: testing READ NEXT without previous START ... ./run_file.at:458: $COMPILE prog.cob ./run_file.at:459: $COBCRUN_DIRECT ./prog --- /dev/null 2019-12-10 08:00:47.000000000 -0600 +++ /cygdrive/C/cobol/gnucobol-3.0-rc1/tests/testsuite.dir/at-groups/618/stderr 2019-12-10 08:00:46.000000000 -0600 @@ -0,0 +1,10 @@ +page 3223092: illegal page type or format +PANIC: Invalid argument +PANIC: fatal region error detected; run recovery +PANIC: fatal region error detected; run recovery +PANIC: fatal region error detected; run recovery + +prog.cob: 24: attempt to reference unallocated memory (signal SIGSEGV) +PANIC: fatal region error detected; run recovery +libcob: prog.cob:24: warning: implicit CLOSE of TEST-FILE ('./TEST-FILE') +abnormal termination - file contents may be incorrect ./run_file.at:459: exit code was 11, expected 0 618. run_file.at:386: 618. READ NEXT without previous START (run_file.at:386): FAILED (run_file.at:459) # -*- compilation -*- 628. run_file.at:1063: testing INDEXED File Sparse/Split keys ... ./run_file.at:1532: $COMPILE prog.cob ./run_file.at:1534: $COBCRUN_DIRECT ./prog --- /dev/null 2019-12-10 08:01:59.000000000 -0600 +++ /cygdrive/C/cobol/gnucobol-3.0-rc1/tests/testsuite.dir/at-groups/628/stderr 2019-12-10 08:01:58.000000000 -0600 @@ -0,0 +1,15 @@ +page 3223092: illegal page type or format +PANIC: Invalid argument +PANIC: fatal region error detected; run recovery +page 3223092: illegal page type or format +PANIC: Invalid argument +PANIC: fatal region error detected; run recovery +PANIC: fatal region error detected; run recovery +PANIC: fatal region error detected; run recovery +PANIC: fatal region error detected; run recovery + +prog.cob: 317: attempt to reference unallocated memory (signal SIGSEGV) +PANIC: fatal region error detected; run recovery +PANIC: fatal region error detected; run recovery +libcob: prog.cob:317: warning: implicit CLOSE of TSPFILE ('testisam') +abnormal termination - file contents may be incorrect --- - 2019-12-10 08:01:59.329184000 -0600 +++ /cygdrive/C/cobol/gnucobol-3.0-rc1/tests/testsuite.dir/at-groups/628/stdout 2019-12-10 08:01:58.000000000 -0600 @@ -1,42 +1,3 @@ Loading sample data file. -Sample data file load complete. -LIST SAMPLE FILE -Key: ALP00000 is ALPHA ELECTRICAL CO. LTD. Disk=8417 : -Key: BET00000 is BETA SHOE MFG. INC. Disk=8470 : -Key: DEL00000 is DELTA LUGGAGE REPAIRS Disk=********: -Key: EPS00000 is EPSILON EQUIPMENT SUPPLY Disk=********: -Key: FOR00000 is FORTUNE COOKIE COMPANY Disk=8470 : -Key: GAM00000 is GAMMA X-RAY TECHNOLOGY Disk=8417 : -Key: GIB00000 is GIBRALTER LIFE INSURANCE Disk=8417 : -Key: H&J00000 is H & J PLUMBING SUPPLIES Disk=********: -Key: INC00000 is INCREMENTAL BACKUP CORP. Disk=8417 : -Key: JOH00000 is JOHNSON BOATING SUPPLIES Disk=8417 : -Key: KON00000 is KONFLAB PLASTIC PRODUCTS. Disk=8417 : -LIST SAMPLE FILE DESCENDING -Key: KON00000 is KONFLAB PLASTIC PRODUCTS. Disk=8417 : -Key: JOH00000 is JOHNSON BOATING SUPPLIES Disk=8417 : -Key: INC00000 is INCREMENTAL BACKUP CORP. Disk=8417 : -Key: H&J00000 is H & J PLUMBING SUPPLIES Disk=********: -Key: GIB00000 is GIBRALTER LIFE INSURANCE Disk=8417 : -Key: GAM00000 is GAMMA X-RAY TECHNOLOGY Disk=8417 : -Key: FOR00000 is FORTUNE COOKIE COMPANY Disk=8470 : -Key: EPS00000 is EPSILON EQUIPMENT SUPPLY Disk=********: -Key: DEL00000 is DELTA LUGGAGE REPAIRS Disk=********: -Key: BET00000 is BETA SHOE MFG. INC. Disk=8470 : -Key: ALP00000 is ALPHA ELECTRICAL CO. LTD. Disk=8417 : -LIST SAMPLE FILE BY KEY3 -Key: ALP00000 is ALPHA ELECTRICAL CO. LTD. Disk=8417 : -Key: GAM00000 is GAMMA X-RAY TECHNOLOGY Disk=8417 : -Key: GIB00000 is GIBRALTER LIFE INSURANCE Disk=8417 : -Key: INC00000 is INCREMENTAL BACKUP CORP. Disk=8417 : -Key: JOH00000 is JOHNSON BOATING SUPPLIES Disk=8417 : -Key: KON00000 is KONFLAB PLASTIC PRODUCTS. Disk=8417 : -Key: BET00000 is BETA SHOE MFG. INC. Disk=8470 : -Key: FOR00000 is FORTUNE COOKIE COMPANY Disk=8470 : -Key: MOR00000 is MORNINGSIDE CARPENTRY. Disk=8470 : -Key: OLD00000 is OLD TYME PIZZA MFG. CO. Disk=8470 : -Key: PRE00000 is PRESTIGE OFFICE FURNITURE Disk=8470 : -Got: BET00000 is BETA SHOE MFG. INC. Disk=8470 : -Nxt: DEL00000 is DELTA LUGGAGE REPAIRS Disk=********: -Ky2: GIB00000 is GIBRALTER LIFE INSURANCE Mach=UNI-80/6: +Key: ALP00000, Status: 22 ./run_file.at:1534: exit code was 11, expected 0 628. run_file.at:1063: 628. INDEXED File Sparse/Split keys (run_file.at:1063): FAILED (run_file.at:1534) # -*- compilation -*- 629. run_file.at:1581: testing INDEXED File variable length record ... ./run_file.at:1787: $COMPILE prog.cob ./run_file.at:1789: $COBCRUN_DIRECT ./prog --- /dev/null 2019-12-10 08:02:06.000000000 -0600 +++ /cygdrive/C/cobol/gnucobol-3.0-rc1/tests/testsuite.dir/at-groups/629/stderr 2019-12-10 08:02:04.000000000 -0600 @@ -0,0 +1,9 @@ +page 3223092: illegal page type or format +PANIC: Invalid argument +PANIC: fatal region error detected; run recovery +PANIC: fatal region error detected; run recovery + +prog.cob: 155: attempt to reference unallocated memory (signal SIGSEGV) +PANIC: fatal region error detected; run recovery +libcob: prog.cob:155: warning: implicit CLOSE of tbw ('tbw') +abnormal termination - file contents may be incorrect --- - 2019-12-10 08:02:06.256966400 -0600 +++ /cygdrive/C/cobol/gnucobol-3.0-rc1/tests/testsuite.dir/at-groups/629/stdout 2019-12-10 08:02:06.000000000 -0600 @@ -5,38 +5,4 @@ start > tbw-key start > tbw-key read next -read next done -write -write -start >= tbw-alt -start >= tbw-alt -start > tbw-key -start > tbw-key -read next -read next done -read next -read next done -close -close -delete file -delete file -open -open -start > tbw-key -start > tbw-key -read next -read next done -write -write -write -write -start >= tbw-alt -start >= tbw-alt -read next -read next done -rewrite -rewrite 00 -close -close -Test completed ./run_file.at:1789: exit code was 11, expected 0 629. run_file.at:1581: 629. INDEXED File variable length record (run_file.at:1581): FAILED (run_file.at:1789) # -*- compilation -*- 630. run_file.at:1836: testing INDEXED sample ... ./run_file.at:2141: $COMPILE prog.cob ./run_file.at:2142: rm -f "indexed-file.*" ./run_file.at:2143: $COBCRUN_DIRECT ./prog --- /dev/null 2019-12-10 08:02:14.000000000 -0600 +++ /cygdrive/C/cobol/gnucobol-3.0-rc1/tests/testsuite.dir/at-groups/630/stderr 2019-12-10 08:02:14.000000000 -0600 @@ -0,0 +1,16 @@ +page 3223092: illegal page type or format +PANIC: Invalid argument +PANIC: fatal region error detected; run recovery +page 3223092: illegal page type or format +PANIC: Invalid argument +PANIC: fatal region error detected; run recovery +PANIC: fatal region error detected; run recovery +PANIC: fatal region error detected; run recovery +rewriting key: 12345678 +PANIC: fatal region error detected; run recovery + +prog.cob: 276: attempt to reference unallocated memory (signal SIGSEGV) +PANIC: fatal region error detected; run recovery +PANIC: fatal region error detected; run recovery +libcob: prog.cob:276: warning: implicit CLOSE of indexed-file ('indexed-file.dat') +abnormal termination - file contents may be incorrect --- - 2019-12-10 08:02:14.474336000 -0600 +++ /cygdrive/C/cobol/gnucobol-3.0-rc1/tests/testsuite.dir/at-groups/630/stdout 2019-12-10 08:02:14.000000000 -0600 @@ -1,29 +1 @@ -Read all 00b02 keys sequentially -Reading: 00b02 - 12345679 00 b 02, some 12345679 data - 97654321 00 b 02, some 97654321 data - 12349765 00 b 02, some 12349765 data - 97651234 00 b 02, some 97651234 data ------------------------------------------ -Read all alternate keys greater than 00a02 -Seeking >= 00a02 - 12345679 00 b 02, some 12345679 data - 97654321 00 b 02, some 97654321 data - 12349765 00 b 02, some 12349765 data - 97651234 00 b 02, some 97651234 data - 12345689 00 c 13, some 12345689 data - 98654321 00 c 13, some 98654321 data - 12349865 00 c 13, some 12349865 data - 98651234 00 c 13, some 98651234 data ------------------------------------------ -Read all primary keys less than 87654321 -Prime < 87654321 - 87651234 00 a 01, some 87651234 data - 12349865 00 c 13, some 12349865 data - 12349765 00 b 02, some 12349765 data - 12348765 00 a 01, some 12348765 data - 12345689 00 c 13, some 12345689 data - 12345679 00 b 02, some 12345679 data - 12345678 00 a 01, some 12345678 data ------------------------------------------ ./run_file.at:2143: exit code was 11, expected 0 630. run_file.at:1836: 630. INDEXED sample (run_file.at:1836): FAILED (run_file.at:2143) ## ------------- ## ## ../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 3.0-rc1, which was | generated by GNU Autoconf 2.69. Invocation command line was | | $ ./configure | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = REACTOS-BIXGU73 | uname -m = i686 | uname -r = 2.5.2(0.297/5/3) | uname -s = CYGWIN_NT-5.2 | uname -v = 2016-06-23 14:27 | | /usr/bin/uname -p = unknown | /bin/uname -X = unknown | | /bin/arch = i686 | /usr/bin/arch -k = unknown | /usr/convex/getsysinfo = unknown | /usr/bin/hostinfo = unknown | /bin/machine = unknown | /usr/bin/oslevel = unknown | /bin/universe = unknown | | PATH: /usr/local/bin | PATH: /usr/bin | PATH: /cygdrive/c/ReactOS/bin | PATH: /cygdrive/c/ReactOS/System32 | PATH: /cygdrive/c/ReactOS | PATH: /cygdrive/c/ReactOS/System32/Wbem | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:2475: checking for a BSD-compatible install | configure:2543: result: /usr/bin/install -c | configure:2554: checking whether build environment is sane | configure:2609: result: yes | configure:2760: checking for a thread-safe mkdir -p | configure:2799: result: /usr/bin/mkdir -p | configure:2806: checking for gawk | configure:2822: found /usr/bin/gawk | configure:2833: result: gawk | configure:2844: checking whether make sets $(MAKE) | configure:2866: result: yes | configure:2895: checking whether make supports nested variables | configure:2912: result: yes | configure:3089: checking whether CFLAGS can be modified | configure:3096: result: yes | configure:3260: checking for gcc | configure:3276: found /usr/bin/gcc | configure:3287: result: gcc | configure:3318: checking for C compiler version | configure:3327: gcc --version >&5 | gcc (GCC) 5.4.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:3338: $? = 0 | configure:3327: gcc -v >&5 | Using built-in specs. | COLLECT_GCC=gcc | COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-cygwin/5.4.0/lto-wrapper.exe | Target: i686-pc-cygwin | Configured with: /cygdrive/i/szsz/tmpp/gcc/gcc-5.4.0-1.i686/src/gcc-5.4.0/configure --srcdir=/cygdrive/i/szsz/tmpp/gcc/gcc-5.4.0-1.i686/src/gcc-5.4.0 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/gcc --htmldir=/usr/share/doc/gcc/html -C --build=i686-pc-cygwin --host=i686-pc-cygwin --target=i686-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --libexecdir=/usr/lib --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --enable-bootstrap --enable-__cxa_atexit --with-dwarf2 --with-arch=i686 --with-tune=generic --disable-sjlj-exceptions --enable-languages=ada,c,c++,fortran,java,lto,objc,obj-c++ --enable-graphite --enable-threads=posix --enable-libatomic --enable-libcilkrts --enable-libgomp --enable-libitm --enable-libquadmath --enable-libquadmath-support --enable-libssp --enable-libada --enable-libjava --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-ecj-jar=/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix --without-libintl-prefix --with-system-zlib --enable-linker-build-id --with-default-libstdcxx-abi=gcc4-compatible | Thread model: posix | gcc version 5.4.0 (GCC) | configure:3338: $? = 0 | configure:3327: gcc -V >&5 | gcc: error: unrecognized command line option '-V' | gcc: fatal error: no input files | compilation terminated. | configure:3338: $? = 1 | configure:3327: gcc -qversion >&5 | gcc: error: unrecognized command line option '-qversion' | gcc: fatal error: no input files | compilation terminated. | configure:3338: $? = 1 | configure:3358: checking whether the C compiler works | configure:3380: gcc conftest.c >&5 | configure:3384: $? = 0 | configure:3432: result: yes | configure:3435: checking for C compiler default output file name | configure:3437: result: a.exe | configure:3443: checking for suffix of executables | configure:3450: gcc -o conftest.exe conftest.c >&5 | configure:3454: $? = 0 | configure:3476: result: .exe | configure:3498: checking whether we are cross compiling | configure:3506: gcc -o conftest.exe conftest.c >&5 | configure:3510: $? = 0 | configure:3517: ./conftest.exe | configure:3521: $? = 0 | configure:3536: result: no | configure:3541: checking for suffix of object files | configure:3563: gcc -c conftest.c >&5 | configure:3567: $? = 0 | configure:3588: result: o | configure:3592: checking whether we are using the GNU C compiler | configure:3611: gcc -c conftest.c >&5 | configure:3611: $? = 0 | configure:3620: result: yes | configure:3629: checking whether gcc accepts -g | configure:3649: gcc -c -g conftest.c >&5 | configure:3649: $? = 0 | configure:3690: result: yes | configure:3707: checking for gcc option to accept ISO C89 | configure:3770: gcc -c -g -O2 conftest.c >&5 | configure:3770: $? = 0 | configure:3783: result: none needed | configure:3808: checking whether gcc understands -c and -o together | configure:3830: gcc -c conftest.c -o conftest2.o | configure:3833: $? = 0 | configure:3830: gcc -c conftest.c -o conftest2.o | configure:3833: $? = 0 | configure:3845: result: yes | configure:3873: checking for style of include used by make | configure:3901: result: GNU | configure:3927: checking dependency style of gcc | configure:4038: result: gcc3 | configure:4057: checking for gcc option to accept ISO C99 | configure:4206: gcc -c -g -O2 conftest.c >&5 | configure:4206: $? = 0 | configure:4219: result: none needed | configure:4327: checking for gcc option to accept ISO Standard C | configure:4338: result: none needed | configure:4351: checking how to run the C preprocessor | configure:4382: gcc -E conftest.c | configure:4382: $? = 0 | configure:4396: gcc -E conftest.c | conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory | compilation terminated. | configure:4396: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | /* end confdefs.h. */ | | #include | configure:4421: result: gcc -E | configure:4441: gcc -E conftest.c | configure:4441: $? = 0 | configure:4455: gcc -E conftest.c | conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory | compilation terminated. | configure:4455: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | /* end confdefs.h. */ | | #include | configure:4486: checking for grep that handles long lines and -e | configure:4544: result: /usr/bin/grep | configure:4549: checking for egrep | configure:4611: result: /usr/bin/grep -E | configure:4616: checking for ANSI C header files | configure:4636: gcc -c -g -O2 conftest.c >&5 | configure:4636: $? = 0 | configure:4709: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:4709: $? = 0 | configure:4709: ./conftest.exe | configure:4709: $? = 0 | configure:4720: result: yes | configure:4733: checking for sys/types.h | configure:4733: gcc -c -g -O2 conftest.c >&5 | configure:4733: $? = 0 | configure:4733: result: yes | configure:4733: checking for sys/stat.h | configure:4733: gcc -c -g -O2 conftest.c >&5 | configure:4733: $? = 0 | configure:4733: result: yes | configure:4733: checking for stdlib.h | configure:4733: gcc -c -g -O2 conftest.c >&5 | configure:4733: $? = 0 | configure:4733: result: yes | configure:4733: checking for string.h | configure:4733: gcc -c -g -O2 conftest.c >&5 | configure:4733: $? = 0 | configure:4733: result: yes | configure:4733: checking for memory.h | configure:4733: gcc -c -g -O2 conftest.c >&5 | configure:4733: $? = 0 | configure:4733: result: yes | configure:4733: checking for strings.h | configure:4733: gcc -c -g -O2 conftest.c >&5 | configure:4733: $? = 0 | configure:4733: result: yes | configure:4733: checking for inttypes.h | configure:4733: gcc -c -g -O2 conftest.c >&5 | configure:4733: $? = 0 | configure:4733: result: yes | configure:4733: checking for stdint.h | configure:4733: gcc -c -g -O2 conftest.c >&5 | configure:4733: $? = 0 | configure:4733: result: yes | configure:4733: checking for unistd.h | configure:4733: gcc -c -g -O2 conftest.c >&5 | configure:4733: $? = 0 | configure:4733: result: yes | configure:4746: checking minix/config.h usability | configure:4746: gcc -c -g -O2 conftest.c >&5 | conftest.c:56:26: fatal error: minix/config.h: No such file or directory | compilation terminated. | configure:4746: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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:4746: result: no | configure:4746: checking minix/config.h presence | configure:4746: gcc -E conftest.c | conftest.c:23:26: fatal error: minix/config.h: No such file or directory | compilation terminated. | configure:4746: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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:4746: result: no | configure:4746: checking for minix/config.h | configure:4746: result: no | configure:4767: checking whether it is safe to define __EXTENSIONS__ | configure:4785: gcc -c -g -O2 conftest.c >&5 | configure:4785: $? = 0 | configure:4792: result: yes | configure:4836: checking build system type | configure:4850: result: i686-pc-cygwin | configure:4870: checking host system type | configure:4883: result: i686-pc-cygwin | configure:4924: checking how to print strings | configure:4951: result: printf | configure:4972: checking for a sed that does not truncate output | configure:5036: result: /usr/bin/sed | configure:5054: checking for fgrep | configure:5116: result: /usr/bin/grep -F | configure:5151: checking for ld used by gcc | configure:5218: result: /usr/i686-pc-cygwin/bin/ld.exe | configure:5225: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld | configure:5240: result: yes | configure:5252: checking for BSD- or MS-compatible name lister (nm) | configure:5306: result: /usr/bin/nm -B | configure:5436: checking the name lister (/usr/bin/nm -B) interface | configure:5443: gcc -c -g -O2 conftest.c >&5 | configure:5446: /usr/bin/nm -B "conftest.o" | configure:5449: output | 00000000 b .bss | 00000000 d .data | 00000000 N .debug_abbrev | 00000000 N .debug_aranges | 00000000 N .debug_info | 00000000 N .debug_line | 00000000 r .rdata$zzz | 00000000 t .text | 00000000 B _some_variable | configure:5456: result: BSD nm | configure:5459: checking whether ln -s works | configure:5463: result: yes | configure:5471: checking the maximum length of command line arguments | configure:5602: result: 8192 | configure:5650: checking how to convert i686-pc-cygwin file names to i686-pc-cygwin format | configure:5690: result: func_convert_file_noop | configure:5697: checking how to convert i686-pc-cygwin file names to toolchain format | configure:5717: result: func_convert_file_noop | configure:5724: checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files | configure:5731: result: -r | configure:5805: checking for objdump | configure:5821: found /usr/bin/objdump | configure:5832: result: objdump | configure:5861: checking how to recognize dependent libraries | configure:6061: result: file_magic ^x86 archive import|^x86 DLL | configure:6146: checking for dlltool | configure:6162: found /usr/bin/dlltool | configure:6173: result: dlltool | configure:6203: checking how to associate runtime and link libraries | configure:6230: result: func_cygming_dll_for_implib | configure:6290: checking for ar | configure:6306: found /usr/bin/ar | configure:6317: result: ar | configure:6354: checking for archiver @FILE support | configure:6371: gcc -c -g -O2 conftest.c >&5 | configure:6371: $? = 0 | configure:6374: ar cru libconftest.a @conftest.lst >&5 | configure:6377: $? = 0 | configure:6382: ar cru libconftest.a @conftest.lst >&5 | ar: conftest.o: No such file or directory | configure:6385: $? = 1 | configure:6397: result: @ | configure:6455: checking for strip | configure:6471: found /usr/bin/strip | configure:6482: result: strip | configure:6554: checking for ranlib | configure:6570: found /usr/bin/ranlib | configure:6581: result: ranlib | configure:6683: checking command to parse /usr/bin/nm -B output from gcc object | configure:6836: gcc -c -g -O2 conftest.c >&5 | configure:6839: $? = 0 | configure:6843: /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:6846: $? = 0 | cannot find nm_test_var in conftest.nm | configure:6836: gcc -c -g -O2 conftest.c >&5 | configure:6839: $? = 0 | configure:6843: /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:6846: $? = 0 | configure:6912: gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5 | configure:6915: $? = 0 | configure:6953: result: ok | configure:7000: checking for sysroot | configure:7030: result: no | configure:7037: checking for a working dd | configure:7075: result: | configure:7079: checking how to truncate binary pipes | configure:7094: result: /usr/bin/sed -e 4q | configure:7423: checking for mt | configure:7453: result: no | configure:7473: checking if : is a manifest tool | configure:7479: : '-?' | configure:7487: result: no | configure:8161: checking for dlfcn.h | configure:8161: gcc -c -g -O2 conftest.c >&5 | configure:8161: $? = 0 | configure:8161: result: yes | configure:8225: checking for as | configure:8241: found /usr/bin/as | configure:8252: result: as | configure:8317: checking for dlltool | configure:8344: result: dlltool | configure:8409: checking for objdump | configure:8436: result: objdump | configure:8714: checking for objdir | configure:8729: result: .libs | configure:8993: checking if gcc supports -fno-rtti -fno-exceptions | configure:9011: 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:9015: $? = 0 | configure:9028: result: no | configure:9386: checking for gcc option to produce PIC | configure:9393: result: -DDLL_EXPORT -DPIC | configure:9401: checking if gcc PIC flag -DDLL_EXPORT -DPIC works | configure:9419: gcc -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.c >&5 | configure:9423: $? = 0 | configure:9436: result: yes | configure:9465: checking if gcc static flag -static works | configure:9493: result: yes | configure:9508: checking if gcc supports -c -o file.o | configure:9529: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 | configure:9533: $? = 0 | configure:9555: result: yes | configure:9563: checking if gcc supports -c -o file.o | configure:9610: result: yes | configure:9643: checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries | configure:10902: result: yes | configure:10939: checking whether -lc should be explicitly linked in | configure:10947: gcc -c -g -O2 conftest.c >&5 | configure:10950: $? = 0 | configure:10965: gcc -shared conftest.o -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 | configure:10968: $? = 1 | configure:10982: result: yes | configure:11142: checking dynamic linker characteristics | configure:11960: result: Win32 ld.exe | configure:12082: checking how to hardcode library paths into programs | configure:12107: result: immediate | configure:12409: checking whether a program can dlopen itself | configure:12489: gcc -o conftest.exe -g -O2 -DHAVE_DLFCN_H -Wl,--export-all-symbols conftest.c >&5 | configure:12492: $? = 0 | configure:12510: result: yes | configure:12515: checking whether a statically linked program can dlopen itself | configure:12595: gcc -o conftest.exe -g -O2 -DHAVE_DLFCN_H -Wl,--export-all-symbols -static conftest.c >&5 | configure:12598: $? = 0 | configure:12616: result: yes | configure:12655: checking whether stripping libraries is possible | configure:12660: result: yes | configure:12695: checking if libtool supports shared libraries | configure:12697: result: yes | configure:12700: checking whether to build shared libraries | configure:12725: result: yes | configure:12728: checking whether to build static libraries | configure:12732: result: yes | configure:12770: checking for egrep | configure:12832: result: /usr/bin/grep -E | configure:12843: checking for flex | configure:12873: result: no | configure:12843: checking for lex | configure:12873: result: no | configure:13005: checking for bison | configure:13035: result: no | configure:13005: checking for byacc | configure:13035: result: no | configure:13048: checking whether ln -s works | configure:13052: result: yes | configure:13065: checking whether make sets $(MAKE) | configure:13087: result: yes | configure:13121: checking for ld used by gcc | configure:13188: result: /usr/i686-pc-cygwin/bin/ld.exe | configure:13195: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld | configure:13210: result: yes | configure:13217: checking for shared library run path origin | configure:13230: result: done | configure:13252: checking for ANSI C header files | configure:13356: result: yes | configure:13368: checking for stdint.h | configure:13368: result: yes | configure:13368: checking for sys/types.h | configure:13368: result: yes | configure:13368: checking signal.h usability | configure:13368: gcc -c -g -O2 conftest.c >&5 | configure:13368: $? = 0 | configure:13368: result: yes | configure:13368: checking signal.h presence | configure:13368: gcc -E conftest.c | configure:13368: $? = 0 | configure:13368: result: yes | configure:13368: checking for signal.h | configure:13368: result: yes | configure:13368: checking fcntl.h usability | configure:13368: gcc -c -g -O2 conftest.c >&5 | configure:13368: $? = 0 | configure:13368: result: yes | configure:13368: checking fcntl.h presence | configure:13368: gcc -E conftest.c | configure:13368: $? = 0 | configure:13368: result: yes | configure:13368: checking for fcntl.h | configure:13368: result: yes | configure:13368: checking malloc.h usability | configure:13368: gcc -c -g -O2 conftest.c >&5 | configure:13368: $? = 0 | configure:13368: result: yes | configure:13368: checking malloc.h presence | configure:13368: gcc -E conftest.c | configure:13368: $? = 0 | configure:13368: result: yes | configure:13368: checking for malloc.h | configure:13368: result: yes | configure:13368: checking locale.h usability | configure:13368: gcc -c -g -O2 conftest.c >&5 | configure:13368: $? = 0 | configure:13368: result: yes | configure:13368: checking locale.h presence | configure:13368: gcc -E conftest.c | configure:13368: $? = 0 | configure:13368: result: yes | configure:13368: checking for locale.h | configure:13368: result: yes | configure:13368: checking stddef.h usability | configure:13368: gcc -c -g -O2 conftest.c >&5 | configure:13368: $? = 0 | configure:13368: result: yes | configure:13368: checking stddef.h presence | configure:13368: gcc -E conftest.c | configure:13368: $? = 0 | configure:13368: result: yes | configure:13368: checking for stddef.h | configure:13368: result: yes | configure:13368: checking wchar.h usability | configure:13368: gcc -c -g -O2 conftest.c >&5 | configure:13368: $? = 0 | configure:13368: result: yes | configure:13368: checking wchar.h presence | configure:13368: gcc -E conftest.c | configure:13368: $? = 0 | configure:13368: result: yes | configure:13368: checking for wchar.h | configure:13368: result: yes | configure:13368: checking for dlfcn.h | configure:13368: result: yes | configure:13368: checking sys/time.h usability | configure:13368: gcc -c -g -O2 conftest.c >&5 | configure:13368: $? = 0 | configure:13368: result: yes | configure:13368: checking sys/time.h presence | configure:13368: gcc -E conftest.c | configure:13368: $? = 0 | configure:13368: result: yes | configure:13368: checking for sys/time.h | configure:13368: result: yes | configure:13368: checking sys/wait.h usability | configure:13368: gcc -c -g -O2 conftest.c >&5 | configure:13368: $? = 0 | configure:13368: result: yes | configure:13368: checking sys/wait.h presence | configure:13368: gcc -E conftest.c | configure:13368: $? = 0 | configure:13368: result: yes | configure:13368: checking for sys/wait.h | configure:13368: result: yes | configure:13381: checking for an ANSI C-conforming const | configure:13447: gcc -c -g -O2 conftest.c >&5 | configure:13447: $? = 0 | configure:13454: result: yes | configure:13462: checking whether byte ordering is bigendian | configure:13477: gcc -c -g -O2 conftest.c >&5 | conftest.c:43:9: error: unknown type name 'not' | not a universal capable compiler | ^ | conftest.c:43:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' | not a universal capable compiler | ^ | conftest.c:43:15: error: unknown type name 'universal' | configure:13477: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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_SYS_WAIT_H 1 | | /* end confdefs.h. */ | | #ifndef __APPLE_CC__ | | not a universal capable compiler | | #endif | | typedef int dummy; | | | configure:13522: gcc -c -g -O2 conftest.c >&5 | configure:13522: $? = 0 | configure:13540: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:49:4: error: unknown type name 'not' | not big endian | ^ | conftest.c:49:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' | not big endian | ^ | configure:13540: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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_SYS_WAIT_H 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | #if BYTE_ORDER != BIG_ENDIAN | | not big endian | | #endif | | | | ; | | return 0; | | } | configure:13668: result: no | configure:13686: checking for size_t | configure:13686: gcc -c -g -O2 conftest.c >&5 | configure:13686: $? = 0 | configure:13686: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:78:21: error: expected expression before ')' token | if (sizeof ((size_t))) | ^ | configure:13686: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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_SYS_WAIT_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:13686: result: yes | configure:13697: checking whether struct tm is in sys/time.h or time.h | configure:13717: gcc -c -g -O2 conftest.c >&5 | configure:13717: $? = 0 | configure:13724: result: time.h | configure:13732: checking for sig_atomic_t | configure:13732: gcc -c -g -O2 conftest.c >&5 | configure:13732: $? = 0 | configure:13732: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:47:27: error: expected expression before ')' token | if (sizeof ((sig_atomic_t))) | ^ | configure:13732: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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_SYS_WAIT_H 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | if (sizeof ((sig_atomic_t))) | | return 0; | | ; | | return 0; | | } | configure:13732: result: yes | configure:13746: checking for inline keyword | configure:13770: gcc -c -g -O2 conftest.c >&5 | configure:13770: $? = 0 | configure:13778: result: __inline | configure:13786: checking for vprintf | configure:13786: gcc -o conftest.exe -g -O2 conftest.c >&5 | conftest.c:67:6: warning: conflicting types for built-in function 'vprintf' | char vprintf (); | ^ | configure:13786: $? = 0 | configure:13786: result: yes | configure:13792: checking for _doprnt | configure:13792: gcc -o conftest.exe -g -O2 conftest.c >&5 | /tmp/ccqNRieX.o: In function `main': | /cygdrive/C/cobol/gnucobol-3.0-rc1/conftest.c:79: undefined reference to `_doprnt' | collect2: error: ld returned 1 exit status | configure:13792: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #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:13792: result: no | configure:13809: checking for memmove | configure:13809: gcc -o conftest.exe -g -O2 conftest.c >&5 | conftest.c:68:6: warning: conflicting types for built-in function 'memmove' | char memmove (); | ^ | configure:13809: $? = 0 | configure:13809: result: yes | configure:13809: checking for memset | configure:13809: gcc -o conftest.exe -g -O2 conftest.c >&5 | conftest.c:69:6: warning: conflicting types for built-in function 'memset' | char memset (); | ^ | configure:13809: $? = 0 | configure:13809: result: yes | configure:13809: checking for setlocale | configure:13809: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:13809: $? = 0 | configure:13809: result: yes | configure:13809: checking for fcntl | configure:13809: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:13809: $? = 0 | configure:13809: result: yes | configure:13809: checking for strerror | configure:13809: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:13809: $? = 0 | configure:13809: result: yes | configure:13809: checking for strcasecmp | configure:13809: gcc -o conftest.exe -g -O2 conftest.c >&5 | conftest.c:73:6: warning: conflicting types for built-in function 'strcasecmp' | char strcasecmp (); | ^ | configure:13809: $? = 0 | configure:13809: result: yes | configure:13809: checking for strchr | configure:13809: gcc -o conftest.exe -g -O2 conftest.c >&5 | conftest.c:74:6: warning: conflicting types for built-in function 'strchr' | char strchr (); | ^ | configure:13809: $? = 0 | configure:13809: result: yes | configure:13809: checking for strrchr | configure:13809: gcc -o conftest.exe -g -O2 conftest.c >&5 | conftest.c:75:6: warning: conflicting types for built-in function 'strrchr' | char strrchr (); | ^ | configure:13809: $? = 0 | configure:13809: result: yes | configure:13809: checking for strdup | configure:13809: gcc -o conftest.exe -g -O2 conftest.c >&5 | conftest.c:76:6: warning: conflicting types for built-in function 'strdup' | char strdup (); | ^ | configure:13809: $? = 0 | configure:13809: result: yes | configure:13809: checking for strstr | configure:13809: gcc -o conftest.exe -g -O2 conftest.c >&5 | conftest.c:77:6: warning: conflicting types for built-in function 'strstr' | char strstr (); | ^ | configure:13809: $? = 0 | configure:13809: result: yes | configure:13809: checking for strtol | configure:13809: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:13809: $? = 0 | configure:13809: result: yes | configure:13809: checking for gettimeofday | configure:13809: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:13809: $? = 0 | configure:13809: result: yes | configure:13809: checking for localeconv | configure:13809: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:13809: $? = 0 | configure:13809: result: yes | configure:13809: checking for readlink | configure:13809: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:13809: $? = 0 | configure:13809: result: yes | configure:13809: checking for getexecname | configure:13809: gcc -o conftest.exe -g -O2 conftest.c >&5 | /tmp/ccpLSdAh.o: In function `main': | /cygdrive/C/cobol/gnucobol-3.0-rc1/conftest.c:93: undefined reference to `getexecname' | collect2: error: ld returned 1 exit status | configure:13809: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #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:13809: result: no | configure:13809: checking for canonicalize_file_name | configure:13809: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:13809: $? = 0 | configure:13809: result: yes | configure:13809: checking for realpath | configure:13809: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:13809: $? = 0 | configure:13809: result: yes | configure:13809: checking for strcoll | configure:13809: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:13809: $? = 0 | configure:13809: result: yes | configure:13809: checking for strxfrm | configure:13809: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:13809: $? = 0 | configure:13809: result: yes | configure:13809: checking for setenv | configure:13809: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:13809: $? = 0 | configure:13809: result: yes | configure:13809: checking for raise | configure:13809: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:13809: $? = 0 | configure:13809: result: yes | configure:13820: checking for timezone variable access | configure:13833: gcc -c -g -O2 conftest.c >&5 | configure:13833: $? = 0 | configure:13836: result: yes | configure:13845: checking for designated initializers | configure:13861: gcc -c -g -O2 conftest.c >&5 | configure:13861: $? = 0 | configure:13863: result: yes | configure:13880: checking for __GNUC__ | configure:13889: gcc -c -g -O2 conftest.c >&5 | configure:13889: $? = 0 | configure:13891: result: yes | configure:13899: checking for __INTEL_COMPILER | configure:13908: gcc -c -g -O2 conftest.c >&5 | conftest.c:69:4: error: #error macro not defined | # error macro not defined | ^ | configure:13908: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #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. */ | | | | #ifndef __INTEL_COMPILER | | # error macro not defined | | #endif | configure:13916: result: no | configure:13922: checking for __clang__ | configure:13931: gcc -c -g -O2 conftest.c >&5 | conftest.c:69:4: error: #error macro not defined | # error macro not defined | ^ | configure:13931: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #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. */ | | | | #ifndef __clang__ | | # error macro not defined | | #endif | configure:13936: result: no | configure:13941: checking for __xlc__ | configure:13950: gcc -c -g -O2 conftest.c >&5 | conftest.c:69:4: error: #error macro not defined | # error macro not defined | ^ | configure:13950: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #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. */ | | | | #ifndef __xlc__ | | # error macro not defined | | #endif | configure:13955: result: no | configure:13960: checking for __WATCOMC__ | configure:13969: gcc -c -g -O2 conftest.c >&5 | conftest.c:69:4: error: #error macro not defined | # error macro not defined | ^ | configure:13969: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #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. */ | | | | #ifndef __WATCOMC__ | | # error macro not defined | | #endif | configure:13974: result: no | configure:14003: checking whether to build with code coverage support | configure:14023: result: no | configure:14681: Checks for GMP ... | configure:14685: checking gmp.h usability | configure:14685: gcc -c -g -O2 conftest.c >&5 | configure:14685: $? = 0 | configure:14685: result: yes | configure:14685: checking gmp.h presence | configure:14685: gcc -E conftest.c | configure:14685: $? = 0 | configure:14685: result: yes | configure:14685: checking for gmp.h | configure:14685: result: yes | configure:14698: checking for __gmpz_init in -lgmp | configure:14723: gcc -o conftest.exe -g -O2 conftest.c -lgmp >&5 | configure:14723: $? = 0 | configure:14732: result: yes | configure:14762: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:14762: $? = 0 | configure:14762: ./conftest.exe | configure:14762: $? = 0 | configure:14797: gcc -o conftest.exe -g -O2 conftest.c -lgmp >&5 | configure:14797: $? = 0 | configure:14797: ./conftest.exe | configure:14797: $? = 0 | configure:14810: checking matching GMP version | configure:14816: result: yes (6.1) | configure:14828: checking for __gmp_get_memory_functions in -lgmp | configure:14853: gcc -o conftest.exe -g -O2 conftest.c -lgmp >&5 | configure:14853: $? = 0 | configure:14862: result: yes | configure:14872: checking for nanosleep | configure:14885: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:14885: $? = 0 | configure:14887: result: yes | configure:15002: checking for clock_gettime and CLOCK_REALTIME | configure:15015: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:15015: $? = 0 | configure:15017: result: yes | configure:15026: checking for isfinite | configure:15039: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:15039: $? = 0 | configure:15041: result: yes | configure:15059: checking prototype for finite in | configure:15068: result: yes | configure:15099: checking for fdatasync | configure:15099: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:15099: $? = 0 | configure:15099: result: yes | configure:15099: checking for sigaction | configure:15099: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:15099: $? = 0 | configure:15099: result: yes | configure:15132: checking whether NLS is requested | configure:15141: result: yes | configure:15181: checking for msgfmt | configure:15216: result: no | configure:15222: checking for gmsgfmt | configure:15253: result: : | configure:15303: checking for xgettext | configure:15338: result: no | configure:15380: checking for msgmerge | configure:15414: result: no | configure:15997: checking for CFPreferencesCopyAppValue | configure:16024: result: no | configure:16031: checking for CFLocaleCopyCurrent | configure:16058: result: no | configure:16107: checking for GNU gettext in libc | configure:16136: gcc -o conftest.exe -g -O2 conftest.c >&5 | conftest.c:76:21: fatal error: libintl.h: No such file or directory | compilation terminated. | configure:16136: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #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 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_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | /* end confdefs.h. */ | | | | #include | | #ifndef __GNU_GETTEXT_SUPPORTED_REVISION | | extern int _nl_msg_cat_cntr; | | extern int *_nl_domain_bindings; | | #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings) | | #else | | #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 | | #endif | | | | | | int | | main () | | { | | | | bindtextdomain ("", ""); | | return * gettext ("") + __GNU_GETTEXT_SYMBOL_EXPRESSION | | | | ; | | return 0; | | } | configure:16145: result: no | configure:16179: checking for iconv | configure:16203: gcc -o conftest.exe -g -O2 conftest.c >&5 | conftest.c:77:19: fatal error: iconv.h: No such file or directory | compilation terminated. | configure:16203: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #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 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_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | /* end confdefs.h. */ | | | | #include | | #include | | | | int | | main () | | { | | iconv_t cd = iconv_open("",""); | | iconv(cd,NULL,NULL,NULL,NULL); | | iconv_close(cd); | | ; | | return 0; | | } | configure:16227: gcc -o conftest.exe -g -O2 conftest.c -liconv >&5 | conftest.c:77:19: fatal error: iconv.h: No such file or directory | compilation terminated. | configure:16227: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #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 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_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | /* end confdefs.h. */ | | | | #include | | #include | | | | int | | main () | | { | | iconv_t cd = iconv_open("",""); | | iconv(cd,NULL,NULL,NULL,NULL); | | iconv_close(cd); | | ; | | return 0; | | } | configure:16237: result: no, consider installing GNU libiconv | configure:16870: checking for GNU gettext in libintl | configure:16907: gcc -o conftest.exe -g -O2 conftest.c -lintl >&5 | conftest.c:76:21: fatal error: libintl.h: No such file or directory | compilation terminated. | configure:16907: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #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 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_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | /* end confdefs.h. */ | | | | #include | | #ifndef __GNU_GETTEXT_SUPPORTED_REVISION | | extern int _nl_msg_cat_cntr; | | extern | | #ifdef __cplusplus | | "C" | | #endif | | const char *_nl_expand_alias (const char *); | | #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias ("")) | | #else | | #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 | | #endif | | | | | | int | | main () | | { | | | | bindtextdomain ("", ""); | | return * gettext ("") + __GNU_GETTEXT_SYMBOL_EXPRESSION | | | | ; | | return 0; | | } | configure:16957: result: no | configure:16992: checking whether to use NLS | configure:16994: result: no | configure:17074: checking for nl_langinfo and CODESET | configure:17090: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:17090: $? = 0 | configure:17099: result: yes | configure:17109: Checks for curses ... | configure:17113: checking for initscr in -lncursesw | configure:17138: gcc -o conftest.exe -g -O2 conftest.c -lncursesw >&5 | /usr/lib/gcc/i686-pc-cygwin/5.4.0/../../../../i686-pc-cygwin/bin/ld: cannot find -lncursesw | collect2: error: ld returned 1 exit status | configure:17138: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #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 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_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_LANGINFO_CODESET 1 | | /* end confdefs.h. */ | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char initscr (); | | int | | main () | | { | | return initscr (); | | ; | | return 0; | | } | configure:17147: result: no | configure:17199: checking for initscr in -lncurses | configure:17224: gcc -o conftest.exe -g -O2 conftest.c -lncurses >&5 | /usr/lib/gcc/i686-pc-cygwin/5.4.0/../../../../i686-pc-cygwin/bin/ld: cannot find -lncurses | collect2: error: ld returned 1 exit status | configure:17224: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #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 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_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_LANGINFO_CODESET 1 | | /* end confdefs.h. */ | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char initscr (); | | int | | main () | | { | | return initscr (); | | ; | | return 0; | | } | configure:17233: result: no | configure:17299: checking for initscr in -lpdcurses | configure:17324: gcc -o conftest.exe -g -O2 conftest.c -lpdcurses >&5 | /usr/lib/gcc/i686-pc-cygwin/5.4.0/../../../../i686-pc-cygwin/bin/ld: cannot find -lpdcurses | collect2: error: ld returned 1 exit status | configure:17324: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #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 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_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_LANGINFO_CODESET 1 | | /* end confdefs.h. */ | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char initscr (); | | int | | main () | | { | | return initscr (); | | ; | | return 0; | | } | configure:17333: result: no | configure:17385: checking for initscr in -lcurses | configure:17410: gcc -o conftest.exe -g -O2 conftest.c -lcurses >&5 | /usr/lib/gcc/i686-pc-cygwin/5.4.0/../../../../i686-pc-cygwin/bin/ld: cannot find -lcurses | collect2: error: ld returned 1 exit status | configure:17410: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #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 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_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_LANGINFO_CODESET 1 | | /* end confdefs.h. */ | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char initscr (); | | int | | main () | | { | | return initscr (); | | ; | | return 0; | | } | configure:17419: result: no | configure:17625: Checks for Berkeley DB ... | configure:17630: checking db.h usability | configure:17630: gcc -c -g -O2 conftest.c >&5 | configure:17630: $? = 0 | configure:17630: result: yes | configure:17630: checking db.h presence | configure:17630: gcc -E conftest.c | configure:17630: $? = 0 | configure:17630: result: yes | configure:17630: checking for db.h | configure:17630: result: yes | configure:17668: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:17668: $? = 0 | configure:17668: ./conftest.exe | configure:17668: $? = 0 | configure:17682: db.h reports version "-Berkeley DB 4.8.30: (November 10, 2011)-" | configure:17686: checking for Berkeley DB db.h version >= 4.1 | configure:17695: result: yes (4.8) | configure:17705: checking for Berkeley DB library with version 4.8 | configure:17736: gcc -o conftest.exe -g -O2 conftest.c -ldb-4.8 >&5 | configure:17736: $? = 0 | configure:17736: ./conftest.exe | configure:17736: $? = 0 | configure:17750: result: yes | configure:17752: BDB library version 4.8 found as -ldb-4.8 | configure:17813: checking for _WIN32 | configure:17822: gcc -c -g -O2 conftest.c >&5 | conftest.c:81:4: error: #error macro not defined | # error macro not defined | ^ | configure:17822: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #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 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_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define WITH_CURSES "no curses found" | | #define HAVE_DB_H 1 | | #define WITH_DB 1 | | /* end confdefs.h. */ | | | | #ifndef _WIN32 | | # error macro not defined | | #endif | configure:17827: result: no | configure:17834: checking for dlopen in -lc | configure:17859: gcc -o conftest.exe -g -O2 conftest.c -lc >&5 | configure:17859: $? = 0 | configure:17868: result: yes | configure:18051: checking for dladdr in -lc | configure:18076: gcc -o conftest.exe -g -O2 conftest.c -lc >&5 | /tmp/ccQNQKcf.o: In function `main': | /cygdrive/C/cobol/gnucobol-3.0-rc1/conftest.c:91: undefined reference to `dladdr' | collect2: error: ld returned 1 exit status | configure:18076: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #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 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_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define WITH_CURSES "no curses found" | | #define HAVE_DB_H 1 | | #define WITH_DB 1 | | #define USE_LIBDL 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 dladdr (); | | int | | main () | | { | | return dladdr (); | | ; | | return 0; | | } | configure:18085: result: no | configure:18156: checking for support of computed gotos | configure:18173: gcc -c -g -O2 conftest.c >&5 | configure:18173: $? = 0 | configure:18176: result: yes | configure:18185: checking if size of long int = size of long long | configure:18221: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:18221: $? = 0 | configure:18221: ./conftest.exe | configure:18221: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #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 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_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define WITH_CURSES "no curses found" | | #define HAVE_DB_H 1 | | #define WITH_DB 1 | | #define USE_LIBDL 1 | | #define COB_COMPUTED_GOTO 1 | | /* end confdefs.h. */ | | | | int | | main () | | { | | | | if (sizeof(long int) == sizeof(long long)) | | return 0; | | return 1; | | | | ; | | return 0; | | } | configure:18226: result: no | configure:18234: checking if long is 32 bits | configure:18270: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:18270: $? = 0 | configure:18270: ./conftest.exe | configure:18270: $? = 0 | configure:18272: result: yes | configure:18287: checking if pointer is longer than 32 bits | configure:18329: gcc -o conftest.exe -g -O2 conftest.c >&5 | configure:18329: $? = 0 | configure:18329: ./conftest.exe | configure:18329: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #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 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_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define WITH_CURSES "no curses found" | | #define HAVE_DB_H 1 | | #define WITH_DB 1 | | #define USE_LIBDL 1 | | #define COB_COMPUTED_GOTO 1 | | #define COB_32_BIT_LONG 1 | | /* end confdefs.h. */ | | | | int | | main () | | { | | | | if (sizeof (void *) > 4U) | | return 0; | | return 1; | | | | ; | | return 0; | | } | configure:18336: result: no | configure:18369: checking for aligned attribute | configure:18382: gcc -c -g -O2 conftest.c >&5 | configure:18382: $? = 0 | configure:18384: result: yes | configure:18522: checking for gcc pointer sign option | configure:18535: gcc -c -O2 -pipe -Wno-pointer-sign conftest.c >&5 | configure:18535: $? = 0 | configure:18536: result: yes | configure:18672: checking for ld bind now option | configure:18685: gcc -o conftest.exe -O2 -pipe -Wl,-z,relro,-z,now,-O1 conftest.c >&5 | /usr/lib/gcc/i686-pc-cygwin/5.4.0/../../../../i686-pc-cygwin/bin/ld: unrecognized option '-z' | /usr/lib/gcc/i686-pc-cygwin/5.4.0/../../../../i686-pc-cygwin/bin/ld: use the --help option for usage information | collect2: error: ld returned 1 exit status | configure:18685: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-rc1" | | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-rc1" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #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_SYS_WAIT_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #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 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_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define WITH_CURSES "no curses found" | | #define HAVE_DB_H 1 | | #define WITH_DB 1 | | #define USE_LIBDL 1 | | #define COB_COMPUTED_GOTO 1 | | #define COB_32_BIT_LONG 1 | | #define HAVE_ATTRIBUTE_ALIGNED 1 | | /* end confdefs.h. */ | | | | int | | main () | | { | | int testint; | | ; | | return 0; | | } | configure:18690: result: no | configure:18932: checking that generated files are newer than configure | configure:18938: result: done | configure:18974: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GnuCOBOL config.status 3.0-rc1, which was | generated by GNU Autoconf 2.69. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on REACTOS-BIXGU73 | | config.status:1350: creating bin/cob-config | config.status:1350: creating Makefile | config.status:1350: creating libcob/Makefile | config.status:1350: creating lib/Makefile | config.status:1350: creating cobc/Makefile | config.status:1350: creating bin/Makefile | config.status:1350: creating po/Makefile.in | config.status:1350: creating doc/Makefile | config.status:1350: creating config/Makefile | config.status:1350: creating copy/Makefile | config.status:1350: creating tests/atlocal | config.status:1350: creating tests/Makefile | config.status:1350: creating tests/cobol85/Makefile | config.status:1350: creating extras/Makefile | config.status:1350: creating config.h | config.status:1579: executing tests/atconfig commands | config.status:1579: executing depfiles commands | config.status:1579: executing libtool commands | config.status:1579: executing po-directories commands | config.status:1579: executing chmod commands | configure:21288: GnuCOBOL Configuration: | configure:21290: CC gcc | configure:21292: CFLAGS -O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE | configure:21294: LDFLAGS | configure:21300: COB_CC gcc | configure:21302: COB_CFLAGS -I/usr/local/include -Wno-unused -fsigned-char -Wno-pointer-sign -pipe | configure:21304: COB_LDFLAGS | configure:21306: COB_LIBS -L${exec_prefix}/lib -lcob -lm -lgmp -ldb-4.8 | configure:21308: COB_CONFIG_DIR ${datarootdir}/gnucobol/config | configure:21310: COB_COPY_DIR ${datarootdir}/gnucobol/copy | configure:21312: COB_LIBRARY_PATH ${exec_prefix}/lib/gnucobol | configure:21314: COB_OBJECT_EXT o | configure:21316: COB_MODULE_EXT dll | configure:21318: COB_EXE_EXT .exe | configure:21320: COB_SHARED_OPT -shared | configure:21322: COB_PIC_FLAGS -DDLL_EXPORT -DPIC | configure:21324: COB_EXPORT_DYN -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-auto-image-base | configure:21327: COB_STRIP_CMD strip --strip-unneeded | configure:21331: Dynamic loading: System | configure:21337: Use gettext for international messages: no | configure:21339: Use fcntl for file locking: yes | configure:21343: screen I/O (no curses found): NO | configure:21376: Use Berkeley DB for ISAM I/O: yes | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=i686-pc-cygwin | 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_YACC_set= | ac_cv_env_YACC_value= | ac_cv_env_YFLAGS_set= | ac_cv_env_YFLAGS_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_exeext=.exe | ac_cv_func__doprnt=no | ac_cv_func_canonicalize_file_name=yes | 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_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_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_sys_wait_h=yes | ac_cv_header_unistd_h=yes | ac_cv_header_wchar_h=yes | ac_cv_host=i686-pc-cygwin | ac_cv_lib_c_dladdr=no | ac_cv_lib_c_dlopen=yes | ac_cv_lib_curses_initscr=no | ac_cv_lib_gmp___gmp_get_memory_functions=yes | ac_cv_lib_gmp___gmpz_init=yes | ac_cv_lib_ncurses_initscr=no | ac_cv_lib_ncursesw_initscr=no | ac_cv_lib_pdcurses_initscr=no | ac_cv_objext=o | ac_cv_path_EGREP='/usr/bin/grep -E' | ac_cv_path_FGREP='/usr/bin/grep -F' | ac_cv_path_GMSGFMT=: | ac_cv_path_GREP=/usr/bin/grep | ac_cv_path_MSGFMT=: | ac_cv_path_MSGMERGE=: | ac_cv_path_SED=/usr/bin/sed | ac_cv_path_XGETTEXT=: | ac_cv_path_install='/usr/bin/install -c' | ac_cv_path_mkdir=/usr/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_AS=as | ac_cv_prog_ac_ct_CC=gcc | ac_cv_prog_ac_ct_DLLTOOL=dlltool | 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_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 | acl_cv_hardcode_direct=no | acl_cv_hardcode_libdir_flag_spec='-L$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.dll.a $libname.lib' | acl_cv_path_LD=/usr/i686-pc-cygwin/bin/ld.exe | acl_cv_prog_gnu_ld=yes | acl_cv_rpath=done | acl_cv_shlibext=dll | acl_cv_wl=-Wl, | am_cv_CC_dependencies_compiler_type=gcc3 | am_cv_func_iconv='no, consider installing GNU libiconv' | am_cv_langinfo_codeset=yes | am_cv_lib_iconv=no | am_cv_make_support_nested_variables=yes | am_cv_prog_cc_c_o=yes | gt_cv_func_CFLocaleCopyCurrent=no | gt_cv_func_CFPreferencesCopyAppValue=no | gt_cv_func_gnugettext1_libc=no | gt_cv_func_gnugettext1_libintl=no | lt_cv_ar_at_file=@ | lt_cv_archive_cmds_need_lc=yes | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | lt_cv_dlopen=dlopen | lt_cv_dlopen_libs= | lt_cv_dlopen_self=yes | lt_cv_dlopen_self_static=yes | lt_cv_file_magic_cmd=func_win32_libid | 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/i686-pc-cygwin/bin/ld.exe | 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='-DDLL_EXPORT -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=func_cygming_dll_for_implib | lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][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=8192 | lt_cv_to_host_file_cmd=func_convert_file_noop | lt_cv_to_tool_file_cmd=func_convert_file_noop | lt_cv_truncate_bin='/usr/bin/sed -e 4q' | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | | | | | | | | | | | | | | @echo "Need to reconfigure with --enable-code-coverage" | @echo "Need to reconfigure with --enable-code-coverage" | $(CODE_COVERAGE_IGNORE_PATTERN); | $(CODE_COVERAGE_OUTPUT_FILE); | # | # | # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage) | # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info) | # (Default: $(top_builddir)) | # (Default: empty) | # Multiple directories may be specified, separated by whitespace. | # by lcov for code coverage. (Default: | # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH) | # genhtml instance. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE) | # instance. (Default: $CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT) | # instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_DEFAULT) | # instance. (Default: $CODE_COVERAGE_LCOV_RMOPTS_DEFAULT) | # instances. (Default: $CODE_COVERAGE_LCOV_SHOPTS_DEFAULT) | # instances. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE) | # lcov instance. (Default: empty) | # reports to be created. (Default: | # set to 0 to disable it and leave empty to stay with the default. | # - CODE_COVERAGE_BRANCH_COVERAGE: Set to 1 to enforce branch coverage, | # - CODE_COVERAGE_DIRECTORY: Top-level directory for code coverage reporting. | # - CODE_COVERAGE_GENHTML_OPTIONS: Extra options to pass to the genhtml | # - CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT: Extra options to pass to the | # - CODE_COVERAGE_IGNORE_PATTERN: Extra glob pattern of files to ignore | # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov | # - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the | # - CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH: --gcov-tool pathtogcov | # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov | # - CODE_COVERAGE_LCOV_RMOPTS_DEFAULT: Extra options to pass to the filtering | # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov | # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov | # - CODE_COVERAGE_OUTPUT_DIRECTORY: Directory for generated code coverage | # - CODE_COVERAGE_OUTPUT_FILE: Filename and path for the .info file generated | # $(PACKAGE_VERSION). In order to add the current git hash to the title, | # Capture code coverage data | # Code coverage | # Hook rule executed before code-coverage-capture, overridable by the user | # Optional variables | # Optional: | # The generated report will be titled using the $(PACKAGE_NAME) and | # Use recursive makes in order to ignore errors during check | # sanitizes the test-name: replaces with underscores: dashes and dots | # use the git-version-gen script, available online. | $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\ | ' | --rc genhtml_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE)) | --rc lcov_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE)) | .PHONY: check-code-coverage code-coverage-capture code-coverage-capture-hook code-coverage-clean | ACLOCAL='${SHELL} /cygdrive/C/cobol/gnucobol-3.0-rc1/build_aux/missing aclocal-1.15' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='$${TAR-tar}' | AM_BACKSLASH='\' | AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | AM_DEFAULT_VERBOSITY='1' | AM_DISTCHECK_CONFIGURE_FLAGS += --disable-code-coverage | AM_DISTCHECK_CONFIGURE_FLAGS ?= | AM_V='$(V)' | AR='ar' | AS='as' | AUTOCONF='${SHELL} /cygdrive/C/cobol/gnucobol-3.0-rc1/build_aux/missing autoconf' | AUTOHEADER='${SHELL} /cygdrive/C/cobol/gnucobol-3.0-rc1/build_aux/missing autoheader' | AUTOMAKE='${SHELL} /cygdrive/C/cobol/gnucobol-3.0-rc1/build_aux/missing automake-1.15' | 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 -Wno-unused -fsigned-char -Wno-pointer-sign -pipe' | COB_CONFIG_DIR='${datarootdir}/gnucobol/config' | COB_COPY_DIR='${datarootdir}/gnucobol/copy' | COB_EXE_EXT='.exe' | COB_EXPORT_DYN='-Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-auto-image-base' | COB_FIX_LIB='' | COB_FIX_LIBTOOL='-Wl,--enable-auto-import' | COB_HAS_64_BIT_POINTER='no' | COB_HAS_CURSES='no' | COB_HAS_ISAM='db' | COB_KEYWORD_INLINE='' | COB_LDFLAGS='' | COB_LIBRARY_PATH='${exec_prefix}/lib/gnucobol' | COB_LIBS='-L${exec_prefix}/lib -lcob -lm -lgmp -ldb-4.8' | COB_MAKE_IX_FALSE='#' | COB_MAKE_IX_TRUE='' | COB_MAKE_RUN_BINARIES_FALSE='#' | COB_MAKE_RUN_BINARIES_TRUE='' | COB_MODULE_EXT='dll' | COB_OBJECT_EXT='o' | COB_PATCH_LEVEL='0' | COB_PIC_FLAGS='-DDLL_EXPORT -DPIC' | COB_SHARED_OPT='-shared' | CODE_COVERAGE_BRANCH_COVERAGE ?= | CODE_COVERAGE_CFLAGS='' | CODE_COVERAGE_CPPFLAGS='' | CODE_COVERAGE_CXXFLAGS='' | CODE_COVERAGE_DIRECTORY ?= $(top_builddir) | CODE_COVERAGE_ENABLED='no' | CODE_COVERAGE_ENABLED_FALSE='' | CODE_COVERAGE_ENABLED_TRUE='#' | CODE_COVERAGE_GENHTML_OPTIONS ?= $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT) | CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT ?=\ | CODE_COVERAGE_IGNORE_PATTERN ?= | CODE_COVERAGE_LCOV_OPTIONS ?= $(CODE_COVERAGE_LCOV_OPTIONS_DEFAULT) | CODE_COVERAGE_LCOV_OPTIONS_DEFAULT ?= $(CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH) | CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH ?= --gcov-tool "$(GCOV)" | CODE_COVERAGE_LCOV_RMOPTS ?= $(CODE_COVERAGE_LCOV_RMOPTS_DEFAULT) | CODE_COVERAGE_LCOV_RMOPTS_DEFAULT ?= | CODE_COVERAGE_LCOV_SHOPTS ?= $(CODE_COVERAGE_LCOV_SHOPTS_DEFAULT) | CODE_COVERAGE_LCOV_SHOPTS_DEFAULT ?= $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\ | CODE_COVERAGE_LDFLAGS='' | CODE_COVERAGE_LIBS='' | CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage | CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info | CODE_COVERAGE_RULES=' | CPP='gcc -E' | CPPFLAGS='' | CYGPATH_W='cygpath -w' | DEFS='-DHAVE_CONFIG_H' | DEPDIR='.deps' | DLLTOOL='dlltool' | DSYMUTIL='' | DUMPBIN='' | ECHO_C='' | ECHO_N='-n' | ECHO_T='' | EGREP='/usr/bin/grep -E' | EXEEXT='.exe' | FGREP='/usr/bin/grep -F' | GCOV='' | GENHTML='' | GETTEXT_MACRO_VERSION='0.19' | GITIGNOREFILES += $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_DIRECTORY) | GITIGNOREFILES ?= | GMSGFMT=':' | GMSGFMT_015=':' | GREP='/usr/bin/grep' | HELP2MAN='${SHELL} /cygdrive/C/cobol/gnucobol-3.0-rc1/build_aux/missing help2man' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_PROGRAM='${INSTALL}' | INSTALL_SCRIPT='${INSTALL}' | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | INTLLIBS='' | INTL_MACOSX_LIBS='' | LCOV='' | LD='/usr/i686-pc-cygwin/bin/ld.exe' | LDFLAGS='' | LEX='${SHELL} /cygdrive/C/cobol/gnucobol-3.0-rc1/build_aux/missing flex' | LEXLIB='' | LEX_OUTPUT_ROOT='' | LIBCOB_LIBS='-lm -lgmp -ldb-4.8' | LIBICONV='' | LIBINTL='' | LIBOBJS='' | LIBS='' | LIBTOOL='$(SHELL) $(top_builddir)/libtool' | LIPO='' | LN_S='ln -s' | LTLIBICONV='' | LTLIBINTL='' | LTLIBOBJS='' | LT_SYS_LIBRARY_PATH='' | MAKEINFO='${SHELL} /cygdrive/C/cobol/gnucobol-3.0-rc1/build_aux/missing makeinfo' | MANIFEST_TOOL=':' | MKDIR_P='/usr/bin/mkdir -p' | MSGFMT=':' | MSGFMT_015=':' | MSGMERGE=':' | NM='/usr/bin/nm -B' | NMEDIT='' | OBJDUMP='objdump' | OBJEXT='o' | OTOOL64='' | OTOOL='' | PACKAGE='gnucobol' | PACKAGE_BUGREPORT='address@hidden' | PACKAGE_NAME='GnuCOBOL' | PACKAGE_STRING='GnuCOBOL 3.0-rc1' | PACKAGE_TARNAME='gnucobol' | PACKAGE_URL='https://www.gnu.org/software/gnucobol/' | PACKAGE_VERSION='3.0-rc1' | PATH_SEPARATOR=':' | POSUB='' | RANLIB='ranlib' | SED='/usr/bin/sed' | SET_MAKE='' | SHELL='/bin/sh' | STRIP='strip' | USE_NLS='no' | VERSION='3.0-rc1' | XGETTEXT=':' | XGETTEXT_015=':' | XGETTEXT_EXTRA_OPTIONS='' | YACC='yacc' | YFLAGS='' | 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='i686-pc-cygwin' | build_alias='' | build_cpu='i686' | build_os='cygwin' | build_vendor='pc' | check-code-coverage: | code-coverage-capture-hook: | code-coverage-capture: code-coverage-capture-hook | code_coverage_quiet = $(code_coverage_quiet_$(V)) | code_coverage_quiet_ = $(code_coverage_quiet_$(AM_DEFAULT_VERBOSITY)) | code_coverage_quiet_0 = --quiet | code_coverage_sanitize = $(subst -,_,$(subst .,_,$(1))) | code_coverage_v_genhtml = $(code_coverage_v_genhtml_$(V)) | code_coverage_v_genhtml_ = $(code_coverage_v_genhtml_$(AM_DEFAULT_VERBOSITY)) | code_coverage_v_genhtml_0 = @echo " GEN " $(CODE_COVERAGE_OUTPUT_DIRECTORY); | code_coverage_v_lcov_cap = $(code_coverage_v_lcov_cap_$(V)) | code_coverage_v_lcov_cap_ = $(code_coverage_v_lcov_cap_$(AM_DEFAULT_VERBOSITY)) | code_coverage_v_lcov_cap_0 = @echo " LCOV --capture"\ | code_coverage_v_lcov_ign = $(code_coverage_v_lcov_ign_$(V)) | code_coverage_v_lcov_ign_ = $(code_coverage_v_lcov_ign_$(AM_DEFAULT_VERBOSITY)) | code_coverage_v_lcov_ign_0 = @echo " LCOV --remove /tmp/*"\ | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | host='i686-pc-cygwin' | host_alias='' | host_cpu='i686' | host_os='cygwin' | host_vendor='pc' | htmldir='${docdir}' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='${SHELL} /cygdrive/C/cobol/gnucobol-3.0-rc1/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 "gnucobol" | #define PACKAGE_VERSION "3.0-rc1" | #define PACKAGE_STRING "GnuCOBOL 3.0-rc1" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | #define PACKAGE "gnucobol" | #define VERSION "3.0-rc1" | #define PATCH_LEVEL 0 | #define MAX_CALL_FIELD_PARAMS 192 | #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_SYS_WAIT_H 1 | #define HAVE_SIG_ATOMIC_T 1 | #define COB_KEYWORD_INLINE __inline | #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 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_ISFINITE 1 | #define HAVE_FDATASYNC 1 | #define HAVE_SIGACTION 1 | #define HAVE_LANGINFO_CODESET 1 | #define WITH_CURSES "no curses found" | #define HAVE_DB_H 1 | #define WITH_DB 1 | #define USE_LIBDL 1 | #define COB_COMPUTED_GOTO 1 | #define COB_32_BIT_LONG 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define COB_EXPORT_DYN "-Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-auto-image-base" | #define COB_PIC_FLAGS "-DDLL_EXPORT -DPIC" | #define COB_SHARED_OPT "-shared" | #define COB_OBJECT_EXT "o" | #define COB_MODULE_EXT "dll" | #define COB_EXE_EXT ".exe" | #define COB_STRIP_CMD "strip --strip-unneeded" | | configure: exit 0