## ------------------------------------------ ## ## GnuCOBOL 3.1.2 test suite: GnuCOBOL Tests. ## ## ------------------------------------------ ## testsuite: command line was: $ ./testsuite ## ---------- ## ## ChangeLog. ## ## ---------- ## | | 2020-12-23 Simon Sobisch | | * configure.ac: version 3.1.2 | | 2020-12-15 Simon Sobisch | | * configure.ac: fixed use of MPIR_LIBS | | 2020-12-08 Simon Sobisch ## --------- ## ## Platform. ## ## --------- ## hostname = DESKTOP-N55UMHT uname -m = x86_64 uname -r = 3.4.2-1.x86_64 uname -s = CYGWIN_NT-10.0-19045 uname -v = 2022-12-11 12:04 UTC /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /tmp/gnucobol-3.1.2_win/tests PATH: /tmp/gnucobol-3.1.2_win/cobc PATH: /tmp/gnucobol-3.1.2_win/bin PATH: /tmp/gnucobol-3.1.2_win/libcob/.libs PATH: /usr/local/bin PATH: /usr/bin PATH: /cygdrive/c/Program Files/Eclipse Adoptium/jdk-11.0.17.8-hotspot/bin PATH: /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common PATH: /cygdrive/c/WINDOWS/system32 PATH: /cygdrive/c/WINDOWS PATH: /cygdrive/c/WINDOWS/System32/Wbem PATH: /cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0 PATH: /cygdrive/c/WINDOWS/System32/OpenSSH PATH: /cygdrive/c/Program Files/Intel/WiFi/bin PATH: /cygdrive/c/Program Files/Common Files/Intel/WirelessCommon PATH: /cygdrive/c/Program Files (x86)/AMD/ATI.ACE/Core-Static PATH: /cygdrive/c/Users/micha/anaconda3/Scripts PATH: /cygdrive/c/Program Files/wooting-analog-sdk PATH: /cygdrive/c/Users/micha/AppData/Local/Programs/Python/Python37-32/Scripts PATH: /cygdrive/c/Users/micha/AppData/Local/Programs/Python/Python37-32 PATH: /cygdrive/c/Users/micha/AppData/Local/Microsoft/WindowsApps PATH: /cygdrive/c/Users/micha/AppData/Local/Programs/Microsoft VS Code/bin 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='/tmp/gnucobol-3.1.2_win/tests' | at_srcdir='.' | abs_srcdir='/tmp/gnucobol-3.1.2_win/tests' | at_top_srcdir='..' | abs_top_srcdir='/tmp/gnucobol-3.1.2_win' | at_top_build_prefix='../' | abs_top_builddir='/tmp/gnucobol-3.1.2_win' | | # 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-2020 Free Software Foundation, Inc. | # Written by Keisuke Nishida, Roger While, Simon Sobisch, Edward Hart | # | # 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 . | | | TEMPLATE="${abs_srcdir}/testsuite.src" | | # TODO: add missing parts for installcheck | | if test "$GNUCOBOL_ENV_SETUP" != "1" -a "$GNUCOBOL_TEST_LOCAL" != "1"; then | COBC="cobc" | COBCRUN="cobcrun" | COBCRUN_DIRECT="" # used for running created executables through tools | # prepend PATH with the actual binaries to let the testsuite find them for | # general check and version output, otherwise not needed | PATH="${abs_top_builddir}/libcob/.libs:${PATH}" | PATH="${abs_top_builddir}/cobc:${abs_top_builddir}/bin:${PATH}" | export PATH | LOCAL_ENV="${abs_top_builddir}/pre-inst-env" | else | if test "x${COBC}" = "x"; then | COBC="cobc.exe" | fi | if test "x${COBCRUN}" = "x"; then | COBCRUN="cobcrun.exe" | fi | if test "x${COBCRUN_DIRECT}" = "x"; then | COBCRUN_DIRECT="" | fi | LOCAL_ENV="" | fi | | if test "$GNUCOBOL_TEST_LOCAL" != "1"; then | ABS_COBC="${abs_top_builddir}/cobc/cobc.exe" | ABS_COBCRUN="${abs_top_builddir}/bin/cobcrun.exe" | else | ABS_COBC="$(which cobc)" | ABS_COBCRUN="$(which cobcrun)" | fi | | AWK=gawk | GREP=/usr/bin/grep | SED=/usr/bin/sed | export AWK GREP SED | | # be sure to use the English messages | LC_ALL=C | export LC_ALL | unset LANG | | # workaround to adjust the testsuite later: | # FLAGS="-debug -Wall ${COBOL_FLAGS}" | FLAGS="-debug -Wall ${COBOL_FLAGS} -fno-diagnostics-show-option" | COMPILE="${COBC} -x ${FLAGS}" | COMPILE_ONLY="${COBC} -fsyntax-only ${FLAGS}" | COMPILE_MODULE="${COBC} -m ${FLAGS}" | | # Helper script to unify listings (replace version, date, time) | UNIFY_LISTING="${abs_srcdir}/listings-sed.sh" | | # test runner for manual tests, content may be changed by the user | RUN_PROG_MANUAL="${abs_builddir}/run_prog_manual.sh" | | # unset option if not internally set in this script | _unset_option () { | if test "$1" != "COB_CONFIG_DIR" \ | -a "$1" != "COB_COPY_DIR" \ | -a "$1" != "COB_RUNTIME_CONFIG" \ | -a "$1" != "COB_LIBRARY_PATH" \ | -a "$1" != "COB_CFLAGS" \ | -a "$1" != "COB_LIBS" \ | -a "$1" != "COB_UNIX_LF"; then | unset $1 | fi | } | | # 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" | } | | # Fix for testcases where cobc translates path to win32 equivalents | if test "x$MSYSTEM" != "x"; then | PATHSEP=";" | else | PATHSEP=':'; | fi | export PATHSEP | | # entries likely referenced in the LIBS entries below | prefix="/usr/local" | exec_prefix="${prefix}" | | # options that are also used in pre-inst-env (always add to both) | # but not directly in the testsuite | if test "$GNUCOBOL_ENV_SETUP" != "1" -a "$GNUCOBOL_TEST_LOCAL" != "1"; then | COB_CFLAGS="-I${abs_top_srcdir} -pipe -I/usr/local/include -Wno-unused -fsigned-char -Wno-pointer-sign" | COB_LIBS="-L${abs_top_builddir}/libcob/.libs -L${exec_prefix}/lib -lcob -lm" | COB_CONFIG_DIR="${abs_top_srcdir}/config" | 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" | | export COB_CFLAGS COB_LIBS | export COB_CONFIG_DIR COB_COPY_DIR | export LD_LIBRARY_PATH DYLD_LIBRARY_PATH SHLIB_PATH LIBPATH | export COB_LIBRARY_PATH | fi | COB_UNIX_LF=1 | export COB_UNIX_LF | | # unset all environment variables that are used in libcob | # for runtime configuration ... | COB_RUNTIME_CONFIG="${abs_top_srcdir}/config/runtime_empty.cfg" | export COB_RUNTIME_CONFIG | for cobenv in $(${LOCAL_ENV} ${ABS_COBCRUN} --runtime-conf \ | | grep " env:" | cut -d: -f2 | cut -d= -f1 \ | | grep -v "PATH" | grep -v "TERM"); \ | do _unset_option $cobenv; \ | done | | # prevent multiple calls by caching the output | ${LOCAL_ENV} ${ABS_COBC} --info > info.out | | # ... and also unset for the compiler | if test "$GNUCOBOL_TEST_LOCAL" != "1"; then | for cobenv in $(grep "env:" info.out | cut -d: -f2 | cut -d= -f1 \ | | grep -v "PATH"); \ | do _unset_option $cobenv; \ | done | fi | | COB_STACKTRACE=0 | export COB_STACKTRACE | | | # different flags checked in the testsuite | if test "$GNUCOBOL_TEST_LOCAL" != "1"; then | COB_OBJECT_EXT="o" | COB_EXE_EXT=".exe" | COB_BIGENDIAN="no" | COB_HAS_64_BIT_POINTER="yes" | COB_HAS_ISAM="db" | COB_HAS_XML2="no" | COB_HAS_JSON="no" | COB_HAS_CURSES="yes" | else | | COB_OBJECT_EXT="$(grep COB_OBJECT_EXT info.out | cut -d: -f2 | cut -b2-)" | COB_EXE_EXT="$(grep COB_EXE_EXT info.out | cut -d: -f2 | cut -b2-)" | | if test $(grep -i -c "little-endian" info.out) = 0; then | COB_BIGENDIAN="yes" | else | COB_BIGENDIAN="no" | fi | COB_HAS_64_BIT_POINTER=$(grep "64bit-mode" info.out | cut -d: -f2 | cut -b2-) | | cob_indexed=$(grep -i "indexed file" info.out | cut -d: -f2) | if test "x$cob_indexed" = "x"; then | cob_indexed=$(grep ISAM info.out | cut -d: -f2) | fi | case "$cob_indexed" in | " disabled") COB_HAS_ISAM="no";; | " BDB") COB_HAS_ISAM="db";; | " VBISAM"*) COB_HAS_ISAM="vbisam";; | " D-ISAM") COB_HAS_ISAM="disam";; | " C-ISAM") COB_HAS_ISAM="cisam";; | " EXTFH") COB_HAS_ISAM="index_extfh";; | *) echo "unknown entry for indexed handler: '"$cob_indexed"' please report" && exit 1;; | esac | | if test $(grep -i -c "XML library.*disabled" info.out) = 0; then | COB_HAS_XML2="yes" | else | COB_HAS_XML2="no" | fi | if test $(grep -i -c "JSON library.*disabled" info.out) = 0; then | COB_HAS_JSON="yes" | else | COB_HAS_JSON="no" | fi | # see note below | if test $(grep -i -c " screen .*disabled" info.out) = 0; then | COB_HAS_CURSES="yes" | else | COB_HAS_CURSES="no" | fi | fi | if test "x$MSYSTEM" != "x" -o "$OSTYPE" = "cygwin"; then | # running MSYS builds as not-visible child processes result in | # "Redirection is not supported" (at least old PDCurses) | # --> disabling the tests for this feature | # ncurses is known to work as long as TERM is appropriate | if test $(grep -i -c "ncurses" info.out) != 0; then | if test "x$MSYSTEM" != "x"; then | TERM="" | else | TERM="xterm" | fi | export TERM | # no change here... COB_HAS_CURSES="yes" | else | COB_HAS_CURSES="no" | fi | fi | | rm -rf info.out | | # NIST tests (tests/cobol85) are executed in a separate perl process with a new environment --> export needed | export COB_HAS_ISAM COB_HAS_XML2 COB_HAS_JSON COB_HAS_CURSES COB_HAS_64_BIT_POINTER | export COBC COBCRUN COBCRUN_DIRECT RUN_PROG_MANUAL | export COB_OBJECT_EXT COB_EXE_EXT | | # to ensure that no external DB_HOME is polluted: unset | DB_HOME="" && export DB_HOME | | # For the very rare cases where cobc/libcob may need to know if they're running in test mode: | COB_IS_RUNNING_IN_TESTMODE=1 && export COB_IS_RUNNING_IN_TESTMODE ## ---------------- ## ## Tested programs. ## ## ---------------- ## ./testsuite.at:26: /tmp/gnucobol-3.1.2_win/cobc/cobc --version cobc (GnuCOBOL) 3.1.2.0 Copyright (C) 2020 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 13 2022 19:58:11 Packaged Dec 23 2020 12:04:58 UTC C version "11.3.0" ./testsuite.at:26: /tmp/gnucobol-3.1.2_win/bin/cobcrun --version cobcrun (GnuCOBOL) 3.1.2.0 Copyright (C) 2020 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 13 2022 19:58:07 Packaged Dec 23 2020 12:04:58 UTC libcob (GnuCOBOL) 3.1.2.0 Copyright (C) 2020 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 13 2022 19:57:07 Packaged Dec 23 2020 12:04:58 UTC ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Tue Dec 13 19:59:04 CET 2022 1. compiler help and information (used_binaries.at:27): ok (0m0.364s 0m0.652s) 2. compiler warnings (used_binaries.at:50): ok (0m0.287s 0m0.606s) 3. compiler outputs (general) (used_binaries.at:178): ok (0m0.394s 0m0.918s) 4. compiler outputs (file specified) (used_binaries.at:218): ok (0m0.703s 0m1.182s) 5. compiler outputs (path specified) (used_binaries.at:263): ok (0m0.672s 0m1.145s) 6. compiler outputs (assembler) (used_binaries.at:292): ok (0m0.183s 0m0.854s) 7. source file not found (used_binaries.at:327): ok (0m0.045s 0m0.169s) 8. temporary path invalid (used_binaries.at:337): ok (0m0.292s 0m0.737s) 9. use of full path for cobc (used_binaries.at:372): ok (0m0.092s 0m0.229s) 10. C Compiler optimizations (used_binaries.at:390): ok (0m1.229s 0m1.507s) 11. invalid cobc option (used_binaries.at:427): ok (0m0.015s 0m0.015s) 12. cobcrun help and information (used_binaries.at:447): ok (0m0.076s 0m0.135s) 13. cobcrun validation (used_binaries.at:462): ok (0m0.230s 0m0.383s) 14. cobcrun -M DSO entry argument (used_binaries.at:502): ok (0m0.276s 0m0.352s) 15. cobcrun -M directory/ default (used_binaries.at:562): ok (0m0.246s 0m0.492s) 16. cobcrun -M directory/dso alternate (used_binaries.at:601): ok (0m0.168s 0m0.508s) 17. cobcrun -M DSO entry multiple arguments (used_binaries.at:652): ok (0m0.169s 0m0.397s) 18. cobcrun error messages (used_binaries.at:698): ok (0m0.000s 0m0.165s) 19. run job after compilation (used_binaries.at:721): ok (0m0.291s 0m0.627s) 20. run job after compilation (path specified) (used_binaries.at:740): ok (0m0.214s 0m0.612s) 21. run job with optional arguments (used_binaries.at:760): ok (0m0.519s 0m0.767s) 22. compile from stdin (used_binaries.at:782): ok (0m0.151s 0m0.600s) 23. run job after compilation from stdin (used_binaries.at:812): ok (0m0.261s 0m0.487s) 24. cobc with standard configuration file (configuration.at:22): ok (0m0.046s 0m0.061s) 25. cobc dialect features for all -std (configuration.at:43): ok (0m0.394s 0m0.833s) 26. cobc with configuration file via -std (configuration.at:101): ok (0m0.030s 0m0.030s) 27. cobc with standard configuration file via -conf (configuration.at:122): ok (0m0.000s 0m0.045s) 28. cobc with own configuration file via -conf (configuration.at:143): ok (0m0.060s 0m0.199s) 29. cobc configuration: recursive include (configuration.at:172): ok (0m0.030s 0m0.168s) 30. cobc with -std and -conf (configuration.at:210): ok (0m0.015s 0m0.060s) 31. cobc compiler flag on command line (configuration.at:237): ok (0m0.000s 0m0.077s) 32. cobc compiler flag on command line (priority) (configuration.at:256): ok (0m0.060s 0m0.060s) 33. cobc configuration: entries (configuration.at:289): ok (0m0.167s 0m0.272s) 34. cobc configuration: conf missing (configuration.at:336): ok (0m0.060s 0m0.121s) 35. cobc configuration: conf optional (configuration.at:364): ok (0m0.045s 0m0.030s) 36. cobc configuration: incomplete (configuration.at:400): ok (0m0.015s 0m0.045s) 37. runtime configuration (configuration.at:524): ok (0m0.075s 0m0.090s) 38. runtime configuration file (configuration.at:543): ok (0m0.196s 0m0.744s) 39. runtime configuration: recursive include (configuration.at:586): ok (0m0.015s 0m0.015s) 40. runtime configuration: environment priority (configuration.at:615): ok (0m0.015s 0m0.121s) 41. runtime configuration: entries (configuration.at:628): ok (0m0.015s 0m0.045s) 42. runtime configuration: conf missing (configuration.at:709): ok (0m0.030s 0m0.196s) 43. runtime configuration: conf optional (configuration.at:738): ok (0m0.000s 0m0.060s) 44. runtime configuration: strings and environment (configuration.at:751): ok (0m0.045s 0m0.260s) 45. validation of COB_CONFIG_DIR (configuration.at:765): ok (0m0.030s 0m0.061s) 46. COPY: IN / OF / -I (syn_copy.at:21): ok (0m0.211s 0m0.394s) 48. COPY: extension (syn_copy.at:168): ok (0m0.105s 0m0.135s) 49. COPY: within comment (syn_copy.at:255): ok (0m0.045s 0m0.076s) 50. COPY: file not found (syn_copy.at:284): ok (0m0.060s 0m0.151s) 51. COPY: recursive (syn_copy.at:340): ok (0m0.046s 0m0.123s) 52. COPY: replacement order (syn_copy.at:380): ok (0m0.152s 0m0.215s) 53. COPY: separators (syn_copy.at:407): ok (0m0.076s 0m0.289s) 54. COPY: partial replacement (syn_copy.at:436): ok (0m0.106s 0m0.352s) 55. COPY: LEADING replacement (syn_copy.at:466): ok (0m0.122s 0m0.213s) 56. COPY: TRAILING replacement (syn_copy.at:496): ok (0m0.107s 0m0.230s) 57. COPY: recursive replacement (syn_copy.at:526): ok (0m0.092s 0m0.274s) 58. COPY: fixed/free format (syn_copy.at:556): ok (0m0.168s 0m0.288s) 59. Invalid source name (syn_definition.at:25): ok (0m0.030s 0m0.015s) 60. Invalid PROGRAM-ID (syn_definition.at:37): ok (0m0.015s 0m0.030s) 61. Invalid PROGRAM-ID type clause (1) (syn_definition.at:54): ok (0m0.031s 0m0.045s) 62. invalid PROGRAM-ID type clause (2) (syn_definition.at:71): ok (0m0.000s 0m0.045s) 63. INITIAL / RECURSIVE before COMMON (syn_definition.at:88): ok (0m0.000s 0m0.154s) 64. Undefined data name (syn_definition.at:120): ok (0m0.061s 0m0.184s) 65. Undefined group name (syn_definition.at:139): ok (0m0.030s 0m0.015s) 66. Undefined data name in group (syn_definition.at:161): ok (0m0.030s 0m0.045s) 67. Reference not a group name (syn_definition.at:185): ok (0m0.030s 0m0.045s) 68. Incomplete 01 definition (syn_definition.at:207): ok (0m0.030s 0m0.045s) 69. error handling in conditions (syn_definition.at:225): ok (0m0.030s 0m0.075s) 70. Same labels in different sections (syn_definition.at:298): ok (0m0.000s 0m0.046s) 71. Redefinition of 01 items (syn_definition.at:322): ok (0m0.075s 0m0.165s) 72. Redefinition of 01 and 02 items (syn_definition.at:351): ok (0m0.046s 0m0.107s) 73. Redefinition of 02 items (syn_definition.at:371): ok (0m0.000s 0m0.076s) 74. Redefinition of 77 items (syn_definition.at:392): ok (0m0.015s 0m0.015s) 75. Redefinition of 01 and 77 items (syn_definition.at:412): ok (0m0.030s 0m0.030s) 76. Redefinition of 88 items (syn_definition.at:432): ok (0m0.030s 0m0.046s) 77. Redefinition of program-name by other programs (syn_definition.at:453): ok (0m0.030s 0m0.045s) 78. Redefinition of program-name within program (syn_definition.at:533): ok (0m0.060s 0m0.000s) 79. Redefinition of function-prototype name (syn_definition.at:563): ok (0m0.061s 0m0.107s) 80. PROCEDURE DIVISION RETURNING OMITTED: main (syn_definition.at:588): ok (0m0.184s 0m0.289s) 81. PROCEDURE DIVISION RETURNING OMITTED: FUNCTION (syn_definition.at:608): ok (0m0.015s 0m0.092s) 82. PROCEDURE DIVISION RETURNING item (syn_definition.at:627): ok (0m0.075s 0m0.276s) 83. Data item with same name as program-name (syn_definition.at:722): ok (0m0.015s 0m0.015s) 84. Ambiguous reference to 02 items (syn_definition.at:749): ok (0m0.046s 0m0.030s) 85. Ambiguous reference to 02 and 03 items (syn_definition.at:776): ok (0m0.015s 0m0.076s) 86. Ambiguous reference with qualification (syn_definition.at:802): ok (0m0.000s 0m0.060s) 87. Unique reference with ambiguous qualifiers (syn_definition.at:831): ok (0m0.015s 0m0.030s) 88. Undefined procedure name (syn_definition.at:867): ok (0m0.015s 0m0.045s) 89. Redefinition of section names (syn_definition.at:887): ok (0m0.015s 0m0.030s) 90. Redefinition of section and paragraph names (syn_definition.at:912): ok (0m0.000s 0m0.030s) 92. Redefinition of paragraph names (syn_definition.at:975): ok (0m0.015s 0m0.061s) 93. Ambiguous reference to paragraph name (syn_definition.at:1001): ok (0m0.061s 0m0.045s) 94. Non-matching level numbers (extension) (syn_definition.at:1027): ok (0m0.030s 0m0.045s) 95. CALL BY VALUE alphanumeric item (extension) (syn_definition.at:1051): ok (0m0.015s 0m0.015s) 96. CALL BY VALUE national item (extension) (syn_definition.at:1073): ok (0m0.000s 0m0.091s) 97. CALL BY VALUE figurative constants (syn_definition.at:1096): ok (0m0.015s 0m0.030s) 98. Duplicate identification division header (syn_definition.at:1130): ok (0m0.000s 0m0.108s) 99. RETURNING in STOP RUN / GOBACK / EXIT PROGRAM (syn_definition.at:1145): ok (0m0.464s 0m0.828s) 100. Invalid ENVIRONMENT DIVISION order (syn_definition.at:1196): ok (0m0.015s 0m0.000s) 101. Function without END FUNCTION (syn_definition.at:1221): ok (0m0.030s 0m0.045s) 102. Nested programs without END PROGRAM (syn_definition.at:1235): ok (0m0.015s 0m0.030s) 103. Nested programs not in procedure division (syn_definition.at:1257): ok (0m0.000s 0m0.045s) 104. Screen section starts with 78-level (syn_definition.at:1276): ok (0m0.000s 0m0.000s) 105. Invalid PICTURE strings (syn_definition.at:1292): ok (0m0.030s 0m0.030s) 106. PICTURE string with control character (syn_definition.at:1552): ok (0m0.015s 0m0.030s) 107. PICTURE strings invalid with BLANK WHEN ZERO (syn_definition.at:1570): ok (0m0.000s 0m0.045s) 108. PICTURE strings invalid with USAGE (syn_definition.at:1593): ok (0m0.061s 0m0.061s) 109. ALPHABET definition (syn_definition.at:1613): ok (0m0.000s 0m0.015s) 110. PROGRAM COLLATING SEQUENCE (syn_definition.at:1636): ok (0m0.030s 0m0.105s) 111. RENAMES item (syn_definition.at:1819): ok (0m0.000s 0m0.045s) 112. RENAMES of 01-, 66- and 77-level items (syn_definition.at:1893): ok (0m0.015s 0m0.045s) 113. SAME AS clause (syn_definition.at:1919): ok (0m0.030s 0m0.121s) 114. TYPEDEF clause (syn_definition.at:1983): ok (0m0.181s 0m0.241s) 116. APPLY COMMIT clause (syn_definition.at:2272): ok (0m0.045s 0m0.045s) 117. Non-numeric subscript (syn_subscripts.at:23): ok (0m0.015s 0m0.075s) 118. Subscript range check (syn_subscripts.at:50): ok (0m0.045s 0m0.106s) 119. Subscript bounds with OCCURS DEPENDING ON (syn_subscripts.at:98): ok (0m0.030s 0m0.030s) 120. Subscripted item requires OCCURS clause (syn_subscripts.at:125): ok (0m0.030s 0m0.075s) 121. Number of subscripts (syn_subscripts.at:151): ok (0m0.030s 0m0.030s) 122. SET SSRANGE syntax (syn_subscripts.at:195): ok (0m0.015s 0m0.060s) 123. OCCURS with level 01 and 77 (syn_occurs.at:29): ok (0m0.045s 0m0.184s) 124. OCCURS with level 66 (syn_occurs.at:84): ok (0m0.015s 0m0.030s) 125. OCCURS with level 78 (syn_occurs.at:103): ok (0m0.015s 0m0.015s) 126. OCCURS with level 88 (syn_occurs.at:121): ok (0m0.000s 0m0.060s) 127. OCCURS with variable-occurrence data item (syn_occurs.at:141): ok (0m0.135s 0m0.228s) 128. OCCURS data-items for INDEXED and KEY (syn_occurs.at:189): ok (0m0.030s 0m0.045s) 129. Nested OCCURS clause (syn_occurs.at:229): ok (0m0.030s 0m0.000s) 130. OCCURS DEPENDING with wrong size (syn_occurs.at:266): ok (0m0.000s 0m0.045s) 131. OCCURS DEPENDING followed by another field (syn_occurs.at:305): ok (0m0.015s 0m0.122s) 132. OCCURS with unmatched DEPENDING / TO phrases (syn_occurs.at:347): ok (0m0.090s 0m0.090s) 133. OCCURS INDEXED before KEY (syn_occurs.at:390): ok (0m0.015s 0m0.137s) 134. OCCURS size check (syn_occurs.at:428): ok (0m0.076s 0m0.122s) 135. REDEFINES: not following entry-name (syn_redefines.at:28): ok (0m0.045s 0m0.030s) 136. REDEFINES: level 02 by 01 (syn_redefines.at:53): ok (0m0.015s 0m0.061s) 137. REDEFINES: level 03 by 02 (syn_redefines.at:74): ok (0m0.046s 0m0.077s) 138. REDEFINES: level 66 (syn_redefines.at:96): ok (0m0.000s 0m0.045s) 139. REDEFINES: level 88 (syn_redefines.at:118): ok (0m0.015s 0m0.060s) 140. REDEFINES: lower level number (syn_redefines.at:147): ok (0m0.015s 0m0.061s) 141. REDEFINES: with OCCURS (syn_redefines.at:173): ok (0m0.061s 0m0.061s) 142. REDEFINES: with subscript (syn_redefines.at:194): ok (0m0.077s 0m0.076s) 143. REDEFINES: with variable occurrence (syn_redefines.at:216): ok (0m0.061s 0m0.061s) 144. REDEFINES: with qualification (syn_redefines.at:251): ok (0m0.015s 0m0.045s) 145. REDEFINES: multiple redefinition (syn_redefines.at:277): ok (0m0.091s 0m0.137s) 146. REDEFINES: size exceeds (syn_redefines.at:305): ok (0m0.000s 0m0.045s) 147. REDEFINES: with VALUE (syn_redefines.at:338): ok (0m0.123s 0m0.213s) 148. REDEFINES: with intervention (syn_redefines.at:370): ok (0m0.015s 0m0.075s) 149. REDEFINES: within REDEFINES (syn_redefines.at:399): ok (0m0.030s 0m0.030s) 150. REDEFINES: non-referenced ambiguous item (syn_redefines.at:420): ok (0m0.000s 0m0.045s) 151. Numeric item (integer) (syn_value.at:43): ok (0m0.000s 0m0.045s) 152. Numeric item (non-integer) (syn_value.at:70): ok (0m0.000s 0m0.060s) 153. Numeric item with picture P (syn_value.at:94): ok (0m0.030s 0m0.030s) 154. Signed numeric literal (syn_value.at:126): ok (0m0.000s 0m0.075s) 155. Alphabetic item (syn_value.at:152): ok (0m0.045s 0m0.045s) 156. Alphanumeric item (syn_value.at:179): ok (0m0.015s 0m0.075s) 157. Alphanumeric group item (syn_value.at:204): ok (0m0.015s 0m0.045s) 158. Numeric-edited item (syn_value.at:239): ok (0m0.060s 0m0.120s) 159. Alphanumeric-edited item (syn_value.at:272): ok (0m0.015s 0m0.015s) 160. Implicit picture from value (syn_value.at:340): ok (0m0.045s 0m0.060s) 161. Missing SELECT (syn_file.at:23): ok (0m0.000s 0m0.030s) 162. Duplicated SELECT (syn_file.at:50): ok (0m0.000s 0m0.015s) 163. Missing FD (syn_file.at:82): ok (0m0.000s 0m0.030s) 164. Duplicated FD (syn_file.at:108): ok (0m0.015s 0m0.075s) 165. ASSIGN to device-name (syn_file.at:137): ok (0m0.077s 0m0.045s) 166. ASSIGN to printer-name (syn_file.at:204): ok (0m0.061s 0m0.105s) 167. ASSIGN to lsq-device-name (syn_file.at:271): ok (0m0.015s 0m0.015s) 168. ASSIGN to variable (syn_file.at:326): ok (0m0.015s 0m0.120s) 169. SELECT without ASSIGN (syn_file.at:431): ok (0m0.030s 0m0.045s) 170. START on SEQUENTIAL file (syn_file.at:459): ok (0m0.015s 0m0.060s) 171. OPEN SEQUENTIAL file REVERSED (syn_file.at:496): ok (0m0.031s 0m0.075s) 172. OPEN SEQUENTIAL file NO REWIND (syn_file.at:544): ok (0m0.000s 0m0.075s) 173. valid key items (syn_file.at:583): ok (0m0.030s 0m0.015s) 174. INDEXED file invalid key items (syn_file.at:633): ok (0m0.015s 0m0.030s) 175. variable record length (syn_file.at:697): ok (0m0.030s 0m0.257s) 176. variable record length DEPENDING item (syn_file.at:808): ok (0m0.030s 0m0.045s) 177. DECLARATIVES invalid procedure reference (1) (syn_file.at:882): ok (0m0.091s 0m0.241s) 178. DECLARATIVES invalid procedure reference (2) (syn_file.at:971): ok (0m0.030s 0m0.030s) 179. EXTERNAL file (syn_file.at:1012): ok (0m0.030s 0m0.046s) 180. RECORDING MODE (syn_file.at:1040): ok (0m0.015s 0m0.030s) 181. CODE-SET clause (syn_file.at:1069): ok (0m0.031s 0m0.060s) 182. CODE-SET FOR clause (syn_file.at:1103): ok (0m0.000s 0m0.045s) 183. WRITE / REWRITE FROM clause and FILE (syn_file.at:1137): ok (0m0.045s 0m0.030s) 184. Clauses following invalid ACCESS clause (syn_file.at:1198): ok (0m0.015s 0m0.075s) 185. RELATIVE KEY type checks (syn_file.at:1222): ok (0m0.015s 0m0.015s) 186. Mismatched KEY clause (syn_file.at:1282): ok (0m0.015s 0m0.060s) 187. RECORD DELIMITER (syn_file.at:1309): ok (0m0.015s 0m0.045s) 188. FILE STATUS (syn_file.at:1417): ok (0m0.015s 0m0.045s) 189. VSAM status (syn_file.at:1516): ok (0m0.061s 0m0.136s) 190. INDEXED file PASSWORD clause (syn_file.at:1562): ok (0m0.030s 0m0.030s) 191. RECORD clause equal limits (syn_file.at:1613): ok (0m0.000s 0m0.061s) 192. FILE ... FROM literal (syn_file.at:1653): ok (0m0.030s 0m0.150s) 193. WRITE / REWRITE on LINE SEQUENTIAL files (syn_file.at:1712): ok (0m0.015s 0m0.045s) 194. WRITE / REWRITE on REPORT files (syn_file.at:1747): ok (0m0.030s 0m0.060s) 195. SELECT without fd-name (syn_file.at:1784): ok (0m0.045s 0m0.015s) 196. Undeclared FILE-ID variable (syn_file.at:1805): ok (0m0.000s 0m0.015s) 197. Undeclared ASSIGN variable (syn_file.at:1830): ok (0m0.015s 0m0.030s) 198. OPEN I-O with LINE SEQUENTIAL (syn_file.at:1909): ok (0m0.030s 0m0.045s) 199. ACCESS RANDOM with ORG SEQUENTIAL (syn_file.at:1934): ok (0m0.015s 0m0.045s) 200. ALTERNATE RECORD KEY SUPPRESS WHEN (syn_file.at:1961): ok (0m0.015s 0m0.045s) 201. RECORD definition with SOURCE IS / = (syn_file.at:2006): ok (0m0.015s 0m0.015s) 204. SELECT/OPEN syntax extensions (syn_file.at:2116): ok (0m0.060s 0m0.060s) 205. GLOBAL FD nested progam (syn_file.at:2211): ok (0m0.077s 0m0.214s) 206. Invalid file name in SELECT (syn_file.at:2249): ok (0m0.000s 0m0.076s) 207. REPORT error/warning (syn_reportwriter.at:23): ok (0m0.030s 0m0.060s) 208. REPORT not positive integers in COL / LINE PLUS (syn_reportwriter.at:124): ok (0m0.030s 0m0.060s) 209. Missing DETAIL line (syn_reportwriter.at:177): ok (0m0.000s 0m0.060s) 210. REPORT LINE PLUS ZERO (syn_reportwriter.at:220): ok (0m0.107s 0m0.153s) 211. Incorrect REPORT NAME (syn_reportwriter.at:270): ok (0m0.030s 0m0.090s) 212. REPORT with PLUS RIGHT/CENTER (syn_reportwriter.at:387): ok (0m0.030s 0m0.046s) 213. PAGE LIMITS clause (syn_reportwriter.at:480): ok (0m0.000s 0m0.015s) 214. Report FD without period (syn_reportwriter.at:515): ok (0m0.030s 0m0.015s) 215. REPORT with unreferenced control field (syn_reportwriter.at:548): ok (0m0.137s 0m0.199s) 216. Incorrect USAGE clause (syn_reportwriter.at:576): ok (0m0.015s 0m0.030s) 217. valid reference modification (syn_refmod.at:25): ok (0m0.138s 0m0.230s) 218. Static out of bounds (syn_refmod.at:51): ok (0m0.015s 0m0.030s) 219. constant-folding out of bounds (syn_refmod.at:95): ok (0m0.030s 0m0.075s) 220. ambiguous AND/OR (syn_misc.at:23): ok (0m0.015s 0m0.090s) 221. warn constant expressions (syn_misc.at:54): ok (0m0.030s 0m0.060s) 222. warn literal size (syn_misc.at:87): ok (0m0.030s 0m0.045s) 223. warn literal size in constant expr. (level 88) (syn_misc.at:352): ok (0m0.015s 0m0.075s) 224. Invalid conditional expression (1) (syn_misc.at:402): ok (0m0.031s 0m0.046s) 225. Invalid conditional expression (2) (syn_misc.at:515): ok (0m0.031s 0m0.045s) 226. Invalid conditional expression (3) (syn_misc.at:571): ok (0m0.030s 0m0.030s) 227. Valid conditional expression (syn_misc.at:635): ok (0m0.030s 0m0.091s) 228. missing headers (syn_misc.at:668): ok (0m0.046s 0m0.120s) 229. one line program (syn_misc.at:718): ok (0m0.045s 0m0.105s) 230. empty program (syn_misc.at:737): ok (0m0.627s 0m1.348s) 231. INITIALIZE constant (syn_misc.at:783): ok (0m0.000s 0m0.015s) 232. CLASS duplicate values (syn_misc.at:810): ok (0m0.076s 0m0.030s) 233. INSPECT invalid size (syn_misc.at:843): ok (0m0.015s 0m0.045s) 234. INSPECT invalid target (syn_misc.at:884): ok (0m0.030s 0m0.045s) 235. INSPECT missing keyword (syn_misc.at:907): ok (0m0.015s 0m0.045s) 236. INSPECT repeated keywords (syn_misc.at:928): ok (0m0.015s 0m0.030s) 237. INSPECT incomplete clause (syn_misc.at:964): ok (0m0.015s 0m0.122s) 238. INSPECT multiple BEFORE/AFTER clauses (syn_misc.at:986): ok (0m0.015s 0m0.061s) 239. maximum data size (syn_misc.at:1009): ok (0m0.015s 0m0.045s) 240. unreachable statement (syn_misc.at:1038): ok (0m0.015s 0m0.030s) 241. CRT STATUS (syn_misc.at:1088): ok (0m0.045s 0m0.075s) 242. SPECIAL-NAMES clause (syn_misc.at:1130): ok (0m0.090s 0m0.212s) 243. CURRENCY SIGN (syn_misc.at:1219): ok (0m0.165s 0m0.332s) 244. SWITCHES (syn_misc.at:1331): ok (0m0.061s 0m0.060s) 245. unexpected mnemonic-name location (syn_misc.at:1457): ok (0m0.015s 0m0.045s) 246. wrong device for mnemonic-name (syn_misc.at:1484): ok (0m0.000s 0m0.060s) 247. missing mnemonic-name declaration (syn_misc.at:1509): ok (0m0.015s 0m0.015s) 248. unknown device in dialect (syn_misc.at:1530): ok (0m0.061s 0m0.015s) 249. ACCEPT WITH ( NO ) UPDATE / DEFAULT (syn_misc.at:1560): ok (0m0.015s 0m0.015s) 250. ACCEPT WITH AUTO / TAB (syn_misc.at:1585): ok (0m0.015s 0m0.030s) 251. ACCEPT WITH LOWER / UPPER (syn_misc.at:1610): ok (0m0.031s 0m0.015s) 252. ACCEPT WITH SIZE (syn_misc.at:1632): ok (0m0.000s 0m0.015s) 253. DISPLAY WITH SIZE (syn_misc.at:1661): ok (0m0.030s 0m0.000s) 254. source text after program-text area (syn_misc.at:1686): ok (0m0.061s 0m0.061s) 255. line overflow in fixed-form / free-form (syn_misc.at:1707): ok (0m0.090s 0m0.106s) 256. missing newline in fixed-form / free-form (syn_misc.at:1755): ok (0m0.060s 0m0.181s) 257. continuation Indicator - too many lines (syn_misc.at:1788): ok (0m0.093s 0m0.122s) 258. continuation of COBOL words (syn_misc.at:2345): ok (0m0.045s 0m0.060s) 259. literal too long (syn_misc.at:2366): ok (0m0.045s 0m0.272s) 260. line and floating comments (syn_misc.at:2601): ok (0m0.670s 0m1.560s) 261. word length (syn_misc.at:2766): ok (0m0.105s 0m0.255s) 262. Segmentation Module (syn_misc.at:2929): ok (0m0.015s 0m0.075s) 263. ACCEPT FROM ESCAPE KEY (syn_misc.at:3021): ok (0m0.030s 0m0.015s) 264. Numeric literals (syn_misc.at:3046): ok (0m0.045s 0m0.151s) 265. floating-point literals (syn_misc.at:3225): ok (0m0.091s 0m0.030s) 266. X literals (syn_misc.at:3332): ok (0m0.061s 0m0.045s) 267. national literals (syn_misc.at:3359): ok (0m0.060s 0m0.168s) 268. NX literals (syn_misc.at:3397): ok (0m0.015s 0m0.106s) 269. binary literals (syn_misc.at:3435): ok (0m0.030s 0m0.060s) 270. binary-hexadecimal literals (syn_misc.at:3471): ok (0m0.061s 0m0.152s) 271. HP COBOL octal literals (syn_misc.at:3500): ok (0m0.060s 0m0.061s) 272. ACUCOBOL literals (syn_misc.at:3536): ok (0m0.091s 0m0.075s) 273. ACUCOBOL 32bit literal size (syn_misc.at:3598): skipped (syn_misc.at:3600) 274. ACUCOBOL USAGE FLOAT / DOUBLE (syn_misc.at:3629): ok (0m0.000s 0m0.243s) 275. ACUCOBOL USAGE HANDLE (syn_misc.at:3658): ok (0m0.076s 0m0.229s) 276. ACUCOBOL WINDOW statements (syn_misc.at:3766): ok (0m0.031s 0m0.060s) 277. ACUCOBOL GRAPHICAL controls (syn_misc.at:3851): ok (0m0.000s 0m0.075s) 278. DISPLAY MESSAGE BOX (syn_misc.at:3930): ok (0m0.000s 0m0.030s) 279. DISPLAY OMITTED (syn_misc.at:3973): ok (0m0.045s 0m0.045s) 280. CGI: EXTERNAL-FORM (syn_misc.at:3994): ok (0m0.061s 0m0.030s) 281. adding/removing reserved words (syn_misc.at:4049): ok (0m0.030s 0m0.107s) 282. adding aliases (syn_misc.at:4079): ok (0m0.045s 0m0.213s) 283. overriding default words (syn_misc.at:4113): ok (0m0.061s 0m0.045s) 284. complete specified word list (syn_misc.at:4143): ok (0m0.045s 0m0.075s) 285. ANY LENGTH item as formal parameter (syn_misc.at:4163): ok (0m0.000s 0m0.106s) 286. ANY LENGTH item as BY VALUE formal parameter (syn_misc.at:4198): ok (0m0.030s 0m0.030s) 287. swapped SOURCE- and OBJECT-COMPUTER (syn_misc.at:4221): ok (0m0.077s 0m0.061s) 288. CONF. SECTION paragraphs in wrong order (syn_misc.at:4243): ok (0m0.045s 0m0.151s) 289. NOT ON EXCEPTION with STATIC CALL convention (syn_misc.at:4315): ok (0m0.075s 0m0.135s) 290. NOT ON EXCEPTION phrases before ON EXCEPTION (syn_misc.at:4363): ok (0m0.015s 0m0.090s) 291. wrong dialect hints (syn_misc.at:4427): ok (0m0.015s 0m0.045s) 292. redundant periods (syn_misc.at:4451): ok (0m0.000s 0m0.091s) 293. IF-ELSE statement list with invalid syntax (syn_misc.at:4481): ok (0m0.000s 0m0.015s) 294. EVALUATE statement with invalid syntax (syn_misc.at:4514): ok (0m0.015s 0m0.075s) 295. MF reserved word directives (syn_misc.at:4564): ok (0m0.015s 0m0.076s) 296. TURN directive (syn_misc.at:4620): ok (0m0.015s 0m0.045s) 297. STRING / UNSTRING with invalid syntax (syn_misc.at:4653): ok (0m0.015s 0m0.030s) 298. UNSTRING COUNT clause (syn_misc.at:4718): ok (0m0.015s 0m0.015s) 299. use of program-prototypes (syn_misc.at:4766): ok (0m0.015s 0m0.046s) 300. invalid INSPECT/TRANSFORM operands (syn_misc.at:4793): ok (0m0.000s 0m0.046s) 301. SIGN clause checks (syn_misc.at:4837): ok (0m0.031s 0m0.076s) 302. conflicting entry conventions (syn_misc.at:4862): ok (0m0.075s 0m0.150s) 303. conflicting call conventions (syn_misc.at:4931): ok (0m0.030s 0m0.061s) 304. dangling LINKAGE items (syn_misc.at:4960): ok (0m0.015s 0m0.060s) 305. duplicate PROCEDURE DIVISION/ENTRY USING items (syn_misc.at:5016): ok (0m0.031s 0m0.122s) 306. duplicate CALL USING BY REFERENCE items (syn_misc.at:5037): ok (0m0.060s 0m0.076s) 307. ADD / SUBTRACT TABLE (syn_misc.at:5063): ok (0m0.000s 0m0.046s) 308. USE FOR DEBUGGING invalid ref-mod / subscripts (syn_misc.at:5106): ok (0m0.015s 0m0.045s) 309. USE FOR DEBUGGING duplicate targets (syn_misc.at:5151): ok (0m0.030s 0m0.061s) 310. USE FOR DEBUGGING implicit statements (syn_misc.at:5204): ok (0m0.000s 0m0.030s) 312. Empty PERFORM with DEBUGGING MODE (syn_misc.at:5323): ok (0m0.000s 0m0.015s) 313. whitespace handling (syn_misc.at:5351): ok (0m0.015s 0m0.045s) 314. STOP identifier (syn_misc.at:5439): ok (0m0.015s 0m0.075s) 315. 01 CONSTANT (syn_misc.at:5465): ok (0m0.075s 0m0.165s) 316. 78 VALUE (syn_misc.at:5513): ok (0m0.060s 0m0.105s) 317. level 78 NEXT / START OF (syn_misc.at:5560): ok (0m0.045s 0m0.076s) 318. SYMBOLIC CONSTANT (syn_misc.at:5619): ok (0m0.030s 0m0.135s) 319. Constant Expressions (1) (syn_misc.at:5668): ok (0m0.015s 0m0.015s) 320. Constant Expressions (2) (syn_misc.at:5793): ok (0m0.030s 0m0.015s) 321. Constant Expressions (3) (syn_misc.at:5849): ok (0m0.122s 0m0.105s) 322. Constant Expressions (4) (syn_misc.at:5940): ok (0m0.015s 0m0.031s) 323. Constant Expressions (5) (syn_misc.at:5973): ok (0m0.060s 0m0.060s) 324. Missing imperative statements (syn_misc.at:6073): ok (0m0.061s 0m0.060s) 326. CONSTANT LENGTH / BYTE-LENGTH (syn_misc.at:6203): ok (0m0.030s 0m0.015s) 327. ANY LENGTH/NUMERIC with incorrect PIC (syn_misc.at:6227): ok (0m0.015s 0m0.030s) 328. VOLATILE clause (syn_misc.at:6273): ok (0m0.076s 0m0.091s) 329. SET SOURCEFORMAT syntax checks (syn_misc.at:6316): ok (0m0.030s 0m0.092s) 330. WHEN-COMPILED register in dialect (syn_misc.at:6349): ok (0m0.121s 0m0.091s) 331. LIN / COL register (syn_misc.at:6375): ok (0m0.107s 0m0.275s) 332. tokens consisting of multiple words (syn_misc.at:6407): ok (0m0.077s 0m0.138s) 333. zero-length literals (syn_misc.at:6434): ok (0m0.015s 0m0.060s) 334. @OPTIONS parsing (syn_misc.at:6495): ok (0m0.015s 0m0.075s) 335. system routines with wrong number of parameters (syn_misc.at:6537): ok (0m0.015s 0m0.045s) 336. invalid use of condition-name (syn_misc.at:6566): ok (0m0.015s 0m0.106s) 337. XML GENERATE syntax checks (syn_misc.at:6630): ok (0m0.045s 0m0.061s) 338. BASED clause, ALLOCATE / FREE statements (syn_misc.at:6848): ok (0m0.015s 0m0.154s) 339. CONTINUE statement (syn_misc.at:6906): ok (0m0.015s 0m0.105s) 340. conflict markers (syn_misc.at:6950): ok (0m0.107s 0m0.091s) 341. SORT syntax (syn_misc.at:7009): ok (0m0.030s 0m0.061s) 342. OSVS I/O extensions (syn_misc.at:7063): ok (0m0.015s 0m0.045s) 343. long literal in error message (syn_misc.at:7130): ok (0m0.015s 0m0.030s) 344. literal missing terminating character (syn_misc.at:7162): ok (0m0.015s 0m0.045s) 345. EQUALS in expressions (syn_misc.at:7183): ok (0m0.123s 0m0.154s) 346. Invalid parentheses around condition (syn_misc.at:7209): ok (0m0.045s 0m0.015s) 347. DISPLAY directive (1) (syn_misc.at:7232): ok (0m0.015s 0m0.030s) 348. DISPLAY directive (2) (syn_misc.at:7255): ok (0m0.030s 0m0.045s) 349. DISPLAY directive (3) (syn_misc.at:7275): ok (0m0.045s 0m0.030s) 350. conditional / define directives (1) (syn_misc.at:7294): ok (0m0.000s 0m0.030s) 351. conditional / define directives (2) (syn_misc.at:7319): ok (0m0.045s 0m0.091s) 352. conditional / define directives (3) (syn_misc.at:7347): ok (0m0.031s 0m0.045s) 353. conditional / define directives (4) (syn_misc.at:7377): ok (0m0.030s 0m0.046s) 354. error handling in conditional directives (syn_misc.at:7399): ok (0m0.015s 0m0.045s) 357. MOVE SPACE TO numeric or numeric-edited item (syn_move.at:37): ok (0m0.000s 0m0.061s) 358. MOVE ZERO TO alphabetic item (syn_move.at:63): ok (0m0.030s 0m0.045s) 359. MOVE alphabetic TO x (syn_move.at:89): ok (0m0.000s 0m0.060s) 360. MOVE alphanumeric TO x (syn_move.at:120): ok (0m0.015s 0m0.015s) 361. MOVE alphanumeric-edited TO x (syn_move.at:148): ok (0m0.030s 0m0.092s) 362. MOVE numeric (integer) TO x (syn_move.at:179): ok (0m0.015s 0m0.045s) 363. MOVE numeric (non-integer) TO x (syn_move.at:209): ok (0m0.015s 0m0.045s) 364. MOVE numeric-edited TO x (syn_move.at:241): ok (0m0.000s 0m0.091s) 365. CORRESPONDING - Operands must be groups (syn_move.at:276): ok (0m0.000s 0m0.060s) 366. CORRESPONDING - Target has no matching items (syn_move.at:306): ok (0m0.015s 0m0.030s) 367. MOVE to erroneous field (syn_move.at:332): ok (0m0.015s 0m0.030s) 368. Overlapping MOVE (syn_move.at:355): ok (0m0.369s 0m0.719s) 369. invalid source for MOVE (syn_move.at:454): ok (0m0.000s 0m0.061s) 370. invalid target for MOVE (syn_move.at:484): ok (0m0.060s 0m0.154s) 371. SET error (syn_move.at:520): ok (0m0.061s 0m0.015s) 372. MOVE FIGURATIVE to NUMERIC (syn_move.at:552): ok (0m0.060s 0m0.211s) 373. Category check of Format 1 (syn_multiply.at:28): ok (0m0.000s 0m0.045s) 374. Category check of Format 2 (syn_multiply.at:64): ok (0m0.000s 0m0.045s) 375. Category check of literals (syn_multiply.at:102): ok (0m0.015s 0m0.061s) 376. Flexible ACCEPT/DISPLAY syntax (syn_screen.at:24): ok (0m0.015s 0m0.015s) 377. Duplicate ACCEPT/DISPLAY clauses (syn_screen.at:92): ok (0m0.030s 0m0.015s) 378. AT clause (syn_screen.at:121): ok (0m0.045s 0m0.030s) 379. ACCEPT/DISPLAY extensions detection (syn_screen.at:165): ok (0m0.000s 0m0.060s) 380. FROM clause (syn_screen.at:211): ok (0m0.062s 0m0.216s) 381. Incorrect USAGE clause (syn_screen.at:237): ok (0m0.030s 0m0.045s) 382. SCREEN SECTION clause numbers (syn_screen.at:268): ok (0m0.031s 0m0.106s) 383. Screen clauses (syn_screen.at:300): ok (0m0.000s 0m0.030s) 384. ACCEPT ON EXCEPTION/ESCAPE (syn_screen.at:326): ok (0m0.031s 0m0.076s) 385. Referencing 88-level (syn_screen.at:356): ok (0m0.045s 0m0.030s) 386. Conflicting screen clauses (syn_screen.at:387): ok (0m0.000s 0m0.135s) 387. Redundant screen clauses (syn_screen.at:448): ok (0m0.030s 0m0.030s) 388. Screen item OCCURS w-/wo relative LINE/COL (syn_screen.at:481): ok (0m0.060s 0m0.166s) 389. VALUE clause missing (syn_screen.at:541): ok (0m0.045s 0m0.168s) 390. FULL on numeric item (syn_screen.at:565): ok (0m0.015s 0m0.075s) 391. Compiler-specific SCREEN SECTION clause rules (syn_screen.at:589): ok (0m0.121s 0m0.347s) 392. MS-COBOL position-spec (syn_screen.at:747): ok (0m0.030s 0m0.030s) 393. Screen with invalid FROM clause (syn_screen.at:795): ok (0m0.045s 0m0.120s) 394. SET ADDRESS OF item (syn_set.at:24): ok (0m0.000s 0m0.015s) 395. SET item TO 88-level (syn_set.at:53): ok (0m0.015s 0m0.045s) 396. ANY LENGTH / NUMERIC as function RETURNING item (syn_functions.at:22): ok (0m0.045s 0m0.106s) 397. REPOSITORY INTRINSIC phrase (syn_functions.at:64): ok (0m0.091s 0m0.092s) 398. REPOSITORY FUNCTION phrase (syn_functions.at:87): ok (0m0.015s 0m0.045s) 399. Redundant REPOSITORY entries (syn_functions.at:135): ok (0m0.000s 0m0.075s) 400. Missing prototype/definition (syn_functions.at:174): ok (0m0.015s 0m0.061s) 401. Empty function (syn_functions.at:205): ok (0m0.123s 0m0.231s) 402. Function definition inside program (syn_functions.at:232): ok (0m0.015s 0m0.030s) 403. Intrinsic functions: dialect (syn_functions.at:255): ok (0m0.045s 0m0.076s) 404. Intrinsic functions: replaced (syn_functions.at:280): ok (0m0.000s 0m0.060s) 405. Intrinsic functions: number of arguments (syn_functions.at:324): ok (0m0.000s 0m0.045s) 406. Intrinsic functions: reference modification (syn_functions.at:364): ok (0m0.015s 0m0.045s) 407. Intrinsic functions: argument type (syn_functions.at:412): ok (0m0.000s 0m0.060s) 408. invalid formatted date/time args (syn_functions.at:435): ok (0m0.030s 0m0.060s) 409. invalid formats w/ DECIMAL-POINT IS COMMA (syn_functions.at:516): ok (0m0.046s 0m0.030s) 410. Specified offset and SYSTEM-OFFSET (syn_functions.at:550): ok (0m0.015s 0m0.076s) 411. FUNCTION LENGTH / BYTE-LENGTH (syn_functions.at:574): ok (0m0.000s 0m0.030s) 412. Minimal lines per listing pages (listings.at:21): ok (0m0.000s 0m0.120s) 413. COPY within comment (listings.at:85): ok (0m0.060s 0m0.152s) 414. Replacement w/o strings (listings.at:161): ok (0m0.030s 0m0.120s) 415. COPY replacement order (listings.at:224): ok (0m0.060s 0m0.258s) 416. COPY separators (listings.at:327): ok (0m0.045s 0m0.151s) 417. COPY partial replacement (listings.at:393): ok (0m0.120s 0m0.195s) 418. COPY LEADING replacement (listings.at:609): ok (0m0.030s 0m0.090s) 419. COPY TRAILING replacement (listings.at:679): ok (0m0.030s 0m0.090s) 420. COPY recursive replacement (listings.at:750): ok (0m0.060s 0m0.061s) 421. COPY multiple files (listings.at:816): ok (0m0.031s 0m0.090s) 422. Error/Warning messages (listings.at:1037): ok (0m0.270s 0m0.817s) 423. Two source files (listings.at:1423): ok (0m0.061s 0m0.075s) 424. Multiple programs in one file (listings.at:1491): ok (0m0.577s 0m1.154s) 425. Multiple programs in one compilation group (listings.at:1710): ok (0m0.242s 0m0.580s) 426. Wide listing (listings.at:1898): ok (0m0.060s 0m0.197s) 427. Symbols: simple (listings.at:1986): ok (0m0.288s 0m0.545s) 428. Symbols: pointer (listings.at:2140): ok (0m0.045s 0m0.045s) 429. Symbols: multiple programs/functions (listings.at:2420): ok (0m0.060s 0m0.090s) 430. Symbols: OCCURS/REDEFINES (listings.at:2547): ok (0m0.061s 0m0.152s) 431. Conditional compilation (listings.at:2660): ok (0m0.106s 0m0.317s) 432. File descriptions (listings.at:2771): ok (0m0.106s 0m0.183s) 433. Invalid PICTURE strings (listings.at:3127): ok (0m0.045s 0m0.045s) 434. Variable format (listings.at:3631): ok (0m0.090s 0m0.244s) 435. LISTING directive (listings.at:3675): ok (0m0.060s 0m0.151s) 436. Listing-directive statements (listings.at:3776): ok (0m0.092s 0m0.213s) 437. Eject page (listings.at:3845): ok (0m0.196s 0m0.451s) 438. Cross reference (listings.at:4043): ok (0m0.091s 0m0.258s) 439. Report Writer (listings.at:5570): ok (0m0.045s 0m0.060s) 440. huge REPLACE (listings.at:5879): ok (0m0.075s 0m0.272s) 441. Long concatenated literal (listings.at:6801): ok (0m0.090s 0m0.139s) 442. DISPLAY literals (run_fundamental.at:24): ok (0m0.153s 0m0.167s) 443. DISPLAY literals, DECIMAL-POINT is COMMA (run_fundamental.at:86): ok (0m0.061s 0m0.291s) 444. Hexadecimal literal (run_fundamental.at:125): ok (0m0.258s 0m0.368s) 445. DISPLAY data items with VALUE clause (run_fundamental.at:166): ok (0m0.137s 0m0.214s) 446. DISPLAY data items with MOVE statement (run_fundamental.at:213): ok (0m0.183s 0m0.199s) 447. MOVE to edited item (1) (run_fundamental.at:267): ok (0m0.106s 0m0.290s) 448. MOVE to edited item (2) (run_fundamental.at:316): ok (0m0.107s 0m0.275s) 449. MOVE to item with simple and floating insertion (run_fundamental.at:365): ok (0m0.215s 0m0.107s) 450. MOVE to JUSTIFIED item (run_fundamental.at:400): ok (0m0.091s 0m0.276s) 451. MOVE integer literal to alphanumeric (run_fundamental.at:445): ok (0m0.184s 0m0.213s) 452. Compare FLOAT-LONG with floating-point literal (run_fundamental.at:470): ok (0m0.122s 0m0.261s) 453. Check for equality of FLOAT-SHORT / FLOAT-LONG (run_fundamental.at:523): ok (0m0.169s 0m0.229s) 454. Overlapping MOVE (run_fundamental.at:646): ok (0m0.428s 0m0.672s) 455. Overlapping MOVE (run_fundamental.at:747): ok (0m0.137s 0m0.506s) 456. IBM MOVE (run_fundamental.at:789): ok (0m0.138s 0m0.229s) 457. ALPHABETIC test (run_fundamental.at:828): ok (0m0.168s 0m0.123s) 458. ALPHABETIC-UPPER test (run_fundamental.at:860): ok (0m0.153s 0m0.214s) 459. ALPHABETIC-LOWER test (run_fundamental.at:892): ok (0m0.153s 0m0.198s) 460. GLOBAL at same level (run_fundamental.at:924): ok (0m0.138s 0m0.278s) 461. GLOBAL at lower level (run_fundamental.at:973): ok (0m0.169s 0m0.199s) 462. GLOBAL CONSTANT (run_fundamental.at:1022): ok (0m0.154s 0m0.415s) 463. GLOBAL identifiers from ENVIRONMENT DIVISION (run_fundamental.at:1106): ok (0m0.264s 0m0.448s) 464. function with variable-length RETURNING item (run_fundamental.at:1187): skipped (run_fundamental.at:1196) 465. Entry point visibility (1) (run_fundamental.at:1270): ok (0m0.183s 0m0.476s) 466. Entry point visibility (2) (run_fundamental.at:1302): ok (0m0.243s 0m0.475s) 467. Contained program visibility (1) (run_fundamental.at:1336): ok (0m0.244s 0m0.214s) 468. Contained program visibility (2) (run_fundamental.at:1391): ok (0m0.108s 0m0.260s) 469. Contained program visibility (3) (run_fundamental.at:1444): ok (0m0.154s 0m0.138s) 470. Contained program visibility (4) (run_fundamental.at:1495): ok (0m0.138s 0m0.199s) 471. CALL/CANCEL with program-prototype-name (run_fundamental.at:1550): ok (0m0.213s 0m0.198s) 472. GLOBAL FD (1) (run_fundamental.at:1623): ok (0m0.122s 0m0.185s) 473. GLOBAL FD (2) (run_fundamental.at:1673): ok (0m0.138s 0m0.138s) 474. GLOBAL FD (3) (run_fundamental.at:1723): ok (0m0.077s 0m0.293s) 475. GLOBAL FD (4) (run_fundamental.at:1773): ok (0m0.123s 0m0.229s) 476. CANCEL test (1) (run_fundamental.at:1823): ok (0m0.153s 0m0.291s) 477. CANCEL test (2) (run_fundamental.at:1850): ok (0m0.184s 0m0.414s) 478. CANCEL test (3) (run_fundamental.at:1890): ok (0m0.154s 0m0.601s) 479. Separate sign positions (1) (run_fundamental.at:1933): ok (0m0.137s 0m0.212s) 480. Separate sign positions (2) (run_fundamental.at:1957): ok (0m0.291s 0m0.427s) 481. Context sensitive words (1) (run_fundamental.at:1990): ok (0m0.091s 0m0.293s) 482. Context sensitive words (2) (run_fundamental.at:2013): ok (0m0.169s 0m0.273s) 483. Context sensitive words (3) (run_fundamental.at:2037): ok (0m0.152s 0m0.290s) 484. Context sensitive words (4) (run_fundamental.at:2061): ok (0m0.122s 0m0.215s) 485. Context sensitive words (5) (run_fundamental.at:2086): ok (0m0.107s 0m0.184s) 486. Context sensitive words (6) (run_fundamental.at:2109): ok (0m0.092s 0m0.215s) 487. Context sensitive words (7) (run_fundamental.at:2131): ok (0m0.154s 0m0.276s) 488. Context sensitive words (8) (run_fundamental.at:2158): ok (0m0.121s 0m0.229s) 489. ROUNDED AWAY-FROM-ZERO (run_fundamental.at:2185): ok (0m0.108s 0m0.275s) 490. ROUNDED NEAREST-AWAY-FROM-ZERO (run_fundamental.at:2248): ok (0m0.199s 0m0.338s) 491. ROUNDED NEAREST-EVEN (run_fundamental.at:2311): ok (0m0.077s 0m0.245s) 492. ROUNDED NEAREST-TOWARD-ZERO (run_fundamental.at:2374): ok (0m0.262s 0m0.459s) 493. ROUNDED TOWARD-GREATER (run_fundamental.at:2437): ok (0m0.199s 0m0.277s) 494. ROUNDED TOWARD-LESSER (run_fundamental.at:2500): ok (0m0.261s 0m0.338s) 495. ROUNDED TRUNCATION (run_fundamental.at:2563): ok (0m0.139s 0m0.400s) 496. Numeric operations (1) (run_fundamental.at:2626): ok (0m0.137s 0m0.245s) 497. Numeric operations (2) (run_fundamental.at:2670): ok (0m0.170s 0m0.229s) 498. Numeric operations (3) (run_fundamental.at:2976): ok (0m0.262s 0m0.370s) 499. Numeric operations (4) (run_fundamental.at:3282): ok (0m0.214s 0m0.184s) 500. Numeric operations (5) (run_fundamental.at:3588): ok (0m0.170s 0m0.229s) 501. Numeric operations (6) (run_fundamental.at:3894): ok (0m0.261s 0m0.504s) 502. Numeric operations (7) (run_fundamental.at:3963): ok (0m0.109s 0m0.230s) 503. Numeric operations (8) (run_fundamental.at:4255): ok (0m0.108s 0m0.213s) 504. ADD CORRESPONDING (run_fundamental.at:4305): ok (0m0.106s 0m0.246s) 505. ADD CORRESPONDING no match (run_fundamental.at:4353): ok (0m0.076s 0m0.320s) 506. SYNC in OCCURS (run_fundamental.at:4403): ok (0m0.092s 0m0.245s) 507. 88 level with THRU (run_fundamental.at:4443): ok (0m0.137s 0m0.227s) 508. 88 level with FILLER (run_fundamental.at:4538): ok (0m0.108s 0m0.184s) 509. 88 level with FALSE IS clause (run_fundamental.at:4567): ok (0m0.152s 0m0.168s) 510. BLANK WHEN ZERO (run_fundamental.at:4595): ok (0m0.107s 0m0.242s) 511. MULTIPLY BY literal in INITIAL program (run_fundamental.at:4625): ok (0m0.199s 0m0.167s) 512. debugging lines (not active) (run_fundamental.at:4649): ok (0m0.106s 0m0.214s) 513. debugging lines (-fdebugging-line) (run_fundamental.at:4672): ok (0m0.199s 0m0.231s) 514. debugging lines (WITH DEBUGGING MODE) (run_fundamental.at:4695): ok (0m0.046s 0m0.229s) 515. debugging lines, free format (not active) (run_fundamental.at:4721): ok (0m0.122s 0m0.369s) 516. debugging lines, free format (-fdebugging-line) (run_fundamental.at:4744): ok (0m0.183s 0m0.168s) 517. USE FOR DEBUGGING (no DEBUGGING MODE) (run_fundamental.at:4767): ok (0m0.077s 0m0.290s) 518. USE FOR DEBUGGING (COB_SET_DEBUG deactivated) (run_fundamental.at:4812): ok (0m0.107s 0m0.290s) 519. USE FOR DEBUGGING ON ALL PROCEDURES (run_fundamental.at:4857): ok (0m0.137s 0m0.229s) 520. USE FOR DEBUGGING ON procedure (run_fundamental.at:4908): ok (0m0.108s 0m0.215s) 521. USE FOR DEBUGGING (COB_SET_DEBUG switched) (run_fundamental.at:4956): ok (0m0.139s 0m0.259s) 522. USE FOR DEBUGGING ON [ALL] REFERENCES OF field (run_fundamental.at:5005): ok (0m0.170s 0m0.227s) 523. USE FOR DEBUGGING, reference within DEBUGGING (run_fundamental.at:5073): ok (0m0.154s 0m0.212s) 525. USE FOR DEBUGGING, reference with OCCURS (run_fundamental.at:5164): ok (0m0.107s 0m0.322s) 527. USE FOR DEBUGGING file (run_fundamental.at:5234): ok (0m0.108s 0m0.245s) 528. Abbreviated Expressions (run_fundamental.at:5277): ok (0m0.154s 0m0.259s) 529. integer arithmetic on floating-point var (run_fundamental.at:5383): ok (0m0.077s 0m0.276s) 530. TYPEDEF application (run_fundamental.at:5425): ok (0m0.198s 0m0.414s) 531. Subscript out of bounds (run_subscripts.at:26): ok (0m0.274s 0m0.583s) 532. Value of DEPENDING ON N out of bounds (run_subscripts.at:71): ok (0m0.321s 0m0.548s) 533. Subscript bounds with OCCURS DEPENDING ON (1) (run_subscripts.at:122): ok (0m0.107s 0m0.246s) 534. Subscript bounds with OCCURS DEPENDING ON (2) (run_subscripts.at:148): ok (0m0.076s 0m0.414s) 535. Subscript bounds with OCCURS DEPENDING ON (3) (run_subscripts.at:176): ok (0m0.077s 0m0.304s) 536. Subscript by arithmetic expression (run_subscripts.at:211): ok (0m0.182s 0m0.200s) 537. length of ODO w/- reference modification (run_subscripts.at:242): ok (0m0.152s 0m0.277s) 538. SEARCH ALL with OCCURS DEPENDING ON (run_subscripts.at:298): ok (0m0.061s 0m0.324s) 539. enable / disable subscript check (run_subscripts.at:351): ok (0m0.597s 0m1.158s) 540. BOUND and NOBOUND directives (run_subscripts.at:396): ok (0m0.443s 0m0.763s) 541. SSRANGE and NOSSRANGE directives (run_subscripts.at:465): ok (0m0.199s 0m0.136s) 542. CALL with OCCURS DEPENDING ON (run_subscripts.at:501): ok (0m0.168s 0m0.214s) 543. Static reference modification (run_refmod.at:25): ok (0m0.184s 0m0.245s) 544. Dynamic reference modification (run_refmod.at:57): ok (0m0.200s 0m0.244s) 545. Offset underflow (run_refmod.at:94): ok (0m0.107s 0m0.198s) 546. Offset overflow (run_refmod.at:118): ok (0m0.428s 0m0.596s) 547. Length underflow (run_refmod.at:145): ok (0m0.274s 0m0.551s) 548. Length overflow (run_refmod.at:189): ok (0m0.246s 0m0.503s) 549. Length overflow with offset (1) (run_refmod.at:231): ok (0m0.229s 0m0.291s) 550. Length overflow with offset (2) (run_refmod.at:254): ok (0m0.139s 0m0.306s) 551. Length overflow with offset (3) (run_refmod.at:280): ok (0m0.138s 0m0.274s) 552. enable / disable ref-mod check (run_refmod.at:313): ok (0m0.902s 0m1.334s) 553. MF SSRANGE and NOSSRANGE directives (run_refmod.at:388): ok (0m0.717s 0m1.642s) 554. ACCEPT OMITTED (simple) (run_accept.at:28): ok (0m0.061s 0m0.276s) 555. ACCEPT FROM TIME / DATE / DAY / DAY-OF-WEEK (1) (run_accept.at:50): ok (0m0.138s 0m0.306s) 556. ACCEPT FROM TIME / DATE / DAY / DAY-OF-WEEK (2) (run_accept.at:117): ok (0m0.139s 0m0.213s) 557. ACCEPT DATE / DAY and intrinsic functions (1) (run_accept.at:200): ok (0m0.138s 0m0.167s) 558. ACCEPT DATE / DAY and intrinsic functions (2) (run_accept.at:237): ok (0m0.184s 0m0.169s) 559. ACCEPT OMITTED (SCREEN) (run_accept.at:284): ok (0m0.076s 0m0.216s) 560. INITIALIZE group entry with OCCURS (run_initialize.at:27): ok (0m0.107s 0m0.245s) 561. INITIALIZE OCCURS with numeric edited (run_initialize.at:55): ok (0m0.107s 0m0.291s) 562. INITIALIZE OCCURS with SIGN LEADING / TRAILING (run_initialize.at:88): ok (0m0.124s 0m0.229s) 563. INITIALIZE complex group (1) (run_initialize.at:159): ok (0m0.107s 0m0.246s) 564. INITIALIZE complex group (2) (run_initialize.at:187): ok (0m0.076s 0m0.201s) 565. INITIALIZE group item (run_initialize.at:215): ok (0m0.200s 0m0.414s) 566. INITIALIZE with REDEFINES (run_initialize.at:325): ok (0m0.153s 0m0.184s) 567. INITIALIZE with FILLER (run_initialize.at:352): ok (0m0.123s 0m0.244s) 568. INITIALIZE of EXTERNAL data items (run_initialize.at:419): ok (0m0.107s 0m0.200s) 569. INITIALIZE with reference modification (run_initialize.at:470): ok (0m0.091s 0m0.291s) 570. Comma separator without space (run_misc.at:23): ok (0m0.091s 0m0.275s) 571. DECIMAL-POINT is COMMA (1) (run_misc.at:44): ok (0m0.076s 0m0.261s) 572. DECIMAL-POINT is COMMA (2) (run_misc.at:72): ok (0m0.154s 0m0.244s) 573. DECIMAL-POINT is COMMA (3) (run_misc.at:100): ok (0m0.077s 0m0.214s) 574. DECIMAL-POINT is COMMA (4) (run_misc.at:128): ok (0m0.061s 0m0.305s) 575. DECIMAL-POINT is COMMA (5) (run_misc.at:156): ok (0m0.169s 0m0.229s) 576. CURRENCY SIGN (run_misc.at:190): ok (0m0.092s 0m0.338s) 578. LOCAL-STORAGE (1) (run_misc.at:268): ok (0m0.277s 0m0.412s) 579. LOCAL-STORAGE (2) (run_misc.at:304): ok (0m0.428s 0m0.570s) 580. EXTERNAL data item (run_misc.at:352): ok (0m0.184s 0m0.446s) 581. EXTERNAL AS data item (run_misc.at:394): ok (0m0.278s 0m0.508s) 583. MOVE to itself (run_misc.at:528): ok (0m0.107s 0m0.169s) 584. MOVE with refmod (run_misc.at:554): ok (0m0.061s 0m0.229s) 585. MOVE with refmod (variable) (run_misc.at:578): ok (0m0.061s 0m0.214s) 586. MOVE with group refmod (run_misc.at:604): ok (0m0.122s 0m0.169s) 587. MOVE indexes (run_misc.at:629): ok (0m0.138s 0m0.199s) 588. MOVE X'00' (run_misc.at:655): ok (0m0.247s 0m0.630s) 589. MOVE Z'literal' (run_misc.at:690): ok (0m0.138s 0m0.245s) 590. Floating continuation indicator (run_misc.at:732): ok (0m0.168s 0m0.228s) 591. Fixed continuation indicator (run_misc.at:754): ok (0m0.077s 0m0.214s) 592. Concatenation operator (run_misc.at:796): ok (0m0.185s 0m0.151s) 593. SOURCE FIXED/FREE directives (run_misc.at:820): ok (0m0.122s 0m0.244s) 594. TURN directive (run_misc.at:856): ok (0m0.076s 0m0.290s) 595. Level 01 subscripts (run_misc.at:897): ok (0m0.015s 0m0.015s) 596. Class check with reference modification (run_misc.at:919): ok (0m0.138s 0m0.167s) 597. Index and parenthesized expression (run_misc.at:943): ok (0m0.061s 0m0.306s) 598. Alphanumeric and binary numeric (run_misc.at:967): ok (0m0.107s 0m0.245s) 599. Non-numeric data in numeric items (run_misc.at:992): ok (0m0.506s 0m0.872s) 600. Dynamic call with static linking (run_misc.at:1066): ok (0m0.307s 0m0.661s) 601. Static call with static linking (run_misc.at:1095): ok (0m0.565s 0m0.825s) 602. Dynamic CALL with ON EXCEPTION (run_misc.at:1126): ok (0m0.262s 0m0.382s) 603. Static CALL with ON EXCEPTION (run_misc.at:1158): ok (0m0.660s 0m0.990s) 604. CALL m1. CALL m2. CALL m1. (run_misc.at:1198): ok (0m0.230s 0m0.750s) 605. Recursive CALL of RECURSIVE program (run_misc.at:1253): ok (0m0.384s 0m0.595s) 606. Recursive CALL of INITIAL program (run_misc.at:1311): ok (0m0.306s 0m0.554s) 607. Recursive CALL with RECURSIVE assumed (run_misc.at:1362): ok (0m0.290s 0m0.643s) 608. Recursive CALL with ON EXCEPTION (run_misc.at:1408): ok (0m0.369s 0m0.508s) 609. Multiple calls of INITIAL program (run_misc.at:1465): ok (0m0.184s 0m0.554s) 610. CALL binary literal parameter/LENGTH OF (run_misc.at:1522): ok (0m0.355s 0m0.658s) 611. INSPECT REPLACING LEADING ZEROS BY SPACES (run_misc.at:1576): ok (0m0.138s 0m0.198s) 612. INSPECT No repeat conversion check (run_misc.at:1598): ok (0m0.091s 0m0.276s) 613. INSPECT CONVERTING alphabet (run_misc.at:1624): ok (0m0.093s 0m0.321s) 614. INSPECT CONVERTING TO figurative constant (run_misc.at:1659): ok (0m0.092s 0m0.199s) 615. INSPECT CONVERTING NULL (run_misc.at:1683): ok (0m0.123s 0m0.213s) 616. INSPECT CONVERTING TO NULL (run_misc.at:1707): ok (0m0.076s 0m0.322s) 617. INSPECT REPLACING figurative constant (run_misc.at:1731): ok (0m0.152s 0m0.246s) 618. INSPECT TALLYING BEFORE (run_misc.at:1755): ok (0m0.214s 0m0.169s) 619. INSPECT TALLYING AFTER (run_misc.at:1790): ok (0m0.137s 0m0.275s) 620. INSPECT REPLACING TRAILING ZEROS BY SPACES (run_misc.at:1825): ok (0m0.152s 0m0.155s) 621. INSPECT REPLACING complex (run_misc.at:1849): ok (0m0.093s 0m0.168s) 622. SWITCHES (environment COB_SWITCH_n and SET) (run_misc.at:1875): ok (0m0.153s 0m0.183s) 623. Nested PERFORM (run_misc.at:1972): ok (0m0.076s 0m0.322s) 624. PERFORM VARYING BY -0.2 (run_misc.at:1996): ok (0m0.106s 0m0.307s) 625. PERFORM VARYING BY phrase omitted (run_misc.at:2023): ok (0m0.092s 0m0.288s) 626. EXIT PERFORM (run_misc.at:2054): ok (0m0.076s 0m0.275s) 627. EXIT PERFORM CYCLE (run_misc.at:2079): ok (0m0.093s 0m0.230s) 628. EXIT PARAGRAPH (run_misc.at:2104): ok (0m0.154s 0m0.197s) 629. EXIT SECTION (run_misc.at:2136): ok (0m0.122s 0m0.261s) 630. PERFORM FOREVER / PERFORM UNTIL EXIT (run_misc.at:2170): ok (0m0.168s 0m0.183s) 631. PERFORM inline (1) (run_misc.at:2211): ok (0m0.137s 0m0.276s) 632. PERFORM inline (2) (run_misc.at:2238): ok (0m0.107s 0m0.200s) 633. Non-overflow after overflow (run_misc.at:2263): ok (0m0.061s 0m0.278s) 634. PERFORM ... CONTINUE (run_misc.at:2293): ok (0m0.000s 0m0.000s) 635. STRING with subscript reference (run_misc.at:2310): ok (0m0.107s 0m0.184s) 636. STRING / UNSTRING NOT ON OVERFLOW (run_misc.at:2337): ok (0m0.168s 0m0.138s) 637. UNSTRING DELIMITED ALL LOW-VALUE (run_misc.at:2454): ok (0m0.153s 0m0.229s) 638. UNSTRING DELIMITED ALL SPACE-2 (run_misc.at:2489): ok (0m0.186s 0m0.200s) 639. UNSTRING DELIMITED POINTER (run_misc.at:2554): ok (0m0.122s 0m0.214s) 640. UNSTRING DELIMITER IN (run_misc.at:2608): ok (0m0.091s 0m0.260s) 641. UNSTRING with FUNCTION / literal (run_misc.at:2650): ok (0m0.138s 0m0.335s) 642. SORT: table sort (run_misc.at:2720): ok (0m0.123s 0m0.230s) 643. SORT: table sort (2) (run_misc.at:2762): ok (0m0.108s 0m0.246s) 644. SORT: table sort (3) (run_misc.at:2887): ok (0m0.306s 0m0.473s) 645. SORT: EBCDIC table sort (run_misc.at:2980): ok (0m0.352s 0m0.598s) 646. PIC ZZZ-, ZZZ+ (run_misc.at:3047): ok (0m0.198s 0m0.229s) 647. PERFORM type OSVS (run_misc.at:3100): ok (0m0.061s 0m0.260s) 648. Sticky LINKAGE (run_misc.at:3137): ok (0m0.260s 0m0.351s) 649. COB_PRE_LOAD (run_misc.at:3184): ok (0m0.291s 0m0.494s) 650. COB_PRE_LOAD with entry points (run_misc.at:3210): ok (0m0.474s 0m0.537s) 651. Lookup ENTRY from main executable (run_misc.at:3281): ok (0m0.122s 0m0.273s) 652. COB_LOAD_CASE=UPPER test (run_misc.at:3322): ok (0m0.215s 0m0.382s) 653. ALLOCATE / FREE with BASED item (1) (run_misc.at:3348): ok (0m0.123s 0m0.229s) 654. ALLOCATE / FREE with BASED item (2) (run_misc.at:3375): ok (0m0.198s 0m0.400s) 655. ALLOCATE CHARACTERS INITIALIZED TO (run_misc.at:3422): ok (0m0.137s 0m0.245s) 656. Initialized value with defaultbyte (run_misc.at:3463): ok (0m0.170s 0m0.168s) 657. CALL with OMITTED parameter (run_misc.at:3488): ok (0m0.276s 0m0.337s) 658. CALL in from C, cob_call_params explicitly set (run_misc.at:3527): ok (0m0.245s 0m0.259s) 659. CALL in from C, cob_call_params unknown (run_misc.at:3588): ok (0m0.184s 0m0.382s) 660. CALL C with callback, PROCEDURE DIVISION EXTERN (run_misc.at:3646): ok (0m0.246s 0m0.275s) 661. CALL C with callback, ENTRY-CONVENTION EXTERN (run_misc.at:3713): ok (0m0.506s 0m0.824s) 662. CALL in from C with init missing / implicit (run_misc.at:3864): ok (0m0.304s 0m0.564s) 663. CALL STATIC C from COBOL (run_misc.at:3916): ok (0m0.123s 0m0.305s) 664. ANY LENGTH (1) (run_misc.at:3972): ok (0m0.216s 0m0.553s) 665. ANY LENGTH (2) (run_misc.at:4015): ok (0m0.278s 0m0.367s) 666. ANY LENGTH (3) (run_misc.at:4059): ok (0m0.200s 0m0.137s) 667. ANY LENGTH (4) (run_misc.at:4102): ok (0m0.124s 0m0.168s) 668. ANY LENGTH (5) (run_misc.at:4145): ok (0m0.169s 0m0.198s) 669. access to BASED item without allocation (run_misc.at:4170): ok (0m0.258s 0m0.478s) 670. access to OPTIONAL LINKAGE item not passed (run_misc.at:4211): ok (0m0.199s 0m0.432s) 671. STOP RUN WITH NORMAL STATUS (run_misc.at:4253): ok (0m0.123s 0m0.214s) 672. STOP RUN WITH ERROR STATUS (run_misc.at:4271): ok (0m0.185s 0m0.353s) 673. SYMBOLIC clause (run_misc.at:4289): ok (0m0.076s 0m0.231s) 674. OCCURS clause with 1 entry (run_misc.at:4326): ok (0m0.092s 0m0.214s) 675. Computing of different USAGEs w/o decimal point (run_misc.at:4375): ok (0m0.650s 0m0.489s) 676. Computing of different USAGEs w/- decimal point (run_misc.at:5011): ok (0m0.650s 0m0.538s) 677. C/C++ reserved words/predefined identifiers (run_misc.at:5646): ok (0m0.339s 0m0.613s) 678. ON EXCEPTION clause of DISPLAY (run_misc.at:6106): ok (0m0.153s 0m0.244s) 679. EC-SCREEN-LINE-NUMBER and -STARTING-COLUMN (run_misc.at:6131): ok (0m0.092s 0m0.214s) 680. LINE/COLUMN 0 exceptions (run_misc.at:6172): ok (0m0.106s 0m0.324s) 681. SET LAST EXCEPTION TO OFF (run_misc.at:6210): ok (0m0.139s 0m0.244s) 682. void PROCEDURE (run_misc.at:6246): ok (0m0.275s 0m0.490s) 683. Figurative constants to numeric field (run_misc.at:6275): ok (0m0.214s 0m0.536s) 684. MF FIGURATIVE to NUMERIC (run_misc.at:6337): ok (0m0.185s 0m0.321s) 685. CALL RETURNING (run_misc.at:6472): ok (0m0.353s 0m0.720s) 686. void PROCEDURE, NOTHING return (run_misc.at:6511): ok (0m0.352s 0m0.597s) 687. READY TRACE / RESET TRACE (run_misc.at:6546): ok (0m1.581s 0m2.428s) 688. Trace feature with subroutine (run_misc.at:6908): ok (0m0.988s 0m0.873s) 689. stack and dump feature (run_misc.at:8977): ok (0m1.327s 0m1.989s) 690. Test dump feature (2) (run_misc.at:9700): ok (0m0.169s 0m0.304s) 691. CALL with program prototypes (run_misc.at:9965): ok (0m0.184s 0m0.198s) 692. REDEFINES values on FILLER and INITIALIZE (run_misc.at:10021): ok (0m0.138s 0m0.321s) 693. PICTURE with constant-name (run_misc.at:10076): ok (0m0.138s 0m0.336s) 694. Quote marks in comment paragraphs (run_misc.at:10104): ok (0m0.291s 0m0.472s) 695. Numeric MOVE with/without -fbinary-truncate (run_misc.at:10130): ok (0m0.322s 0m0.535s) 696. Alphanumeric MOVE with truncation (run_misc.at:10190): ok (0m0.091s 0m0.292s) 697. PROGRAM-ID / CALL literal/variable with spaces (run_misc.at:10241): ok (0m0.169s 0m0.259s) 698. C-API Test (param based) (run_misc.at:10309): ok (0m0.184s 0m0.291s) 699. C-API Test (field based) (run_misc.at:10544): ok (0m0.185s 0m0.336s) 700. DEFAULT ROUNDED MODE (run_misc.at:10771): ok (0m0.153s 0m0.229s) 701. OCCURS INDEXED ASCENDING (run_misc.at:10801): ok (0m0.138s 0m0.306s) 702. ZERO unsigned and negative binary subscript (run_misc.at:10899): ok (0m0.321s 0m0.368s) 703. Default Arithmetic (1) (run_misc.at:10963): ok (0m0.216s 0m0.243s) 704. Default Arithmetic Test (2) (run_misc.at:11067): ok (0m0.108s 0m0.290s) 705. OSVS Arithmetic (1) (run_misc.at:11118): ok (0m0.170s 0m0.214s) 706. OSVS Arithmetic Test (2) (run_misc.at:11235): ok (0m0.138s 0m0.229s) 707. SET CONSTANT directive (run_misc.at:11292): ok (0m0.367s 0m0.625s) 708. DEFINE OVERRIDE (run_misc.at:11395): ok (0m0.153s 0m0.182s) 709. DEFINE Defaults (run_misc.at:11461): ok (0m0.062s 0m0.335s) 710. 78 VALUE (run_misc.at:11527): ok (0m0.152s 0m0.278s) 711. 01 CONSTANT (run_misc.at:11595): ok (0m0.153s 0m0.352s) 712. DISPLAY UPON (run_misc.at:11675): ok (0m0.243s 0m0.505s) 713. FLOAT-DECIMAL w/o SIZE ERROR (run_misc.at:11767): ok (0m3.574s 0m0.261s) 714. FLOAT-SHORT / FLOAT-LONG w/o SIZE ERROR (run_misc.at:11941): ok (0m0.202s 0m0.383s) 715. FLOAT-SHORT with SIZE ERROR (run_misc.at:12140): ok (0m0.230s 0m0.351s) 716. FLOAT-LONG with SIZE ERROR (run_misc.at:12191): ok (0m0.214s 0m0.430s) 717. EC-SIZE-ZERO-DIVIDE (run_misc.at:12248): ok (0m0.138s 0m0.184s) 718. EC-SIZE-OVERFLOW (run_misc.at:12291): ok (0m0.123s 0m0.214s) 719. Constant Expressions (run_misc.at:12322): ok (0m0.124s 0m0.275s) 720. ENTRY FOR GO TO / GO TO ENTRY (run_misc.at:12408): ok (0m0.169s 0m0.320s) 721. runtime checks within conditions (run_misc.at:12498): ok (0m0.644s 0m1.182s) 722. libcob version check (run_misc.at:12612): ok (0m0.688s 0m1.283s) 723. OPEN EXTEND and CLOSE, SEQUENTIAL (run_file.at:23): ok (0m0.154s 0m0.260s) 724. DELETE FILE, SEQUENTIAL (run_file.at:89): ok (0m0.092s 0m0.230s) 725. OUTPUT on SEQUENTIAL file to missing directory (run_file.at:159): ok (0m0.121s 0m0.276s) 726. OPEN EXTEND and CLOSE, INDEXED (run_file.at:195): ok (0m0.153s 0m0.214s) 727. DELETE FILE, INDEXED (run_file.at:267): ok (0m0.123s 0m0.168s) 728. OUTPUT on INDEXED file to missing directory (run_file.at:340): ok (0m0.077s 0m0.260s) 729. READ INTO data item AT-END sequence (run_file.at:379): ok (0m0.107s 0m0.260s) 730. First READ on empty SEQUENTIAL INDEXED file (run_file.at:416): ok (0m0.153s 0m0.151s) 731. READ NEXT without previous START (run_file.at:456): ok (0m0.108s 0m0.200s) 732. REWRITE a RELATIVE file with RANDOM access (run_file.at:534): ok (0m0.108s 0m0.230s) 733. File SORT, SEQUENTIAL (run_file.at:601): ok (0m0.138s 0m0.229s) 734. File SORT, SEQUENTIAL variable records (run_file.at:651): ok (0m0.138s 0m0.245s) 735. File SORT, LINE SEQUENTIAL (run_file.at:733): ok (0m0.168s 0m0.184s) 736. LINAGE and LINAGE-COUNTER sample (run_file.at:792): ok (0m0.123s 0m0.321s) 737. File SORT, LINE SEQUENTIAL same file (run_file.at:1078): ok (0m0.107s 0m0.276s) 738. File SORT, LINE SEQUENTIAL variable records (run_file.at:1125): ok (0m0.152s 0m0.367s) 739. File MERGE, LINE SEQUENTIAL variable records (run_file.at:1189): ok (0m0.123s 0m0.522s) 740. SORT nonexistent file (run_file.at:1280): ok (0m0.122s 0m0.200s) 741. SORT with INPUT/OUTPUT PROCEDUREs (run_file.at:1315): ok (0m0.183s 0m0.309s) 742. SORT with key1 ASCENDING, key2 DESCENDING (run_file.at:1405): ok (0m0.186s 0m0.167s) 743. ASSIGN DYNAMIC and EXTERNAL (run_file.at:1472): ok (0m0.414s 0m1.138s) 744. ASSIGN EXTERNAL parsing (run_file.at:1520): ok (0m0.123s 0m0.215s) 745. ASSIGN directive (run_file.at:1554): ok (0m0.153s 0m0.183s) 746. ASSIGNfilename expansion (run_file.at:1597): ok (0m0.138s 0m0.386s) 747. ASSIGN filename mapping (run_file.at:1624): ok (0m0.628s 0m1.111s) 748. ASSIGN with COB_FILE_PATH (run_file.at:1796): ok (0m0.244s 0m0.351s) 749. ASSIGN DYNAMIC with LOCAL-STORAGE item (run_file.at:1833): ok (0m0.167s 0m0.200s) 750. ASSIGN DYNAMIC with LOCAL-STORAGE item and INITIAL prog (run_file.at:1870): ok (0m0.154s 0m0.213s) 751. ASSIGN DYNAMIC with BASED data item (run_file.at:1910): ok (0m0.367s 0m0.641s) 752. ASSIGN DYNAMIC with data item in LINKAGE (run_file.at:1996): ok (0m0.367s 0m0.368s) 753. ASSIGN DYNAMIC with empty data item (run_file.at:2168): ok (0m0.107s 0m0.244s) 754. ASSIGN DYNAMIC with unset implicit data item (run_file.at:2208): ok (0m0.108s 0m0.291s) 755. INDEXED file key-name (run_file.at:2240): ok (0m0.091s 0m0.274s) 756. INDEXED file sparse/split keys (run_file.at:2282): ok (0m0.233s 0m0.214s) 757. INDEXED file split keys WITH DUPLICATES (run_file.at:2802): ok (0m0.169s 0m0.243s) 758. INDEXED file variable length record (run_file.at:2960): ok (0m0.185s 0m0.229s) 759. INDEXED sample (run_file.at:3236): ok (0m0.247s 0m0.380s) 760. WRITE + REWRITE FILE name (run_file.at:3639): ok (0m0.202s 0m0.198s) 761. START RELATIVE (1) (run_file.at:3792): ok (0m0.122s 0m0.261s) 762. START RELATIVE (2) (run_file.at:3841): ok (0m0.183s 0m0.198s) 763. START RELATIVE (3) (run_file.at:3917): ok (0m0.107s 0m0.260s) 764. READ on OPTIONAL missing RELATIVE / SEQUENTIAL (run_file.at:3993): ok (0m0.199s 0m0.198s) 765. READ on OPTIONAL missing INDEXED file (run_file.at:4115): ok (0m0.123s 0m0.213s) 766. EXTERNAL RELATIVE file (run_file.at:4165): ok (0m0.107s 0m0.322s) 767. DECLARATIVES procedure referencing (run_file.at:4201): ok (0m0.139s 0m0.200s) 768. DECLARATIVES procedure referencing (multiple) (run_file.at:4241): ok (0m0.153s 0m0.213s) 769. System routines for directories (1) (run_file.at:4285): ok (0m0.076s 0m0.292s) 770. System routines for directories (2) (run_file.at:4327): ok (0m0.092s 0m0.338s) 771. System routines for files (run_file.at:4424): ok (0m0.612s 0m1.443s) 772. System routine CBL_COPY_FILE (run_file.at:4698): ok (0m0.168s 0m0.384s) 773. Default file external name (run_file.at:4733): ok (0m0.246s 0m0.429s) 774. SEQUENTIAL basic I/O (run_file.at:4807): ok (0m0.046s 0m0.307s) 775. LINE SEQUENTIAL basic I/O (run_file.at:4841): ok (0m0.154s 0m0.230s) 776. LINE SEQUENTIAL record truncation (run_file.at:4907): ok (0m0.107s 0m0.259s) 777. SEQUENTIAL file I/O with variable records (run_file.at:4954): ok (0m0.154s 0m0.199s) 778. LINE SEQUENTIAL file I/O with variable records (run_file.at:5029): ok (0m0.138s 0m0.213s) 779. SEQUENTIAL file REWRITE (run_file.at:5103): ok (0m0.202s 0m0.182s) 785. RELATIVE SEQUENTIAL basic I/O (run_file.at:5561): ok (0m0.138s 0m0.214s) 786. RELATIVE RANDOM basic I/O (run_file.at:5595): ok (0m0.123s 0m0.276s) 787. RELATIVE SEQUENTIAL with variable records (run_file.at:5645): ok (0m0.138s 0m0.261s) 788. INDEXED SEQUENTIAL basic I/O (run_file.at:5719): ok (0m0.123s 0m0.199s) 789. INDEXED SEQUENTIAL with variable records (run_file.at:5757): ok (0m0.167s 0m0.276s) 798. START INDEXED (run_file.at:6500): ok (0m0.123s 0m0.322s) 799. INDEXED partial keys (run_file.at:6579): ok (0m0.123s 0m0.231s) 800. INDEXED undeclared keys (run_file.at:6726): skipped (run_file.at:6734) 802. EXTFH: using ISAM callback (run_file.at:6995): ok (0m0.433s 0m0.212s) 803. EXTFH: SEQUENTIAL files (run_file.at:7695): ok (0m0.246s 0m0.367s) 804. EXTFH: LINE SEQUENTIAL files, direct EXTFH (run_file.at:8105): ok (0m0.184s 0m0.258s) 805. INDEXED File READ/DELETE/READ (run_file.at:8287): ok (0m0.388s 0m0.276s) 807. Report Line Order (run_reportwriter.at:23): ok (0m0.124s 0m0.227s) 808. REPORT COL PLUS (run_reportwriter.at:120): ok (0m0.138s 0m0.259s) 809. Report Overlapping Fields (run_reportwriter.at:189): ok (0m0.124s 0m0.168s) 810. EMPTY REPORT (run_reportwriter.at:258): ok (0m0.077s 0m0.261s) 811. PAGE LIMIT REPORT (run_reportwriter.at:327): ok (0m0.215s 0m0.213s) 812. PAGE LIMIT REPORT 2 (run_reportwriter.at:389): ok (0m0.153s 0m0.229s) 813. Sample Customer Report (run_reportwriter.at:461): ok (0m0.169s 0m0.213s) 814. Sample Charge Report (run_reportwriter.at:776): ok (0m0.231s 0m0.213s) 815. Sample Charge Report 2 (run_reportwriter.at:1129): ok (0m0.215s 0m0.290s) 816. Sample Charge Report 3 (run_reportwriter.at:1499): ok (0m0.231s 0m0.320s) 817. Sample Charge Report 4 (run_reportwriter.at:1799): ok (0m0.123s 0m0.276s) 818. Sample Payroll Report (run_reportwriter.at:2215): ok (0m0.341s 0m0.291s) 819. Sample REPORT with RIGHT/CENTER (run_reportwriter.at:2900): ok (0m0.185s 0m0.303s) 820. STUDENT REPORT with INITIAL (run_reportwriter.at:3068): ok (0m0.199s 0m0.197s) 821. ORDER REPORT; Test substring (run_reportwriter.at:3220): ok (0m0.169s 0m0.306s) 822. Sample Control Break (run_reportwriter.at:3568): ok (0m0.215s 0m0.183s) 823. Sample Inventory Report (run_reportwriter.at:3797): ok (0m0.169s 0m0.289s) 824. Duplicate Detail Line (run_reportwriter.at:3990): ok (0m0.092s 0m0.322s) 825. Report with OCCURS (run_reportwriter.at:4118): ok (0m0.107s 0m0.290s) 826. Report CODE and LIMIT COLUMNS (run_reportwriter.at:4223): ok (0m0.367s 0m0.843s) 827. Duplicate INITIATE (run_reportwriter.at:4444): ok (0m0.170s 0m0.274s) 828. Missing INITIATE and GENERATE (run_reportwriter.at:4511): ok (0m0.169s 0m0.290s) 829. Missing INITIATE and TERMINATE (run_reportwriter.at:4571): ok (0m0.152s 0m0.463s) 830. Next Group Next Page (run_reportwriter.at:4625): ok (0m0.107s 0m0.291s) 831. Report PRESENT AFTER (run_reportwriter.at:8948): ok (0m0.199s 0m0.712s) 832. RETURN-CODE moving (run_returncode.at:23): ok (0m0.200s 0m0.338s) 833. RETURN-CODE passing (run_returncode.at:49): ok (0m0.742s 0m1.050s) 834. RETURN-CODE nested (run_returncode.at:101): ok (0m0.184s 0m0.199s) 835. FUNCTION ABS (run_functions.at:24): ok (0m0.122s 0m0.275s) 836. FUNCTION ACOS (run_functions.at:46): ok (0m0.137s 0m0.169s) 837. FUNCTION ANNUITY (run_functions.at:70): ok (0m0.108s 0m0.199s) 838. FUNCTION ASIN (run_functions.at:94): ok (0m0.139s 0m0.182s) 839. FUNCTION ATAN (run_functions.at:118): ok (0m0.121s 0m0.246s) 840. FUNCTION BYTE-LENGTH (run_functions.at:142): ok (0m0.154s 0m0.198s) 841. FUNCTION CHAR (run_functions.at:212): ok (0m0.107s 0m0.215s) 842. FUNCTION COMBINED-DATETIME (run_functions.at:250): ok (0m0.106s 0m0.216s) 843. FUNCTION CONCAT / CONCATENATE (run_functions.at:275): ok (0m0.199s 0m0.153s) 844. FUNCTION CONCATENATE with reference modding (run_functions.at:322): ok (0m0.137s 0m0.168s) 845. FUNCTION CONTENT-LENGTH (run_functions.at:350): ok (0m0.093s 0m0.198s) 846. FUNCTION CONTENT-OF (run_functions.at:384): ok (0m0.169s 0m0.214s) 847. FUNCTION as CALL parameter BY CONTENT (run_functions.at:459): ok (0m0.122s 0m0.292s) 848. FUNCTION COS (run_functions.at:495): ok (0m0.137s 0m0.184s) 849. FUNCTION CURRENCY-SYMBOL (run_functions.at:519): ok (0m0.122s 0m0.244s) 850. FUNCTION CURRENT-DATE (run_functions.at:542): ok (0m0.154s 0m0.229s) 851. FUNCTION DATE-OF-INTEGER (run_functions.at:613): ok (0m0.077s 0m0.213s) 852. FUNCTION DATE-TO-YYYYMMDD (run_functions.at:638): ok (0m0.153s 0m0.198s) 853. FUNCTION DAY-OF-INTEGER (run_functions.at:663): ok (0m0.076s 0m0.309s) 854. FUNCTION DAY-TO-YYYYDDD (run_functions.at:688): ok (0m0.093s 0m0.213s) 855. FUNCTION E (run_functions.at:713): ok (0m0.122s 0m0.309s) 856. FUNCTION EXCEPTION-FILE (run_functions.at:737): ok (0m0.199s 0m0.273s) 857. FUNCTION EXCEPTION-LOCATION (run_functions.at:772): ok (0m0.137s 0m0.245s) 858. FUNCTION EXCEPTION-STATEMENT (run_functions.at:811): ok (0m0.107s 0m0.274s) 859. FUNCTION EXCEPTION-STATUS (run_functions.at:846): ok (0m0.184s 0m0.261s) 860. FUNCTION EXP (run_functions.at:881): ok (0m0.138s 0m0.229s) 861. FUNCTION EXP10 (run_functions.at:905): ok (0m0.169s 0m0.183s) 862. FUNCTION FACTORIAL (run_functions.at:930): ok (0m0.107s 0m0.230s) 863. FUNCTION FORMATTED-CURRENT-DATE (run_functions.at:955): ok (0m0.106s 0m0.215s) 864. FUNCTION FORMATTED-DATE (run_functions.at:983): ok (0m0.199s 0m0.167s) 865. FUNCTION FORMATTED-DATE with ref modding (run_functions.at:1046): ok (0m0.137s 0m0.183s) 866. FUNCTION FORMATTED-DATETIME (run_functions.at:1071): ok (0m0.107s 0m0.339s) 867. FUNCTION FORMATTED-DATETIME with ref modding (run_functions.at:1128): ok (0m0.138s 0m0.185s) 868. FUNCTION FORMATTED-TIME (run_functions.at:1154): ok (0m0.153s 0m0.199s) 869. FUNCTION FORMATTED-TIME DP.COMMA (run_functions.at:1241): ok (0m0.123s 0m0.228s) 870. FUNCTION FORMATTED-TIME with ref modding (run_functions.at:1272): ok (0m0.199s 0m0.182s) 871. FUNCTION FRACTION-PART (run_functions.at:1297): ok (0m0.169s 0m0.199s) 872. FUNCTION HIGHEST-ALGEBRAIC (run_functions.at:1328): ok (0m0.122s 0m0.229s) 873. FUNCTION INTEGER (run_functions.at:1396): ok (0m0.168s 0m0.215s) 874. FUNCTION INTEGER-OF-DATE (run_functions.at:1429): ok (0m0.091s 0m0.169s) 875. FUNCTION INTEGER-OF-DAY (run_functions.at:1454): ok (0m0.091s 0m0.247s) 876. FUNCTION INTEGER-OF-FORMATTED-DATE (run_functions.at:1479): ok (0m0.092s 0m0.230s) 877. FUNCTION INTEGER-PART (run_functions.at:1529): ok (0m0.061s 0m0.229s) 878. FUNCTION LENGTH (run_functions.at:1555): ok (0m0.138s 0m0.274s) 879. FUNCTION LOCALE-COMPARE (run_functions.at:1623): ok (0m0.139s 0m0.229s) 880. FUNCTION LOCALE-DATE (run_functions.at:1653): ok (0m0.137s 0m0.215s) 881. FUNCTION LOCALE-TIME (run_functions.at:1679): ok (0m0.122s 0m0.228s) 882. FUNCTION LOCALE-TIME-FROM-SECONDS (run_functions.at:1705): ok (0m0.106s 0m0.229s) 883. FUNCTION LOG (run_functions.at:1731): ok (0m0.092s 0m0.215s) 884. FUNCTION LOG10 (run_functions.at:1755): ok (0m0.108s 0m0.244s) 885. FUNCTION LOWER-CASE (run_functions.at:1779): ok (0m0.106s 0m0.245s) 886. FUNCTION LOWER-CASE with reference modding (run_functions.at:1807): ok (0m0.062s 0m0.199s) 887. FUNCTION LOWEST-ALGEBRAIC (run_functions.at:1833): ok (0m0.121s 0m0.215s) 888. FUNCTION MAX (run_functions.at:1886): ok (0m0.106s 0m0.184s) 889. FUNCTION MEAN (run_functions.at:1908): ok (0m0.091s 0m0.277s) 890. FUNCTION MEDIAN (run_functions.at:1930): ok (0m0.077s 0m0.215s) 891. FUNCTION MIDRANGE (run_functions.at:1952): ok (0m0.123s 0m0.230s) 892. FUNCTION MIN (run_functions.at:1974): ok (0m0.091s 0m0.229s) 893. FUNCTION MOD (valid) (run_functions.at:1996): ok (0m0.138s 0m0.277s) 894. FUNCTION MOD (invalid) (run_functions.at:2026): ok (0m0.153s 0m0.182s) 895. FUNCTION MODULE-CALLER-ID (run_functions.at:2057): ok (0m0.308s 0m0.367s) 896. FUNCTION MODULE-DATE (run_functions.at:2091): ok (0m0.061s 0m0.291s) 897. FUNCTION MODULE-FORMATTED-DATE (run_functions.at:2116): ok (0m0.108s 0m0.196s) 898. FUNCTION MODULE-ID (run_functions.at:2141): ok (0m0.168s 0m0.353s) 899. FUNCTION MODULE-PATH (run_functions.at:2162): ok (0m0.091s 0m0.230s) 900. FUNCTION MODULE-SOURCE (run_functions.at:2187): ok (0m0.168s 0m0.338s) 901. FUNCTION MODULE-TIME (run_functions.at:2208): ok (0m0.152s 0m0.367s) 902. FUNCTION MONETARY-DECIMAL-POINT (run_functions.at:2233): ok (0m0.076s 0m0.244s) 903. FUNCTION MONETARY-THOUSANDS-SEPARATOR (run_functions.at:2256): ok (0m0.107s 0m0.153s) 904. FUNCTION NUMERIC-DECIMAL-POINT (run_functions.at:2279): ok (0m0.168s 0m0.371s) 905. FUNCTION NUMERIC-THOUSANDS-SEPARATOR (run_functions.at:2302): ok (0m0.076s 0m0.306s) 906. FUNCTION NUMVAL (run_functions.at:2325): ok (0m0.153s 0m0.200s) 907. FUNCTION NUMVAL-C (run_functions.at:2356): ok (0m0.092s 0m0.214s) 908. FUNCTION NUMVAL-C DP.COMMA (run_functions.at:2387): ok (0m0.138s 0m0.401s) 909. FUNCTION NUMVAL-F (run_functions.at:2417): ok (0m0.122s 0m0.273s) 910. FUNCTION ORD (run_functions.at:2440): ok (0m0.092s 0m0.183s) 911. FUNCTION ORD-MAX (run_functions.at:2462): ok (0m0.122s 0m0.198s) 912. FUNCTION ORD-MIN (run_functions.at:2484): ok (0m0.093s 0m0.229s) 913. FUNCTION PI (run_functions.at:2506): ok (0m0.139s 0m0.213s) 914. FUNCTION PRESENT-VALUE (run_functions.at:2530): ok (0m0.062s 0m0.244s) 915. FUNCTION RANDOM (run_functions.at:2552): ok (0m0.138s 0m0.213s) 916. FUNCTION RANGE (run_functions.at:2576): ok (0m0.200s 0m0.166s) 917. FUNCTION REM (valid) (run_functions.at:2600): ok (0m0.168s 0m0.215s) 918. FUNCTION REM (invalid) (run_functions.at:2623): ok (0m0.107s 0m0.229s) 919. FUNCTION REVERSE (run_functions.at:2654): ok (0m0.121s 0m0.244s) 920. FUNCTION REVERSE with reference modding (run_functions.at:2679): ok (0m0.046s 0m0.232s) 921. FUNCTION SECONDS-FROM-FORMATTED-TIME (run_functions.at:2704): ok (0m0.123s 0m0.215s) 922. FUNCTION SECONDS-PAST-MIDNIGHT (run_functions.at:2771): ok (0m0.122s 0m0.246s) 923. FUNCTION SIGN (run_functions.at:2795): ok (0m0.185s 0m0.199s) 924. FUNCTION SIN (run_functions.at:2834): ok (0m0.061s 0m0.276s) 925. FUNCTION SQRT (run_functions.at:2858): ok (0m0.139s 0m0.182s) 926. FUNCTION STANDARD-DEVIATION (run_functions.at:2882): ok (0m0.107s 0m0.199s) 927. FUNCTION STORED-CHAR-LENGTH (run_functions.at:2906): ok (0m0.123s 0m0.352s) 928. FUNCTION SUBSTITUTE (run_functions.at:2932): ok (0m0.123s 0m0.167s) 929. FUNCTION SUBSTITUTE with reference modding (run_functions.at:2961): ok (0m0.152s 0m0.230s) 930. FUNCTION SUBSTITUTE-CASE (run_functions.at:2989): ok (0m0.122s 0m0.246s) 931. FUNCTION SUBSTITUTE-CASE with reference mod (run_functions.at:3016): ok (0m0.091s 0m0.229s) 932. FUNCTION SUM (run_functions.at:3044): ok (0m0.107s 0m0.228s) 933. FUNCTION TAN (run_functions.at:3068): ok (0m0.093s 0m0.185s) 934. FUNCTION TEST-DATE-YYYYMMDD (run_functions.at:3092): ok (0m0.167s 0m0.200s) 935. FUNCTION TEST-DAY-YYYYDDD (run_functions.at:3114): ok (0m0.107s 0m0.274s) 936. FUNCTION TEST-FORMATTED-DATETIME with dates (run_functions.at:3136): ok (0m0.183s 0m0.169s) 937. FUNCTION TEST-FORMATTED-DATETIME with times (run_functions.at:3263): ok (0m0.076s 0m0.215s) 938. FUNCTION TEST-FORMATTED-DATETIME with datetimes (run_functions.at:3344): ok (0m0.107s 0m0.245s) 939. FUNCTION TEST-FORMATTED-DATETIME DP.COMMA (run_functions.at:3397): ok (0m0.108s 0m0.215s) 940. FUNCTION TEST-NUMVAL (run_functions.at:3438): ok (0m0.077s 0m0.292s) 941. FUNCTION TEST-NUMVAL-C (run_functions.at:3536): ok (0m0.153s 0m0.213s) 942. FUNCTION TEST-NUMVAL-F (run_functions.at:3634): ok (0m0.108s 0m0.260s) 943. FUNCTION TRIM (run_functions.at:3732): ok (0m0.214s 0m0.385s) 944. FUNCTION TRIM with reference modding (run_functions.at:3758): ok (0m0.061s 0m0.369s) 945. FUNCTION TRIM zero length (run_functions.at:3784): ok (0m0.106s 0m0.276s) 946. FUNCTION UPPER-CASE (run_functions.at:3811): ok (0m0.138s 0m0.214s) 947. FUNCTION UPPER-CASE with reference modding (run_functions.at:3836): ok (0m0.214s 0m0.323s) 948. FUNCTION VARIANCE (run_functions.at:3861): ok (0m0.183s 0m0.199s) 949. FUNCTION WHEN-COMPILED (run_functions.at:3885): ok (0m0.138s 0m0.182s) 950. FUNCTION YEAR-TO-YYYY (run_functions.at:3939): ok (0m0.169s 0m0.184s) 951. Formatted funcs w/ invalid variable format (run_functions.at:3963): ok (0m0.152s 0m0.244s) 952. FORMATTED-(DATE)TIME with SYSTEM-OFFSET (run_functions.at:4044): ok (0m0.107s 0m0.199s) 953. Intrinsics without FUNCTION keyword (1) (run_functions.at:4082): ok (0m0.091s 0m0.170s) 954. Intrinsics without FUNCTION keyword (2) (run_functions.at:4103): ok (0m0.108s 0m0.229s) 955. User-Defined FUNCTION with/without parameter (run_functions.at:4126): ok (0m0.169s 0m0.260s) 956. UDF in COMPUTE (run_functions.at:4177): ok (0m0.123s 0m0.183s) 957. UDF replacing intrinsic function (run_functions.at:4220): ok (0m0.185s 0m0.167s) 958. UDF with recursion (run_functions.at:4263): skipped (run_functions.at:4266) 959. CALL BY CONTENT binary and literal (run_extensions.at:25): ok (0m0.231s 0m0.306s) 960. Numeric Boolean literals (run_extensions.at:72): ok (0m0.091s 0m0.246s) 961. ACUCOBOL literals (run_extensions.at:101): ok (0m0.122s 0m0.259s) 963. Hexadecimal numeric literals (run_extensions.at:188): ok (0m0.108s 0m0.168s) 964. Semi-parenthesized condition (run_extensions.at:217): ok (0m0.153s 0m0.229s) 965. ADDRESS OF (run_extensions.at:237): ok (0m0.093s 0m0.291s) 966. LENGTH OF (run_extensions.at:287): ok (0m0.108s 0m0.244s) 967. SET TO SIZE OF (run_extensions.at:451): ok (0m0.061s 0m0.261s) 968. WHEN-COMPILED (run_extensions.at:488): ok (0m0.062s 0m0.214s) 969. Complex OCCURS DEPENDING ON (1) (run_extensions.at:517): ok (0m0.123s 0m0.198s) 970. Complex OCCURS DEPENDING ON (2) (run_extensions.at:546): ok (0m0.216s 0m0.228s) 971. Complex OCCURS DEPENDING ON (3) (run_extensions.at:609): ok (0m0.123s 0m0.245s) 972. Complex OCCURS DEPENDING ON (4) (run_extensions.at:672): ok (0m0.199s 0m0.292s) 973. Complex OCCURS DEPENDING ON (5) (run_extensions.at:738): ok (0m0.138s 0m0.213s) 974. Complex OCCURS DEPENDING ON (6) (run_extensions.at:804): ok (0m0.106s 0m0.261s) 975. OCCURS UNBOUNDED (1) (run_extensions.at:845): ok (0m0.307s 0m0.414s) 977. INITIALIZE OCCURS UNBOUNDED (run_extensions.at:1060): ok (0m0.154s 0m0.200s) 978. INITIALIZE OCCURS ODOSLIDE (run_extensions.at:1134): ok (0m0.229s 0m0.369s) 979. DEPENDING ON with ODOSLIDE (run_extensions.at:1231): ok (0m0.276s 0m0.292s) 980. DEPENDING ON with ODOSLIDE for IBM (run_extensions.at:1446): ok (0m0.200s 0m0.229s) 981. INITIALIZE level 01 (run_extensions.at:1551): ok (0m0.153s 0m0.275s) 982. MOVE of non-integer to alphanumeric (run_extensions.at:1603): ok (0m0.215s 0m0.168s) 983. CALL USING file-name (run_extensions.at:1693): ok (0m0.261s 0m0.369s) 984. CALL unusual PROGRAM-ID. (run_extensions.at:1738): ok (0m0.488s 0m0.889s) 985. CALL / GOBACK with LOCAL-STORAGE (run_extensions.at:1802): ok (0m0.213s 0m0.413s) 986. CALL BY VALUE alphanumeric item (run_extensions.at:1852): ok (0m0.108s 0m0.245s) 987. CALL BY VALUE numeric literal WITH SIZE (run_extensions.at:1889): ok (0m0.124s 0m0.244s) 988. Case-sensitive PROGRAM-ID (run_extensions.at:1993): ok (0m0.109s 0m0.214s) 989. Quoted PROGRAM-ID (run_extensions.at:2018): ok (0m0.076s 0m0.275s) 990. PROGRAM-ID AS clause (run_extensions.at:2041): ok (0m0.046s 0m0.292s) 991. NUMBER-OF-CALL-PARAMETERS (run_extensions.at:2064): ok (0m0.197s 0m0.491s) 992. TALLY register (run_extensions.at:2119): ok (0m0.137s 0m0.258s) 993. Redefining TALLY (run_extensions.at:2153): ok (0m0.092s 0m0.305s) 994. PROCEDURE DIVISION USING BY ... (run_extensions.at:2189): ok (0m0.231s 0m0.414s) 995. PROCEDURE DIVISION CHAINING (run_extensions.at:2242): ok (0m0.659s 0m1.349s) 996. STOP RUN RETURNING/GIVING (run_extensions.at:2365): ok (0m0.582s 0m0.779s) 997. GOBACK/EXIT PROGRAM RETURNING/GIVING (run_extensions.at:2421): ok (0m0.199s 0m0.337s) 998. ENTRY (run_extensions.at:2471): ok (0m0.230s 0m0.442s) 999. LINE SEQUENTIAL write (run_extensions.at:2517): ok (0m0.169s 0m0.213s) 1000. LINE SEQUENTIAL read (run_extensions.at:2563): ok (0m0.138s 0m0.352s) 1001. ASSIGN to KEYBOARD/DISPLAY (run_extensions.at:2630): ok (0m0.122s 0m0.306s) 1003. Environment/Argument variable (run_extensions.at:2750): ok (0m0.138s 0m0.229s) 1004. 78 Level (1) (run_extensions.at:2796): ok (0m0.138s 0m0.245s) 1005. 78 Level (2) (run_extensions.at:2819): ok (0m0.122s 0m0.199s) 1006. 78 Level (3) (run_extensions.at:2845): ok (0m0.168s 0m0.198s) 1007. SWITCHES with non-standard names (run_extensions.at:2869): ok (0m0.077s 0m0.261s) 1008. Larger REDEFINES lengths (run_extensions.at:2982): ok (0m0.139s 0m0.243s) 1009. REDEFINES: non-referenced ambiguous item (run_extensions.at:3066): ok (0m0.154s 0m0.182s) 1010. Obsolete 2002 keywords with COBOL2014 (run_extensions.at:3092): ok (0m0.107s 0m0.337s) 1011. System routine with wrong number of parameters (run_extensions.at:3122): ok (0m0.168s 0m0.242s) 1012. System routine C$NARG (run_extensions.at:3165): ok (0m0.473s 0m0.705s) 1013. System routine C$PARAMSIZE (run_extensions.at:3242): ok (0m0.246s 0m0.414s) 1014. System routine C$CALLEDBY (run_extensions.at:3284): ok (0m0.183s 0m0.459s) 1015. System routine C$JUSTIFY (run_extensions.at:3330): ok (0m0.107s 0m0.278s) 1016. System routine C$PRINTABLE (run_extensions.at:3355): ok (0m0.108s 0m0.229s) 1017. System routine C$MAKEDIR (run_extensions.at:3384): ok (0m0.138s 0m0.229s) 1018. System routine C$GETPID (run_extensions.at:3405): ok (0m0.167s 0m0.184s) 1019. System routine C$TOUPPER (run_extensions.at:3430): ok (0m0.154s 0m0.229s) 1020. System routine C$TOLOWER (run_extensions.at:3455): ok (0m0.107s 0m0.246s) 1021. System routine CBL_OR (run_extensions.at:3480): ok (0m0.106s 0m0.230s) 1022. System routine CBL_NOR (run_extensions.at:3507): ok (0m0.108s 0m0.199s) 1023. System routine CBL_AND (run_extensions.at:3534): ok (0m0.123s 0m0.215s) 1024. System routine CBL_XOR (run_extensions.at:3561): ok (0m0.138s 0m0.155s) 1025. System routine CBL_IMP (run_extensions.at:3588): ok (0m0.091s 0m0.199s) 1026. System routine CBL_NIMP (run_extensions.at:3615): ok (0m0.123s 0m0.199s) 1027. System routine CBL_NOT (run_extensions.at:3642): ok (0m0.109s 0m0.183s) 1028. System routine CBL_EQ (run_extensions.at:3668): ok (0m0.106s 0m0.200s) 1029. System routine CBL_GC_GETOPT (run_extensions.at:3695): ok (0m0.740s 0m1.022s) 1030. System routine CBL_GC_FORK (run_extensions.at:4132): ok (0m0.154s 0m0.262s) 1031. System routine CBL_GC_WAITPID (run_extensions.at:4200): ok (0m0.215s 0m0.244s) 1032. System routine CBL_GC_HOSTED (run_extensions.at:4252): ok (0m0.276s 0m0.629s) 1033. System routine SYSTEM, parameter handling (run_extensions.at:4382): ok (0m0.260s 0m0.425s) 1034. System routine CBL_ERROR_PROC (1) (run_extensions.at:4493): ok (0m0.293s 0m0.627s) 1035. System routine CBL_ERROR_PROC (2) (run_extensions.at:4592): ok (0m0.169s 0m0.184s) 1036. DISPLAY DIRECTIVE and $DISPLAY (run_extensions.at:4673): ok (0m0.108s 0m0.153s) 1037. Conditional / define directives (1) (run_extensions.at:4706): ok (0m0.154s 0m0.213s) 1038. Conditional / define directives (2) (run_extensions.at:4731): ok (0m0.122s 0m0.213s) 1039. Conditional / define directives (3) (run_extensions.at:4756): ok (0m0.138s 0m0.200s) 1040. Conditional / define directives (4) (run_extensions.at:4784): ok (0m0.091s 0m0.231s) 1041. Variable format (run_extensions.at:4810): ok (0m0.137s 0m0.199s) 1042. Binary COMP-1 (1) (run_extensions.at:4832): ok (0m0.259s 0m0.627s) 1043. Binary COMP-1 (2) (run_extensions.at:4863): ok (0m0.322s 0m0.427s) 1044. EXHIBIT statement (run_extensions.at:4899): ok (0m0.091s 0m0.306s) 1045. XML GENERATE general (run_ml.at:19): skipped (run_ml.at:22) 1046. XML GENERATE SUPPRESS (run_ml.at:127): skipped (run_ml.at:130) 1047. XML GENERATE exceptions (run_ml.at:204): skipped (run_ml.at:207) 1048. XML GENERATE record selection (run_ml.at:300): skipped (run_ml.at:303) 1049. XML GENERATE trimming (run_ml.at:344): skipped (run_ml.at:347) 1050. XML DPC-IN-DATA directive (run_ml.at:441): skipped (run_ml.at:444) 1051. XML dpc-in-data config option (run_ml.at:472): skipped (run_ml.at:475) 1052. JSON GENERATE general (run_ml.at:516): skipped (run_ml.at:519) 1053. JSON GENERATE SUPPRESS (run_ml.at:573): skipped (run_ml.at:576) 1054. JSON GENERATE exceptions (run_ml.at:612): skipped (run_ml.at:615) 1055. JSON GENERATE record selection (run_ml.at:677): skipped (run_ml.at:680) 1056. JSON GENERATE trimming (run_ml.at:721): skipped (run_ml.at:724) 1057. JSON DPC-IN-DATA directive (run_ml.at:821): skipped (run_ml.at:824) 1058. JSON dpc-in-data config option (run_ml.at:852): skipped (run_ml.at:855) 1059. BINARY: 2-4-8 big-endian (data_binary.at:23): ok (0m0.510s 0m0.658s) 1060. BINARY: 2-4-8 native (data_binary.at:205): ok (0m0.634s 0m0.656s) 1061. BINARY: 1-2-4-8 big-endian (data_binary.at:393): ok (0m0.477s 0m0.734s) 1062. BINARY: 1-2-4-8 native (data_binary.at:575): ok (0m0.540s 0m0.703s) 1063. BINARY: 1--8 big-endian (data_binary.at:763): ok (0m0.539s 0m0.766s) 1064. BINARY: 1--8 native (data_binary.at:945): ok (0m0.553s 0m0.737s) 1065. BINARY: full-print (data_binary.at:1133): ok (0m0.092s 0m0.229s) 1066. BINARY: 64bit unsigned compare (data_binary.at:1185): ok (0m0.139s 0m0.199s) 1067. BINARY: 64bit unsigned arithmetic notrunc (data_binary.at:1210): ok (0m0.106s 0m0.292s) 1068. BINARY: 64bit signed negative constant range (data_binary.at:1240): ok (0m0.200s 0m0.151s) 1069. COMP-4 Truncate (data_binary.at:1261): ok (0m0.136s 0m0.353s) 1070. COMP-4 No Truncate (data_binary.at:1322): ok (0m0.247s 0m0.244s) 1071. DISPLAY: Sign ASCII (data_display.at:21): ok (0m0.122s 0m0.228s) 1072. DISPLAY: Sign ASCII (2) (data_display.at:80): ok (0m0.092s 0m0.229s) 1073. DISPLAY: Sign EBCDIC (data_display.at:126): ok (0m0.093s 0m0.245s) 1074. DISPLAY: unsigned (data_display.at:171): ok (0m0.152s 0m0.168s) 1075. PACKED-DECIMAL dump (data_packed.at:25): ok (0m0.417s 0m0.335s) 1076. PACKED-DECIMAL used with DISPLAY (data_packed.at:161): ok (0m0.138s 0m0.277s) 1077. PACKED-DECIMAL used with MOVE (data_packed.at:216): ok (0m0.169s 0m0.198s) 1078. PACKED-DECIMAL used with INITIALIZE (data_packed.at:273): ok (0m0.077s 0m0.200s) 1079. PACKED-DECIMAL arithmetic (data_packed.at:312): ok (0m0.077s 0m0.259s) 1080. PACKED-DECIMAL numeric test (1) (data_packed.at:348): ok (0m0.185s 0m0.183s) 1081. PACKED-DECIMAL numeric test (2) (data_packed.at:490): ok (0m0.107s 0m0.229s) 1082. COMP-6 used with DISPLAY (data_packed.at:606): ok (0m0.123s 0m0.212s) 1083. COMP-6 used with MOVE (data_packed.at:643): ok (0m0.138s 0m0.184s) 1084. COMP-6 arithmetic (data_packed.at:690): ok (0m0.122s 0m0.153s) 1085. COMP-6 numeric test (data_packed.at:722): ok (0m0.138s 0m0.228s) 1086. POINTER: display (data_pointer.at:21): ok (0m0.076s 0m0.291s) testsuite: ending at: Tue Dec 13 20:14:43 CET 2022 testsuite: test suite duration: 0h 15m 39s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 1068 tests were run, 31 failed (29 expected failures). 18 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GnuCOBOL 3.1.2 test suite: GnuCOBOL Tests test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 783: run_file.at:5417 SEQUENTIAL file with SHARING READ ONLY runfile 796: run_file.at:6322 INDEXED file with LOCK AUTOMATIC (2) runfile Skipped tests: GnuCOBOL 3.1.2 test suite: GnuCOBOL Tests test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 273: syn_misc.at:3598 ACUCOBOL 32bit literal size extensions literals 464: run_fundamental.at:1187 function with variable-length RETURNING item fundamental udf 800: run_file.at:6726 INDEXED undeclared keys runfile 958: run_functions.at:4263 UDF with recursion functions local-storage 1045: run_ml.at:19 XML GENERATE general extensions 1046: run_ml.at:127 XML GENERATE SUPPRESS extensions 1047: run_ml.at:204 XML GENERATE exceptions extensions xml-code 1048: run_ml.at:300 XML GENERATE record selection extensions 1049: run_ml.at:344 XML GENERATE trimming extensions 1050: run_ml.at:441 XML DPC-IN-DATA directive extensions 1051: run_ml.at:472 XML dpc-in-data config option extensions 1052: run_ml.at:516 JSON GENERATE general extensions 1053: run_ml.at:573 JSON GENERATE SUPPRESS extensions 1054: run_ml.at:612 JSON GENERATE exceptions extensions json-code 1055: run_ml.at:677 JSON GENERATE record selection extensions 1056: run_ml.at:721 JSON GENERATE trimming extensions 1057: run_ml.at:821 JSON DPC-IN-DATA directive extensions 1058: run_ml.at:852 JSON dpc-in-data config option extensions ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 783. run_file.at:5417: testing SEQUENTIAL file with SHARING READ ONLY ... ./run_file.at:5482: $COMPILE prog1.cob ./run_file.at:5483: $COMPILE prog2.cob ./run_file.at:5484: $COBCRUN_DIRECT ./prog1 --- /dev/null 2022-12-13 20:09:59.000000000 +0100 +++ /tmp/gnucobol-3.1.2_win/tests/testsuite.dir/at-groups/783/stderr 2022-12-13 20:09:59.770765700 +0100 @@ -0,0 +1 @@ +sh: .prog2: command not found 783. run_file.at:5417: 783. SEQUENTIAL file with SHARING READ ONLY (run_file.at:5417): FAILED (run_file.at:5484) # -*- compilation -*- 796. run_file.at:6322: testing INDEXED file with LOCK AUTOMATIC (2) ... ./run_file.at:6405: $COMPILE prog1.cob ./run_file.at:6406: $COMPILE prog2.cob ./run_file.at:6407: $COBCRUN_DIRECT ./prog1 --- /dev/null 2022-12-13 20:10:13.000000000 +0100 +++ /tmp/gnucobol-3.1.2_win/tests/testsuite.dir/at-groups/796/stderr 2022-12-13 20:10:13.760467000 +0100 @@ -0,0 +1 @@ +sh: .prog2: command not found 796. run_file.at:6322: 796. INDEXED file with LOCK AUTOMATIC (2) (run_file.at:6322): FAILED (run_file.at:6407) ## ------------- ## ## ../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.1.2, which was | generated by GNU Autoconf 2.69. Invocation command line was | | $ ./configure | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = DESKTOP-N55UMHT | uname -m = x86_64 | uname -r = 3.4.2-1.x86_64 | uname -s = CYGWIN_NT-10.0-19045 | uname -v = 2022-12-11 12:04 UTC | | /usr/bin/uname -p = unknown | /bin/uname -X = unknown | | /bin/arch = x86_64 | /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/Program Files/Eclipse Adoptium/jdk-11.0.17.8-hotspot/bin | PATH: /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common | PATH: /cygdrive/c/WINDOWS/system32 | PATH: /cygdrive/c/WINDOWS | PATH: /cygdrive/c/WINDOWS/System32/Wbem | PATH: /cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0 | PATH: /cygdrive/c/WINDOWS/System32/OpenSSH | PATH: /cygdrive/c/Program Files/Intel/WiFi/bin | PATH: /cygdrive/c/Program Files/Common Files/Intel/WirelessCommon | PATH: /cygdrive/c/Program Files (x86)/AMD/ATI.ACE/Core-Static | PATH: /cygdrive/c/Users/micha/anaconda3/Scripts | PATH: /cygdrive/c/Program Files/wooting-analog-sdk | PATH: /cygdrive/c/Users/micha/AppData/Local/Programs/Python/Python37-32/Scripts | PATH: /cygdrive/c/Users/micha/AppData/Local/Programs/Python/Python37-32 | PATH: /cygdrive/c/Users/micha/AppData/Local/Microsoft/WindowsApps | PATH: /cygdrive/c/Program Files/Intel/WiFi/bin | PATH: /cygdrive/c/Program Files/Common Files/Intel/WirelessCommon | PATH: /cygdrive/c/Users/micha/anaconda3/Scripts | PATH: /cygdrive/c/Users/micha/AppData/Local/Programs/Microsoft VS Code/bin | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:2619: checking for a BSD-compatible install | configure:2687: result: /usr/bin/install -c | configure:2698: checking whether build environment is sane | configure:2753: result: yes | configure:2904: checking for a thread-safe mkdir -p | configure:2943: result: /usr/bin/mkdir -p | configure:2950: checking for gawk | configure:2966: found /usr/bin/gawk | configure:2977: result: gawk | configure:2988: checking whether make sets $(MAKE) | configure:3010: result: yes | configure:3039: checking whether make supports nested variables | configure:3056: result: yes | configure:3363: checking for make | configure:3379: found /usr/bin/make | configure:3390: result: make | configure:3450: checking whether make supports order-only prerequisites | configure:3465: make -f confmf.mk && make -f confmf.mk && cat confinc.out | target am__prereq. | target confprereq. | target am__doit. | target am__prereq. | target am__doit. | configure:3468: $? = 0 | configure:3479: result: yes | configure:3493: checking whether CFLAGS -O can be modified | configure:3501: result: yes | configure:3561: checking for gcc | configure:3577: found /usr/bin/gcc | configure:3588: result: gcc | configure:3619: checking for C compiler version | configure:3628: gcc --version >&5 | gcc (GCC) 11.3.0 | Copyright (C) 2021 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:3639: $? = 0 | configure:3628: gcc -v >&5 | Using built-in specs. | COLLECT_GCC=gcc | COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-cygwin/11/lto-wrapper.exe | Target: x86_64-pc-cygwin | Configured with: /mnt/share/cygpkgs/gcc/gcc.x86_64/src/gcc-11.3.0/configure --srcdir=/mnt/share/cygpkgs/gcc/gcc.x86_64/src/gcc-11.3.0 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/gcc --htmldir=/usr/share/doc/gcc/html -C --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --libexecdir=/usr/lib --with-gcc-major-version-only --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --enable-bootstrap --enable-__cxa_atexit --with-dwarf2 --with-tune=generic --enable-languages=c,c++,fortran,lto,objc,obj-c++,jit --enable-graphite --enable-threads=posix --enable-libatomic --enable-libgomp --enable-libquadmath --enable-libquadmath-support --disable-libssp --enable-libada --disable-symvers --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 --enable-libstdcxx-filesystem-ts | Thread model: posix | Supported LTO compression algorithms: zlib zstd | gcc version 11.3.0 (GCC) | configure:3639: $? = 0 | configure:3628: gcc -V >&5 | gcc: error: unrecognized command-line option '-V' | gcc: fatal error: no input files | compilation terminated. | configure:3639: $? = 1 | configure:3628: gcc -qversion >&5 | gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? | gcc: fatal error: no input files | compilation terminated. | configure:3639: $? = 1 | configure:3659: checking whether the C compiler works | configure:3681: gcc -O2 conftest.c >&5 | configure:3685: $? = 0 | configure:3733: result: yes | configure:3736: checking for C compiler default output file name | configure:3738: result: a.exe | configure:3744: checking for suffix of executables | configure:3751: gcc -o conftest.exe -O2 conftest.c >&5 | configure:3755: $? = 0 | configure:3777: result: .exe | configure:3799: checking whether we are cross compiling | configure:3807: gcc -o conftest.exe -O2 conftest.c >&5 | configure:3811: $? = 0 | configure:3818: ./conftest.exe | configure:3822: $? = 0 | configure:3837: result: no | configure:3842: checking for suffix of object files | configure:3864: gcc -c -O2 conftest.c >&5 | configure:3868: $? = 0 | configure:3889: result: o | configure:3893: checking whether we are using the GNU C compiler | configure:3912: gcc -c -O2 conftest.c >&5 | configure:3912: $? = 0 | configure:3921: result: yes | configure:3930: checking whether gcc accepts -g | configure:3950: gcc -c -g conftest.c >&5 | configure:3950: $? = 0 | configure:3991: result: yes | configure:4008: checking for gcc option to accept ISO C89 | configure:4071: gcc -c -O2 conftest.c >&5 | configure:4071: $? = 0 | configure:4084: result: none needed | configure:4109: checking whether gcc understands -c and -o together | configure:4131: gcc -c conftest.c -o conftest2.o | configure:4134: $? = 0 | configure:4131: gcc -c conftest.c -o conftest2.o | configure:4134: $? = 0 | configure:4146: result: yes | configure:4166: checking whether make supports the include directive | configure:4181: make -f confmf.GNU && cat confinc.out | this is the am__doit target | configure:4184: $? = 0 | configure:4203: result: yes (GNU style) | configure:4228: checking dependency style of gcc | configure:4339: result: gcc3 | configure:4358: checking for gcc option to accept ISO C99 | configure:4507: gcc -c -O2 conftest.c >&5 | configure:4507: $? = 0 | configure:4520: result: none needed | configure:4628: checking for gcc option to accept ISO Standard C | configure:4639: result: none needed | configure:4652: checking how to run the C preprocessor | configure:4683: gcc -E conftest.c | configure:4683: $? = 0 | configure:4697: gcc -E conftest.c | conftest.c:13:10: fatal error: ac_nonexistent.h: No such file or directory | 13 | #include | | ^~~~~~~~~~~~~~~~~~ | compilation terminated. | configure:4697: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | /* end confdefs.h. */ | | #include | configure:4722: result: gcc -E | configure:4742: gcc -E conftest.c | configure:4742: $? = 0 | configure:4756: gcc -E conftest.c | conftest.c:13:10: fatal error: ac_nonexistent.h: No such file or directory | 13 | #include | | ^~~~~~~~~~~~~~~~~~ | compilation terminated. | configure:4756: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | /* end confdefs.h. */ | | #include | configure:4787: checking for grep that handles long lines and -e | configure:4845: result: /usr/bin/grep | configure:4850: checking for egrep | configure:4912: result: /usr/bin/grep -E | configure:4917: checking for ANSI C header files | configure:4937: gcc -c -O2 conftest.c >&5 | configure:4937: $? = 0 | configure:5010: gcc -o conftest.exe -O2 conftest.c >&5 | configure:5010: $? = 0 | configure:5010: ./conftest.exe | configure:5010: $? = 0 | configure:5021: result: yes | configure:5034: checking for sys/types.h | configure:5034: gcc -c -O2 conftest.c >&5 | configure:5034: $? = 0 | configure:5034: result: yes | configure:5034: checking for sys/stat.h | configure:5034: gcc -c -O2 conftest.c >&5 | configure:5034: $? = 0 | configure:5034: result: yes | configure:5034: checking for stdlib.h | configure:5034: gcc -c -O2 conftest.c >&5 | configure:5034: $? = 0 | configure:5034: result: yes | configure:5034: checking for string.h | configure:5034: gcc -c -O2 conftest.c >&5 | configure:5034: $? = 0 | configure:5034: result: yes | configure:5034: checking for memory.h | configure:5034: gcc -c -O2 conftest.c >&5 | configure:5034: $? = 0 | configure:5034: result: yes | configure:5034: checking for strings.h | configure:5034: gcc -c -O2 conftest.c >&5 | configure:5034: $? = 0 | configure:5034: result: yes | configure:5034: checking for inttypes.h | configure:5034: gcc -c -O2 conftest.c >&5 | configure:5034: $? = 0 | configure:5034: result: yes | configure:5034: checking for stdint.h | configure:5034: gcc -c -O2 conftest.c >&5 | configure:5034: $? = 0 | configure:5034: result: yes | configure:5034: checking for unistd.h | configure:5034: gcc -c -O2 conftest.c >&5 | configure:5034: $? = 0 | configure:5034: result: yes | configure:5047: checking minix/config.h usability | configure:5047: gcc -c -O2 conftest.c >&5 | conftest.c:56:10: fatal error: minix/config.h: No such file or directory | 56 | #include | | ^~~~~~~~~~~~~~~~ | compilation terminated. | configure:5047: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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:5047: result: no | configure:5047: checking minix/config.h presence | configure:5047: gcc -E conftest.c | conftest.c:23:10: fatal error: minix/config.h: No such file or directory | 23 | #include | | ^~~~~~~~~~~~~~~~ | compilation terminated. | configure:5047: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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:5047: result: no | configure:5047: checking for minix/config.h | configure:5047: result: no | configure:5068: checking whether it is safe to define __EXTENSIONS__ | configure:5086: gcc -c -O2 conftest.c >&5 | configure:5086: $? = 0 | configure:5093: result: yes | configure:5232: checking build system type | configure:5246: result: x86_64-pc-cygwin | configure:5266: checking host system type | configure:5279: result: x86_64-pc-cygwin | configure:5320: checking how to print strings | configure:5347: result: printf | configure:5368: checking for a sed that does not truncate output | configure:5432: result: /usr/bin/sed | configure:5450: checking for fgrep | configure:5512: result: /usr/bin/grep -F | configure:5547: checking for ld used by gcc | configure:5614: result: /usr/x86_64-pc-cygwin/bin/ld.exe | configure:5621: checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld | configure:5636: result: yes | configure:5648: checking for BSD- or MS-compatible name lister (nm) | configure:5702: result: /usr/bin/nm -B | configure:5832: checking the name lister (/usr/bin/nm -B) interface | configure:5839: gcc -c -O2 conftest.c >&5 | configure:5842: /usr/bin/nm -B "conftest.o" | configure:5845: output | 0000000000000000 b .bss | 0000000000000000 d .data | 0000000000000000 r .rdata$zzz | 0000000000000000 t .text | 0000000000000000 B some_variable | configure:5852: result: BSD nm | configure:5855: checking whether ln -s works | configure:5859: result: yes | configure:5867: checking the maximum length of command line arguments | configure:5998: result: 8192 | configure:6046: checking how to convert x86_64-pc-cygwin file names to x86_64-pc-cygwin format | configure:6086: result: func_convert_file_noop | configure:6093: checking how to convert x86_64-pc-cygwin file names to toolchain format | configure:6113: result: func_convert_file_noop | configure:6120: checking for /usr/x86_64-pc-cygwin/bin/ld.exe option to reload object files | configure:6127: result: -r | configure:6201: checking for objdump | configure:6217: found /usr/bin/objdump | configure:6228: result: objdump | configure:6257: checking how to recognize dependent libraries | configure:6457: result: file_magic ^x86 archive import|^x86 DLL | configure:6542: checking for dlltool | configure:6558: found /usr/bin/dlltool | configure:6569: result: dlltool | configure:6599: checking how to associate runtime and link libraries | configure:6626: result: func_cygming_dll_for_implib | configure:6686: checking for ar | configure:6702: found /usr/bin/ar | configure:6713: result: ar | configure:6750: checking for archiver @FILE support | configure:6767: gcc -c -O2 conftest.c >&5 | configure:6767: $? = 0 | configure:6770: ar cru libconftest.a @conftest.lst >&5 | configure:6773: $? = 0 | configure:6778: ar cru libconftest.a @conftest.lst >&5 | ar: conftest.o: No such file or directory | configure:6781: $? = 1 | configure:6793: result: @ | configure:6851: checking for strip | configure:6867: found /usr/bin/strip | configure:6878: result: strip | configure:6950: checking for ranlib | configure:6966: found /usr/bin/ranlib | configure:6977: result: ranlib | configure:7079: checking command to parse /usr/bin/nm -B output from gcc object | configure:7232: gcc -c -O2 conftest.c >&5 | configure:7235: $? = 0 | configure:7239: /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:7242: $? = 0 | configure:7308: gcc -o conftest.exe -O2 conftest.c conftstm.o >&5 | configure:7311: $? = 0 | configure:7349: result: ok | configure:7396: checking for sysroot | configure:7426: result: no | configure:7433: checking for a working dd | configure:7471: result: /usr/bin/dd | configure:7475: checking how to truncate binary pipes | configure:7490: result: /usr/bin/dd bs=4096 count=1 | configure:7819: checking for mt | configure:7849: result: no | configure:7869: checking if : is a manifest tool | configure:7875: : '-?' | configure:7883: result: no | configure:8557: checking for dlfcn.h | configure:8557: gcc -c -O2 conftest.c >&5 | configure:8557: $? = 0 | configure:8557: result: yes | configure:8621: checking for as | configure:8637: found /usr/bin/as | configure:8648: result: as | configure:8713: checking for dlltool | configure:8740: result: dlltool | configure:8805: checking for objdump | configure:8832: result: objdump | configure:9110: checking for objdir | configure:9125: result: .libs | configure:9389: checking if gcc supports -fno-rtti -fno-exceptions | configure:9407: gcc -c -O2 -fno-rtti -fno-exceptions conftest.c >&5 | cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C | configure:9411: $? = 0 | configure:9424: result: no | configure:9782: checking for gcc option to produce PIC | configure:9789: result: -DDLL_EXPORT -DPIC | configure:9797: checking if gcc PIC flag -DDLL_EXPORT -DPIC works | configure:9815: gcc -c -O2 -DDLL_EXPORT -DPIC -DPIC conftest.c >&5 | configure:9819: $? = 0 | configure:9832: result: yes | configure:9861: checking if gcc static flag -static works | configure:9889: result: yes | configure:9904: checking if gcc supports -c -o file.o | configure:9925: gcc -c -O2 -o out/conftest2.o conftest.c >&5 | configure:9929: $? = 0 | configure:9951: result: yes | configure:9959: checking if gcc supports -c -o file.o | configure:10006: result: yes | configure:10039: checking whether the gcc linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries | configure:11298: result: yes | configure:11335: checking whether -lc should be explicitly linked in | configure:11343: gcc -c -O2 conftest.c >&5 | configure:11346: $? = 0 | configure:11361: 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:11364: $? = 1 | configure:11378: result: yes | configure:11538: checking dynamic linker characteristics | configure:12356: result: Win32 ld.exe | configure:12478: checking how to hardcode library paths into programs | configure:12503: result: immediate | configure:12805: checking whether a program can dlopen itself | configure:12885: gcc -o conftest.exe -O2 -DHAVE_DLFCN_H -Wl,--export-all-symbols conftest.c >&5 | configure:12888: $? = 0 | configure:12906: result: yes | configure:12911: checking whether a statically linked program can dlopen itself | configure:12991: gcc -o conftest.exe -O2 -DHAVE_DLFCN_H -Wl,--export-all-symbols -static conftest.c >&5 | configure:12994: $? = 0 | configure:13012: result: yes | configure:13051: checking whether stripping libraries is possible | configure:13056: result: yes | configure:13091: checking if libtool supports shared libraries | configure:13093: result: yes | configure:13096: checking whether to build shared libraries | configure:13121: result: yes | configure:13124: checking whether to build static libraries | configure:13128: result: yes | configure:13166: checking for egrep | configure:13228: result: /usr/bin/grep -E | configure:13239: checking for flex | configure:13255: found /usr/bin/flex | configure:13266: result: flex | configure:13304: flex conftest.l | configure:13308: $? = 0 | configure:13310: checking lex output file root | configure:13324: result: lex.yy | configure:13329: checking lex library | configure:13343: gcc -o conftest.exe -O2 conftest.c >&5 | /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: /tmp/cckeh1Aa.o:conftest.c:(.text+0xf40): undefined reference to `yywrap' | /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: /tmp/cckeh1Aa.o:conftest.c:(.text+0x10fe): undefined reference to `yywrap' | /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: /tmp/cckeh1Aa.o:conftest.c:(.text.startup+0x12): undefined reference to `yywrap' | collect2: error: ld returned 1 exit status | configure:13343: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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/" | | /* end confdefs.h. */ | | | | #line 2 "lex.yy.c" | | | | #define YY_INT_ALIGNED short int | | | | /* A lexical scanner generated by flex */ | | | | #define FLEX_SCANNER | | #define YY_FLEX_MAJOR_VERSION 2 | | #define YY_FLEX_MINOR_VERSION 6 | | #define YY_FLEX_SUBMINOR_VERSION 4 | | #if YY_FLEX_SUBMINOR_VERSION > 0 | | #define FLEX_BETA | | #endif | | | | /* First, we deal with platform-specific or compiler-specific issues. */ | | | | /* begin standard C headers. */ | | #include | | #include | | #include | | #include | | | | /* end standard C headers. */ | | | | /* flex integer type definitions */ | | | | #ifndef FLEXINT_H | | #define FLEXINT_H | | | | /* C99 systems have . Non-C99 systems may or may not. */ | | | | #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L | | | | /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, | | * if you want the limit (max/min) macros for int types. | | */ | | #ifndef __STDC_LIMIT_MACROS | | #define __STDC_LIMIT_MACROS 1 | | #endif | | | | #include | | typedef int8_t flex_int8_t; | | typedef uint8_t flex_uint8_t; | | typedef int16_t flex_int16_t; | | typedef uint16_t flex_uint16_t; | | typedef int32_t flex_int32_t; | | typedef uint32_t flex_uint32_t; | | #else | | typedef signed char flex_int8_t; | | typedef short int flex_int16_t; | | typedef int flex_int32_t; | | typedef unsigned char flex_uint8_t; | | typedef unsigned short int flex_uint16_t; | | typedef unsigned int flex_uint32_t; | | | | /* Limits of integral types. */ | | #ifndef INT8_MIN | | #define INT8_MIN (-128) | | #endif | | #ifndef INT16_MIN | | #define INT16_MIN (-32767-1) | | #endif | | #ifndef INT32_MIN | | #define INT32_MIN (-2147483647-1) | | #endif | | #ifndef INT8_MAX | | #define INT8_MAX (127) | | #endif | | #ifndef INT16_MAX | | #define INT16_MAX (32767) | | #endif | | #ifndef INT32_MAX | | #define INT32_MAX (2147483647) | | #endif | | #ifndef UINT8_MAX | | #define UINT8_MAX (255U) | | #endif | | #ifndef UINT16_MAX | | #define UINT16_MAX (65535U) | | #endif | | #ifndef UINT32_MAX | | #define UINT32_MAX (4294967295U) | | #endif | | | | #ifndef SIZE_MAX | | #define SIZE_MAX (~(size_t)0) | | #endif | | | | #endif /* ! C99 */ | | | | #endif /* ! FLEXINT_H */ | | | | /* begin standard C++ headers. */ | | | | /* TODO: this is always defined, so inline it */ | | #define yyconst const | | | | #if defined(__GNUC__) && __GNUC__ >= 3 | | #define yynoreturn __attribute__((__noreturn__)) | | #else | | #define yynoreturn | | #endif | | | | /* Returned upon end-of-file. */ | | #define YY_NULL 0 | | | | /* Promotes a possibly negative, possibly signed char to an | | * integer in range [0..255] for use as an array index. | | */ | | #define YY_SC_TO_UI(c) ((YY_CHAR) (c)) | | | | /* Enter a start condition. This macro really ought to take a parameter, | | * but we do it the disgusting crufty way forced on us by the ()-less | | * definition of BEGIN. | | */ | | #define BEGIN (yy_start) = 1 + 2 * | | /* Translate the current start state into a value that can be later handed | | * to BEGIN to return to the state. The YYSTATE alias is for lex | | * compatibility. | | */ | | #define YY_START (((yy_start) - 1) / 2) | | #define YYSTATE YY_START | | /* Action number for EOF rule of a given start state. */ | | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) | | /* Special action meaning "start processing a new file". */ | | #define YY_NEW_FILE yyrestart( yyin ) | | #define YY_END_OF_BUFFER_CHAR 0 | | | | /* Size of default input buffer. */ | | #ifndef YY_BUF_SIZE | | #ifdef __ia64__ | | /* On IA-64, the buffer size is 16k, not 8k. | | * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. | | * Ditto for the __ia64__ case accordingly. | | */ | | #define YY_BUF_SIZE 32768 | | #else | | #define YY_BUF_SIZE 16384 | | #endif /* __ia64__ */ | | #endif | | | | /* The state buf must be large enough to hold one state per character in the main buffer. | | */ | | #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) | | | | #ifndef YY_TYPEDEF_YY_BUFFER_STATE | | #define YY_TYPEDEF_YY_BUFFER_STATE | | typedef struct yy_buffer_state *YY_BUFFER_STATE; | | #endif | | | | #ifndef YY_TYPEDEF_YY_SIZE_T | | #define YY_TYPEDEF_YY_SIZE_T | | typedef size_t yy_size_t; | | #endif | | | | extern int yyleng; | | | | extern FILE *yyin, *yyout; | | | | #define EOB_ACT_CONTINUE_SCAN 0 | | #define EOB_ACT_END_OF_FILE 1 | | #define EOB_ACT_LAST_MATCH 2 | | | | #define YY_LESS_LINENO(n) | | #define YY_LINENO_REWIND_TO(ptr) | | | | /* Return all but the first "n" matched characters back to the input stream. */ | | #define yyless(n) \ | | do \ | | { \ | | /* Undo effects of setting up yytext. */ \ | | int yyless_macro_arg = (n); \ | | YY_LESS_LINENO(yyless_macro_arg);\ | | *yy_cp = (yy_hold_char); \ | | YY_RESTORE_YY_MORE_OFFSET \ | | (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ | | YY_DO_BEFORE_ACTION; /* set up yytext again */ \ | | } \ | | while ( 0 ) | | #define unput(c) yyunput( c, (yytext_ptr) ) | | | | #ifndef YY_STRUCT_YY_BUFFER_STATE | | #define YY_STRUCT_YY_BUFFER_STATE | | struct yy_buffer_state | | { | | FILE *yy_input_file; | | | | char *yy_ch_buf; /* input buffer */ | | char *yy_buf_pos; /* current position in input buffer */ | | | | /* Size of input buffer in bytes, not including room for EOB | | * characters. | | */ | | int yy_buf_size; | | | | /* Number of characters read into yy_ch_buf, not including EOB | | * characters. | | */ | | int yy_n_chars; | | | | /* Whether we "own" the buffer - i.e., we know we created it, | | * and can realloc() it to grow it, and should free() it to | | * delete it. | | */ | | int yy_is_our_buffer; | | | | /* Whether this is an "interactive" input source; if so, and | | * if we're using stdio for input, then we want to use getc() | | * instead of fread(), to make sure we stop fetching input after | | * each newline. | | */ | | int yy_is_interactive; | | | | /* Whether we're considered to be at the beginning of a line. | | * If so, '^' rules will be active on the next match, otherwise | | * not. | | */ | | int yy_at_bol; | | | | int yy_bs_lineno; /**< The line count. */ | | int yy_bs_column; /**< The column count. */ | | | | /* Whether to try to fill the input buffer when we reach the | | * end of it. | | */ | | int yy_fill_buffer; | | | | int yy_buffer_status; | | | | #define YY_BUFFER_NEW 0 | | #define YY_BUFFER_NORMAL 1 | | /* When an EOF's been seen but there's still some text to process | | * then we mark the buffer as YY_EOF_PENDING, to indicate that we | | * shouldn't try reading from the input source any more. We might | | * still have a bunch of tokens to match, though, because of | | * possible backing-up. | | * | | * When we actually see the EOF, we change the status to "new" | | * (via yyrestart()), so that the user can continue scanning by | | * just pointing yyin at a new input file. | | */ | | #define YY_BUFFER_EOF_PENDING 2 | | | | }; | | #endif /* !YY_STRUCT_YY_BUFFER_STATE */ | | | | /* Stack of input buffers. */ | | static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ | | static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ | | static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */ | | | | /* We provide macros for accessing buffer states in case in the | | * future we want to put the buffer states in a more general | | * "scanner state". | | * | | * Returns the top of the stack, or NULL. | | */ | | #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ | | ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ | | : NULL) | | /* Same as previous macro, but useful when we know that the buffer stack is not | | * NULL or when we need an lvalue. For internal use only. | | */ | | #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] | | | | /* yy_hold_char holds the character lost when yytext is formed. */ | | static char yy_hold_char; | | static int yy_n_chars; /* number of characters read into yy_ch_buf */ | | int yyleng; | | | | /* Points to current character in buffer. */ | | static char *yy_c_buf_p = NULL; | | static int yy_init = 0; /* whether we need to initialize */ | | static int yy_start = 0; /* start state number */ | | | | /* Flag which is used to allow yywrap()'s to do buffer switches | | * instead of setting up a fresh yyin. A bit of a hack ... | | */ | | static int yy_did_buffer_switch_on_eof; | | | | void yyrestart ( FILE *input_file ); | | void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer ); | | YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size ); | | void yy_delete_buffer ( YY_BUFFER_STATE b ); | | void yy_flush_buffer ( YY_BUFFER_STATE b ); | | void yypush_buffer_state ( YY_BUFFER_STATE new_buffer ); | | void yypop_buffer_state ( void ); | | | | static void yyensure_buffer_stack ( void ); | | static void yy_load_buffer_state ( void ); | | static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file ); | | #define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER ) | | | | YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size ); | | YY_BUFFER_STATE yy_scan_string ( const char *yy_str ); | | YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len ); | | | | void *yyalloc ( yy_size_t ); | | void *yyrealloc ( void *, yy_size_t ); | | void yyfree ( void * ); | | | | #define yy_new_buffer yy_create_buffer | | #define yy_set_interactive(is_interactive) \ | | { \ | | if ( ! YY_CURRENT_BUFFER ){ \ | | yyensure_buffer_stack (); \ | | YY_CURRENT_BUFFER_LVALUE = \ | | yy_create_buffer( yyin, YY_BUF_SIZE ); \ | | } \ | | YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ | | } | | #define yy_set_bol(at_bol) \ | | { \ | | if ( ! YY_CURRENT_BUFFER ){\ | | yyensure_buffer_stack (); \ | | YY_CURRENT_BUFFER_LVALUE = \ | | yy_create_buffer( yyin, YY_BUF_SIZE ); \ | | } \ | | YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ | | } | | #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) | | | | /* Begin user sect3 */ | | typedef flex_uint8_t YY_CHAR; | | | | FILE *yyin = NULL, *yyout = NULL; | | | | typedef int yy_state_type; | | | | extern int yylineno; | | int yylineno = 1; | | | | extern char *yytext; | | #ifdef yytext_ptr | | #undef yytext_ptr | | #endif | | #define yytext_ptr yytext | | | | static yy_state_type yy_get_previous_state ( void ); | | static yy_state_type yy_try_NUL_trans ( yy_state_type current_state ); | | static int yy_get_next_buffer ( void ); | | static void yynoreturn yy_fatal_error ( const char* msg ); | | | | /* Done after the current pattern has been matched and before the | | * corresponding action - sets up yytext. | | */ | | #define YY_DO_BEFORE_ACTION \ | | (yytext_ptr) = yy_bp; \ | | (yytext_ptr) -= (yy_more_len); \ | | yyleng = (int) (yy_cp - (yytext_ptr)); \ | | (yy_hold_char) = *yy_cp; \ | | *yy_cp = '\0'; \ | | (yy_c_buf_p) = yy_cp; | | #define YY_NUM_RULES 8 | | #define YY_END_OF_BUFFER 9 | | /* This struct is not used in this scanner, | | but its presence is necessary. */ | | struct yy_trans_info | | { | | flex_int32_t yy_verify; | | flex_int32_t yy_nxt; | | }; | | static const flex_int16_t yy_acclist[23] = | | { 0, | | 9, 7, 8, 8, 1, 7, 8, 2, 7, 8, | | 3, 7, 8, 4, 7, 8, 5, 7, 8, 6, | | 7, 8 | | } ; | | | | static const flex_int16_t yy_accept[14] = | | { 0, | | 1, 1, 1, 2, 4, 5, 8, 11, 14, 17, | | 20, 23, 23 | | } ; | | | | static const YY_CHAR yy_ec[256] = | | { 0, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 3, 4, 5, 6, | | | | 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1 | | } ; | | | | static const YY_CHAR yy_meta[9] = | | { 0, | | 1, 1, 1, 1, 1, 1, 1, 1 | | } ; | | | | static const flex_int16_t yy_base[13] = | | { 0, | | 0, 0, 9, 10, 10, 10, 10, 10, 10, 10, | | 10, 10 | | } ; | | | | static const flex_int16_t yy_def[13] = | | { 0, | | 12, 1, 12, 12, 12, 12, 12, 12, 12, 12, | | 12, 0 | | } ; | | | | static const flex_int16_t yy_nxt[19] = | | { 0, | | 4, 5, 6, 7, 8, 9, 10, 11, 12, 3, | | 12, 12, 12, 12, 12, 12, 12, 12 | | } ; | | | | static const flex_int16_t yy_chk[19] = | | { 0, | | 1, 1, 1, 1, 1, 1, 1, 1, 3, 12, | | 12, 12, 12, 12, 12, 12, 12, 12 | | } ; | | | | extern int yy_flex_debug; | | int yy_flex_debug = 0; | | | | static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; | | static char *yy_full_match; | | static int yy_lp; | | #define REJECT \ | | { \ | | *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \ | | yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ | | ++(yy_lp); \ | | goto find_rule; \ | | } | | | | static int yy_more_flag = 0; | | static int yy_more_len = 0; | | #define yymore() ((yy_more_flag) = 1) | | #define YY_MORE_ADJ (yy_more_len) | | #define YY_RESTORE_YY_MORE_OFFSET | | char *yytext; | | #line 1 "conftest.l" | | #line 459 "lex.yy.c" | | | | #define INITIAL 0 | | | | #ifndef YY_NO_UNISTD_H | | /* Special case for "unistd.h", since it is non-ANSI. We include it way | | * down here because we want the user's section 1 to have been scanned first. | | * The user has a chance to override it with an option. | | */ | | #include | | #endif | | | | #ifndef YY_EXTRA_TYPE | | #define YY_EXTRA_TYPE void * | | #endif | | | | static int yy_init_globals ( void ); | | | | /* Accessor methods to globals. | | These are made visible to non-reentrant scanners for convenience. */ | | | | int yylex_destroy ( void ); | | | | int yyget_debug ( void ); | | | | void yyset_debug ( int debug_flag ); | | | | YY_EXTRA_TYPE yyget_extra ( void ); | | | | void yyset_extra ( YY_EXTRA_TYPE user_defined ); | | | | FILE *yyget_in ( void ); | | | | void yyset_in ( FILE * _in_str ); | | | | FILE *yyget_out ( void ); | | | | void yyset_out ( FILE * _out_str ); | | | | int yyget_leng ( void ); | | | | char *yyget_text ( void ); | | | | int yyget_lineno ( void ); | | | | void yyset_lineno ( int _line_number ); | | | | /* Macros after this point can all be overridden by user definitions in | | * section 1. | | */ | | | | #ifndef YY_SKIP_YYWRAP | | #ifdef __cplusplus | | extern "C" int yywrap ( void ); | | #else | | extern int yywrap ( void ); | | #endif | | #endif | | | | #ifndef YY_NO_UNPUT | | | | static void yyunput ( int c, char *buf_ptr ); | | | | #endif | | | | #ifndef yytext_ptr | | static void yy_flex_strncpy ( char *, const char *, int ); | | #endif | | | | #ifdef YY_NEED_STRLEN | | static int yy_flex_strlen ( const char * ); | | #endif | | | | #ifndef YY_NO_INPUT | | #ifdef __cplusplus | | static int yyinput ( void ); | | #else | | static int input ( void ); | | #endif | | | | #endif | | | | /* Amount of stuff to slurp up with each read. */ | | #ifndef YY_READ_BUF_SIZE | | #ifdef __ia64__ | | /* On IA-64, the buffer size is 16k, not 8k */ | | #define YY_READ_BUF_SIZE 16384 | | #else | | #define YY_READ_BUF_SIZE 8192 | | #endif /* __ia64__ */ | | #endif | | | | /* Copy whatever the last rule matched to the standard output. */ | | #ifndef ECHO | | /* This used to be an fputs(), but since the string might contain NUL's, | | * we now use fwrite(). | | */ | | #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) | | #endif | | | | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, | | * is returned in "result". | | */ | | #ifndef YY_INPUT | | #define YY_INPUT(buf,result,max_size) \ | | if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ | | { \ | | int c = '*'; \ | | int n; \ | | for ( n = 0; n < max_size && \ | | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ | | buf[n] = (char) c; \ | | if ( c == '\n' ) \ | | buf[n++] = (char) c; \ | | if ( c == EOF && ferror( yyin ) ) \ | | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | | result = n; \ | | } \ | | else \ | | { \ | | errno=0; \ | | while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \ | | { \ | | if( errno != EINTR) \ | | { \ | | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | | break; \ | | } \ | | errno=0; \ | | clearerr(yyin); \ | | } \ | | }\ | | \ | | | | #endif | | | | /* No semi-colon after return; correct usage is to write "yyterminate();" - | | * we don't want an extra ';' after the "return" because that will cause | | * some compilers to complain about unreachable statements. | | */ | | #ifndef yyterminate | | #define yyterminate() return YY_NULL | | #endif | | | | /* Number of entries by which start-condition stack grows. */ | | #ifndef YY_START_STACK_INCR | | #define YY_START_STACK_INCR 25 | | #endif | | | | /* Report a fatal error. */ | | #ifndef YY_FATAL_ERROR | | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) | | #endif | | | | /* end tables serialization structures and prototypes */ | | | | /* Default declaration of generated scanner - a define so the user can | | * easily add parameters. | | */ | | #ifndef YY_DECL | | #define YY_DECL_IS_OURS 1 | | | | extern int yylex (void); | | | | #define YY_DECL int yylex (void) | | #endif /* !YY_DECL */ | | | | /* Code executed at the beginning of each rule, after yytext and yyleng | | * have been set up. | | */ | | #ifndef YY_USER_ACTION | | #define YY_USER_ACTION | | #endif | | | | /* Code executed at the end of each rule. */ | | #ifndef YY_BREAK | | #define YY_BREAK /*LINTED*/break; | | #endif | | | | #define YY_RULE_SETUP \ | | YY_USER_ACTION | | | | /** The main scanner function which does all the work. | | */ | | YY_DECL | | { | | yy_state_type yy_current_state; | | char *yy_cp, *yy_bp; | | int yy_act; | | | | if ( !(yy_init) ) | | { | | (yy_init) = 1; | | | | #ifdef YY_USER_INIT | | YY_USER_INIT; | | #endif | | | | /* Create the reject buffer large enough to save one state per allowed character. */ | | if ( ! (yy_state_buf) ) | | (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE ); | | if ( ! (yy_state_buf) ) | | YY_FATAL_ERROR( "out of dynamic memory in yylex()" ); | | | | if ( ! (yy_start) ) | | (yy_start) = 1; /* first start state */ | | | | if ( ! yyin ) | | yyin = stdin; | | | | if ( ! yyout ) | | yyout = stdout; | | | | if ( ! YY_CURRENT_BUFFER ) { | | yyensure_buffer_stack (); | | YY_CURRENT_BUFFER_LVALUE = | | yy_create_buffer( yyin, YY_BUF_SIZE ); | | } | | | | yy_load_buffer_state( ); | | } | | | | { | | #line 1 "conftest.l" | | | | #line 684 "lex.yy.c" | | | | while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ | | { | | (yy_more_len) = 0; | | if ( (yy_more_flag) ) | | { | | (yy_more_len) = (int) ((yy_c_buf_p) - (yytext_ptr)); | | (yy_more_flag) = 0; | | } | | yy_cp = (yy_c_buf_p); | | | | /* Support of yytext. */ | | *yy_cp = (yy_hold_char); | | | | /* yy_bp points to the position in yy_ch_buf of the start of | | * the current run. | | */ | | yy_bp = yy_cp; | | | | yy_current_state = (yy_start); | | | | (yy_state_ptr) = (yy_state_buf); | | *(yy_state_ptr)++ = yy_current_state; | | | | yy_match: | | do | | { | | YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ; | | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | | { | | yy_current_state = (int) yy_def[yy_current_state]; | | if ( yy_current_state >= 13 ) | | yy_c = yy_meta[yy_c]; | | } | | yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; | | *(yy_state_ptr)++ = yy_current_state; | | ++yy_cp; | | } | | while ( yy_base[yy_current_state] != 10 ); | | | | yy_find_action: | | yy_current_state = *--(yy_state_ptr); | | (yy_lp) = yy_accept[yy_current_state]; | | | | find_rule: /* we branch to this label when backing up */ | | | | for ( ; ; ) /* until we find what rule we matched */ | | { | | if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) | | { | | yy_act = yy_acclist[(yy_lp)]; | | { | | (yy_full_match) = yy_cp; | | break; | | } | | } | | --yy_cp; | | yy_current_state = *--(yy_state_ptr); | | (yy_lp) = yy_accept[yy_current_state]; | | } | | | | YY_DO_BEFORE_ACTION; | | | | do_action: /* This label is used only to access EOF actions. */ | | | | switch ( yy_act ) | | { /* beginning of action switch */ | | case 1: | | YY_RULE_SETUP | | #line 2 "conftest.l" | | { ECHO; } | | YY_BREAK | | case 2: | | YY_RULE_SETUP | | #line 3 "conftest.l" | | { REJECT; } | | YY_BREAK | | case 3: | | YY_RULE_SETUP | | #line 4 "conftest.l" | | { yymore (); } | | YY_BREAK | | case 4: | | YY_RULE_SETUP | | #line 5 "conftest.l" | | { yyless (1); } | | YY_BREAK | | case 5: | | YY_RULE_SETUP | | #line 6 "conftest.l" | | { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ | | yyless ((input () != 0)); } | | YY_BREAK | | case 6: | | YY_RULE_SETUP | | #line 8 "conftest.l" | | { unput (yytext[0]); } | | YY_BREAK | | case 7: | | YY_RULE_SETUP | | #line 9 "conftest.l" | | { BEGIN INITIAL; } | | YY_BREAK | | case 8: | | YY_RULE_SETUP | | #line 10 "conftest.l" | | ECHO; | | YY_BREAK | | #line 793 "lex.yy.c" | | case YY_STATE_EOF(INITIAL): | | yyterminate(); | | | | case YY_END_OF_BUFFER: | | { | | /* Amount of text matched not including the EOB char. */ | | int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; | | | | /* Undo the effects of YY_DO_BEFORE_ACTION. */ | | *yy_cp = (yy_hold_char); | | YY_RESTORE_YY_MORE_OFFSET | | | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) | | { | | /* We're scanning a new file or input source. It's | | * possible that this happened because the user | | * just pointed yyin at a new source and called | | * yylex(). If so, then we have to assure | | * consistency between YY_CURRENT_BUFFER and our | | * globals. Here is the right place to do so, because | | * this is the first action (other than possibly a | | * back-up) that will match for the new input source. | | */ | | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | | YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; | | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; | | } | | | | /* Note that here we test for yy_c_buf_p "<=" to the position | | * of the first EOB in the buffer, since yy_c_buf_p will | | * already have been incremented past the NUL character | | * (since all states make transitions on EOB to the | | * end-of-buffer state). Contrast this with the test | | * in input(). | | */ | | if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | | { /* This was really a NUL. */ | | yy_state_type yy_next_state; | | | | (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; | | | | yy_current_state = yy_get_previous_state( ); | | | | /* Okay, we're now positioned to make the NUL | | * transition. We couldn't have | | * yy_get_previous_state() go ahead and do it | | * for us because it doesn't know how to deal | | * with the possibility of jamming (and we don't | | * want to build jamming into it because then it | | * will run more slowly). | | */ | | | | yy_next_state = yy_try_NUL_trans( yy_current_state ); | | | | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | | | | if ( yy_next_state ) | | { | | /* Consume the NUL. */ | | yy_cp = ++(yy_c_buf_p); | | yy_current_state = yy_next_state; | | goto yy_match; | | } | | | | else | | { | | yy_cp = (yy_c_buf_p); | | goto yy_find_action; | | } | | } | | | | else switch ( yy_get_next_buffer( ) ) | | { | | case EOB_ACT_END_OF_FILE: | | { | | (yy_did_buffer_switch_on_eof) = 0; | | | | if ( yywrap( ) ) | | { | | /* Note: because we've taken care in | | * yy_get_next_buffer() to have set up | | * yytext, we can now set up | | * yy_c_buf_p so that if some total | | * hoser (like flex itself) wants to | | * call the scanner after we return the | | * YY_NULL, it'll still work - another | | * YY_NULL will get returned. | | */ | | (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; | | | | yy_act = YY_STATE_EOF(YY_START); | | goto do_action; | | } | | | | else | | { | | if ( ! (yy_did_buffer_switch_on_eof) ) | | YY_NEW_FILE; | | } | | break; | | } | | | | case EOB_ACT_CONTINUE_SCAN: | | (yy_c_buf_p) = | | (yytext_ptr) + yy_amount_of_matched_text; | | | | yy_current_state = yy_get_previous_state( ); | | | | yy_cp = (yy_c_buf_p); | | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | | goto yy_match; | | | | case EOB_ACT_LAST_MATCH: | | (yy_c_buf_p) = | | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; | | | | yy_current_state = yy_get_previous_state( ); | | | | yy_cp = (yy_c_buf_p); | | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | | goto yy_find_action; | | } | | break; | | } | | | | default: | | YY_FATAL_ERROR( | | "fatal flex scanner internal error--no action found" ); | | } /* end of action switch */ | | } /* end of scanning one token */ | | } /* end of user's declarations */ | | } /* end of yylex */ | | | | /* yy_get_next_buffer - try to read in a new buffer | | * | | * Returns a code representing an action: | | * EOB_ACT_LAST_MATCH - | | * EOB_ACT_CONTINUE_SCAN - continue scanning from current position | | * EOB_ACT_END_OF_FILE - end of file | | */ | | static int yy_get_next_buffer (void) | | { | | char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; | | char *source = (yytext_ptr); | | int number_to_move, i; | | int ret_val; | | | | if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) | | YY_FATAL_ERROR( | | "fatal flex scanner internal error--end of buffer missed" ); | | | | if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) | | { /* Don't try to fill the buffer, so this is an EOF. */ | | if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) | | { | | /* We matched a single character, the EOB, so | | * treat this as a final EOF. | | */ | | return EOB_ACT_END_OF_FILE; | | } | | | | else | | { | | /* We matched some text prior to the EOB, first | | * process it. | | */ | | return EOB_ACT_LAST_MATCH; | | } | | } | | | | /* Try to read more data. */ | | | | /* First move last chars to start of buffer. */ | | number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1); | | | | for ( i = 0; i < number_to_move; ++i ) | | *(dest++) = *(source++); | | | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) | | /* don't do the read, it's not guaranteed to return an EOF, | | * just force an EOF | | */ | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; | | | | else | | { | | int num_to_read = | | YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; | | | | while ( num_to_read <= 0 ) | | { /* Not enough room in the buffer - grow it. */ | | | | YY_FATAL_ERROR( | | "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); | | | | } | | | | if ( num_to_read > YY_READ_BUF_SIZE ) | | num_to_read = YY_READ_BUF_SIZE; | | | | /* Read in more data. */ | | YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), | | (yy_n_chars), num_to_read ); | | | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | | } | | | | if ( (yy_n_chars) == 0 ) | | { | | if ( number_to_move == YY_MORE_ADJ ) | | { | | ret_val = EOB_ACT_END_OF_FILE; | | yyrestart( yyin ); | | } | | | | else | | { | | ret_val = EOB_ACT_LAST_MATCH; | | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = | | YY_BUFFER_EOF_PENDING; | | } | | } | | | | else | | ret_val = EOB_ACT_CONTINUE_SCAN; | | | | if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { | | /* Extend the array by 50%, plus the number we really need. */ | | int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); | | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc( | | (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size ); | | if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | | YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); | | /* "- 2" to take care of EOB's */ | | YY_CURRENT_BUFFER_LVALUE->yy_buf_size = (int) (new_size - 2); | | } | | | | (yy_n_chars) += number_to_move; | | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; | | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; | | | | (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; | | | | return ret_val; | | } | | | | /* yy_get_previous_state - get the state just before the EOB char was reached */ | | | | static yy_state_type yy_get_previous_state (void) | | { | | yy_state_type yy_current_state; | | char *yy_cp; | | | | yy_current_state = (yy_start); | | | | (yy_state_ptr) = (yy_state_buf); | | *(yy_state_ptr)++ = yy_current_state; | | | | for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) | | { | | YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); | | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | | { | | yy_current_state = (int) yy_def[yy_current_state]; | | if ( yy_current_state >= 13 ) | | yy_c = yy_meta[yy_c]; | | } | | yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; | | *(yy_state_ptr)++ = yy_current_state; | | } | | | | return yy_current_state; | | } | | | | /* yy_try_NUL_trans - try to make a transition on the NUL character | | * | | * synopsis | | * next_state = yy_try_NUL_trans( current_state ); | | */ | | static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) | | { | | int yy_is_jam; | | | | YY_CHAR yy_c = 1; | | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | | { | | yy_current_state = (int) yy_def[yy_current_state]; | | if ( yy_current_state >= 13 ) | | yy_c = yy_meta[yy_c]; | | } | | yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; | | yy_is_jam = (yy_current_state == 12); | | if ( ! yy_is_jam ) | | *(yy_state_ptr)++ = yy_current_state; | | | | return yy_is_jam ? 0 : yy_current_state; | | } | | | | #ifndef YY_NO_UNPUT | | | | static void yyunput (int c, char * yy_bp ) | | { | | char *yy_cp; | | | | yy_cp = (yy_c_buf_p); | | | | /* undo effects of setting up yytext */ | | *yy_cp = (yy_hold_char); | | | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | | { /* need to shift things up to make room */ | | /* +2 for EOB chars. */ | | int number_to_move = (yy_n_chars) + 2; | | char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ | | YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; | | char *source = | | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; | | | | while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | | *--dest = *--source; | | | | yy_cp += (int) (dest - source); | | yy_bp += (int) (dest - source); | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = | | (yy_n_chars) = (int) YY_CURRENT_BUFFER_LVALUE->yy_buf_size; | | | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | | YY_FATAL_ERROR( "flex scanner push-back overflow" ); | | } | | | | *--yy_cp = (char) c; | | | | (yytext_ptr) = yy_bp; | | (yy_hold_char) = *yy_cp; | | (yy_c_buf_p) = yy_cp; | | } | | | | #endif | | | | #ifndef YY_NO_INPUT | | #ifdef __cplusplus | | static int yyinput (void) | | #else | | static int input (void) | | #endif | | | | { | | int c; | | | | *(yy_c_buf_p) = (yy_hold_char); | | | | if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) | | { | | /* yy_c_buf_p now points to the character we want to return. | | * If this occurs *before* the EOB characters, then it's a | | * valid NUL; if not, then we've hit the end of the buffer. | | */ | | if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | | /* This was really a NUL. */ | | *(yy_c_buf_p) = '\0'; | | | | else | | { /* need more input */ | | int offset = (int) ((yy_c_buf_p) - (yytext_ptr)); | | ++(yy_c_buf_p); | | | | switch ( yy_get_next_buffer( ) ) | | { | | case EOB_ACT_LAST_MATCH: | | /* This happens because yy_g_n_b() | | * sees that we've accumulated a | | * token and flags that we need to | | * try matching the token before | | * proceeding. But for input(), | | * there's no matching to consider. | | * So convert the EOB_ACT_LAST_MATCH | | * to EOB_ACT_END_OF_FILE. | | */ | | | | /* Reset buffer status. */ | | yyrestart( yyin ); | | | | /*FALLTHROUGH*/ | | | | case EOB_ACT_END_OF_FILE: | | { | | if ( yywrap( ) ) | | return 0; | | | | if ( ! (yy_did_buffer_switch_on_eof) ) | | YY_NEW_FILE; | | #ifdef __cplusplus | | return yyinput(); | | #else | | return input(); | | #endif | | } | | | | case EOB_ACT_CONTINUE_SCAN: | | (yy_c_buf_p) = (yytext_ptr) + offset; | | break; | | } | | } | | } | | | | c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ | | *(yy_c_buf_p) = '\0'; /* preserve yytext */ | | (yy_hold_char) = *++(yy_c_buf_p); | | | | return c; | | } | | #endif /* ifndef YY_NO_INPUT */ | | | | /** Immediately switch to a different input stream. | | * @param input_file A readable stream. | | * | | * @note This function does not reset the start condition to @c INITIAL . | | */ | | void yyrestart (FILE * input_file ) | | { | | | | if ( ! YY_CURRENT_BUFFER ){ | | yyensure_buffer_stack (); | | YY_CURRENT_BUFFER_LVALUE = | | yy_create_buffer( yyin, YY_BUF_SIZE ); | | } | | | | yy_init_buffer( YY_CURRENT_BUFFER, input_file ); | | yy_load_buffer_state( ); | | } | | | | /** Switch to a different input buffer. | | * @param new_buffer The new input buffer. | | * | | */ | | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) | | { | | | | /* TODO. We should be able to replace this entire function body | | * with | | * yypop_buffer_state(); | | * yypush_buffer_state(new_buffer); | | */ | | yyensure_buffer_stack (); | | if ( YY_CURRENT_BUFFER == new_buffer ) | | return; | | | | if ( YY_CURRENT_BUFFER ) | | { | | /* Flush out information for old buffer. */ | | *(yy_c_buf_p) = (yy_hold_char); | | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | | } | | | | YY_CURRENT_BUFFER_LVALUE = new_buffer; | | yy_load_buffer_state( ); | | | | /* We don't actually know whether we did this switch during | | * EOF (yywrap()) processing, but the only time this flag | | * is looked at is after yywrap() is called, so it's safe | | * to go ahead and always set it. | | */ | | (yy_did_buffer_switch_on_eof) = 1; | | } | | | | static void yy_load_buffer_state (void) | | { | | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | | (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; | | yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; | | (yy_hold_char) = *(yy_c_buf_p); | | } | | | | /** Allocate and initialize an input buffer state. | | * @param file A readable stream. | | * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. | | * | | * @return the allocated buffer state. | | */ | | YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) | | { | | YY_BUFFER_STATE b; | | | | b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) ); | | if ( ! b ) | | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | | | b->yy_buf_size = size; | | | | /* yy_ch_buf has to be 2 characters longer than the size given because | | * we need to put in 2 end-of-buffer characters. | | */ | | b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) ); | | if ( ! b->yy_ch_buf ) | | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | | | b->yy_is_our_buffer = 1; | | | | yy_init_buffer( b, file ); | | | | return b; | | } | | | | /** Destroy the buffer. | | * @param b a buffer created with yy_create_buffer() | | * | | */ | | void yy_delete_buffer (YY_BUFFER_STATE b ) | | { | | | | if ( ! b ) | | return; | | | | if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ | | YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; | | | | if ( b->yy_is_our_buffer ) | | yyfree( (void *) b->yy_ch_buf ); | | | | yyfree( (void *) b ); | | } | | | | /* Initializes or reinitializes a buffer. | | * This function is sometimes called more than once on the same buffer, | | * such as during a yyrestart() or at EOF. | | */ | | static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) | | | | { | | int oerrno = errno; | | | | yy_flush_buffer( b ); | | | | b->yy_input_file = file; | | b->yy_fill_buffer = 1; | | | | /* If b is the current buffer, then yy_init_buffer was _probably_ | | * called from yyrestart() or through yy_get_next_buffer. | | * In that case, we don't want to reset the lineno or column. | | */ | | if (b != YY_CURRENT_BUFFER){ | | b->yy_bs_lineno = 1; | | b->yy_bs_column = 0; | | } | | | | b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; | | | | errno = oerrno; | | } | | | | /** Discard all buffered characters. On the next scan, YY_INPUT will be called. | | * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. | | * | | */ | | void yy_flush_buffer (YY_BUFFER_STATE b ) | | { | | if ( ! b ) | | return; | | | | b->yy_n_chars = 0; | | | | /* We always need two end-of-buffer characters. The first causes | | * a transition to the end-of-buffer state. The second causes | | * a jam in that state. | | */ | | b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; | | b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; | | | | b->yy_buf_pos = &b->yy_ch_buf[0]; | | | | b->yy_at_bol = 1; | | b->yy_buffer_status = YY_BUFFER_NEW; | | | | if ( b == YY_CURRENT_BUFFER ) | | yy_load_buffer_state( ); | | } | | | | /** Pushes the new state onto the stack. The new state becomes | | * the current state. This function will allocate the stack | | * if necessary. | | * @param new_buffer The new state. | | * | | */ | | void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) | | { | | if (new_buffer == NULL) | | return; | | | | yyensure_buffer_stack(); | | | | /* This block is copied from yy_switch_to_buffer. */ | | if ( YY_CURRENT_BUFFER ) | | { | | /* Flush out information for old buffer. */ | | *(yy_c_buf_p) = (yy_hold_char); | | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | | } | | | | /* Only push if top exists. Otherwise, replace top. */ | | if (YY_CURRENT_BUFFER) | | (yy_buffer_stack_top)++; | | YY_CURRENT_BUFFER_LVALUE = new_buffer; | | | | /* copied from yy_switch_to_buffer. */ | | yy_load_buffer_state( ); | | (yy_did_buffer_switch_on_eof) = 1; | | } | | | | /** Removes and deletes the top of the stack, if present. | | * The next element becomes the new top. | | * | | */ | | void yypop_buffer_state (void) | | { | | if (!YY_CURRENT_BUFFER) | | return; | | | | yy_delete_buffer(YY_CURRENT_BUFFER ); | | YY_CURRENT_BUFFER_LVALUE = NULL; | | if ((yy_buffer_stack_top) > 0) | | --(yy_buffer_stack_top); | | | | if (YY_CURRENT_BUFFER) { | | yy_load_buffer_state( ); | | (yy_did_buffer_switch_on_eof) = 1; | | } | | } | | | | /* Allocates the stack if it does not exist. | | * Guarantees space for at least one push. | | */ | | static void yyensure_buffer_stack (void) | | { | | yy_size_t num_to_alloc; | | | | if (!(yy_buffer_stack)) { | | | | /* First allocation is just for 2 elements, since we don't know if this | | * scanner will even need a stack. We use 2 instead of 1 to avoid an | | * immediate realloc on the next call. | | */ | | num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ | | (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc | | (num_to_alloc * sizeof(struct yy_buffer_state*) | | ); | | if ( ! (yy_buffer_stack) ) | | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | | | | memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); | | | | (yy_buffer_stack_max) = num_to_alloc; | | (yy_buffer_stack_top) = 0; | | return; | | } | | | | if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ | | | | /* Increase the buffer to prepare for a possible push. */ | | yy_size_t grow_size = 8 /* arbitrary grow size */; | | | | num_to_alloc = (yy_buffer_stack_max) + grow_size; | | (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc | | ((yy_buffer_stack), | | num_to_alloc * sizeof(struct yy_buffer_state*) | | ); | | if ( ! (yy_buffer_stack) ) | | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | | | | /* zero only the new slots.*/ | | memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); | | (yy_buffer_stack_max) = num_to_alloc; | | } | | } | | | | /** Setup the input buffer state to scan directly from a user-specified character buffer. | | * @param base the character buffer | | * @param size the size in bytes of the character buffer | | * | | * @return the newly allocated buffer state object. | | */ | | YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) | | { | | YY_BUFFER_STATE b; | | | | if ( size < 2 || | | base[size-2] != YY_END_OF_BUFFER_CHAR || | | base[size-1] != YY_END_OF_BUFFER_CHAR ) | | /* They forgot to leave room for the EOB's. */ | | return NULL; | | | | b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) ); | | if ( ! b ) | | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); | | | | b->yy_buf_size = (int) (size - 2); /* "- 2" to take care of EOB's */ | | b->yy_buf_pos = b->yy_ch_buf = base; | | b->yy_is_our_buffer = 0; | | b->yy_input_file = NULL; | | b->yy_n_chars = b->yy_buf_size; | | b->yy_is_interactive = 0; | | b->yy_at_bol = 1; | | b->yy_fill_buffer = 0; | | b->yy_buffer_status = YY_BUFFER_NEW; | | | | yy_switch_to_buffer( b ); | | | | return b; | | } | | | | /** Setup the input buffer state to scan a string. The next call to yylex() will | | * scan from a @e copy of @a str. | | * @param yystr a NUL-terminated string to scan | | * | | * @return the newly allocated buffer state object. | | * @note If you want to scan bytes that may contain NUL values, then use | | * yy_scan_bytes() instead. | | */ | | YY_BUFFER_STATE yy_scan_string (const char * yystr ) | | { | | | | return yy_scan_bytes( yystr, (int) strlen(yystr) ); | | } | | | | /** Setup the input buffer state to scan the given bytes. The next call to yylex() will | | * scan from a @e copy of @a bytes. | | * @param yybytes the byte buffer to scan | | * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. | | * | | * @return the newly allocated buffer state object. | | */ | | YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len ) | | { | | YY_BUFFER_STATE b; | | char *buf; | | yy_size_t n; | | int i; | | | | /* Get memory for full buffer, including space for trailing EOB's. */ | | n = (yy_size_t) (_yybytes_len + 2); | | buf = (char *) yyalloc( n ); | | if ( ! buf ) | | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); | | | | for ( i = 0; i < _yybytes_len; ++i ) | | buf[i] = yybytes[i]; | | | | buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; | | | | b = yy_scan_buffer( buf, n ); | | if ( ! b ) | | YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); | | | | /* It's okay to grow etc. this buffer, and we should throw it | | * away when we're done. | | */ | | b->yy_is_our_buffer = 1; | | | | return b; | | } | | | | #ifndef YY_EXIT_FAILURE | | #define YY_EXIT_FAILURE 2 | | #endif | | | | static void yynoreturn yy_fatal_error (const char* msg ) | | { | | fprintf( stderr, "%s\n", msg ); | | exit( YY_EXIT_FAILURE ); | | } | | | | /* Redefine yyless() so it works in section 3 code. */ | | | | #undef yyless | | #define yyless(n) \ | | do \ | | { \ | | /* Undo effects of setting up yytext. */ \ | | int yyless_macro_arg = (n); \ | | YY_LESS_LINENO(yyless_macro_arg);\ | | yytext[yyleng] = (yy_hold_char); \ | | (yy_c_buf_p) = yytext + yyless_macro_arg; \ | | (yy_hold_char) = *(yy_c_buf_p); \ | | *(yy_c_buf_p) = '\0'; \ | | yyleng = yyless_macro_arg; \ | | } \ | | while ( 0 ) | | | | /* Accessor methods (get/set functions) to struct members. */ | | | | /** Get the current line number. | | * | | */ | | int yyget_lineno (void) | | { | | | | return yylineno; | | } | | | | /** Get the input stream. | | * | | */ | | FILE *yyget_in (void) | | { | | return yyin; | | } | | | | /** Get the output stream. | | * | | */ | | FILE *yyget_out (void) | | { | | return yyout; | | } | | | | /** Get the length of the current token. | | * | | */ | | int yyget_leng (void) | | { | | return yyleng; | | } | | | | /** Get the current token. | | * | | */ | | | | char *yyget_text (void) | | { | | return yytext; | | } | | | | /** Set the current line number. | | * @param _line_number line number | | * | | */ | | void yyset_lineno (int _line_number ) | | { | | | | yylineno = _line_number; | | } | | | | /** Set the input stream. This does not discard the current | | * input buffer. | | * @param _in_str A readable stream. | | * | | * @see yy_switch_to_buffer | | */ | | void yyset_in (FILE * _in_str ) | | { | | yyin = _in_str ; | | } | | | | void yyset_out (FILE * _out_str ) | | { | | yyout = _out_str ; | | } | | | | int yyget_debug (void) | | { | | return yy_flex_debug; | | } | | | | void yyset_debug (int _bdebug ) | | { | | yy_flex_debug = _bdebug ; | | } | | | | static int yy_init_globals (void) | | { | | /* Initialization is the same as for the non-reentrant scanner. | | * This function is called from yylex_destroy(), so don't allocate here. | | */ | | | | (yy_buffer_stack) = NULL; | | (yy_buffer_stack_top) = 0; | | (yy_buffer_stack_max) = 0; | | (yy_c_buf_p) = NULL; | | (yy_init) = 0; | | (yy_start) = 0; | | | | (yy_state_buf) = 0; | | (yy_state_ptr) = 0; | | (yy_full_match) = 0; | | (yy_lp) = 0; | | | | /* Defined in main.c */ | | #ifdef YY_STDINIT | | yyin = stdin; | | yyout = stdout; | | #else | | yyin = NULL; | | yyout = NULL; | | #endif | | | | /* For future reference: Set errno on error, since we are called by | | * yylex_init() | | */ | | return 0; | | } | | | | /* yylex_destroy is for both reentrant and non-reentrant scanners. */ | | int yylex_destroy (void) | | { | | | | /* Pop the buffer stack, destroying each element. */ | | while(YY_CURRENT_BUFFER){ | | yy_delete_buffer( YY_CURRENT_BUFFER ); | | YY_CURRENT_BUFFER_LVALUE = NULL; | | yypop_buffer_state(); | | } | | | | /* Destroy the stack itself. */ | | yyfree((yy_buffer_stack) ); | | (yy_buffer_stack) = NULL; | | | | yyfree ( (yy_state_buf) ); | | (yy_state_buf) = NULL; | | | | /* Reset the globals. This is important in a non-reentrant scanner so the next time | | * yylex() is called, initialization will occur. */ | | yy_init_globals( ); | | | | return 0; | | } | | | | /* | | * Internal utility routines. | | */ | | | | #ifndef yytext_ptr | | static void yy_flex_strncpy (char* s1, const char * s2, int n ) | | { | | | | int i; | | for ( i = 0; i < n; ++i ) | | s1[i] = s2[i]; | | } | | #endif | | | | #ifdef YY_NEED_STRLEN | | static int yy_flex_strlen (const char * s ) | | { | | int n; | | for ( n = 0; s[n]; ++n ) | | ; | | | | return n; | | } | | #endif | | | | void *yyalloc (yy_size_t size ) | | { | | return malloc(size); | | } | | | | void *yyrealloc (void * ptr, yy_size_t size ) | | { | | | | /* The cast to (char *) in the following accommodates both | | * implementations that use char* generic pointers, and those | | * that use void* generic pointers. It works with the latter | | * because both ANSI C and C++ allow castless assignment from | | * any pointer type to void*, and deal with argument conversions | | * as though doing an assignment. | | */ | | return realloc(ptr, size); | | } | | | | void yyfree (void * ptr ) | | { | | free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ | | } | | | | #define YYTABLES_NAME "yytables" | | | | #line 10 "conftest.l" | | | | #ifdef YYTEXT_POINTER | | extern char *yytext; | | #endif | | int | | main (void) | | { | | return ! yylex () + ! yywrap (); | | } | configure:13343: gcc -o conftest.exe -O2 conftest.c -lfl >&5 | configure:13343: $? = 0 | configure:13353: result: -lfl | configure:13359: checking whether yytext is a pointer | configure:13376: gcc -o conftest.exe -O2 conftest.c -lfl >&5 | configure:13376: $? = 0 | configure:13384: result: yes | configure:13401: checking for bison | configure:13417: found /usr/bin/bison | configure:13428: result: bison -y | configure:13484: checking for windres | configure:13500: found /usr/bin/windres | configure:13511: result: windres | configure:13614: checking how to disable yacc compatibility warnings | configure:13628: result: -Wno-yacc | configure:13643: checking for diff arguments | configure:13658: result: --strip-trailing-cr | configure:13671: checking whether ln -s works | configure:13675: result: yes | configure:13684: checking whether make sets $(MAKE) | configure:13706: result: yes | configure:13740: checking for ld used by gcc | configure:13807: result: /usr/x86_64-pc-cygwin/bin/ld.exe | configure:13814: checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld | configure:13829: result: yes | configure:13836: checking for shared library run path origin | configure:13849: result: done | configure:13871: checking for ANSI C header files | configure:13975: result: yes | configure:13987: checking for stdint.h | configure:13987: result: yes | configure:13987: checking for sys/types.h | configure:13987: result: yes | configure:13987: checking signal.h usability | configure:13987: gcc -c -O2 conftest.c >&5 | configure:13987: $? = 0 | configure:13987: result: yes | configure:13987: checking signal.h presence | configure:13987: gcc -E conftest.c | configure:13987: $? = 0 | configure:13987: result: yes | configure:13987: checking for signal.h | configure:13987: result: yes | configure:13987: checking fcntl.h usability | configure:13987: gcc -c -O2 conftest.c >&5 | configure:13987: $? = 0 | configure:13987: result: yes | configure:13987: checking fcntl.h presence | configure:13987: gcc -E conftest.c | configure:13987: $? = 0 | configure:13987: result: yes | configure:13987: checking for fcntl.h | configure:13987: result: yes | configure:13987: checking malloc.h usability | configure:13987: gcc -c -O2 conftest.c >&5 | configure:13987: $? = 0 | configure:13987: result: yes | configure:13987: checking malloc.h presence | configure:13987: gcc -E conftest.c | configure:13987: $? = 0 | configure:13987: result: yes | configure:13987: checking for malloc.h | configure:13987: result: yes | configure:13987: checking locale.h usability | configure:13987: gcc -c -O2 conftest.c >&5 | configure:13987: $? = 0 | configure:13987: result: yes | configure:13987: checking locale.h presence | configure:13987: gcc -E conftest.c | configure:13987: $? = 0 | configure:13987: result: yes | configure:13987: checking for locale.h | configure:13987: result: yes | configure:13987: checking stddef.h usability | configure:13987: gcc -c -O2 conftest.c >&5 | configure:13987: $? = 0 | configure:13987: result: yes | configure:13987: checking stddef.h presence | configure:13987: gcc -E conftest.c | configure:13987: $? = 0 | configure:13987: result: yes | configure:13987: checking for stddef.h | configure:13987: result: yes | configure:13987: checking wchar.h usability | configure:13987: gcc -c -O2 conftest.c >&5 | configure:13987: $? = 0 | configure:13987: result: yes | configure:13987: checking wchar.h presence | configure:13987: gcc -E conftest.c | configure:13987: $? = 0 | configure:13987: result: yes | configure:13987: checking for wchar.h | configure:13987: result: yes | configure:13987: checking for dlfcn.h | configure:13987: result: yes | configure:13987: checking sys/time.h usability | configure:13987: gcc -c -O2 conftest.c >&5 | configure:13987: $? = 0 | configure:13987: result: yes | configure:13987: checking sys/time.h presence | configure:13987: gcc -E conftest.c | configure:13987: $? = 0 | configure:13987: result: yes | configure:13987: checking for sys/time.h | configure:13987: result: yes | configure:13987: checking sys/wait.h usability | configure:13987: gcc -c -O2 conftest.c >&5 | configure:13987: $? = 0 | configure:13987: result: yes | configure:13987: checking sys/wait.h presence | configure:13987: gcc -E conftest.c | configure:13987: $? = 0 | configure:13987: result: yes | configure:13987: checking for sys/wait.h | configure:13987: result: yes | configure:14000: checking for an ANSI C-conforming const | configure:14066: gcc -c -O2 conftest.c >&5 | configure:14066: $? = 0 | configure:14073: result: yes | configure:14081: checking whether byte ordering is bigendian | configure:14096: gcc -c -O2 conftest.c >&5 | conftest.c:44:16: error: unknown type name 'not' | 44 | not a universal capable compiler | | ^~~ | conftest.c:44:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' | 44 | not a universal capable compiler | | ^~~~~~~~~ | conftest.c:44:22: error: unknown type name 'universal' | configure:14096: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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:14141: gcc -c -O2 conftest.c >&5 | configure:14141: $? = 0 | configure:14159: gcc -c -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:50:18: error: unknown type name 'not'; did you mean 'ino_t'? | 50 | not big endian | | ^~~ | | ino_t | conftest.c:50:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' | 50 | not big endian | | ^~~~~~ | configure:14159: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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:14287: result: no | configure:14305: checking for size_t | configure:14305: gcc -c -O2 conftest.c >&5 | configure:14305: $? = 0 | configure:14305: gcc -c -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:79:21: error: expected expression before ')' token | 79 | if (sizeof ((size_t))) | | ^ | configure:14305: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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:14305: result: yes | configure:14316: checking whether struct tm is in sys/time.h or time.h | configure:14336: gcc -c -O2 conftest.c >&5 | configure:14336: $? = 0 | configure:14343: result: time.h | configure:14351: checking for sig_atomic_t | configure:14351: gcc -c -O2 conftest.c >&5 | configure:14351: $? = 0 | configure:14351: gcc -c -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:48:27: error: expected expression before ')' token | 48 | if (sizeof ((sig_atomic_t))) | | ^ | configure:14351: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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:14351: result: yes | configure:14365: checking for inline keyword | configure:14389: gcc -c -O2 conftest.c >&5 | configure:14389: $? = 0 | configure:14397: result: __inline | configure:14405: checking for vprintf | configure:14405: gcc -o conftest.exe -O2 conftest.c >&5 | conftest.c:68:6: warning: conflicting types for built-in function 'vprintf'; expected 'int(const char *, char *)' [-Wbuiltin-declaration-mismatch] | 68 | char vprintf (); | | ^~~~~~~ | conftest.c:56:1: note: 'vprintf' is declared in header '' | 55 | # include | 56 | #else | configure:14405: $? = 0 | configure:14405: result: yes | configure:14411: checking for _doprnt | configure:14411: gcc -o conftest.exe -O2 conftest.c >&5 | /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: /tmp/ccOdqeeH.o:conftest.c:(.text.startup+0xa): undefined reference to `_doprnt' | collect2: error: ld returned 1 exit status | configure:14411: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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:14411: result: no | configure:14428: checking for memmove | configure:14428: gcc -o conftest.exe -O2 conftest.c >&5 | conftest.c:69:6: warning: conflicting types for built-in function 'memmove'; expected 'void *(void *, const void *, long unsigned int)' [-Wbuiltin-declaration-mismatch] | 69 | char memmove (); | | ^~~~~~~ | conftest.c:57:1: note: 'memmove' is declared in header '' | 56 | # include | 57 | #else | configure:14428: $? = 0 | configure:14428: result: yes | configure:14428: checking for memset | configure:14428: gcc -o conftest.exe -O2 conftest.c >&5 | conftest.c:70:6: warning: conflicting types for built-in function 'memset'; expected 'void *(void *, int, long unsigned int)' [-Wbuiltin-declaration-mismatch] | 70 | char memset (); | | ^~~~~~ | conftest.c:58:1: note: 'memset' is declared in header '' | 57 | # include | 58 | #else | configure:14428: $? = 0 | configure:14428: result: yes | configure:14428: checking for setlocale | configure:14428: gcc -o conftest.exe -O2 conftest.c >&5 | configure:14428: $? = 0 | configure:14428: result: yes | configure:14428: checking for fcntl | configure:14428: gcc -o conftest.exe -O2 conftest.c >&5 | configure:14428: $? = 0 | configure:14428: result: yes | configure:14428: checking for strerror | configure:14428: gcc -o conftest.exe -O2 conftest.c >&5 | configure:14428: $? = 0 | configure:14428: result: yes | configure:14428: checking for strcasecmp | configure:14428: gcc -o conftest.exe -O2 conftest.c >&5 | conftest.c:74:6: warning: conflicting types for built-in function 'strcasecmp'; expected 'int(const char *, const char *)' [-Wbuiltin-declaration-mismatch] | 74 | char strcasecmp (); | | ^~~~~~~~~~ | configure:14428: $? = 0 | configure:14428: result: yes | configure:14428: checking for strchr | configure:14428: gcc -o conftest.exe -O2 conftest.c >&5 | conftest.c:75:6: warning: conflicting types for built-in function 'strchr'; expected 'char *(const char *, int)' [-Wbuiltin-declaration-mismatch] | 75 | char strchr (); | | ^~~~~~ | conftest.c:63:1: note: 'strchr' is declared in header '' | 62 | # include | 63 | #else | configure:14428: $? = 0 | configure:14428: result: yes | configure:14428: checking for strrchr | configure:14428: gcc -o conftest.exe -O2 conftest.c >&5 | conftest.c:76:6: warning: conflicting types for built-in function 'strrchr'; expected 'char *(const char *, int)' [-Wbuiltin-declaration-mismatch] | 76 | char strrchr (); | | ^~~~~~~ | conftest.c:64:1: note: 'strrchr' is declared in header '' | 63 | # include | 64 | #else | configure:14428: $? = 0 | configure:14428: result: yes | configure:14428: checking for strdup | configure:14428: gcc -o conftest.exe -O2 conftest.c >&5 | conftest.c:77:6: warning: conflicting types for built-in function 'strdup'; expected 'char *(const char *)' [-Wbuiltin-declaration-mismatch] | 77 | char strdup (); | | ^~~~~~ | configure:14428: $? = 0 | configure:14428: result: yes | configure:14428: checking for strstr | configure:14428: gcc -o conftest.exe -O2 conftest.c >&5 | conftest.c:78:6: warning: conflicting types for built-in function 'strstr'; expected 'char *(const char *, const char *)' [-Wbuiltin-declaration-mismatch] | 78 | char strstr (); | | ^~~~~~ | conftest.c:66:1: note: 'strstr' is declared in header '' | 65 | # include | 66 | #else | configure:14428: $? = 0 | configure:14428: result: yes | configure:14428: checking for strtol | configure:14428: gcc -o conftest.exe -O2 conftest.c >&5 | configure:14428: $? = 0 | configure:14428: result: yes | configure:14428: checking for gettimeofday | configure:14428: gcc -o conftest.exe -O2 conftest.c >&5 | configure:14428: $? = 0 | configure:14428: result: yes | configure:14428: checking for localeconv | configure:14428: gcc -o conftest.exe -O2 conftest.c >&5 | configure:14428: $? = 0 | configure:14428: result: yes | configure:14428: checking for getexecname | configure:14428: gcc -o conftest.exe -O2 conftest.c >&5 | /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: /tmp/cck0GRAY.o:conftest.c:(.text.startup+0xa): undefined reference to `getexecname' | collect2: error: ld returned 1 exit status | configure:14428: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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 | | /* 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:14428: result: no | configure:14428: checking for canonicalize_file_name | configure:14428: gcc -o conftest.exe -O2 conftest.c >&5 | configure:14428: $? = 0 | configure:14428: result: yes | configure:14428: checking for popen | configure:14428: gcc -o conftest.exe -O2 conftest.c >&5 | configure:14428: $? = 0 | configure:14428: result: yes | configure:14428: checking for raise | configure:14428: gcc -o conftest.exe -O2 conftest.c >&5 | configure:14428: $? = 0 | configure:14428: result: yes | configure:14428: checking for readlink | configure:14428: gcc -o conftest.exe -O2 conftest.c >&5 | configure:14428: $? = 0 | configure:14428: result: yes | configure:14428: checking for realpath | configure:14428: gcc -o conftest.exe -O2 conftest.c >&5 | configure:14428: $? = 0 | configure:14428: result: yes | configure:14428: checking for setenv | configure:14428: gcc -o conftest.exe -O2 conftest.c >&5 | configure:14428: $? = 0 | configure:14428: result: yes | configure:14428: checking for strcoll | configure:14428: gcc -o conftest.exe -O2 conftest.c >&5 | configure:14428: $? = 0 | configure:14428: result: yes | configure:14428: checking for flockfile | configure:14428: gcc -o conftest.exe -O2 conftest.c >&5 | configure:14428: $? = 0 | configure:14428: result: yes | configure:14439: checking for timezone variable access | configure:14452: gcc -c -O2 conftest.c >&5 | configure:14452: $? = 0 | configure:14455: result: yes | configure:14464: checking for designated initializers | configure:14480: gcc -c -O2 conftest.c >&5 | configure:14480: $? = 0 | configure:14482: result: yes | configure:14498: checking for __GNUC__ | configure:14507: gcc -c -O2 conftest.c >&5 | configure:14507: $? = 0 | configure:14509: result: yes | configure:14517: checking for __INTEL_COMPILER | configure:14526: gcc -c -O2 conftest.c >&5 | conftest.c:71:11: error: #error macro not defined | 71 | # error macro not defined | | ^~~~~ | configure:14526: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | /* end confdefs.h. */ | | | | #ifndef __INTEL_COMPILER | | # error macro not defined | | #endif | configure:14534: result: no | configure:14540: checking for __clang__ | configure:14549: gcc -c -O2 conftest.c >&5 | conftest.c:71:11: error: #error macro not defined | 71 | # error macro not defined | | ^~~~~ | configure:14549: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | /* end confdefs.h. */ | | | | #ifndef __clang__ | | # error macro not defined | | #endif | configure:14554: result: no | configure:14559: checking for __xlc__ | configure:14568: gcc -c -O2 conftest.c >&5 | conftest.c:71:11: error: #error macro not defined | 71 | # error macro not defined | | ^~~~~ | configure:14568: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | /* end confdefs.h. */ | | | | #ifndef __xlc__ | | # error macro not defined | | #endif | configure:14573: result: no | configure:14578: checking for __WATCOMC__ | configure:14587: gcc -c -O2 conftest.c >&5 | conftest.c:71:11: error: #error macro not defined | 71 | # error macro not defined | | ^~~~~ | configure:14587: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | /* end confdefs.h. */ | | | | #ifndef __WATCOMC__ | | # error macro not defined | | #endif | configure:14592: result: no | configure:14654: checking whether to build with code coverage support | configure:14674: result: no | configure:15037: checking for pkg-config | configure:15055: found /usr/bin/pkg-config | configure:15067: result: /usr/bin/pkg-config | configure:15092: checking pkg-config is at least version 0.9.0 | configure:15095: result: yes | configure:15106: Checks for GMP/MPIR ... | configure:15142: checking for gmp | configure:15149: $PKG_CONFIG --exists --print-errors "gmp" | configure:15152: $? = 0 | configure:15166: $PKG_CONFIG --exists --print-errors "gmp" | configure:15169: $? = 0 | configure:15355: result: yes | configure:15368: checking gmp.h usability | configure:15368: gcc -c -O2 conftest.c >&5 | configure:15368: $? = 0 | configure:15368: result: yes | configure:15368: checking gmp.h presence | configure:15368: gcc -E conftest.c | configure:15368: $? = 0 | configure:15368: result: yes | configure:15368: checking for gmp.h | configure:15368: result: yes | configure:15374: checking if linking against libgmp with "-lgmp " works | configure:15387: gcc -o conftest.exe -O2 conftest.c -lgmp >&5 | configure:15387: $? = 0 | configure:15388: result: yes | configure:15558: checking matching GMP version | configure:15590: gcc -o conftest.exe -O2 conftest.c -lgmp >&5 | configure:15590: $? = 0 | configure:15590: ./conftest.exe | configure:15590: $? = 0 | configure:15627: gcc -o conftest.exe -O2 conftest.c -lgmp >&5 | configure:15627: $? = 0 | configure:15627: ./conftest.exe | configure:15627: $? = 0 | configure:15644: result: yes (6.2) | configure:15656: checking for __gmp_get_memory_functions in -lgmp | configure:15681: gcc -o conftest.exe -O2 conftest.c -lgmp >&5 | configure:15681: $? = 0 | configure:15691: result: yes | configure:15714: checking for libxml-2.0 | configure:15721: $PKG_CONFIG --exists --print-errors "libxml-2.0" | Package libxml-2.0 was not found in the pkg-config search path. | Perhaps you should add the directory containing `libxml-2.0.pc' | to the PKG_CONFIG_PATH environment variable | Package 'libxml-2.0', required by 'virtual:world', not found | configure:15724: $? = 1 | configure:15738: $PKG_CONFIG --exists --print-errors "libxml-2.0" | Package libxml-2.0 was not found in the pkg-config search path. | Perhaps you should add the directory containing `libxml-2.0.pc' | to the PKG_CONFIG_PATH environment variable | Package 'libxml-2.0', required by 'virtual:world', not found | configure:15741: $? = 1 | configure:15755: result: no | Package 'libxml-2.0', required by 'virtual:world', not found | configure:15775: checking for xml2-config | configure:15805: result: no | configure:15888: checking libxml/xmlversion.h usability | configure:15888: gcc -c -O2 conftest.c >&5 | conftest.c:104:10: fatal error: libxml/xmlversion.h: No such file or directory | 104 | #include | | ^~~~~~~~~~~~~~~~~~~~~ | compilation terminated. | configure:15888: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 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:15888: result: no | configure:15888: checking libxml/xmlversion.h presence | configure:15888: gcc -E conftest.c | conftest.c:71:10: fatal error: libxml/xmlversion.h: No such file or directory | 71 | #include | | ^~~~~~~~~~~~~~~~~~~~~ | compilation terminated. | configure:15888: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | /* end confdefs.h. */ | | #include | configure:15888: result: no | configure:15888: checking for libxml/xmlversion.h | configure:15888: result: no | configure:15985: WARNING: Headers for libxml2 missing, you may adjust XML2_CFLAGS | configure:15996: Checks for JSON handler | configure:16026: Checks for local cJSON ... | configure:16030: checking for ./libcob/cJSON.c | configure:16043: result: no | configure:16084: checking for ./libcob/cJSON.c | configure:16098: result: no | configure:16141: using local cJSON: no | configure:16148: checking for libcjson | configure:16155: $PKG_CONFIG --exists --print-errors "libcjson" | Package libcjson was not found in the pkg-config search path. | Perhaps you should add the directory containing `libcjson.pc' | to the PKG_CONFIG_PATH environment variable | Package 'libcjson', required by 'virtual:world', not found | configure:16158: $? = 1 | configure:16172: $PKG_CONFIG --exists --print-errors "libcjson" | Package libcjson was not found in the pkg-config search path. | Perhaps you should add the directory containing `libcjson.pc' | to the PKG_CONFIG_PATH environment variable | Package 'libcjson', required by 'virtual:world', not found | configure:16175: $? = 1 | configure:16189: result: no | Package 'libcjson', required by 'virtual:world', not found | configure:16228: checking cJSON.h usability | configure:16228: gcc -c -O2 conftest.c >&5 | conftest.c:104:10: fatal error: cJSON.h: No such file or directory | 104 | #include | | ^~~~~~~~~ | compilation terminated. | configure:16228: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 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:16228: result: no | configure:16228: checking cJSON.h presence | configure:16228: gcc -E conftest.c | conftest.c:71:10: fatal error: cJSON.h: No such file or directory | 71 | #include | | ^~~~~~~~~ | compilation terminated. | configure:16228: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | /* end confdefs.h. */ | | #include | configure:16228: result: no | configure:16228: checking for cJSON.h | configure:16228: result: no | configure:16237: checking cjson/cJSON.h usability | configure:16237: gcc -c -O2 conftest.c >&5 | conftest.c:104:10: fatal error: cjson/cJSON.h: No such file or directory | 104 | #include | | ^~~~~~~~~~~~~~~ | compilation terminated. | configure:16237: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 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:16237: result: no | configure:16237: checking cjson/cJSON.h presence | configure:16237: gcc -E conftest.c | conftest.c:71:10: fatal error: cjson/cJSON.h: No such file or directory | 71 | #include | | ^~~~~~~~~~~~~~~ | compilation terminated. | configure:16237: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | /* end confdefs.h. */ | | #include | configure:16237: result: no | configure:16237: checking for cjson/cJSON.h | configure:16237: result: no | configure:16247: WARNING: Headers for libcjson missing, you may adjust CJSON_CFLAGS or put cJSON sources in "libcob" | configure:16321: checking for json-c | configure:16328: $PKG_CONFIG --exists --print-errors "json-c" | Package json-c was not found in the pkg-config search path. | Perhaps you should add the directory containing `json-c.pc' | to the PKG_CONFIG_PATH environment variable | Package 'json-c', required by 'virtual:world', not found | configure:16331: $? = 1 | configure:16345: $PKG_CONFIG --exists --print-errors "json-c" | Package json-c was not found in the pkg-config search path. | Perhaps you should add the directory containing `json-c.pc' | to the PKG_CONFIG_PATH environment variable | Package 'json-c', required by 'virtual:world', not found | configure:16348: $? = 1 | configure:16362: result: no | Package 'json-c', required by 'virtual:world', not found | configure:16401: checking json.h usability | configure:16401: gcc -c -O2 conftest.c >&5 | conftest.c:104:10: fatal error: json.h: No such file or directory | 104 | #include | | ^~~~~~~~ | compilation terminated. | configure:16401: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 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:16401: result: no | configure:16401: checking json.h presence | configure:16401: gcc -E conftest.c | conftest.c:71:10: fatal error: json.h: No such file or directory | 71 | #include | | ^~~~~~~~ | compilation terminated. | configure:16401: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | /* end confdefs.h. */ | | #include | configure:16401: result: no | configure:16401: checking for json.h | configure:16401: result: no | configure:16446: WARNING: Headers for libjson-c missing, you may adjust JSON_C_CFLAGS" | configure:16532: gcc -o conftest.exe -O2 conftest.c >&5 | configure:16532: $? = 0 | configure:16641: checking for clock_gettime and CLOCK_REALTIME | configure:16654: gcc -o conftest.exe -O2 conftest.c >&5 | configure:16654: $? = 0 | configure:16656: result: yes | configure:16665: checking for isfinite | configure:16678: gcc -o conftest.exe -O2 conftest.c >&5 | configure:16678: $? = 0 | configure:16680: result: yes | configure:16738: checking for fdatasync | configure:16738: gcc -o conftest.exe -O2 conftest.c >&5 | configure:16738: $? = 0 | configure:16738: result: yes | configure:16738: checking for sigaction | configure:16738: gcc -o conftest.exe -O2 conftest.c >&5 | configure:16738: $? = 0 | configure:16738: result: yes | configure:16738: checking for fmemopen | configure:16738: gcc -o conftest.exe -O2 conftest.c >&5 | configure:16738: $? = 0 | configure:16738: result: yes | configure:16747: checking whether fdatasync is declared | configure:16747: gcc -c -O2 conftest.c >&5 | configure:16747: $? = 0 | configure:16747: result: yes | configure:16758: checking whether fmemopen is declared | configure:16758: gcc -c -O2 conftest.c >&5 | configure:16758: $? = 0 | configure:16758: result: yes | configure:16782: Checks for curses ... | configure:16810: checking for initscr in -lncursesw | configure:16835: gcc -o conftest.exe -O2 conftest.c -lncursesw >&5 | configure:16835: $? = 0 | configure:16844: result: yes | configure:16858: checking ncursesw/ncurses.h usability | configure:16858: gcc -c -O2 conftest.c >&5 | configure:16858: $? = 0 | configure:16858: result: yes | configure:16858: checking ncursesw/ncurses.h presence | configure:16858: gcc -E conftest.c | configure:16858: $? = 0 | configure:16858: result: yes | configure:16858: checking for ncursesw/ncurses.h | configure:16858: result: yes | configure:17190: checking for ncurses _nc_freeall function | configure:17204: gcc -o conftest.exe -O2 conftest.c -lncursesw >&5 | configure:17204: $? = 0 | configure:17206: result: yes | configure:17214: checking for ncurses use_legacy_coding function | configure:17228: gcc -o conftest.exe -O2 conftest.c -lncursesw >&5 | configure:17228: $? = 0 | configure:17230: result: yes | configure:17241: checking for curses color_set function | configure:17269: gcc -o conftest.exe -O2 conftest.c -lncursesw >&5 | configure:17269: $? = 0 | configure:17271: result: yes | configure:17280: checking for curses define_key function | configure:17308: gcc -o conftest.exe -O2 conftest.c -lncursesw >&5 | configure:17308: $? = 0 | configure:17310: result: yes | configure:17319: checking for curses mouseinterval function | configure:17347: gcc -o conftest.exe -O2 conftest.c -lncursesw >&5 | configure:17347: $? = 0 | configure:17349: result: yes | configure:17358: checking for curses has_mouse function | configure:17386: gcc -o conftest.exe -O2 conftest.c -lncursesw >&5 | configure:17386: $? = 0 | configure:17388: result: yes | configure:17659: Checks for Berkeley DB ... | configure:17664: checking db.h usability | configure:17664: gcc -c -O2 conftest.c >&5 | configure:17664: $? = 0 | configure:17664: result: yes | configure:17664: checking db.h presence | configure:17664: gcc -E conftest.c | configure:17664: $? = 0 | configure:17664: result: yes | configure:17664: checking for db.h | configure:17664: result: yes | configure:17702: gcc -o conftest.exe -O2 conftest.c >&5 | configure:17702: $? = 0 | configure:17702: ./conftest.exe | configure:17702: $? = 0 | configure:17716: db.h reports version "-Berkeley DB 5.3.28: (September 9, 2013)-" | configure:17720: checking for Berkeley DB db.h version >= 4.1 | configure:17724: result: yes (5.3) | configure:17739: checking for Berkeley DB library with version 5.3 | configure:17770: gcc -o conftest.exe -O2 conftest.c -ldb-5.3 >&5 | configure:17770: $? = 0 | configure:17770: ./conftest.exe | configure:17770: $? = 0 | configure:17785: result: yes | configure:17787: BDB library version 5.3 found as -ldb-5.3 | configure:17849: checking for _WIN32 | configure:17858: gcc -c -O2 conftest.c >&5 | conftest.c:94:11: error: #error macro not defined | 94 | # error macro not defined | | ^~~~~ | configure:17858: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define WITH_JSON "not found" | | #define WITH_VARSEQ 0 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_FMEMOPEN 1 | | #define HAVE_DECL_FDATASYNC 1 | | #define HAVE_DECL_FMEMOPEN 1 | | #define HAVE_LIBNCURSESW 1 | | #define HAVE_NCURSESW_NCURSES_H 1 | | #define WITH_CURSES "ncursesw" | | #define HAVE_CURSES_FREEALL 1 | | #define HAVE_USE_LEGACY_CODING 1 | | #define HAVE_COLOR_SET 1 | | #define HAVE_DEFINE_KEY 1 | | #define HAVE_MOUSEINTERVAL 1 | | #define HAVE_HAS_MOUSE 1 | | #define HAVE_DB_H 1 | | #define WITH_DB 1 | | /* end confdefs.h. */ | | | | #ifndef _WIN32 | | # error macro not defined | | #endif | configure:17863: result: no | configure:17870: checking for dlopen in -lc | configure:17895: gcc -o conftest.exe -O2 conftest.c -lc >&5 | configure:17895: $? = 0 | configure:17904: result: yes | configure:18087: checking for dladdr in -lc | configure:18112: gcc -o conftest.exe -O2 conftest.c -lc >&5 | configure:18112: $? = 0 | configure:18121: result: yes | configure:18192: checking for support of computed gotos | configure:18209: gcc -c -O2 conftest.c >&5 | configure:18209: $? = 0 | configure:18212: result: yes | configure:18221: checking if size of long int = size of long long | configure:18257: gcc -o conftest.exe -O2 conftest.c >&5 | configure:18257: $? = 0 | configure:18257: ./conftest.exe | configure:18257: $? = 0 | configure:18259: result: yes | configure:18270: checking if long is 32 bits | configure:18306: gcc -o conftest.exe -O2 conftest.c >&5 | configure:18306: $? = 0 | configure:18306: ./conftest.exe | configure:18306: $? = 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.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define WITH_JSON "not found" | | #define WITH_VARSEQ 0 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_FMEMOPEN 1 | | #define HAVE_DECL_FDATASYNC 1 | | #define HAVE_DECL_FMEMOPEN 1 | | #define HAVE_LIBNCURSESW 1 | | #define HAVE_NCURSESW_NCURSES_H 1 | | #define WITH_CURSES "ncursesw" | | #define HAVE_CURSES_FREEALL 1 | | #define HAVE_USE_LEGACY_CODING 1 | | #define HAVE_COLOR_SET 1 | | #define HAVE_DEFINE_KEY 1 | | #define HAVE_MOUSEINTERVAL 1 | | #define HAVE_HAS_MOUSE 1 | | #define HAVE_DB_H 1 | | #define WITH_DB 1 | | #define USE_LIBDL 1 | | #define HAVE_DLADDR 1 | | #define COB_COMPUTED_GOTO 1 | | #define COB_LI_IS_LL 1 | | /* end confdefs.h. */ | | | | int | | main () | | { | | | | if (sizeof (long) == 4) | | return 0; | | return 1; | | | | ; | | return 0; | | } | configure:18311: result: no | configure:18323: checking if pointer is longer than 32 bits | configure:18365: gcc -o conftest.exe -O2 conftest.c >&5 | configure:18365: $? = 0 | configure:18365: ./conftest.exe | configure:18365: $? = 0 | configure:18369: result: yes | configure:18397: checking for aligned attribute | configure:18410: gcc -c -O2 conftest.c >&5 | configure:18410: $? = 0 | configure:18412: result: yes | configure:18433: checking whether NLS is requested | configure:18442: result: yes | configure:18482: checking for msgfmt | configure: trying /usr/bin/msgfmt... | 0 translated messages. | configure:18514: result: /usr/bin/msgfmt | configure:18523: checking for gmsgfmt | configure:18554: result: /usr/bin/msgfmt | configure:18599: checking for xgettext | configure: trying /usr/bin/xgettext... | /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C | configure:18631: result: /usr/bin/xgettext | configure:18676: checking for msgmerge | configure: trying /usr/bin/msgmerge... | configure:18707: result: /usr/bin/msgmerge | configure:19300: checking for CFPreferencesCopyAppValue | configure:19327: result: no | configure:19334: checking for CFLocaleCopyPreferredLanguages | configure:19352: gcc -o conftest.exe -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:98:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory | 98 | #include | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | compilation terminated. | configure:19352: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define WITH_JSON "not found" | | #define WITH_VARSEQ 0 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_FMEMOPEN 1 | | #define HAVE_DECL_FDATASYNC 1 | | #define HAVE_DECL_FMEMOPEN 1 | | #define HAVE_LIBNCURSESW 1 | | #define HAVE_NCURSESW_NCURSES_H 1 | | #define WITH_CURSES "ncursesw" | | #define HAVE_CURSES_FREEALL 1 | | #define HAVE_USE_LEGACY_CODING 1 | | #define HAVE_COLOR_SET 1 | | #define HAVE_DEFINE_KEY 1 | | #define HAVE_MOUSEINTERVAL 1 | | #define HAVE_HAS_MOUSE 1 | | #define HAVE_DB_H 1 | | #define WITH_DB 1 | | #define USE_LIBDL 1 | | #define HAVE_DLADDR 1 | | #define COB_COMPUTED_GOTO 1 | | #define COB_LI_IS_LL 1 | | #define COB_64_BIT_POINTER 1 | | #define HAVE_ATTRIBUTE_ALIGNED 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | CFLocaleCopyPreferredLanguages(); | | ; | | return 0; | | } | configure:19361: result: no | configure:19411: checking for GNU gettext in libc | configure:19440: gcc -o conftest.exe -O2 conftest.c >&5 | /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: /tmp/ccdizfiH.o:conftest.c:(.text.startup+0x19): undefined reference to `libintl_bindtextdomain' | /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: /tmp/ccdizfiH.o:conftest.c:(.text.startup+0x21): undefined reference to `libintl_gettext' | collect2: error: ld returned 1 exit status | configure:19440: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define WITH_JSON "not found" | | #define WITH_VARSEQ 0 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_FMEMOPEN 1 | | #define HAVE_DECL_FDATASYNC 1 | | #define HAVE_DECL_FMEMOPEN 1 | | #define HAVE_LIBNCURSESW 1 | | #define HAVE_NCURSESW_NCURSES_H 1 | | #define WITH_CURSES "ncursesw" | | #define HAVE_CURSES_FREEALL 1 | | #define HAVE_USE_LEGACY_CODING 1 | | #define HAVE_COLOR_SET 1 | | #define HAVE_DEFINE_KEY 1 | | #define HAVE_MOUSEINTERVAL 1 | | #define HAVE_HAS_MOUSE 1 | | #define HAVE_DB_H 1 | | #define WITH_DB 1 | | #define USE_LIBDL 1 | | #define HAVE_DLADDR 1 | | #define COB_COMPUTED_GOTO 1 | | #define COB_LI_IS_LL 1 | | #define COB_64_BIT_POINTER 1 | | #define HAVE_ATTRIBUTE_ALIGNED 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:19449: result: no | configure:19483: checking for iconv | configure:19507: gcc -o conftest.exe -O2 conftest.c >&5 | conftest.c:100:10: fatal error: iconv.h: No such file or directory | 100 | #include | | ^~~~~~~~~ | compilation terminated. | configure:19507: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define WITH_JSON "not found" | | #define WITH_VARSEQ 0 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_FMEMOPEN 1 | | #define HAVE_DECL_FDATASYNC 1 | | #define HAVE_DECL_FMEMOPEN 1 | | #define HAVE_LIBNCURSESW 1 | | #define HAVE_NCURSESW_NCURSES_H 1 | | #define WITH_CURSES "ncursesw" | | #define HAVE_CURSES_FREEALL 1 | | #define HAVE_USE_LEGACY_CODING 1 | | #define HAVE_COLOR_SET 1 | | #define HAVE_DEFINE_KEY 1 | | #define HAVE_MOUSEINTERVAL 1 | | #define HAVE_HAS_MOUSE 1 | | #define HAVE_DB_H 1 | | #define WITH_DB 1 | | #define USE_LIBDL 1 | | #define HAVE_DLADDR 1 | | #define COB_COMPUTED_GOTO 1 | | #define COB_LI_IS_LL 1 | | #define COB_64_BIT_POINTER 1 | | #define HAVE_ATTRIBUTE_ALIGNED 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:19531: gcc -o conftest.exe -O2 conftest.c -liconv >&5 | conftest.c:100:10: fatal error: iconv.h: No such file or directory | 100 | #include | | ^~~~~~~~~ | compilation terminated. | configure:19531: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define WITH_JSON "not found" | | #define WITH_VARSEQ 0 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_FMEMOPEN 1 | | #define HAVE_DECL_FDATASYNC 1 | | #define HAVE_DECL_FMEMOPEN 1 | | #define HAVE_LIBNCURSESW 1 | | #define HAVE_NCURSESW_NCURSES_H 1 | | #define WITH_CURSES "ncursesw" | | #define HAVE_CURSES_FREEALL 1 | | #define HAVE_USE_LEGACY_CODING 1 | | #define HAVE_COLOR_SET 1 | | #define HAVE_DEFINE_KEY 1 | | #define HAVE_MOUSEINTERVAL 1 | | #define HAVE_HAS_MOUSE 1 | | #define HAVE_DB_H 1 | | #define WITH_DB 1 | | #define USE_LIBDL 1 | | #define HAVE_DLADDR 1 | | #define COB_COMPUTED_GOTO 1 | | #define COB_LI_IS_LL 1 | | #define COB_64_BIT_POINTER 1 | | #define HAVE_ATTRIBUTE_ALIGNED 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:19541: result: no, consider installing GNU libiconv | configure:20186: checking for GNU gettext in libintl | configure:20223: gcc -o conftest.exe -O2 conftest.c -lintl >&5 | configure:20223: $? = 0 | configure:20273: result: yes | configure:20308: checking whether to use NLS | configure:20310: result: yes | configure:20313: checking where the gettext function comes from | configure:20324: result: external libintl | configure:20332: checking how to link with libintl | configure:20334: result: -lintl | configure:20394: checking for nl_langinfo and CODESET | configure:20410: gcc -o conftest.exe -O2 conftest.c >&5 | configure:20410: $? = 0 | configure:20419: result: yes | configure:20472: checking for debug option -ggdb3 | configure:20485: gcc -o conftest.exe -O2 -ggdb3 conftest.c >&5 | configure:20485: $? = 0 | configure:20486: result: yes | configure:20525: checking for debug option -fasynchronous-unwind-tables | configure:20538: gcc -o conftest.exe -O2 -fasynchronous-unwind-tables conftest.c >&5 | configure:20538: $? = 0 | configure:20539: result: yes | configure:20711: checking for gcc pointer sign option | configure:20724: gcc -c -O2 -pipe -Wno-pointer-sign conftest.c >&5 | configure:20724: $? = 0 | configure:20725: result: yes | configure:20892: checking for ld bind now option | configure:20905: gcc -o conftest.exe -O2 -pipe -Wl,-z,relro,-z,now,-O1 conftest.c >&5 | /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: unrecognized option '-z' | /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: use the --help option for usage information | collect2: error: ld returned 1 exit status | configure:20905: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.1.2" | | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.1.2" | | #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 YYTEXT_POINTER 1 | | #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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define WITH_JSON "not found" | | #define WITH_VARSEQ 0 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_FMEMOPEN 1 | | #define HAVE_DECL_FDATASYNC 1 | | #define HAVE_DECL_FMEMOPEN 1 | | #define HAVE_LIBNCURSESW 1 | | #define HAVE_NCURSESW_NCURSES_H 1 | | #define WITH_CURSES "ncursesw" | | #define HAVE_CURSES_FREEALL 1 | | #define HAVE_USE_LEGACY_CODING 1 | | #define HAVE_COLOR_SET 1 | | #define HAVE_DEFINE_KEY 1 | | #define HAVE_MOUSEINTERVAL 1 | | #define HAVE_HAS_MOUSE 1 | | #define HAVE_DB_H 1 | | #define WITH_DB 1 | | #define USE_LIBDL 1 | | #define HAVE_DLADDR 1 | | #define COB_COMPUTED_GOTO 1 | | #define COB_LI_IS_LL 1 | | #define COB_64_BIT_POINTER 1 | | #define HAVE_ATTRIBUTE_ALIGNED 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_LANGINFO_CODESET 1 | | /* end confdefs.h. */ | | | | int | | main () | | { | | int testint; | | ; | | return 0; | | } | configure:20910: result: no | configure:21339: checking that generated files are newer than configure | configure:21345: result: done | configure:21389: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GnuCOBOL config.status 3.1.2, which was | generated by GNU Autoconf 2.69. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on DESKTOP-N55UMHT | | config.status:1352: creating Makefile | config.status:1352: creating libcob/Makefile | config.status:1352: creating lib/Makefile | config.status:1352: creating cobc/Makefile | config.status:1352: creating bin/Makefile | config.status:1352: creating po/Makefile.in | config.status:1352: creating doc/Makefile | config.status:1352: creating config/Makefile | config.status:1352: creating copy/Makefile | config.status:1352: creating tests/Makefile | config.status:1352: creating tests/cobol85/Makefile | config.status:1352: creating extras/Makefile | config.status:1352: creating bin/cob-config | config.status:1352: creating pre-inst-env | config.status:1352: creating tests/atlocal | config.status:1352: creating tests/run_prog_manual.sh | config.status:1352: creating config.h | config.status:1581: executing tests/atconfig commands | config.status:1581: executing depfiles commands | config.status:1685: cd libcob && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles | config.status:1690: $? = 0 | config.status:1685: cd lib && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles | config.status:1690: $? = 0 | config.status:1685: cd cobc && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles | config.status:1690: $? = 0 | config.status:1685: cd bin && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles | config.status:1690: $? = 0 | config.status:1581: executing libtool commands | config.status:1581: executing po-directories commands | config.status:1581: executing chmod commands | configure:23919: GnuCOBOL Configuration: | configure:23921: CC gcc | configure:23923: CFLAGS -O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k | configure:23925: LDFLAGS | configure:23928: PROGRAMS_LIBS -lintl | configure:23931: COB_CC gcc | configure:23933: COB_CFLAGS -pipe -I/usr/local/include -Wno-unused -fsigned-char -Wno-pointer-sign | configure:23935: COB_LDFLAGS | configure:23937: COB_DEBUG_FLAGS -ggdb3 -fasynchronous-unwind-tables | configure:23939: COB_LIBS -L${exec_prefix}/lib -lcob -lm | configure:23941: COB_CONFIG_DIR ${datarootdir}/gnucobol/config | configure:23943: COB_COPY_DIR ${datarootdir}/gnucobol/copy | configure:23945: COB_LIBRARY_PATH ${exec_prefix}/lib/gnucobol | configure:23947: COB_OBJECT_EXT o | configure:23949: COB_MODULE_EXT dll | configure:23951: COB_EXE_EXT .exe | configure:23953: COB_SHARED_OPT -shared | configure:23955: COB_PIC_FLAGS -DDLL_EXPORT -DPIC | configure:23957: COB_EXPORT_DYN -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-auto-image-base | configure:23960: COB_STRIP_CMD strip --strip-unneeded | configure:23964: Dynamic loading: System | configure:23970: Use gettext for international messages: yes | configure:23972: Use fcntl for file locking: yes | configure:23974: Use math multiple precision library: gmp | configure:23986: Use curses library for screen I/O: ncursesw | configure:24015: Use Berkeley DB for INDEXED I/O: yes | configure:24024: XML I/O (no handler found): NO | configure:24038: JSON I/O (no handler found): NO | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=x86_64-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_CJSON_CFLAGS_set= | ac_cv_env_CJSON_CFLAGS_value= | ac_cv_env_CJSON_LIBS_set= | ac_cv_env_CJSON_LIBS_value= | ac_cv_env_CPPFLAGS_set= | ac_cv_env_CPPFLAGS_value= | ac_cv_env_CPP_set= | ac_cv_env_CPP_value= | ac_cv_env_DIFF_FLAGS_set= | ac_cv_env_DIFF_FLAGS_value= | ac_cv_env_GMP_CFLAGS_set= | ac_cv_env_GMP_CFLAGS_value= | ac_cv_env_GMP_LIBS_set= | ac_cv_env_GMP_LIBS_value= | ac_cv_env_JSON_C_CFLAGS_set= | ac_cv_env_JSON_C_CFLAGS_value= | ac_cv_env_JSON_C_LIBS_set= | ac_cv_env_JSON_C_LIBS_value= | ac_cv_env_LDFLAGS_set= | ac_cv_env_LDFLAGS_value= | ac_cv_env_LIBCOB_CPPFLAGS_set= | ac_cv_env_LIBCOB_CPPFLAGS_value= | ac_cv_env_LIBCOB_LIBS_set= | ac_cv_env_LIBCOB_LIBS_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_MPIR_CFLAGS_set= | ac_cv_env_MPIR_CFLAGS_value= | ac_cv_env_MPIR_LIBS_set= | ac_cv_env_MPIR_LIBS_value= | ac_cv_env_PKG_CONFIG_LIBDIR_set= | ac_cv_env_PKG_CONFIG_LIBDIR_value= | ac_cv_env_PKG_CONFIG_PATH_set= | ac_cv_env_PKG_CONFIG_PATH_value= | ac_cv_env_PKG_CONFIG_set= | ac_cv_env_PKG_CONFIG_value= | ac_cv_env_PROGRAMS_LIBS_set= | ac_cv_env_PROGRAMS_LIBS_value= | ac_cv_env_XML2_CFLAGS_set= | ac_cv_env_XML2_CFLAGS_value= | ac_cv_env_XML2_LIBS_set= | ac_cv_env_XML2_LIBS_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_file___libcob_cJSON_c=no | 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_flockfile=yes | ac_cv_func_fmemopen=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_popen=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_vprintf=yes | ac_cv_have_decl_fdatasync=yes | ac_cv_have_decl_fmemopen=yes | ac_cv_header_cJSON_h=no | ac_cv_header_cjson_cJSON_h=no | 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_json_h=no | ac_cv_header_libxml_xmlversion_h=no | ac_cv_header_locale_h=yes | ac_cv_header_malloc_h=yes | ac_cv_header_memory_h=yes | ac_cv_header_minix_config_h=no | ac_cv_header_ncursesw_ncurses_h=yes | ac_cv_header_signal_h=yes | ac_cv_header_stdc=yes | ac_cv_header_stddef_h=yes | ac_cv_header_stdint_h=yes | ac_cv_header_stdlib_h=yes | ac_cv_header_string_h=yes | ac_cv_header_strings_h=yes | ac_cv_header_sys_stat_h=yes | ac_cv_header_sys_time_h=yes | ac_cv_header_sys_types_h=yes | ac_cv_header_sys_wait_h=yes | ac_cv_header_unistd_h=yes | ac_cv_header_wchar_h=yes | ac_cv_host=x86_64-pc-cygwin | ac_cv_lib_c_dladdr=yes | ac_cv_lib_c_dlopen=yes | ac_cv_lib_gmp_____gmp_get_memory_functions=yes | ac_cv_lib_lex=-lfl | ac_cv_lib_ncursesw_initscr=yes | ac_cv_objext=o | ac_cv_path_EGREP='/usr/bin/grep -E' | ac_cv_path_FGREP='/usr/bin/grep -F' | ac_cv_path_GMSGFMT=/usr/bin/msgfmt | ac_cv_path_GREP=/usr/bin/grep | ac_cv_path_MSGFMT=/usr/bin/msgfmt | ac_cv_path_MSGMERGE=/usr/bin/msgmerge | ac_cv_path_SED=/usr/bin/sed | ac_cv_path_XGETTEXT=/usr/bin/xgettext | ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config | ac_cv_path_install='/usr/bin/install -c' | ac_cv_path_lt_DD=/usr/bin/dd | ac_cv_path_mkdir=/usr/bin/mkdir | ac_cv_prog_AWK=gawk | ac_cv_prog_CPP='gcc -E' | ac_cv_prog_LEX=flex | ac_cv_prog_YACC='bison -y' | 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_RC=windres | 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_configured_make=make | ac_cv_prog_lex_root=lex.yy | ac_cv_prog_lex_yytext_pointer=yes | 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/x86_64-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_CFLocaleCopyPreferredLanguages=no | gt_cv_func_CFPreferencesCopyAppValue=no | gt_cv_func_gnugettext1_libc=no | gt_cv_func_gnugettext1_libintl=yes | 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/x86_64-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_c_o_RC=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/dd bs=4096 count=1' | pkg_cv_GMP_CFLAGS= | pkg_cv_GMP_LIBS='-lgmp ' | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | ACLOCAL='${SHELL} /tmp/gnucobol-3.1.2_win/build_aux/missing aclocal-1.16' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='$${TAR-tar}' | AM_BACKSLASH='\' | AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | AM_DEFAULT_VERBOSITY='1' | AM_V='$(V)' | AR='ar' | AS='as' | AUTOCONF='${SHELL} /tmp/gnucobol-3.1.2_win/build_aux/missing autoconf' | AUTOHEADER='${SHELL} /tmp/gnucobol-3.1.2_win/build_aux/missing autoheader' | AUTOMAKE='${SHELL} /tmp/gnucobol-3.1.2_win/build_aux/missing automake-1.16' | AWK='gawk' | CC='gcc' | CCDEPMODE='depmode=gcc3' | CFLAGS='-O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k' | CJSON_CFLAGS='' | CJSON_LIBS='-lcjson' | COB_BIGENDIAN='no' | COB_CC='gcc' | COB_CFLAGS=' -pipe -I/usr/local/include -Wno-unused -fsigned-char -Wno-pointer-sign' | COB_CONFIG_DIR='${datarootdir}/gnucobol/config' | COB_COPY_DIR='${datarootdir}/gnucobol/copy' | COB_EXE_EXT='.exe' | COB_FIX_LIBTOOL='-Wl,--enable-auto-import' | COB_HAS_64_BIT_POINTER='yes' | COB_HAS_CURSES='yes' | COB_HAS_ISAM='db' | COB_HAS_JSON='no' | COB_HAS_XML2='no' | COB_LDFLAGS='' | COB_LIBRARY_PATH='${exec_prefix}/lib/gnucobol' | COB_LIBS='-L${exec_prefix}/lib -lcob -lm' | 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' | CODE_COVERAGE_CFLAGS='' | CODE_COVERAGE_CPPFLAGS='' | CODE_COVERAGE_CXXFLAGS='' | CODE_COVERAGE_ENABLED='no' | CODE_COVERAGE_ENABLED_FALSE='' | CODE_COVERAGE_ENABLED_TRUE='#' | CODE_COVERAGE_LIBS='' | CPP='gcc -E' | CPPFLAGS='' | CYGPATH_W='cygpath -w' | DEFS='-DHAVE_CONFIG_H' | DEPDIR='.deps' | DIFF_FLAGS='--strip-trailing-cr' | 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.20' | GMP_CFLAGS='' | GMP_LIBS='-lgmp ' | GMSGFMT='/usr/bin/msgfmt' | GMSGFMT_015='/usr/bin/msgfmt' | GREP='/usr/bin/grep' | HELP2MAN='${SHELL} /tmp/gnucobol-3.1.2_win/build_aux/missing help2man' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_PROGRAM='${INSTALL}' | INSTALL_SCRIPT='${INSTALL}' | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | INTLLIBS='-lintl' | INTL_MACOSX_LIBS='' | JSON_C_CFLAGS='' | JSON_C_LIBS='-ljson-c' | LCOV='' | LD='/usr/x86_64-pc-cygwin/bin/ld.exe' | LDFLAGS='' | LEX='flex' | LEXLIB='-lfl' | LEX_OUTPUT_ROOT='lex.yy' | LIBCOB_CPPFLAGS='' | LIBCOB_LIBS='-lm -lgmp -lncursesw -ldb-5.3 -lintl' | LIBICONV='' | LIBINTL='-lintl' | LIBOBJS='' | LIBS='' | LIBTOOL='$(SHELL) $(top_builddir)/libtool' | LIPO='' | LN_S='ln -s' | LOCAL_CJSON_FALSE='' | LOCAL_CJSON_TRUE='#' | LTLIBICONV='' | LTLIBINTL='-lintl' | LTLIBOBJS='' | LT_SYS_LIBRARY_PATH='' | MAKE='make' | MAKEINFO='${SHELL} /tmp/gnucobol-3.1.2_win/build_aux/missing makeinfo' | MAKE_HAS_PREREQ_ONLY_FALSE='#' | MAKE_HAS_PREREQ_ONLY_TRUE='' | MANIFEST_TOOL=':' | MKDIR_P='/usr/bin/mkdir -p' | MPIR_CFLAGS='' | MPIR_LIBS='' | MSGFMT='/usr/bin/msgfmt' | MSGMERGE='/usr/bin/msgmerge' | MSGMERGE_FOR_MSGFMT_OPTION='--for-msgfmt' | NM='/usr/bin/nm -B' | NMEDIT='' | OBJDUMP='objdump' | OBJEXT='o' | OTOOL64='' | OTOOL='' | PACKAGE='gnucobol' | PACKAGE_BUGREPORT='bug-gnucobol@gnu.org' | PACKAGE_NAME='GnuCOBOL' | PACKAGE_STRING='GnuCOBOL 3.1.2' | PACKAGE_TARNAME='gnucobol' | PACKAGE_URL='https://www.gnu.org/software/gnucobol/' | PACKAGE_VERSION='3.1.2' | PATH_SEPARATOR=':' | PKG_CONFIG='/usr/bin/pkg-config' | PKG_CONFIG_LIBDIR='' | PKG_CONFIG_PATH='' | POSUB='po' | PROGRAMS_LIBS='-lintl' | RANLIB='ranlib' | RC='windres' | SED='/usr/bin/sed' | SET_MAKE='' | SHELL='/bin/sh' | STRIP='strip' | USE_NLS='yes' | VERSION='3.1.2' | XGETTEXT='/usr/bin/xgettext' | XGETTEXT_015='/usr/bin/xgettext' | XGETTEXT_EXTRA_OPTIONS='' | XML2_CFLAGS='' | XML2_LIBS='-lxml2' | YACC='bison -y' | YFLAGS='-Wno-yacc' | ac_ct_AR='ar' | ac_ct_CC='gcc' | ac_ct_DUMPBIN='' | am__EXEEXT_FALSE='#' | am__EXEEXT_TRUE='' | am__fastdepCC_FALSE='#' | am__fastdepCC_TRUE='' | am__include='include' | am__isrc='' | am__leading_dot='.' | am__nodep='_no' | am__quote='' | am__tar='$${TAR-tar} chof - "$$tardir"' | am__untar='$${TAR-tar} xf -' | bindir='${exec_prefix}/bin' | build='x86_64-pc-cygwin' | build_alias='' | build_cpu='x86_64' | build_os='cygwin' | build_vendor='pc' | configured_make='make' | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | host='x86_64-pc-cygwin' | host_alias='' | host_cpu='x86_64' | host_os='cygwin' | host_vendor='pc' | htmldir='${docdir}' | ifGNUmake='' | ifnGNUmake='' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='${SHELL} /tmp/gnucobol-3.1.2_win/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}' | runstatedir='${localstatedir}/run' | sbindir='${exec_prefix}/sbin' | sharedstatedir='${prefix}/com' | sysconfdir='${prefix}/etc' | target_alias='' | xml2_config_found='' | | ## ----------- ## | ## confdefs.h. ## | ## ----------- ## | | /* confdefs.h */ | #define PACKAGE_NAME "GnuCOBOL" | #define PACKAGE_TARNAME "gnucobol" | #define PACKAGE_VERSION "3.1.2" | #define PACKAGE_STRING "GnuCOBOL 3.1.2" | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | #define PACKAGE "gnucobol" | #define VERSION "3.1.2" | #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 YYTEXT_POINTER 1 | #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_CANONICALIZE_FILE_NAME 1 | #define HAVE_POPEN 1 | #define HAVE_RAISE 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SETENV 1 | #define HAVE_STRCOLL 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_TIMEZONE 1 | #define HAVE_DESIGNATED_INITS 1 | #define HAVE_GMP_H 1 | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | #define WITH_JSON "not found" | #define WITH_VARSEQ 0 | #define HAVE_NANO_SLEEP 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_ISFINITE 1 | #define HAVE_FDATASYNC 1 | #define HAVE_SIGACTION 1 | #define HAVE_FMEMOPEN 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_FMEMOPEN 1 | #define HAVE_LIBNCURSESW 1 | #define HAVE_NCURSESW_NCURSES_H 1 | #define WITH_CURSES "ncursesw" | #define HAVE_CURSES_FREEALL 1 | #define HAVE_USE_LEGACY_CODING 1 | #define HAVE_COLOR_SET 1 | #define HAVE_DEFINE_KEY 1 | #define HAVE_MOUSEINTERVAL 1 | #define HAVE_HAS_MOUSE 1 | #define HAVE_DB_H 1 | #define WITH_DB 1 | #define USE_LIBDL 1 | #define HAVE_DLADDR 1 | #define COB_COMPUTED_GOTO 1 | #define COB_LI_IS_LL 1 | #define COB_64_BIT_POINTER 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LANGINFO_CODESET 1 | #define COB_CC "gcc" | #define COB_CFLAGS "-pipe -I/usr/local/include -Wno-unused -fsigned-char -Wno-pointer-sign" | #define COB_LDFLAGS "" | #define COB_LIBS "-L/usr/local/lib -lcob -lm" | #define COB_PIC_FLAGS "-DDLL_EXPORT -DPIC" | #define COB_DEBUG_FLAGS "-ggdb3 -fasynchronous-unwind-tables" | #define COB_EXPORT_DYN "-Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-auto-image-base" | #define COB_SHARED_OPT "-shared" | #define COB_MODULE_EXT "dll" | #define COB_OBJECT_EXT "o" | #define COB_EXE_EXT ".exe" | #define COB_LIBRARY_PATH "/usr/local/lib/gnucobol" | #define COB_STRIP_CMD "strip --strip-unneeded" | #define COB_CONFIG_DIR "/usr/local/share/gnucobol/config" | #define COB_COPY_DIR "/usr/local/share/gnucobol/copy" | #define COBCRUN_NAME "cobcrun" | #define COB_BLD_CC "gcc" | #define COB_BLD_CFLAGS "-O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k" | #define COB_BLD_CPPFLAGS "" | #define COB_BLD_LD "/usr/x86_64-pc-cygwin/bin/ld.exe" | #define COB_BLD_LDFLAGS "" | #define COB_BLD_BUILD "x86_64-pc-cygwin" | | configure: exit 0