## -------------------------------------------- ## ## GnuCOBOL 3.0-dev test suite: GnuCOBOL Tests. ## ## -------------------------------------------- ## testsuite: command line was: $ ./testsuite ## ---------- ## ## ChangeLog. ## ## ---------- ## | | 2018-10-01 Simon Sobisch | | * Makefile.am: prefer user-specified localedir | | 2018-09-30 Simon Sobisch | | * general: activated translated messages for COBOL runtime | | 2018-09-01 Simon Sobisch ## --------- ## ## Platform. ## ## --------- ## hostname = estragon.skogtun.org uname -m = x86_64 uname -r = 5.2-RELEASE uname -s = DragonFly uname -v = DragonFly v5.2.2.19.g1abaf-RELEASE #8: Fri Sep 28 14:55:08 CEST 2018 address@hidden:/usr/obj/usr/src/sys/ESTRAGON /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/harald/src/gnucobol/trunk/tests PATH: /home/harald/src/gnucobol/trunk/cobc PATH: /home/harald/src/gnucobol/trunk/bin PATH: /home/harald/src/gnucobol/trunk/libcob/.libs PATH: /home/harald/bin PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/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='/home/harald/src/gnucobol/trunk/tests' | at_srcdir='.' | abs_srcdir='/home/harald/src/gnucobol/trunk/tests' | at_top_srcdir='..' | abs_top_srcdir='/home/harald/src/gnucobol/trunk' | at_top_build_prefix='../' | abs_top_builddir='/home/harald/src/gnucobol/trunk' | | # Backward compatibility with Autotest <= 2.59b: | at_top_builddir=$at_top_build_prefix | | AUTOTEST_PATH='tests' | | SHELL=${CONFIG_SHELL-'/bin/sh'} testsuite: atlocal: | # | # atlocal gnucobol/tests | # | # Copyright (C) 2003-2012, 2014-2018 Free Software Foundation, Inc. | # Written by Keisuke Nishida, Roger While, Simon Sobisch, 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 . | | COB_BIGENDIAN="no" | COB_HAS_ISAM="db" | COB_HAS_XML2="yes" | COB_HAS_CURSES="yes" | COB_HAS_64_BIT_POINTER="yes" | | COBC="${abs_top_builddir}/cobc/cobc" | COBCRUN="${abs_top_builddir}/bin/cobcrun" | COBCRUN_DIRECT="" # used for running created executables through tools | | TEMPLATE="${abs_srcdir}/testsuite.src" | | FLAGS="-debug -Wall ${COBOL_FLAGS}" | COMPILE="${COBC} -x ${FLAGS}" | COMPILE_ONLY="${COBC} -fsyntax-only ${FLAGS}" | COMPILE_MODULE="${COBC} -m ${FLAGS}" | | COB_OBJECT_EXT="o" | COB_EXE_EXT="" | | PATHSEP=":" | | # Helper script to unify listings (replace version, date, time) | UNIFY_LISTING="${abs_srcdir}/listings-sed.sh" | | # Test runner for manual tests, content may changed by the user | RUN_PROG_MANUAL="${abs_builddir}/run_prog_manual.sh" | | # be sure to use the English messages | LC_ALL=C | export LC_ALL | | PATH="${abs_top_builddir}/cobc:${abs_top_builddir}/bin:${abs_top_builddir}/libcob/.libs:${PATH}" | export PATH | | # possible path conversion for running the testsuite in an environment | # that doesn't match the one where the tested binaries were built | # Note: not needed for running the testsuite with MSYS as this translates the path | _return_path () { | echo "$1" | } | | # unset all environment variables that are used in libcob | # for runtime configuration | COB_RUNTIME_CONFIG="${abs_top_srcdir}/config/runtime_empty.cfg" | for cobenv in `$COBCRUN --runtime-conf | grep COB_ | cut -d: -f2`; \ | do unset $cobenv; \ | done | | COB_CFLAGS="-I${abs_top_srcdir} -I${abs_top_srcdir}/libcob -I/usr/local/include -Wno-unused -fsigned-char -Wno-pointer-sign -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -pipe" | COB_LDFLAGS="-L${abs_top_builddir}/libcob/.libs -L/usr/local/lib" | COB_LIBS="-L${abs_top_builddir}/libcob/.libs -lcob -lm -L/usr/local/lib -lxml2 -lgmp -L/usr/local/lib -lintl -R/usr/local/lib -lncurses -ldb-6.2" | COB_CONFIG_DIR="${abs_top_srcdir}/config" | COB_RUNTIME_CONFIG="${COB_CONFIG_DIR}/runtime_empty.cfg" | COB_COPY_DIR="${abs_top_srcdir}/copy" | LD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$LD_LIBRARY_PATH" | DYLD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$DYLD_LIBRARY_PATH" | SHLIB_PATH="${abs_top_builddir}/libcob/.libs:$SHLIB_PATH" | LIBPATH="${abs_top_builddir}/libcob/.libs:$LIBPATH" | COB_LIBRARY_PATH="${abs_top_builddir}/extras:$COB_LIBRARY_PATH" | COB_UNIX_LF=YES | if test "x$MSYSTEM" != "x" -o "$OSTYPE" = "cygwin"; then | # running MSYS builds as not-visible child processes result in | # "Redirection is not supported" (old PDcurses) and exit 127 (NCurses) | # --> disabling the tests for this feature | COB_HAS_CURSES="no" | # Fix for testcases where cobc translates path to win32 equivalents | if test "x$MSYSTEM" != "x"; then | PATHSEP=";" | fi | fi | | | export COBC COBCRUN COBCRUN_DIRECT RUN_PROG_MANUAL | export PATHSEP COB_OBJECT_EXT COB_EXE_EXT | export COB_CFLAGS COB_LDFLAGS COB_LIBS | export COB_CONFIG_DIR COB_RUNTIME_CONFIG COB_COPY_DIR | export LD_LIBRARY_PATH DYLD_LIBRARY_PATH SHLIB_PATH LIBPATH | export COB_LIBRARY_PATH | export COB_UNIX_LF | export COB_HAS_ISAM COB_HAS_XML2 COB_HAS_CURSES COB_HAS_64_BIT_POINTER | | | # For rare cases where cobc/libcob may need to know if they're running in test mode: | case $0 in | */testsuite) COB_IS_RUNNING_IN_TESTMODE=1 && export COB_IS_RUNNING_IN_TESTMODE;; | *) unset COB_IS_RUNNING_IN_TESTMODE;; | esac ## ---------------- ## ## Tested programs. ## ## ---------------- ## ./testsuite.at:26: /home/harald/src/gnucobol/trunk/cobc/cobc --version cobc (GnuCOBOL) 3.0-dev.0 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Keisuke Nishida, Roger While, Ron Norman, Simon Sobisch, Edward Hart Built Sep 30 2049 18:15:56 Packaged Jun 11 2018 19:01:46 UTC C version "5.4.1 [DragonFly] Release/2016-08-27" ./testsuite.at:26: /home/harald/src/gnucobol/trunk/bin/cobcrun --version cobcrun (GnuCOBOL) 3.0-dev.0 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Roger While, Simon Sobisch, Brian Tiffin Built Sep 30 2049 18:16:28 Packaged Jun 11 2018 19:01:46 UTC libcob (GnuCOBOL) 3.0-dev.0 Copyright (C) 2018 Free Software Foundation, Inc. License LGPLv3+: GNU LGPL version 3 or later This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Keisuke Nishida, Roger While, Ron Norman, Simon Sobisch, Edward Hart Built Sep 30 2049 18:15:15 Packaged Jun 11 2018 19:01:46 UTC ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Fri Oct 1 18:14:59 CEST 2049 1. Compiler help and information (used_binaries.at:27): ok (0m0.133s 0m0.305s) 2. Compiler outputs (general) (used_binaries.at:46): ok (0m0.328s 0m0.492s) 3. Compiler outputs (file specified) (used_binaries.at:86): ok (0m0.305s 0m0.430s) 4. Compiler outputs (path specified) (used_binaries.at:114): ok (0m0.289s 0m0.469s) 5. Compiler outputs (assembler) (used_binaries.at:143): ok (0m0.180s 0m0.297s) 6. Source file not found (used_binaries.at:178): ok (0m0.008s 0m0.016s) 7. Temporary path invalid (used_binaries.at:188): ok (0m0.203s 0m0.180s) 8. Using full path for cobc (used_binaries.at:219): ok (0m0.086s 0m0.109s) 9. C Compiler optimizations (used_binaries.at:237): ok (0m0.750s 0m0.789s) 10. Invalid cobc option (used_binaries.at:274): ok (0m0.008s 0m0.094s) 11. cobcrun help and information (used_binaries.at:298): ok (0m0.039s 0m0.055s) 12. cobcrun validation (used_binaries.at:308): ok (0m0.187s 0m0.203s) 13. cobcrun -M DSO entry argument (used_binaries.at:348): ok (0m0.187s 0m0.219s) 14. cobcrun -M directory/ default (used_binaries.at:408): ok (0m0.141s 0m0.234s) 15. cobcrun -M directory/dso alternate (used_binaries.at:447): ok (0m0.211s 0m0.195s) 16. cobcrun -M DSO entry multiple arguments (used_binaries.at:498): ok (0m0.117s 0m0.273s) 17. cobcrun error messages (used_binaries.at:543): ok (0m0.039s 0m0.094s) 18. Compile from stdin (used_binaries.at:566): ok (0m0.156s 0m0.242s) 19. Run job after compilation (used_binaries.at:587): ok (0m0.164s 0m0.250s) 20. Run job after compilation (path specified) (used_binaries.at:606): ok (0m0.164s 0m0.250s) 21. Run job with optional arguments (used_binaries.at:626): ok (0m0.281s 0m0.320s) 22. cobc with standard configuration file (configuration.at:22): ok (0m0.008s 0m0.039s) 23. cobc dialect features for all -std (configuration.at:43): ok (0m0.406s 0m0.438s) 24. cobc with configuration file via -std (configuration.at:99): ok (0m0.023s 0m0.023s) 25. cobc with standard configuration file via -conf (configuration.at:120): ok (0m0.023s 0m0.023s) 26. cobc with own configuration file via -conf (configuration.at:141): ok (0m0.031s 0m0.055s) 27. cobc configuration: recursive include (configuration.at:170): ok (0m0.000s 0m0.047s) 28. cobc with -std and -conf (configuration.at:208): ok (0m0.039s 0m0.039s) 29. cobc compiler flag on command line (configuration.at:235): ok (0m0.008s 0m0.031s) 30. cobc compiler flag on command line (priority) (configuration.at:254): ok (0m0.062s 0m0.063s) 31. cobc configuration: entries (configuration.at:287): ok (0m0.047s 0m0.203s) 32. cobc configuration: conf missing (configuration.at:339): ok (0m0.016s 0m0.094s) 33. cobc configuration: conf optional (configuration.at:367): ok (0m0.047s 0m0.039s) 34. cobc configuration: incomplete (configuration.at:403): ok (0m0.008s 0m0.031s) 35. runtime configuration (configuration.at:507): ok (0m0.023s 0m0.086s) 36. runtime configuration file (configuration.at:526): ok (0m0.047s 0m0.234s) 37. runtime configuration: recursive include (configuration.at:569): ok (0m0.000s 0m0.039s) 38. runtime configuration: environment priority (configuration.at:598): ok (0m0.000s 0m0.039s) 39. runtime configuration: entries (configuration.at:611): ok (0m0.000s 0m0.039s) 40. runtime configuration: conf missing (configuration.at:692): ok (0m0.008s 0m0.109s) 41. runtime configuration: conf optional (configuration.at:721): ok (0m0.008s 0m0.023s) 42. COB_CONFIG_DIR test (configuration.at:734): ok (0m0.008s 0m0.039s) 43. COPY: within comment (syn_copy.at:21): ok (0m0.023s 0m0.063s) 44. COPY: file not found (syn_copy.at:50): ok (0m0.008s 0m0.039s) 45. COPY: recursive (syn_copy.at:70): ok (0m0.023s 0m0.031s) 46. COPY: replacement order (syn_copy.at:110): ok (0m0.102s 0m0.109s) 47. COPY: separators (syn_copy.at:137): ok (0m0.078s 0m0.102s) 48. COPY: partial replacement (syn_copy.at:166): ok (0m0.055s 0m0.148s) 49. COPY: LEADING replacement (syn_copy.at:196): ok (0m0.086s 0m0.117s) 50. COPY: TRAILING replacement (syn_copy.at:226): ok (0m0.078s 0m0.109s) 51. COPY: recursive replacement (syn_copy.at:256): ok (0m0.086s 0m0.109s) 52. COPY: fixed/free format (syn_copy.at:286): ok (0m0.086s 0m0.102s) 53. Invalid source name (syn_definition.at:25): ok (0m0.008s 0m0.031s) 54. Invalid PROGRAM-ID (syn_definition.at:37): ok (0m0.016s 0m0.031s) 55. Invalid PROGRAM-ID type clause (1) (syn_definition.at:54): ok (0m0.008s 0m0.039s) 56. invalid PROGRAM-ID type clause (2) (syn_definition.at:71): ok (0m0.016s 0m0.039s) 57. INITIAL / RECURSIVE before COMMON (syn_definition.at:88): ok (0m0.016s 0m0.023s) 58. Undefined data name (syn_definition.at:120): ok (0m0.023s 0m0.023s) 59. Undefined group name (syn_definition.at:139): ok (0m0.023s 0m0.023s) 60. Undefined data name in group (syn_definition.at:161): ok (0m0.008s 0m0.031s) 61. Reference not a group name (syn_definition.at:185): ok (0m0.008s 0m0.031s) 62. Incomplete 01 definition (syn_definition.at:207): ok (0m0.016s 0m0.023s) 63. Same labels in different sections (syn_definition.at:227): ok (0m0.008s 0m0.031s) 64. Redefinition of 01 items (syn_definition.at:252): ok (0m0.008s 0m0.078s) 65. Redefinition of 01 and 02 items (syn_definition.at:274): ok (0m0.008s 0m0.039s) 66. Redefinition of 02 items (syn_definition.at:294): ok (0m0.016s 0m0.031s) 67. Redefinition of 77 items (syn_definition.at:315): ok (0m0.023s 0m0.023s) 68. Redefinition of 01 and 77 items (syn_definition.at:335): ok (0m0.016s 0m0.031s) 69. Redefinition of 88 items (syn_definition.at:355): ok (0m0.023s 0m0.023s) 70. Redefinition of program-name by other programs (syn_definition.at:376): ok (0m0.023s 0m0.055s) 71. Redefinition of program-name within program (syn_definition.at:442): ok (0m0.031s 0m0.063s) 72. Redefinition of function-prototype name (syn_definition.at:472): ok (0m0.031s 0m0.023s) 73. PROCEDURE DIVISION RETURNING OMITTED: main (syn_definition.at:497): ok (0m0.086s 0m0.133s) 74. PROCEDURE DIVISION RETURNING OMITTED: FUNCTION (syn_definition.at:517): ok (0m0.008s 0m0.047s) 75. PROCEDURE DIVISION RETURNING item (syn_definition.at:536): ok (0m0.062s 0m0.156s) 76. Data item with same name as program-name (syn_definition.at:631): ok (0m0.016s 0m0.016s) 77. Ambiguous reference to 02 items (syn_definition.at:658): ok (0m0.016s 0m0.031s) 78. Ambiguous reference to 02 and 03 items (syn_definition.at:685): ok (0m0.008s 0m0.031s) 79. Ambiguous reference with qualification (syn_definition.at:711): ok (0m0.008s 0m0.039s) 80. Unique reference with ambiguous qualifiers (syn_definition.at:740): ok (0m0.023s 0m0.016s) 81. Undefined procedure name (syn_definition.at:776): ok (0m0.016s 0m0.031s) 82. Redefinition of section names (syn_definition.at:796): ok (0m0.008s 0m0.039s) 83. Redefinition of section and paragraph names (syn_definition.at:821): ok (0m0.016s 0m0.039s) 85. Redefinition of paragraph names (syn_definition.at:884): ok (0m0.016s 0m0.031s) 86. Ambiguous reference to paragraph name (syn_definition.at:910): ok (0m0.023s 0m0.031s) 87. Non-matching level numbers (extension) (syn_definition.at:936): ok (0m0.023s 0m0.016s) 88. CALL BY VALUE alphanumeric item (extension) (syn_definition.at:960): ok (0m0.008s 0m0.039s) 89. CALL BY VALUE figurative constants (syn_definition.at:982): ok (0m0.008s 0m0.039s) 90. Duplicate identification division header (syn_definition.at:1016): ok (0m0.016s 0m0.023s) 91. RETURNING in STOP RUN / GOBACK / EXIT PROGRAM (syn_definition.at:1031): ok (0m0.320s 0m0.320s) 92. Invalid ENVIRONMENT DIVISION order (syn_definition.at:1082): ok (0m0.023s 0m0.031s) 93. Function without END FUNCTION (syn_definition.at:1107): ok (0m0.016s 0m0.023s) 94. Nested programs without END PROGRAM (syn_definition.at:1121): ok (0m0.000s 0m0.039s) 95. Nested programs not in procedure division (syn_definition.at:1143): ok (0m0.016s 0m0.039s) 96. Screen section starts with 78-level (syn_definition.at:1162): ok (0m0.008s 0m0.039s) 97. Invalid PICTURE strings (syn_definition.at:1178): ok (0m0.047s 0m0.055s) 98. PICTURE strings invalid with BLANK WHEN ZERO (syn_definition.at:1438): ok (0m0.008s 0m0.039s) 99. PICTURE strings invalid with USAGE (syn_definition.at:1461): ok (0m0.016s 0m0.039s) 100. ALPHABET definition (syn_definition.at:1481): ok (0m0.023s 0m0.023s) 101. PROGRAM COLLATING SEQUENCE (syn_definition.at:1504): ok (0m0.031s 0m0.109s) 102. RENAMES item (syn_definition.at:1687): ok (0m0.016s 0m0.039s) 103. RENAMES of 01-, 66- and 77-level items (syn_definition.at:1754): ok (0m0.023s 0m0.062s) 104. Non-numeric subscript (syn_subscripts.at:23): ok (0m0.008s 0m0.039s) 105. Subscript range check (syn_subscripts.at:50): ok (0m0.008s 0m0.031s) 106. Subscript bounds with OCCURS DEPENDING ON (syn_subscripts.at:91): ok (0m0.016s 0m0.023s) 107. Subscripted item requires OCCURS clause (syn_subscripts.at:118): ok (0m0.008s 0m0.039s) 108. Number of subscripts (syn_subscripts.at:144): ok (0m0.023s 0m0.062s) 109. OCCURS with level 01 and 77 (syn_occurs.at:28): ok (0m0.047s 0m0.086s) 110. OCCURS with level 66 (syn_occurs.at:79): ok (0m0.008s 0m0.031s) 111. OCCURS with level 78 (syn_occurs.at:98): ok (0m0.000s 0m0.039s) 112. OCCURS with level 88 (syn_occurs.at:116): ok (0m0.008s 0m0.039s) 113. OCCURS with variable-occurrence data item (syn_occurs.at:135): ok (0m0.039s 0m0.086s) 114. Nested OCCURS clause (syn_occurs.at:196): ok (0m0.023s 0m0.023s) 115. OCCURS DEPENDING with wrong size (syn_occurs.at:233): ok (0m0.008s 0m0.031s) 116. OCCURS DEPENDING followed by another field (syn_occurs.at:269): ok (0m0.023s 0m0.055s) 117. OCCURS with unmatched DEPENDING / TO phrases (syn_occurs.at:311): ok (0m0.062s 0m0.078s) 118. OCCURS INDEXED before KEY (syn_occurs.at:354): ok (0m0.023s 0m0.070s) 119. OCCURS size check (syn_occurs.at:392): ok (0m0.055s 0m0.039s) 120. REDEFINES: not following entry-name (syn_redefines.at:28): ok (0m0.031s 0m0.047s) 121. REDEFINES: level 02 by 01 (syn_redefines.at:53): ok (0m0.008s 0m0.039s) 122. REDEFINES: level 03 by 02 (syn_redefines.at:74): ok (0m0.008s 0m0.039s) 123. REDEFINES: level 66 (syn_redefines.at:96): ok (0m0.008s 0m0.039s) 124. REDEFINES: level 88 (syn_redefines.at:118): ok (0m0.008s 0m0.039s) 125. REDEFINES: lower level number (syn_redefines.at:147): ok (0m0.008s 0m0.039s) 126. REDEFINES: with OCCURS (syn_redefines.at:173): ok (0m0.016s 0m0.031s) 127. REDEFINES: with subscript (syn_redefines.at:194): ok (0m0.023s 0m0.023s) 128. REDEFINES: with variable occurrence (syn_redefines.at:216): ok (0m0.016s 0m0.031s) 129. REDEFINES: with qualification (syn_redefines.at:251): ok (0m0.016s 0m0.039s) 130. REDEFINES: multiple redefinition (syn_redefines.at:277): ok (0m0.031s 0m0.063s) 131. REDEFINES: size exceeds (syn_redefines.at:305): ok (0m0.023s 0m0.023s) 132. REDEFINES: with VALUE (syn_redefines.at:338): ok (0m0.125s 0m0.109s) 133. REDEFINES: with intervention (syn_redefines.at:370): ok (0m0.023s 0m0.023s) 134. REDEFINES: within REDEFINES (syn_redefines.at:399): ok (0m0.008s 0m0.039s) 135. REDEFINES: non-referenced ambiguous item (syn_redefines.at:419): ok (0m0.000s 0m0.039s) 136. Numeric item (integer) (syn_value.at:43): ok (0m0.008s 0m0.031s) 137. Numeric item (non-integer) (syn_value.at:70): ok (0m0.008s 0m0.039s) 138. Numeric item with picture P (syn_value.at:94): ok (0m0.008s 0m0.039s) 139. Signed numeric literal (syn_value.at:126): ok (0m0.008s 0m0.039s) 140. Alphabetic item (syn_value.at:152): ok (0m0.008s 0m0.031s) 141. Alphanumeric item (syn_value.at:179): ok (0m0.008s 0m0.039s) 142. Alphanumeric group item (syn_value.at:204): ok (0m0.016s 0m0.031s) 143. Numeric-edited item (syn_value.at:239): ok (0m0.055s 0m0.094s) 144. Alphanumeric-edited item (syn_value.at:272): ok (0m0.000s 0m0.047s) 145. Implicit picture from value (syn_value.at:340): ok (0m0.031s 0m0.055s) 146. Missing SELECT (syn_file.at:23): ok (0m0.008s 0m0.039s) 147. Duplicated SELECT (syn_file.at:50): ok (0m0.008s 0m0.031s) 148. Missing FD (syn_file.at:81): ok (0m0.016s 0m0.023s) 149. Duplicated FD (syn_file.at:107): ok (0m0.016s 0m0.023s) 150. ASSIGN to device-name (syn_file.at:136): ok (0m0.125s 0m0.094s) 151. ASSIGN to printer-name (syn_file.at:203): ok (0m0.141s 0m0.063s) 152. ASSIGN to lsq-device-name (syn_file.at:270): ok (0m0.039s 0m0.023s) 153. SELECT without ASSIGN (syn_file.at:325): ok (0m0.023s 0m0.016s) 154. START on SEQUENTIAL file (syn_file.at:353): ok (0m0.016s 0m0.023s) 155. valid key items (syn_file.at:385): ok (0m0.016s 0m0.023s) 156. INDEXED file invalid key items (syn_file.at:435): ok (0m0.016s 0m0.031s) 157. variable record length (syn_file.at:499): ok (0m0.070s 0m0.117s) 158. variable record length DEPENDING item (syn_file.at:603): ok (0m0.023s 0m0.070s) 159. DECLARATIVES invalid procedure reference (1) (syn_file.at:677): ok (0m0.047s 0m0.164s) 160. DECLARATIVES invalid procedure reference (2) (syn_file.at:766): ok (0m0.008s 0m0.039s) 161. EXTERNAL file (syn_file.at:807): ok (0m0.008s 0m0.031s) 162. RECORDING MODE (syn_file.at:835): ok (0m0.008s 0m0.031s) 163. CODE-SET clause (syn_file.at:864): ok (0m0.008s 0m0.031s) 164. CODE-SET FOR clause (syn_file.at:900): ok (0m0.016s 0m0.023s) 165. WRITE / REWRITE FROM clause and FILE (syn_file.at:934): ok (0m0.008s 0m0.039s) 166. Clauses following invalid ACCESS clause (syn_file.at:995): ok (0m0.031s 0m0.016s) 167. RELATIVE KEY type checks (syn_file.at:1020): ok (0m0.023s 0m0.023s) 168. Mismatched KEY clause (syn_file.at:1080): ok (0m0.023s 0m0.031s) 169. RECORD DELIMITER (syn_file.at:1107): ok (0m0.008s 0m0.039s) 170. FILE STATUS (syn_file.at:1219): ok (0m0.047s 0m0.086s) 171. INDEXED file PASSWORD clause (syn_file.at:1269): ok (0m0.016s 0m0.039s) 172. RECORD clause equal limits (syn_file.at:1320): ok (0m0.023s 0m0.031s) 173. FILE ... FROM literal (syn_file.at:1355): ok (0m0.047s 0m0.086s) 174. WRITE / REWRITE on LINE SEQUENTIAL files (syn_file.at:1414): ok (0m0.008s 0m0.031s) 175. WRITE / REWRITE on REPORT files (syn_file.at:1449): ok (0m0.023s 0m0.016s) 176. SELECT without fd-name (syn_file.at:1486): ok (0m0.008s 0m0.031s) 177. Undeclared FILE-ID variable (syn_file.at:1505): ok (0m0.016s 0m0.023s) 178. Implicit declaration of FILE-ID variable (syn_file.at:1530): ok (0m0.016s 0m0.023s) 179. Undeclared FILE STATUS variable (syn_file.at:1557): ok (0m0.000s 0m0.047s) 182. OPEN I-O with LINE SEQUENTIAL (syn_file.at:1650): ok (0m0.016s 0m0.031s) 183. ACCESS RANDOM with ORG SEQUENTIAL (syn_file.at:1675): ok (0m0.008s 0m0.039s) 184. ALTERNATE RECORD KEY SUPPRESS WHEN (syn_file.at:1702): ok (0m0.023s 0m0.039s) 185. RECORD definition with SOURCE IS / = (syn_file.at:1747): ok (0m0.023s 0m0.016s) 188. SELECT/OPEN syntax extensions (syn_file.at:1857): ok (0m0.016s 0m0.023s) 189. REPORT error/warning (syn_reportwriter.at:23): ok (0m0.023s 0m0.023s) 190. REPORT not positive integers in COL / LINE PLUS (syn_reportwriter.at:125): ok (0m0.023s 0m0.023s) 191. Missing DETAIL line (syn_reportwriter.at:176): ok (0m0.016s 0m0.031s) 192. REPORT LINE PLUS ZERO (syn_reportwriter.at:219): ok (0m0.016s 0m0.024s) 193. Incorrect REPORT NAME (syn_reportwriter.at:269): ok (0m0.031s 0m0.070s) 194. REPORT with PLUS RIGHT/CENTER (syn_reportwriter.at:386): ok (0m0.016s 0m0.023s) 195. PAGE LIMITS clause (syn_reportwriter.at:479): ok (0m0.016s 0m0.023s) 196. Report FD without period (syn_reportwriter.at:514): ok (0m0.023s 0m0.024s) 197. REPORT with unreferenced control field (syn_reportwriter.at:547): ok (0m0.086s 0m0.094s) 198. Incorrect USAGE clause (syn_reportwriter.at:575): ok (0m0.008s 0m0.039s) 199. valid reference modification (syn_refmod.at:25): ok (0m0.117s 0m0.070s) 200. Static out of bounds (syn_refmod.at:51): ok (0m0.008s 0m0.047s) 201. constant-folding out of bounds (syn_refmod.at:95): ok (0m0.031s 0m0.055s) 202. ambiguous AND/OR (syn_misc.at:23): ok (0m0.008s 0m0.031s) 203. warn constant expressions (syn_misc.at:54): ok (0m0.016s 0m0.023s) 204. warn literal size (syn_misc.at:87): ok (0m0.016s 0m0.039s) 205. warn literal size in constant expr. (level 88) (syn_misc.at:352): ok (0m0.023s 0m0.031s) 206. Invalid conditional expression (1) (syn_misc.at:402): ok (0m0.008s 0m0.039s) 207. Invalid conditional expression (2) (syn_misc.at:515): ok (0m0.008s 0m0.031s) 208. Invalid conditional expression (3) (syn_misc.at:571): ok (0m0.008s 0m0.039s) 209. Valid conditional expression (syn_misc.at:635): ok (0m0.031s 0m0.055s) 210. missing headers (syn_misc.at:668): ok (0m0.023s 0m0.062s) 211. one line program (syn_misc.at:718): ok (0m0.023s 0m0.062s) 212. empty program (syn_misc.at:737): ok (0m0.476s 0m0.617s) 213. INITIALIZE constant (syn_misc.at:783): ok (0m0.008s 0m0.031s) 214. CLASS duplicate values (syn_misc.at:810): ok (0m0.016s 0m0.023s) 215. INSPECT invalid size (syn_misc.at:845): ok (0m0.016s 0m0.031s) 216. INSPECT invalid target (syn_misc.at:874): ok (0m0.016s 0m0.023s) 217. INSPECT missing keyword (syn_misc.at:897): ok (0m0.016s 0m0.023s) 218. INSPECT repeated keywords (syn_misc.at:918): ok (0m0.016s 0m0.031s) 219. INSPECT incomplete clause (syn_misc.at:950): ok (0m0.016s 0m0.031s) 220. INSPECT multiple BEFORE/AFTER clauses (syn_misc.at:972): ok (0m0.023s 0m0.023s) 221. maximum data size (syn_misc.at:995): ok (0m0.016s 0m0.031s) 222. unreachable statement (syn_misc.at:1024): ok (0m0.016s 0m0.023s) 223. CRT STATUS (syn_misc.at:1066): ok (0m0.023s 0m0.070s) 224. CURRENCY SIGN (syn_misc.at:1108): ok (0m0.109s 0m0.211s) 225. SWITCHES (syn_misc.at:1220): ok (0m0.062s 0m0.039s) 226. unexpected mnemonic-name location (syn_misc.at:1347): ok (0m0.016s 0m0.023s) 227. wrong device for mnemonic-name (syn_misc.at:1374): ok (0m0.023s 0m0.023s) 228. missing mnemonic-name declaration (syn_misc.at:1399): ok (0m0.016s 0m0.031s) 229. unknown device in dialect (syn_misc.at:1420): ok (0m0.047s 0m0.047s) 230. ACCEPT WITH ( NO ) UPDATE / DEFAULT (syn_misc.at:1450): ok (0m0.023s 0m0.023s) 231. ACCEPT WITH AUTO / TAB (syn_misc.at:1475): ok (0m0.008s 0m0.031s) 232. ACCEPT WITH LOWER / UPPER (syn_misc.at:1500): ok (0m0.016s 0m0.023s) 233. ACCEPT WITH SIZE (syn_misc.at:1522): ok (0m0.016s 0m0.023s) 234. DISPLAY WITH SIZE (syn_misc.at:1551): ok (0m0.008s 0m0.031s) 235. source text after program-text area (syn_misc.at:1576): ok (0m0.016s 0m0.031s) 236. line overflow in Fixed-form / Free-form (syn_misc.at:1597): ok (0m0.039s 0m0.094s) 237. continuation Indicator - too many lines (syn_misc.at:1645): ok (0m0.187s 0m0.047s) 238. continuation of COBOL words (syn_misc.at:2202): ok (0m0.031s 0m0.055s) 239. literal too long (syn_misc.at:2223): ok (0m0.078s 0m0.164s) 240. line and floating comments (syn_misc.at:2458): ok (0m0.523s 0m0.562s) 241. word length (syn_misc.at:2623): ok (0m0.125s 0m0.187s) 242. Segmentation Module (syn_misc.at:2786): ok (0m0.031s 0m0.055s) 243. ACCEPT FROM ESCAPE KEY (syn_misc.at:2878): ok (0m0.008s 0m0.039s) 244. Numeric literals (syn_misc.at:2903): ok (0m0.047s 0m0.086s) 245. floating-point literals (syn_misc.at:3082): ok (0m0.016s 0m0.086s) 246. X literals (syn_misc.at:3189): ok (0m0.008s 0m0.039s) 247. national literals (syn_misc.at:3216): ok (0m0.023s 0m0.063s) 248. NX literals (syn_misc.at:3246): ok (0m0.031s 0m0.055s) 249. binary literals (syn_misc.at:3284): ok (0m0.055s 0m0.063s) 250. binary-hexadecimal literals (syn_misc.at:3320): ok (0m0.008s 0m0.062s) 251. ACUCOBOL literals (syn_misc.at:3349): ok (0m0.055s 0m0.063s) 252. ACUCOBOL 32bit literal size (syn_misc.at:3411): skipped (syn_misc.at:3413) 253. ACUCOBOL USAGE FLOAT / DOUBLE (syn_misc.at:3442): ok (0m0.055s 0m0.047s) 254. ACUCOBOL USAGE HANDLE (syn_misc.at:3470): ok (0m0.047s 0m0.070s) 255. ACUCOBOL WINDOW statements (syn_misc.at:3579): ok (0m0.023s 0m0.039s) 256. ACUCOBOL GRAPHICAL controls (syn_misc.at:3650): ok (0m0.031s 0m0.031s) 257. DISPLAY MESSAGE BOX (syn_misc.at:3729): ok (0m0.031s 0m0.039s) 258. DISPLAY OMITTED (syn_misc.at:3772): ok (0m0.008s 0m0.039s) 259. CGI: EXTERNAL-FORM (syn_misc.at:3793): ok (0m0.031s 0m0.023s) 260. adding/removing reserved words (syn_misc.at:3848): ok (0m0.023s 0m0.031s) 261. adding aliases (syn_misc.at:3875): ok (0m0.055s 0m0.102s) 262. overriding default words (syn_misc.at:3909): ok (0m0.016s 0m0.070s) 263. complete specified word list (syn_misc.at:3939): ok (0m0.070s 0m0.078s) 264. ANY LENGTH item as BY VALUE formal parameter (syn_misc.at:3959): ok (0m0.000s 0m0.047s) 265. swapped SOURCE- and OBJECT-COMPUTER (syn_misc.at:3982): ok (0m0.070s 0m0.039s) 266. CONF. SECTION paragraphs in wrong order (syn_misc.at:4004): ok (0m0.070s 0m0.094s) 267. NOT ON EXCEPTION with STATIC CALL convention (syn_misc.at:4076): ok (0m0.031s 0m0.133s) 268. NOT ON EXCEPTION phrases before ON EXCEPTION (syn_misc.at:4124): ok (0m0.023s 0m0.062s) 269. wrong dialect hints (syn_misc.at:4188): ok (0m0.008s 0m0.039s) 270. redundant periods (syn_misc.at:4212): ok (0m0.008s 0m0.047s) 271. IF-ELSE statement list with invalid syntax (syn_misc.at:4242): ok (0m0.023s 0m0.023s) 272. EVALUATE statement with invalid syntax (syn_misc.at:4275): ok (0m0.016s 0m0.031s) 273. MF reserved word directives (syn_misc.at:4321): ok (0m0.016s 0m0.031s) 274. STRING / UNSTRING with invalid syntax (syn_misc.at:4377): ok (0m0.016s 0m0.031s) 275. use of program-prototypes (syn_misc.at:4442): ok (0m0.016s 0m0.031s) 276. invalid INSPECT/TRANSFORM operands (syn_misc.at:4469): ok (0m0.016s 0m0.031s) 277. SIGN clause checks (syn_misc.at:4513): ok (0m0.008s 0m0.047s) 278. conflicting entry conventions (syn_misc.at:4538): ok (0m0.016s 0m0.023s) 279. dangling LINKAGE items (syn_misc.at:4561): ok (0m0.016s 0m0.023s) 280. ADD / SUBTRACT TABLE (syn_misc.at:4617): ok (0m0.016s 0m0.031s) 281. USE FOR DEBUGGING invalid ref-mod / subscripts (syn_misc.at:4660): ok (0m0.023s 0m0.016s) 282. USE FOR DEBUGGING duplicate targets (syn_misc.at:4705): ok (0m0.016s 0m0.039s) 284. Empty PERFORM with DEBUGGING MODE (syn_misc.at:4829): ok (0m0.023s 0m0.008s) 285. whitespace handling (syn_misc.at:4857): ok (0m0.031s 0m0.055s) 286. STOP identifier (syn_misc.at:4945): ok (0m0.016s 0m0.070s) 287. 01 CONSTANT (syn_misc.at:4971): ok (0m0.109s 0m0.109s) 288. 78 VALUE (syn_misc.at:5019): ok (0m0.086s 0m0.063s) 289. level 78 NEXT / START OF (syn_misc.at:5061): ok (0m0.008s 0m0.039s) 290. SYMBOLIC CONSTANT (syn_misc.at:5120): ok (0m0.055s 0m0.086s) 291. Constant Expressions (1) (syn_misc.at:5169): ok (0m0.008s 0m0.039s) 292. Constant Expressions (2) (syn_misc.at:5294): ok (0m0.016s 0m0.031s) 293. Constant Expressions (3) (syn_misc.at:5350): ok (0m0.016s 0m0.031s) 294. Constant Expressions (4) (syn_misc.at:5399): ok (0m0.016s 0m0.039s) 295. Constant Expressions (5) (syn_misc.at:5433): ok (0m0.023s 0m0.070s) 297. CONSTANT LENGTH / BYTE-LENGTH (syn_misc.at:5636): ok (0m0.023s 0m0.016s) 298. ANY LENGTH/NUMERIC with incorrect PIC (syn_misc.at:5660): ok (0m0.008s 0m0.031s) 299. VOLATILE clause (syn_misc.at:5697): ok (0m0.016s 0m0.031s) 300. SET SOURCEFORMAT syntax checks (syn_misc.at:5740): ok (0m0.000s 0m0.039s) 301. WHEN-COMPILED register in dialect (syn_misc.at:5767): ok (0m0.108s 0m0.156s) 302. LIN / COL register (syn_misc.at:5793): ok (0m0.094s 0m0.117s) 303. tokens consisting of multiple words (syn_misc.at:5825): ok (0m0.023s 0m0.023s) 304. zero-length literals (syn_misc.at:5852): ok (0m0.016s 0m0.070s) 305. @OPTIONS parsing (syn_misc.at:5913): ok (0m0.016s 0m0.039s) 306. system routines with wrong number of parameters (syn_misc.at:5955): ok (0m0.008s 0m0.031s) 307. invalid use of condition-name (syn_misc.at:5984): ok (0m0.016s 0m0.031s) 308. XML GENERATE syntax checks (syn_misc.at:6045): ok (0m0.008s 0m0.047s) 309. MOVE SPACE TO numeric or numeric-edited item (syn_move.at:37): ok (0m0.016s 0m0.031s) 310. MOVE ZERO TO alphabetic item (syn_move.at:63): ok (0m0.016s 0m0.031s) 311. MOVE alphabetic TO x (syn_move.at:89): ok (0m0.023s 0m0.031s) 312. MOVE alphanumeric TO x (syn_move.at:120): ok (0m0.016s 0m0.023s) 313. MOVE alphanumeric-edited TO x (syn_move.at:148): ok (0m0.008s 0m0.031s) 314. MOVE numeric (integer) TO x (syn_move.at:179): ok (0m0.008s 0m0.031s) 315. MOVE numeric (non-integer) TO x (syn_move.at:209): ok (0m0.008s 0m0.023s) 316. MOVE numeric-edited TO x (syn_move.at:241): ok (0m0.008s 0m0.031s) 317. CORRESPONDING - Operands must be groups (syn_move.at:276): ok (0m0.023s 0m0.031s) 318. CORRESPONDING - Target has no matching items (syn_move.at:306): ok (0m0.008s 0m0.039s) 319. MOVE to erroneous field (syn_move.at:332): ok (0m0.023s 0m0.031s) 320. Overlapping MOVE (syn_move.at:355): ok (0m0.375s 0m0.289s) 321. invalid source for MOVE (syn_move.at:454): ok (0m0.016s 0m0.023s) 322. invalid target for MOVE (syn_move.at:484): ok (0m0.008s 0m0.047s) 323. SET error (syn_move.at:520): ok (0m0.016s 0m0.023s) 324. MOVE FIGURATIVE to NUMERIC (syn_move.at:552): ok (0m0.086s 0m0.125s) 325. Category check of Format 1 (syn_multiply.at:28): ok (0m0.000s 0m0.039s) 326. Category check of Format 2 (syn_multiply.at:64): ok (0m0.016s 0m0.024s) 327. Category check of literals (syn_multiply.at:102): ok (0m0.008s 0m0.047s) 328. Flexible ACCEPT/DISPLAY syntax (syn_screen.at:24): ok (0m0.016s 0m0.023s) 329. Duplicate ACCEPT/DISPLAY clauses (syn_screen.at:92): ok (0m0.008s 0m0.039s) 330. AT clause (syn_screen.at:121): ok (0m0.008s 0m0.031s) 331. ACCEPT/DISPLAY extensions detection (syn_screen.at:165): ok (0m0.008s 0m0.039s) 332. FROM clause (syn_screen.at:211): ok (0m0.016s 0m0.016s) 333. Incorrect USAGE clause (syn_screen.at:237): ok (0m0.008s 0m0.039s) 334. SCREEN SECTION clause numbers (syn_screen.at:269): ok (0m0.016s 0m0.031s) 335. Screen clauses (syn_screen.at:297): ok (0m0.023s 0m0.024s) 336. ACCEPT ON EXCEPTION/ESCAPE (syn_screen.at:323): ok (0m0.008s 0m0.039s) 337. Referencing 88-level (syn_screen.at:353): ok (0m0.023s 0m0.016s) 338. Conflicting screen clauses (syn_screen.at:384): ok (0m0.031s 0m0.055s) 339. Redundant screen clauses (syn_screen.at:445): ok (0m0.008s 0m0.039s) 340. Screen item OCCURS w-/wo relative LINE/COL (syn_screen.at:478): ok (0m0.047s 0m0.086s) 341. VALUE clause missing (syn_screen.at:538): ok (0m0.023s 0m0.016s) 342. FULL on numeric item (syn_screen.at:562): ok (0m0.008s 0m0.031s) 343. Compiler-specific SCREEN SECTION clause rules (syn_screen.at:586): ok (0m0.094s 0m0.172s) 344. MS-COBOL position-spec (syn_screen.at:744): ok (0m0.031s 0m0.063s) 345. SET ADDRESS OF item (syn_set.at:24): ok (0m0.023s 0m0.023s) 346. SET item TO 88-level (syn_set.at:53): ok (0m0.008s 0m0.039s) 347. ANY LENGTH / NUMERIC as function RETURNING item (syn_functions.at:22): ok (0m0.023s 0m0.070s) 348. REPOSITORY INTRINSIC phrase (syn_functions.at:64): ok (0m0.016s 0m0.023s) 349. REPOSITORY FUNCTION phrase (syn_functions.at:87): ok (0m0.016s 0m0.031s) 350. Redundant REPOSITORY entries (syn_functions.at:135): ok (0m0.016s 0m0.031s) 351. Missing prototype/definition (syn_functions.at:174): ok (0m0.016s 0m0.039s) 352. Empty function (syn_functions.at:205): ok (0m0.016s 0m0.023s) 353. Function definition inside program (syn_functions.at:232): ok (0m0.016s 0m0.039s) 354. Intrinsic functions: dialect (syn_functions.at:255): ok (0m0.055s 0m0.047s) 355. Intrinsic functions: replaced (syn_functions.at:280): ok (0m0.023s 0m0.062s) 356. Intrinsic functions: number of arguments (syn_functions.at:324): ok (0m0.031s 0m0.023s) 357. Intrinsic functions: reference modification (syn_functions.at:364): ok (0m0.016s 0m0.031s) 358. Intrinsic functions: Parameter type (syn_functions.at:412): ok (0m0.016s 0m0.023s) 359. invalid formatted date/time args (syn_functions.at:435): ok (0m0.016s 0m0.031s) 360. invalid formats w/ DECIMAL-POINT IS COMMA (syn_functions.at:516): ok (0m0.008s 0m0.039s) 361. Specified offset and SYSTEM-OFFSET (syn_functions.at:550): ok (0m0.008s 0m0.039s) 362. FUNCTION LENGTH / BYTE-LENGTH (syn_functions.at:574): ok (0m0.016s 0m0.023s) 363. Minimal lines per listing pages (listings.at:21): ok (0m0.016s 0m0.047s) 364. COPY within comment (listings.at:85): ok (0m0.047s 0m0.078s) 365. Replacement w/o strings (listings.at:161): ok (0m0.016s 0m0.039s) 366. COPY replacement order (listings.at:224): ok (0m0.047s 0m0.102s) 367. COPY separators (listings.at:327): ok (0m0.016s 0m0.047s) 368. COPY partial replacement (listings.at:393): ok (0m0.023s 0m0.102s) 369. COPY LEADING replacement (listings.at:609): ok (0m0.016s 0m0.047s) 370. COPY TRAILING replacement (listings.at:679): ok (0m0.016s 0m0.047s) 371. COPY recursive replacement (listings.at:750): ok (0m0.023s 0m0.047s) 372. COPY multiple files (listings.at:816): ok (0m0.016s 0m0.055s) 373. Error/Warning messages (listings.at:1031): ok (0m0.102s 0m0.352s) 374. Two source files (listings.at:1406): ok (0m0.016s 0m0.047s) 375. Multiple programs in one file (listings.at:1474): ok (0m0.281s 0m0.375s) 376. Multiple programs in one compilation group (listings.at:1693): ok (0m0.172s 0m0.195s) 377. Wide listing (listings.at:1878): ok (0m0.031s 0m0.094s) 378. Symbols: simple (listings.at:1966): ok (0m0.047s 0m0.117s) 379. Symbols: pointer (listings.at:2132): ok (0m0.008s 0m0.055s) 380. Symbols: multiple programs/functions (listings.at:2412): ok (0m0.016s 0m0.047s) 381. Symbols: OCCURS/REDEFINES (listings.at:2539): ok (0m0.016s 0m0.039s) 382. Conditional compilation (listings.at:2652): ok (0m0.023s 0m0.031s) 383. File descriptions (listings.at:2712): ok (0m0.016s 0m0.055s) 384. Invalid PICTURE strings (listings.at:3068): ok (0m0.023s 0m0.039s) 385. Variable format (listings.at:3389): ok (0m0.031s 0m0.031s) 386. LISTING directive (listings.at:3433): ok (0m0.016s 0m0.047s) 387. Listing-directive statements (listings.at:3534): ok (0m0.031s 0m0.039s) 388. Eject page (listings.at:3595): ok (0m0.078s 0m0.149s) 389. Cross reference (listings.at:3793): ok (0m0.031s 0m0.102s) 390. Report Writer (listings.at:5316): ok (0m0.023s 0m0.031s) 391. huge REPLACE (listings.at:5624): ok (0m0.055s 0m0.078s) 392. DISPLAY literals (run_fundamental.at:23): ok (0m0.101s 0m0.102s) 393. DISPLAY literals, DECIMAL-POINT is COMMA (run_fundamental.at:85): ok (0m0.094s 0m0.094s) 394. Hexadecimal literal (run_fundamental.at:124): ok (0m0.180s 0m0.164s) 395. DISPLAY data items with VALUE clause (run_fundamental.at:167): ok (0m0.094s 0m0.109s) 396. DISPLAY data items with MOVE statement (run_fundamental.at:214): ok (0m0.094s 0m0.109s) 397. MOVE to edited item (1) (run_fundamental.at:268): ok (0m0.109s 0m0.086s) 398. MOVE to edited item (2) (run_fundamental.at:317): ok (0m0.102s 0m0.109s) 399. MOVE to item with simple and floating insertion (run_fundamental.at:366): ok (0m0.109s 0m0.086s) 400. MOVE to JUSTIFIED item (run_fundamental.at:401): ok (0m0.102s 0m0.086s) 401. MOVE integer literal to alphanumeric (run_fundamental.at:446): ok (0m0.094s 0m0.109s) 402. Compare FLOAT-LONG with floating-point literal (run_fundamental.at:471): ok (0m0.062s 0m0.133s) 403. Check for equality of FLOAT-SHORT / FLOAT-LONG (run_fundamental.at:524): ok (0m0.102s 0m0.109s) 404. Overlapping MOVE (run_fundamental.at:647): ok (0m0.289s 0m0.273s) 405. Overlapping MOVE (run_fundamental.at:748): ok (0m0.125s 0m0.070s) 406. IBM MOVE (run_fundamental.at:790): ok (0m0.117s 0m0.094s) 407. ALPHABETIC test (run_fundamental.at:829): ok (0m0.109s 0m0.094s) 408. ALPHABETIC-UPPER test (run_fundamental.at:861): ok (0m0.086s 0m0.102s) 409. ALPHABETIC-LOWER test (run_fundamental.at:893): ok (0m0.086s 0m0.094s) 410. GLOBAL at same level (run_fundamental.at:925): ok (0m0.125s 0m0.078s) 411. GLOBAL at lower level (run_fundamental.at:974): ok (0m0.117s 0m0.102s) 412. GLOBAL CONSTANT (run_fundamental.at:1023): ok (0m0.094s 0m0.133s) 413. GLOBAL identifiers from ENVIRONMENT DIVISION (run_fundamental.at:1108): ok (0m0.133s 0m0.109s) 414. Entry point visibility (1) (run_fundamental.at:1189): ok (0m0.187s 0m0.211s) 415. Entry point visibility (2) (run_fundamental.at:1221): ok (0m0.148s 0m0.195s) 416. Contained program visibility (1) (run_fundamental.at:1254): ok (0m0.125s 0m0.086s) 417. Contained program visibility (2) (run_fundamental.at:1309): ok (0m0.125s 0m0.102s) 418. Contained program visibility (3) (run_fundamental.at:1362): ok (0m0.117s 0m0.117s) 419. Contained program visibility (4) (run_fundamental.at:1413): ok (0m0.070s 0m0.164s) 420. CALL/CANCEL with program-prototype-name (run_fundamental.at:1468): ok (0m0.109s 0m0.141s) 421. GLOBAL FD (1) (run_fundamental.at:1541): ok (0m0.133s 0m0.078s) 422. GLOBAL FD (2) (run_fundamental.at:1591): ok (0m0.125s 0m0.086s) 423. GLOBAL FD (3) (run_fundamental.at:1641): ok (0m0.109s 0m0.109s) 424. GLOBAL FD (4) (run_fundamental.at:1691): ok (0m0.117s 0m0.086s) 425. CANCEL test (1) (run_fundamental.at:1741): ok (0m0.094s 0m0.109s) 426. CANCEL test (2) (run_fundamental.at:1768): ok (0m0.219s 0m0.172s) 427. CANCEL test (3) (run_fundamental.at:1808): ok (0m0.187s 0m0.203s) 428. Separate sign positions (1) (run_fundamental.at:1851): ok (0m0.102s 0m0.094s) 429. Separate sign positions (2) (run_fundamental.at:1875): ok (0m0.172s 0m0.242s) 430. Context sensitive words (1) (run_fundamental.at:1908): ok (0m0.102s 0m0.109s) 431. Context sensitive words (2) (run_fundamental.at:1931): ok (0m0.094s 0m0.109s) 432. Context sensitive words (3) (run_fundamental.at:1955): ok (0m0.078s 0m0.125s) 433. Context sensitive words (4) (run_fundamental.at:1979): ok (0m0.062s 0m0.133s) 434. Context sensitive words (5) (run_fundamental.at:2004): ok (0m0.117s 0m0.078s) 435. Context sensitive words (6) (run_fundamental.at:2027): ok (0m0.102s 0m0.102s) 436. Context sensitive words (7) (run_fundamental.at:2049): ok (0m0.102s 0m0.109s) 437. Context sensitive words (8) (run_fundamental.at:2076): ok (0m0.086s 0m0.102s) 438. ROUNDED AWAY-FROM-ZERO (run_fundamental.at:2103): ok (0m0.094s 0m0.125s) 439. ROUNDED NEAREST-AWAY-FROM-ZERO (run_fundamental.at:2166): ok (0m0.094s 0m0.102s) 440. ROUNDED NEAREST-EVEN (run_fundamental.at:2229): ok (0m0.094s 0m0.102s) 441. ROUNDED NEAREST-TOWARD-ZERO (run_fundamental.at:2292): ok (0m0.109s 0m0.094s) 442. ROUNDED TOWARD-GREATER (run_fundamental.at:2355): ok (0m0.062s 0m0.141s) 443. ROUNDED TOWARD-LESSER (run_fundamental.at:2418): ok (0m0.094s 0m0.117s) 444. ROUNDED TRUNCATION (run_fundamental.at:2481): ok (0m0.117s 0m0.094s) 445. Numeric operations (1) (run_fundamental.at:2544): ok (0m0.070s 0m0.133s) 446. Numeric operations (2) (run_fundamental.at:2588): ok (0m0.164s 0m0.094s) 447. Numeric operations (3) (run_fundamental.at:2894): ok (0m0.141s 0m0.133s) 448. Numeric operations (4) (run_fundamental.at:3200): ok (0m0.133s 0m0.141s) 449. Numeric operations (5) (run_fundamental.at:3506): ok (0m0.172s 0m0.094s) 450. Numeric operations (6) (run_fundamental.at:3812): ok (0m0.180s 0m0.180s) 451. Numeric operations (7) (run_fundamental.at:3881): ok (0m0.094s 0m0.102s) 452. Numeric operations (8) (run_fundamental.at:4173): ok (0m0.125s 0m0.078s) 453. ADD CORRESPONDING (run_fundamental.at:4223): ok (0m0.086s 0m0.109s) 454. ADD CORRESPONDING no match (run_fundamental.at:4271): ok (0m0.117s 0m0.078s) 455. SYNC in OCCURS (run_fundamental.at:4321): ok (0m0.086s 0m0.109s) 456. 88 level with THRU (run_fundamental.at:4361): ok (0m0.133s 0m0.094s) 457. 88 level with FILLER (run_fundamental.at:4456): ok (0m0.102s 0m0.094s) 458. 88 level with FALSE IS clause (run_fundamental.at:4485): ok (0m0.070s 0m0.133s) 459. BLANK WHEN ZERO (run_fundamental.at:4513): ok (0m0.094s 0m0.102s) 460. MULTIPLY BY literal in INITIAL program (run_fundamental.at:4543): ok (0m0.078s 0m0.117s) 461. debugging lines (not active) (run_fundamental.at:4567): ok (0m0.094s 0m0.102s) 462. debugging lines (-fdebugging-line) (run_fundamental.at:4590): ok (0m0.078s 0m0.117s) 463. debugging lines (WITH DEBUGGING MODE) (run_fundamental.at:4613): ok (0m0.094s 0m0.102s) 464. debugging lines, free format (not active) (run_fundamental.at:4639): ok (0m0.086s 0m0.117s) 465. debugging lines, free format (-fdebugging-line) (run_fundamental.at:4662): ok (0m0.078s 0m0.125s) 466. USE FOR DEBUGGING (no DEBUGGING MODE) (run_fundamental.at:4685): ok (0m0.101s 0m0.109s) 467. USE FOR DEBUGGING (COB_SET_DEBUG deactivated) (run_fundamental.at:4730): ok (0m0.086s 0m0.133s) 468. USE FOR DEBUGGING ON ALL PROCEDURES (run_fundamental.at:4775): ok (0m0.078s 0m0.141s) 469. USE FOR DEBUGGING ON procedure (run_fundamental.at:4826): ok (0m0.117s 0m0.086s) 470. USE FOR DEBUGGING (COB_SET_DEBUG switched) (run_fundamental.at:4874): ok (0m0.102s 0m0.109s) 471. USE FOR DEBUGGING ON [ALL] REFERENCES OF field (run_fundamental.at:4923): ok (0m0.109s 0m0.109s) 472. USE FOR DEBUGGING, reference within DEBUGGING (run_fundamental.at:4991): ok (0m0.125s 0m0.086s) 474. USE FOR DEBUGGING, reference with OCCURS (run_fundamental.at:5082): ok (0m0.086s 0m0.125s) 476. USE FOR DEBUGGING file (run_fundamental.at:5152): ok (0m0.117s 0m0.109s) 477. Abbreviated Expressions (run_fundamental.at:5195): ok (0m0.140s 0m0.109s) 478. Subscript out of bounds (run_subscripts.at:26): ok (0m0.211s 0m0.172s) 479. Value of DEPENDING ON N out of bounds (run_subscripts.at:71): ok (0m0.203s 0m0.195s) 480. Subscript bounds with OCCURS DEPENDING ON (run_subscripts.at:122): ok (0m0.094s 0m0.117s) 481. Subscript by arithmetic expression (run_subscripts.at:148): ok (0m0.094s 0m0.102s) 482. length of ODO w/- reference modification (run_subscripts.at:179): ok (0m0.078s 0m0.125s) 483. SEARCH ALL with OCCURS DEPENDING ON (run_subscripts.at:235): ok (0m0.125s 0m0.094s) 484. Static reference modification (run_refmod.at:25): ok (0m0.086s 0m0.109s) 485. Dynamic reference modification (run_refmod.at:57): ok (0m0.125s 0m0.078s) 486. Offset underflow (run_refmod.at:94): ok (0m0.125s 0m0.078s) 487. Offset overflow (run_refmod.at:118): ok (0m0.351s 0m0.250s) 488. Length underflow (run_refmod.at:165): ok (0m0.094s 0m0.117s) 489. Length overflow (run_refmod.at:189): ok (0m0.164s 0m0.242s) 490. Length overflow with offset (run_refmod.at:231): ok (0m0.101s 0m0.086s) 491. ACCEPT OMITTED (simple) (run_accept.at:28): ok (0m0.117s 0m0.086s) 492. ACCEPT FROM TIME / DATE / DAY / DAY-OF-WEEK (1) (run_accept.at:54): ok (0m0.078s 0m0.125s) 493. ACCEPT FROM TIME / DATE / DAY / DAY-OF-WEEK (2) (run_accept.at:121): ok (0m0.125s 0m0.094s) 494. ACCEPT DATE / DAY and intrinsic functions (1) (run_accept.at:204): ok (0m0.102s 0m0.102s) 495. ACCEPT DATE / DAY and intrinsic functions (2) (run_accept.at:241): ok (0m0.086s 0m0.102s) 496. ACCEPT OMITTED (SCREEN) (run_accept.at:286): ok (0m0.102s 0m0.109s) 497. INITIALIZE group entry with OCCURS (run_initialize.at:27): ok (0m0.117s 0m0.078s) 498. INITIALIZE OCCURS with numeric edited (run_initialize.at:55): ok (0m0.109s 0m0.078s) 499. INITIALIZE OCCURS with SIGN LEADING / TRAILING (run_initialize.at:88): ok (0m0.117s 0m0.102s) 500. INITIALIZE complex group (1) (run_initialize.at:159): ok (0m0.086s 0m0.117s) 501. INITIALIZE complex group (2) (run_initialize.at:187): ok (0m0.094s 0m0.102s) 502. INITIALIZE with REDEFINES (run_initialize.at:215): ok (0m0.086s 0m0.109s) 503. INITIALIZE with FILLER (run_initialize.at:242): ok (0m0.117s 0m0.078s) 504. INITIALIZE of EXTERNAL data items (run_initialize.at:309): ok (0m0.109s 0m0.094s) 505. INITIALIZE with reference modification (run_initialize.at:360): ok (0m0.109s 0m0.094s) 506. Comma separator without space (run_misc.at:23): ok (0m0.109s 0m0.094s) 507. DECIMAL-POINT is COMMA (1) (run_misc.at:44): ok (0m0.125s 0m0.078s) 508. DECIMAL-POINT is COMMA (2) (run_misc.at:72): ok (0m0.117s 0m0.078s) 509. DECIMAL-POINT is COMMA (3) (run_misc.at:100): ok (0m0.086s 0m0.109s) 510. DECIMAL-POINT is COMMA (4) (run_misc.at:128): ok (0m0.094s 0m0.094s) 511. DECIMAL-POINT is COMMA (5) (run_misc.at:156): ok (0m0.094s 0m0.102s) 512. CURRENCY SIGN (run_misc.at:190): ok (0m0.078s 0m0.125s) 514. LOCAL-STORAGE (1) (run_misc.at:268): ok (0m0.180s 0m0.195s) 515. LOCAL-STORAGE (2) (run_misc.at:304): ok (0m0.258s 0m0.305s) 516. EXTERNAL data item (run_misc.at:352): ok (0m0.148s 0m0.219s) 517. EXTERNAL AS data item (run_misc.at:394): ok (0m0.180s 0m0.188s) 519. MOVE to itself (run_misc.at:528): ok (0m0.086s 0m0.109s) 520. MOVE with refmod (run_misc.at:554): ok (0m0.101s 0m0.102s) 521. MOVE with refmod (variable) (run_misc.at:578): ok (0m0.070s 0m0.125s) 522. MOVE with group refmod (run_misc.at:604): ok (0m0.117s 0m0.078s) 523. MOVE indexes (run_misc.at:629): ok (0m0.078s 0m0.125s) 524. MOVE X'00' (run_misc.at:655): ok (0m0.148s 0m0.227s) 525. MOVE Z'literal' (run_misc.at:690): ok (0m0.078s 0m0.125s) 526. Floating continuation indicator (run_misc.at:732): ok (0m0.086s 0m0.109s) 527. Fixed continuation indicator (run_misc.at:754): ok (0m0.086s 0m0.117s) 528. Concatenation operator (run_misc.at:796): ok (0m0.070s 0m0.133s) 529. SOURCE FIXED/FREE directives (run_misc.at:820): ok (0m0.086s 0m0.109s) 530. Level 01 subscripts (run_misc.at:857): ok (0m0.016s 0m0.023s) 531. Class check with reference modification (run_misc.at:879): ok (0m0.117s 0m0.078s) 532. Index and parenthesized expression (run_misc.at:903): ok (0m0.047s 0m0.164s) 533. Alphanumeric and binary numeric (run_misc.at:927): ok (0m0.047s 0m0.141s) 534. Non-numeric data in numeric items (run_misc.at:952): ok (0m0.383s 0m0.422s) 535. Dynamic call with static linking (run_misc.at:1026): ok (0m0.328s 0m0.313s) 536. Static call with static linking (run_misc.at:1055): ok (0m0.469s 0m0.484s) 537. Dynamic CALL with ON EXCEPTION (run_misc.at:1086): ok (0m0.180s 0m0.211s) 538. Static CALL with ON EXCEPTION (run_misc.at:1118): ok (0m0.469s 0m0.500s) 539. CALL m1. CALL m2. CALL m1. (run_misc.at:1158): ok (0m0.289s 0m0.266s) 540. Recursive CALL of RECURSIVE program (run_misc.at:1213): ok (0m0.242s 0m0.336s) 541. Recursive CALL of INITIAL program (run_misc.at:1270): ok (0m0.250s 0m0.297s) 542. Recursive CALL with RECURSIVE assumed (run_misc.at:1321): ok (0m0.250s 0m0.320s) 543. Recursive CALL with ON EXCEPTION (run_misc.at:1369): ok (0m0.312s 0m0.242s) 544. Multiple calls of INITIAL program (run_misc.at:1426): ok (0m0.203s 0m0.172s) 545. CALL binary literal parameter/LENGTH OF (run_misc.at:1483): ok (0m0.234s 0m0.313s) 546. INSPECT: REPLACING LEADING ZEROS BY SPACES (run_misc.at:1537): ok (0m0.125s 0m0.063s) 547. INSPECT: No repeat conversion check (run_misc.at:1561): ok (0m0.094s 0m0.102s) 548. INSPECT: CONVERTING TO figurative constant (run_misc.at:1585): ok (0m0.070s 0m0.125s) 549. INSPECT: CONVERTING NULL (run_misc.at:1609): ok (0m0.109s 0m0.101s) 550. INSPECT: CONVERTING TO NULL (run_misc.at:1633): ok (0m0.078s 0m0.109s) 551. INSPECT: REPLACING figurative constant (run_misc.at:1657): ok (0m0.070s 0m0.141s) 552. INSPECT: TALLYING BEFORE (run_misc.at:1681): ok (0m0.094s 0m0.117s) 553. INSPECT: TALLYING AFTER (run_misc.at:1716): ok (0m0.070s 0m0.125s) 554. INSPECT: REPLACING TRAILING ZEROS BY SPACES (run_misc.at:1751): ok (0m0.102s 0m0.102s) 555. INSPECT: REPLACING complex (run_misc.at:1775): ok (0m0.078s 0m0.109s) 556. SWITCHES (environment COB_SWITCH_n and SET) (run_misc.at:1801): ok (0m0.086s 0m0.102s) 557. Nested PERFORM (run_misc.at:1898): ok (0m0.102s 0m0.086s) 558. PERFORM VARYING BY -0.2 (run_misc.at:1922): ok (0m0.125s 0m0.078s) 559. PERFORM VARYING BY phrase omitted (run_misc.at:1949): ok (0m0.109s 0m0.133s) 560. EXIT PERFORM (run_misc.at:1980): ok (0m0.094s 0m0.117s) 561. EXIT PERFORM CYCLE (run_misc.at:2005): ok (0m0.094s 0m0.094s) 562. EXIT PARAGRAPH (run_misc.at:2030): ok (0m0.102s 0m0.117s) 563. EXIT SECTION (run_misc.at:2062): ok (0m0.102s 0m0.094s) 564. PERFORM FOREVER / PERFORM UNTIL EXIT (run_misc.at:2096): ok (0m0.125s 0m0.078s) 565. PERFORM inline (1) (run_misc.at:2137): ok (0m0.094s 0m0.094s) 566. PERFORM inline (2) (run_misc.at:2164): ok (0m0.094s 0m0.117s) 567. Non-overflow after overflow (run_misc.at:2189): ok (0m0.109s 0m0.086s) 568. PERFORM ... CONTINUE (run_misc.at:2219): ok (0m0.016s 0m0.023s) 569. STRING with subscript reference (run_misc.at:2236): ok (0m0.062s 0m0.117s) 570. STRING / UNSTRING NOT ON OVERFLOW (run_misc.at:2263): ok (0m0.156s 0m0.086s) 571. UNSTRING DELIMITED ALL LOW-VALUE (run_misc.at:2380): ok (0m0.102s 0m0.086s) 572. UNSTRING DELIMITED ALL SPACE-2 (run_misc.at:2415): ok (0m0.117s 0m0.094s) 573. UNSTRING DELIMITED POINTER (run_misc.at:2480): ok (0m0.117s 0m0.086s) 574. UNSTRING DELIMITER IN (run_misc.at:2534): ok (0m0.094s 0m0.101s) 575. UNSTRING with FUNCTION / literal (run_misc.at:2576): ok (0m0.109s 0m0.094s) 576. SORT: table sort (run_misc.at:2646): ok (0m0.094s 0m0.117s) 577. SORT: table sort (2) (run_misc.at:2688): ok (0m0.180s 0m0.070s) 578. SORT: table sort (3) (run_misc.at:2813): skipped (run_misc.at:2814) 579. SORT: EBCDIC table sort (run_misc.at:2855): ok (0m0.094s 0m0.102s) 580. PIC ZZZ-, ZZZ+ (run_misc.at:2893): ok (0m0.094s 0m0.109s) 581. PERFORM type OSVS (run_misc.at:2946): ok (0m0.102s 0m0.109s) 582. Sticky LINKAGE (run_misc.at:2983): ok (0m0.219s 0m0.156s) 583. COB_PRE_LOAD (run_misc.at:3030): ok (0m0.180s 0m0.227s) 584. COB_PRE_LOAD with entry points (run_misc.at:3056): ok (0m0.211s 0m0.336s) 585. Lookup ENTRY from main executable (run_misc.at:3126): ok (0m0.070s 0m0.125s) 586. COB_LOAD_CASE=UPPER test (run_misc.at:3167): ok (0m0.242s 0m0.141s) 587. ALLOCATE / FREE with BASED item (1) (run_misc.at:3193): ok (0m0.078s 0m0.125s) 588. ALLOCATE / FREE with BASED item (2) (run_misc.at:3220): ok (0m0.195s 0m0.234s) 589. ALLOCATE CHARACTERS INITIALIZED TO (run_misc.at:3267): ok (0m0.109s 0m0.102s) 590. Initialized value with defaultbyte (run_misc.at:3308): ok (0m0.102s 0m0.094s) 591. CALL with OMITTED parameter (run_misc.at:3333): ok (0m0.187s 0m0.195s) 592. CALL in from C, cob_call_params explicitly set (run_misc.at:3372): ok (0m0.133s 0m0.141s) 593. CALL in from C, cob_call_params unknown (run_misc.at:3432): ok (0m0.148s 0m0.133s) 594. CALL C with callback, PROCEDURE DIVISION EXTERN (run_misc.at:3489): ok (0m0.156s 0m0.156s) 595. CALL C with callback, ENTRY-CONVENTION EXTERN (run_misc.at:3555): ok (0m0.141s 0m0.141s) 596. CALL in from C with init missing / implicit (run_misc.at:3621): ok (0m0.234s 0m0.266s) 597. CALL STATIC C from COBOL (run_misc.at:3673): ok (0m0.117s 0m0.141s) 598. ANY LENGTH (1) (run_misc.at:3729): ok (0m0.209s 0m0.174s) 599. ANY LENGTH (2) (run_misc.at:3772): ok (0m0.195s 0m0.188s) 600. ANY LENGTH (3) (run_misc.at:3816): ok (0m0.086s 0m0.125s) 601. ANY LENGTH (4) (run_misc.at:3859): ok (0m0.094s 0m0.102s) 602. ANY LENGTH (5) (run_misc.at:3902): ok (0m0.086s 0m0.141s) 603. access to BASED item without allocation (run_misc.at:3927): ok (0m0.219s 0m0.195s) 604. access to OPTIONAL LINKAGE item not passed (run_misc.at:3968): ok (0m0.187s 0m0.195s) 605. STOP RUN WITH NORMAL STATUS (run_misc.at:4010): ok (0m0.109s 0m0.086s) 606. STOP RUN WITH ERROR STATUS (run_misc.at:4028): ok (0m0.094s 0m0.086s) 607. SYMBOLIC clause (run_misc.at:4046): ok (0m0.101s 0m0.086s) 608. OCCURS clause with 1 entry (run_misc.at:4083): ok (0m0.117s 0m0.078s) 609. Computing of different USAGEs w/o decimal point (run_misc.at:4132): ok (0m0.469s 0m0.297s) 610. Computing of different USAGEs w/- decimal point (run_misc.at:4768): ok (0m0.469s 0m0.289s) 611. C/C++ reserved words/predefined identifiers (run_misc.at:5403): ok (0m0.351s 0m0.234s) 612. ON EXCEPTION clause of DISPLAY (run_misc.at:5863): ok (0m0.102s 0m0.094s) 613. EC-SCREEN-LINE-NUMBER and -STARTING-COLUMN (run_misc.at:5888): ok (0m0.078s 0m0.125s) 614. LINE/COLUMN 0 exceptions (run_misc.at:5929): ok (0m0.109s 0m0.094s) 615. SET LAST EXCEPTION TO OFF (run_misc.at:5967): ok (0m0.094s 0m0.102s) 616. void PROCEDURE (run_misc.at:6003): ok (0m0.219s 0m0.172s) 617. Figurative constants to numeric field (run_misc.at:6032): ok (0m0.234s 0m0.219s) 618. MF FIGURATIVE to NUMERIC (run_misc.at:6094): ok (0m0.187s 0m0.156s) 619. void PROCEDURE, NOTHING return (run_misc.at:6224): ok (0m0.156s 0m0.219s) 620. READY TRACE / RESET TRACE (run_misc.at:6256): ok (0m1.031s 0m0.852s) 621. Trace feature with subroutine (run_misc.at:6563): ok (0m0.766s 0m0.383s) 622. Test dump feature (run_misc.at:8629): ok (0m0.430s 0m0.219s) 623. CALL with program prototypes (run_misc.at:9099): ok (0m0.125s 0m0.109s) 624. REDEFINES values on FILLER and INITIALIZE (run_misc.at:9155): ok (0m0.102s 0m0.109s) 625. PICTURE with constant-name (run_misc.at:9210): ok (0m0.133s 0m0.125s) 626. Quote marks in comment paragraphs (run_misc.at:9238): ok (0m0.180s 0m0.219s) 627. Numeric MOVE with/without -fbinary-truncate (run_misc.at:9264): ok (0m0.172s 0m0.227s) 628. Alphanumeric MOVE with truncation (run_misc.at:9324): ok (0m0.094s 0m0.109s) 629. PROGRAM-ID / CALL literal/variable with spaces (run_misc.at:9388): ok (0m0.078s 0m0.156s) 631. DEFAULT ROUNDED MODE (run_misc.at:9677): ok (0m0.078s 0m0.117s) 632. OCCURS INDEXED ASCENDING (run_misc.at:9707): ok (0m0.133s 0m0.078s) 633. ZERO unsigned and negative binary subscript (run_misc.at:9805): ok (0m0.211s 0m0.211s) 634. Default Arithmetic (1) (run_misc.at:9868): ok (0m0.086s 0m0.148s) 635. Default Arithmetic Test (2) (run_misc.at:9972): ok (0m0.117s 0m0.109s) 636. OSVS Arithmetic (1) (run_misc.at:10023): ok (0m0.156s 0m0.109s) 637. OSVS Arithmetic Test (2) (run_misc.at:10140): ok (0m0.141s 0m0.117s) 638. SET CONSTANT directive (run_misc.at:10197): ok (0m0.359s 0m0.273s) 639. DEFINE OVERRIDE (run_misc.at:10300): ok (0m0.078s 0m0.133s) 640. DEFINE Defaults (run_misc.at:10366): ok (0m0.109s 0m0.094s) 641. 78 VALUE (run_misc.at:10432): ok (0m0.102s 0m0.102s) 642. 01 CONSTANT (run_misc.at:10500): ok (0m0.102s 0m0.102s) 643. DISPLAY UPON (run_misc.at:10580): ok (0m0.125s 0m0.141s) 644. FLOAT-DECIMAL w/o SIZE ERROR (run_misc.at:10653): ok (0m8.094s 0m0.109s) 645. FLOAT-SHORT / FLOAT-LONG w/o SIZE ERROR (run_misc.at:10827): ok (0m0.156s 0m0.102s) 646. FLOAT-SHORT with SIZE ERROR (run_misc.at:11026): ok (0m0.102s 0m0.102s) 647. FLOAT-LONG with SIZE ERROR (run_misc.at:11077): ok (0m0.102s 0m0.117s) 648. EC-SIZE-ZERO-DIVIDE (run_misc.at:11134): ok (0m0.109s 0m0.094s) 649. EC-SIZE-OVERFLOW (run_misc.at:11177): ok (0m0.094s 0m0.102s) 650. Constant Expressions (run_misc.at:11208): ok (0m0.109s 0m0.102s) 651. READ INTO data item AT-END sequence (run_file.at:23): ok (0m0.117s 0m0.078s) 652. LINAGE and LINAGE-COUNTER sample (run_file.at:60): ok (0m0.117s 0m0.125s) 653. OUTPUT on INDEXED file to missing directory (run_file.at:346): ok (0m0.086s 0m0.125s) 654. First READ on empty SEQUENTIAL INDEXED file (run_file.at:391): ok (0m0.102s 0m0.109s) 655. READ NEXT without previous START (run_file.at:431): ok (0m0.117s 0m0.109s) 656. REWRITE a RELATIVE file with RANDOM access (run_file.at:509): ok (0m0.109s 0m0.117s) 657. File SORT, SEQUENTIAL (run_file.at:576): ok (0m0.141s 0m0.078s) 658. File SORT, SEQUENTIAL variable records (run_file.at:626): ok (0m0.133s 0m0.109s) 659. File SORT, LINE SEQUENTIAL (run_file.at:708): ok (0m0.117s 0m0.125s) 660. File SORT, LINE SEQUENTIAL same file (run_file.at:767): ok (0m0.101s 0m0.117s) 661. File SORT, LINE SEQUENTIAL variable records (run_file.at:814): ok (0m0.117s 0m0.102s) 662. File MERGE, LINE SEQUENTIAL variable records (run_file.at:878): ok (0m0.141s 0m0.086s) 663. SORT nonexistent file (run_file.at:969): ok (0m0.070s 0m0.133s) 664. SORT with INPUT/OUTPUT PROCEDUREs (run_file.at:1004): ok (0m0.148s 0m0.078s) 665. SORT with key1 ASCENDING, key2 DESCENDING (run_file.at:1094): ok (0m0.086s 0m0.109s) 666. ASSIGN with LOCAL-STORAGE item (run_file.at:1158): ok (0m0.094s 0m0.102s) 667. ASSIGN with LOCAL-STORAGE item and INITIAL prog (run_file.at:1195): ok (0m0.094s 0m0.133s) 668. ASSIGN with BASED data item (run_file.at:1235): ok (0m0.226s 0m0.211s) 669. ASSIGN with data item in LINKAGE (run_file.at:1316): ok (0m0.273s 0m0.203s) 670. INDEXED file sparse/split keys (run_file.at:1489): ok (0m0.203s 0m0.180s) 671. INDEXED file split keys WITH DUPLICATES (run_file.at:2009): ok (0m0.156s 0m0.086s) 672. INDEXED file variable length record (run_file.at:2167): ok (0m0.141s 0m0.125s) 673. INDEXED sample (run_file.at:2422): ok (0m0.156s 0m0.156s) 674. WRITE + REWRITE FILE name (run_file.at:2828): ok (0m0.164s 0m0.086s) 675. START RELATIVE (1) (run_file.at:2981): ok (0m0.086s 0m0.109s) 676. START RELATIVE (2) (run_file.at:3030): ok (0m0.125s 0m0.086s) 677. START RELATIVE (3) (run_file.at:3106): ok (0m0.133s 0m0.094s) 678. READ on OPTIONAL missing RELATIVE file (run_file.at:3182): ok (0m0.094s 0m0.109s) 679. READ on OPTIONAL missing INDEXED file (run_file.at:3242): ok (0m0.117s 0m0.094s) 680. EXTERNAL RELATIVE file (run_file.at:3292): ok (0m0.086s 0m0.102s) 681. DECLARATIVES procedure referencing (run_file.at:3328): ok (0m0.102s 0m0.086s) 682. DECLARATIVES procedure referencing (multiple) (run_file.at:3368): ok (0m0.102s 0m0.117s) 683. System routines for directories (1) (run_file.at:3412): ok (0m0.102s 0m0.102s) 685. System routines for files (run_file.at:3547): ok (0m0.180s 0m0.258s) 686. System routine CBL_COPY_FILE (run_file.at:3717): ok (0m0.063s 0m0.125s) 688. SEQUENTIAL basic I/O (run_file.at:3824): ok (0m0.141s 0m0.062s) 689. LINE SEQUENTIAL basic I/O (run_file.at:3858): ok (0m0.117s 0m0.094s) 690. LINE SEQUENTIAL record truncation (run_file.at:3892): ok (0m0.102s 0m0.094s) 691. SEQUENTIAL file I/O with variable records (run_file.at:3939): ok (0m0.117s 0m0.102s) 692. LINE SEQUENTIAL file I/O with variable records (run_file.at:4014): ok (0m0.117s 0m0.102s) 693. SEQUENTIAL file REWRITE (run_file.at:4088): ok (0m0.109s 0m0.141s) 699. RELATIVE SEQUENTIAL basic I/O (run_file.at:4493): ok (0m0.102s 0m0.109s) 700. RELATIVE RANDOM basic I/O (run_file.at:4527): ok (0m0.094s 0m0.109s) 701. RELATIVE SEQUENTIAL with variable records (run_file.at:4577): ok (0m0.117s 0m0.094s) 702. INDEXED SEQUENTIAL basic I/O (run_file.at:4651): ok (0m0.094s 0m0.109s) 703. INDEXED SEQUENTIAL with variable records (run_file.at:4689): ok (0m0.094s 0m0.125s) 710. INDEXED file with LOCK AUTOMATIC (2) (run_file.at:5188): ok (0m0.187s 0m0.250s) 712. START INDEXED (run_file.at:5344): ok (0m0.148s 0m0.086s) 713. INDEXED partial keys (run_file.at:5423): ok (0m0.117s 0m0.125s) 714. INDEXED undeclared keys (run_file.at:5562): ok (0m0.195s 0m0.086s) 716. Report Line Order (run_reportwriter.at:23): ok (0m0.078s 0m0.133s) 717. REPORT COL PLUS (run_reportwriter.at:120): ok (0m0.117s 0m0.102s) 718. Report Overlapping Fields (run_reportwriter.at:189): ok (0m0.086s 0m0.109s) 719. EMPTY REPORT (run_reportwriter.at:258): ok (0m0.125s 0m0.094s) 720. PAGE LIMIT REPORT (run_reportwriter.at:327): ok (0m0.102s 0m0.102s) 721. PAGE LIMIT REPORT 2 (run_reportwriter.at:389): ok (0m0.109s 0m0.102s) 722. Sample Customer Report (run_reportwriter.at:461): ok (0m0.109s 0m0.109s) 723. Sample Charge Report (run_reportwriter.at:776): ok (0m0.133s 0m0.117s) 724. Sample Charge Report 2 (run_reportwriter.at:1129): ok (0m0.109s 0m0.133s) 725. Sample Charge Report 3 (run_reportwriter.at:1499): ok (0m0.117s 0m0.125s) 726. Sample Charge Report 4 (run_reportwriter.at:1799): ok (0m0.156s 0m0.102s) 727. Sample Payroll Report (run_reportwriter.at:2215): ok (0m0.289s 0m0.156s) 728. Sample REPORT with RIGHT/CENTER (run_reportwriter.at:2900): ok (0m0.180s 0m0.117s) 729. STUDENT REPORT with INITIAL (run_reportwriter.at:3068): ok (0m0.164s 0m0.086s) 730. ORDER REPORT; Test substring (run_reportwriter.at:3220): ok (0m0.109s 0m0.141s) 731. Sample Control Break (run_reportwriter.at:3568): ok (0m0.125s 0m0.094s) 732. Sample Inventory Report (run_reportwriter.at:3797): ok (0m0.117s 0m0.102s) 733. Duplicate Detail Line (run_reportwriter.at:3987): ok (0m0.102s 0m0.125s) 734. Report with OCCURS (run_reportwriter.at:4115): ok (0m0.133s 0m0.078s) 735. Report CODE and LIMIT COLUMNS (run_reportwriter.at:4220): ok (0m0.242s 0m0.203s) 736. Duplicate INITIATE (run_reportwriter.at:4441): ok (0m0.125s 0m0.086s) 737. Missing INITIATE (run_reportwriter.at:4507): ok (0m0.109s 0m0.109s) 738. Next Group Next Page (run_reportwriter.at:4569): ok (0m0.117s 0m0.133s) 739. Report PRESENT AFTER (run_reportwriter.at:8892): ok (0m0.141s 0m0.094s) 740. RETURN-CODE moving (run_returncode.at:23): ok (0m0.062s 0m0.125s) 741. RETURN-CODE passing (run_returncode.at:49): ok (0m0.297s 0m0.266s) 742. RETURN-CODE nested (run_returncode.at:101): ok (0m0.102s 0m0.117s) 743. FUNCTION ABS (run_functions.at:24): ok (0m0.101s 0m0.086s) 744. FUNCTION ACOS (run_functions.at:46): ok (0m0.094s 0m0.094s) 745. FUNCTION ANNUITY (run_functions.at:70): ok (0m0.102s 0m0.086s) 746. FUNCTION ASIN (run_functions.at:94): ok (0m0.070s 0m0.117s) 747. FUNCTION ATAN (run_functions.at:118): ok (0m0.101s 0m0.094s) 748. FUNCTION BYTE-LENGTH (run_functions.at:142): ok (0m0.065s 0m0.125s) 749. FUNCTION CHAR (run_functions.at:212): ok (0m0.109s 0m0.086s) 750. FUNCTION COMBINED-DATETIME (run_functions.at:250): ok (0m0.086s 0m0.102s) 751. FUNCTION CONCATENATE (run_functions.at:275): ok (0m0.086s 0m0.117s) 752. FUNCTION CONCATENATE with reference modding (run_functions.at:314): ok (0m0.117s 0m0.086s) 753. FUNCTION CONTENT-LENGTH (run_functions.at:342): ok (0m0.086s 0m0.102s) 754. FUNCTION CONTENT-OF (run_functions.at:376): ok (0m0.094s 0m0.102s) 755. FUNCTION as CALL parameter BY CONTENT (run_functions.at:403): ok (0m0.117s 0m0.078s) 756. FUNCTION COS (run_functions.at:439): ok (0m0.086s 0m0.109s) 757. FUNCTION CURRENCY-SYMBOL (run_functions.at:463): ok (0m0.070s 0m0.125s) 758. FUNCTION CURRENT-DATE (run_functions.at:486): ok (0m0.094s 0m0.102s) 759. FUNCTION DATE-OF-INTEGER (run_functions.at:557): ok (0m0.102s 0m0.094s) 760. FUNCTION DATE-TO-YYYYMMDD (run_functions.at:582): ok (0m0.109s 0m0.102s) 761. FUNCTION DAY-OF-INTEGER (run_functions.at:607): ok (0m0.102s 0m0.094s) 762. FUNCTION DAY-TO-YYYYDDD (run_functions.at:632): ok (0m0.070s 0m0.117s) 763. FUNCTION E (run_functions.at:657): ok (0m0.102s 0m0.109s) 764. FUNCTION EXCEPTION-FILE (run_functions.at:681): ok (0m0.078s 0m0.125s) 765. FUNCTION EXCEPTION-LOCATION (run_functions.at:716): ok (0m0.109s 0m0.102s) 766. FUNCTION EXCEPTION-STATEMENT (run_functions.at:755): ok (0m0.086s 0m0.125s) 767. FUNCTION EXCEPTION-STATUS (run_functions.at:790): ok (0m0.102s 0m0.102s) 768. FUNCTION EXP (run_functions.at:825): ok (0m0.102s 0m0.094s) 769. FUNCTION EXP10 (run_functions.at:849): ok (0m0.094s 0m0.094s) 770. FUNCTION FACTORIAL (run_functions.at:874): ok (0m0.094s 0m0.094s) 771. FUNCTION FORMATTED-CURRENT-DATE (run_functions.at:899): ok (0m0.109s 0m0.086s) 772. FUNCTION FORMATTED-DATE (run_functions.at:927): ok (0m0.109s 0m0.094s) 773. FUNCTION FORMATTED-DATE with ref modding (run_functions.at:990): ok (0m0.102s 0m0.102s) 774. FUNCTION FORMATTED-DATETIME (run_functions.at:1015): ok (0m0.078s 0m0.109s) 775. FUNCTION FORMATTED-DATETIME with ref modding (run_functions.at:1072): ok (0m0.086s 0m0.125s) 776. FUNCTION FORMATTED-TIME (run_functions.at:1098): ok (0m0.109s 0m0.102s) 777. FUNCTION FORMATTED-TIME DP.COMMA (run_functions.at:1185): ok (0m0.078s 0m0.117s) 778. FUNCTION FORMATTED-TIME with ref modding (run_functions.at:1216): ok (0m0.109s 0m0.086s) 779. FUNCTION FRACTION-PART (run_functions.at:1241): ok (0m0.086s 0m0.117s) 780. FUNCTION HIGHEST-ALGEBRAIC (run_functions.at:1272): ok (0m0.094s 0m0.125s) 781. FUNCTION INTEGER (run_functions.at:1340): ok (0m0.086s 0m0.109s) 782. FUNCTION INTEGER-OF-DATE (run_functions.at:1373): ok (0m0.117s 0m0.078s) 783. FUNCTION INTEGER-OF-DAY (run_functions.at:1398): ok (0m0.094s 0m0.102s) 784. FUNCTION INTEGER-OF-FORMATTED-DATE (run_functions.at:1423): ok (0m0.117s 0m0.070s) 785. FUNCTION INTEGER-PART (run_functions.at:1473): ok (0m0.101s 0m0.094s) 786. FUNCTION LENGTH (run_functions.at:1499): ok (0m0.086s 0m0.125s) 787. FUNCTION LOCALE-COMPARE (run_functions.at:1567): ok (0m0.094s 0m0.109s) 788. FUNCTION LOCALE-DATE (run_functions.at:1597): ok (0m0.109s 0m0.094s) 789. FUNCTION LOCALE-TIME (run_functions.at:1623): ok (0m0.102s 0m0.102s) 790. FUNCTION LOCALE-TIME-FROM-SECONDS (run_functions.at:1649): ok (0m0.102s 0m0.094s) 791. FUNCTION LOG (run_functions.at:1675): ok (0m0.094s 0m0.094s) 792. FUNCTION LOG10 (run_functions.at:1699): ok (0m0.086s 0m0.125s) 793. FUNCTION LOWER-CASE (run_functions.at:1723): ok (0m0.078s 0m0.117s) 794. FUNCTION LOWER-CASE with reference modding (run_functions.at:1751): ok (0m0.109s 0m0.094s) 795. FUNCTION LOWEST-ALGEBRAIC (run_functions.at:1777): ok (0m0.094s 0m0.102s) 796. FUNCTION MAX (run_functions.at:1830): ok (0m0.094s 0m0.109s) 797. FUNCTION MEAN (run_functions.at:1852): ok (0m0.078s 0m0.117s) 798. FUNCTION MEDIAN (run_functions.at:1874): ok (0m0.070s 0m0.117s) 799. FUNCTION MIDRANGE (run_functions.at:1896): ok (0m0.070s 0m0.125s) 800. FUNCTION MIN (run_functions.at:1918): ok (0m0.070s 0m0.125s) 801. FUNCTION MOD (valid) (run_functions.at:1940): ok (0m0.102s 0m0.094s) 802. FUNCTION MOD (invalid) (run_functions.at:1970): ok (0m0.102s 0m0.102s) 803. FUNCTION MODULE-CALLER-ID (run_functions.at:2001): ok (0m0.187s 0m0.195s) 804. FUNCTION MODULE-DATE (run_functions.at:2035): ok (0m0.102s 0m0.109s) 805. FUNCTION MODULE-FORMATTED-DATE (run_functions.at:2060): ok (0m0.094s 0m0.117s) 806. FUNCTION MODULE-ID (run_functions.at:2085): ok (0m0.055s 0m0.148s) 807. FUNCTION MODULE-PATH (run_functions.at:2106): ok (0m0.070s 0m0.125s) 808. FUNCTION MODULE-SOURCE (run_functions.at:2131): ok (0m0.094s 0m0.109s) 809. FUNCTION MODULE-TIME (run_functions.at:2152): ok (0m0.102s 0m0.109s) 810. FUNCTION MONETARY-DECIMAL-POINT (run_functions.at:2177): ok (0m0.086s 0m0.109s) 811. FUNCTION MONETARY-THOUSANDS-SEPARATOR (run_functions.at:2200): ok (0m0.117s 0m0.094s) 812. FUNCTION NUMERIC-DECIMAL-POINT (run_functions.at:2223): ok (0m0.125s 0m0.070s) 813. FUNCTION NUMERIC-THOUSANDS-SEPARATOR (run_functions.at:2246): ok (0m0.094s 0m0.117s) 814. FUNCTION NUMVAL (run_functions.at:2269): ok (0m0.094s 0m0.109s) 815. FUNCTION NUMVAL-C (run_functions.at:2300): ok (0m0.109s 0m0.094s) 816. FUNCTION NUMVAL-C DP.COMMA (run_functions.at:2331): ok (0m0.102s 0m0.094s) 817. FUNCTION NUMVAL-F (run_functions.at:2361): ok (0m0.117s 0m0.070s) 818. FUNCTION ORD (run_functions.at:2384): ok (0m0.086s 0m0.102s) 819. FUNCTION ORD-MAX (run_functions.at:2406): ok (0m0.117s 0m0.078s) 820. FUNCTION ORD-MIN (run_functions.at:2428): ok (0m0.086s 0m0.117s) 821. FUNCTION PI (run_functions.at:2450): ok (0m0.086s 0m0.094s) 822. FUNCTION PRESENT-VALUE (run_functions.at:2474): ok (0m0.070s 0m0.133s) 823. FUNCTION RANDOM (run_functions.at:2496): ok (0m0.102s 0m0.117s) 824. FUNCTION RANGE (run_functions.at:2520): ok (0m0.102s 0m0.094s) 825. FUNCTION REM (valid) (run_functions.at:2544): ok (0m0.101s 0m0.094s) 826. FUNCTION REM (invalid) (run_functions.at:2567): ok (0m0.086s 0m0.125s) 827. FUNCTION REVERSE (run_functions.at:2598): ok (0m0.086s 0m0.102s) 828. FUNCTION REVERSE with reference modding (run_functions.at:2623): ok (0m0.094s 0m0.094s) 829. FUNCTION SECONDS-FROM-FORMATTED-TIME (run_functions.at:2648): ok (0m0.117s 0m0.094s) 830. FUNCTION SECONDS-PAST-MIDNIGHT (run_functions.at:2715): ok (0m0.102s 0m0.086s) 831. FUNCTION SIGN (run_functions.at:2739): ok (0m0.117s 0m0.078s) 832. FUNCTION SIN (run_functions.at:2778): ok (0m0.109s 0m0.086s) 833. FUNCTION SQRT (run_functions.at:2802): ok (0m0.125s 0m0.063s) 834. FUNCTION STANDARD-DEVIATION (run_functions.at:2826): ok (0m0.094s 0m0.109s) 835. FUNCTION STORED-CHAR-LENGTH (run_functions.at:2850): ok (0m0.109s 0m0.109s) 836. FUNCTION SUBSTITUTE (run_functions.at:2876): ok (0m0.102s 0m0.094s) 837. FUNCTION SUBSTITUTE with reference modding (run_functions.at:2905): ok (0m0.102s 0m0.086s) 838. FUNCTION SUBSTITUTE-CASE (run_functions.at:2933): ok (0m0.086s 0m0.109s) 839. FUNCTION SUBSTITUTE-CASE with reference mod (run_functions.at:2960): ok (0m0.078s 0m0.117s) 840. FUNCTION SUM (run_functions.at:2988): ok (0m0.102s 0m0.102s) 841. FUNCTION TAN (run_functions.at:3012): ok (0m0.094s 0m0.094s) 842. FUNCTION TEST-DATE-YYYYMMDD (run_functions.at:3036): ok (0m0.070s 0m0.109s) 843. FUNCTION TEST-DAY-YYYYDDD (run_functions.at:3058): ok (0m0.094s 0m0.109s) 844. FUNCTION TEST-FORMATTED-DATETIME with dates (run_functions.at:3080): ok (0m0.148s 0m0.078s) 845. FUNCTION TEST-FORMATTED-DATETIME with times (run_functions.at:3207): ok (0m0.102s 0m0.109s) 846. FUNCTION TEST-FORMATTED-DATETIME with datetimes (run_functions.at:3288): ok (0m0.094s 0m0.117s) 847. FUNCTION TEST-FORMATTED-DATETIME DP.COMMA (run_functions.at:3341): ok (0m0.109s 0m0.094s) 848. FUNCTION TEST-NUMVAL (run_functions.at:3382): ok (0m0.078s 0m0.141s) 849. FUNCTION TEST-NUMVAL-C (run_functions.at:3480): ok (0m0.102s 0m0.117s) 850. FUNCTION TEST-NUMVAL-F (run_functions.at:3578): ok (0m0.109s 0m0.109s) 851. FUNCTION TRIM (run_functions.at:3676): ok (0m0.078s 0m0.117s) 852. FUNCTION TRIM with reference modding (run_functions.at:3702): ok (0m0.102s 0m0.109s) 853. FUNCTION TRIM zero length (run_functions.at:3728): ok (0m0.133s 0m0.078s) 854. FUNCTION UPPER-CASE (run_functions.at:3755): ok (0m0.102s 0m0.094s) 855. FUNCTION UPPER-CASE with reference modding (run_functions.at:3780): ok (0m0.094s 0m0.094s) 856. FUNCTION VARIANCE (run_functions.at:3805): ok (0m0.078s 0m0.109s) 857. FUNCTION WHEN-COMPILED (run_functions.at:3829): ok (0m0.133s 0m0.086s) 858. FUNCTION YEAR-TO-YYYY (run_functions.at:3883): ok (0m0.109s 0m0.086s) 859. Formatted funcs w/ invalid variable format (run_functions.at:3907): ok (0m0.117s 0m0.094s) 860. FORMATTED-(DATE)TIME with SYSTEM-OFFSET (run_functions.at:3987): ok (0m0.102s 0m0.109s) 861. Intrinsics without FUNCTION keyword (1) (run_functions.at:4025): ok (0m0.078s 0m0.109s) 862. Intrinsics without FUNCTION keyword (2) (run_functions.at:4046): ok (0m0.070s 0m0.125s) 863. User-Defined FUNCTION with/without parameter (run_functions.at:4069): ok (0m0.109s 0m0.109s) 864. UDF in COMPUTE (run_functions.at:4120): ok (0m0.086s 0m0.125s) 865. UDF replacing intrinsic function (run_functions.at:4163): ok (0m0.102s 0m0.109s) 867. CALL BY CONTENT binary and literal (run_extensions.at:25): ok (0m0.141s 0m0.203s) 868. Numeric Boolean literal (run_extensions.at:74): ok (0m0.086s 0m0.109s) 869. ACUCOBOL literal (run_extensions.at:105): ok (0m0.109s 0m0.086s) 870. Hexadecimal numeric literal (run_extensions.at:133): ok (0m0.094s 0m0.102s) 871. Semi-parenthesized condition (run_extensions.at:161): ok (0m0.094s 0m0.094s) 872. ADDRESS OF (run_extensions.at:181): ok (0m0.078s 0m0.109s) 873. LENGTH OF (run_extensions.at:231): ok (0m0.102s 0m0.125s) 874. SET TO SIZE OF (run_extensions.at:365): ok (0m0.070s 0m0.117s) 875. WHEN-COMPILED (run_extensions.at:402): ok (0m0.117s 0m0.094s) 876. Complex OCCURS DEPENDING ON (1) (run_extensions.at:431): ok (0m0.117s 0m0.086s) 877. Complex OCCURS DEPENDING ON (2) (run_extensions.at:460): ok (0m0.172s 0m0.078s) 878. Complex OCCURS DEPENDING ON (3) (run_extensions.at:523): ok (0m0.125s 0m0.102s) 879. Complex OCCURS DEPENDING ON (4) (run_extensions.at:586): ok (0m0.141s 0m0.070s) 880. Complex OCCURS DEPENDING ON (5) (run_extensions.at:652): ok (0m0.117s 0m0.102s) 881. Complex OCCURS DEPENDING ON (6) (run_extensions.at:718): ok (0m0.094s 0m0.102s) 882. OCCURS UNBOUNDED (1) (run_extensions.at:759): ok (0m0.102s 0m0.102s) 884. DEPENDING ON with ODOSLIDE (run_extensions.at:957): ok (0m0.172s 0m0.125s) 885. DEPENDING ON with ODOSLIDE for IBM (run_extensions.at:1166): ok (0m0.117s 0m0.117s) 886. INITIALIZE level 01 (run_extensions.at:1269): ok (0m0.094s 0m0.109s) 887. MOVE of non-integer to alphanumeric (run_extensions.at:1321): ok (0m0.141s 0m0.094s) 888. CALL USING file-name (run_extensions.at:1411): ok (0m0.172s 0m0.195s) 889. CALL unusual PROGRAM-ID. (run_extensions.at:1455): ok (0m0.437s 0m0.477s) 890. CALL / GOBACK with LOCAL-STORAGE (run_extensions.at:1519): ok (0m0.195s 0m0.195s) 891. CALL BY VALUE alphanumeric item (run_extensions.at:1569): ok (0m0.117s 0m0.086s) 892. CALL BY VALUE numeric literal WITH SIZE (run_extensions.at:1606): ok (0m0.133s 0m0.110s) 893. Case-sensitive PROGRAM-ID (run_extensions.at:1710): ok (0m0.109s 0m0.102s) 894. Quoted PROGRAM-ID (run_extensions.at:1735): ok (0m0.078s 0m0.117s) 895. PROGRAM-ID AS clause (run_extensions.at:1758): ok (0m0.094s 0m0.117s) 896. ASSIGN clause (run_extensions.at:1782): ok (0m0.086s 0m0.125s) 897. ASSIGN clause IBM (run_extensions.at:1810): ok (0m0.086s 0m0.102s) 898. ASSIGN expansion (run_extensions.at:1839): ok (0m0.094s 0m0.094s) 899. ASSIGN mapping (run_extensions.at:1865): ok (0m0.429s 0m0.484s) 900. ASSIGN with COB_FILE_PATH (run_extensions.at:2036): ok (0m0.101s 0m0.133s) 901. NUMBER-OF-CALL-PARAMETERS (run_extensions.at:2070): ok (0m0.242s 0m0.148s) 902. TALLY register (run_extensions.at:2125): ok (0m0.125s 0m0.125s) 903. Redefining TALLY (run_extensions.at:2159): ok (0m0.125s 0m0.117s) 904. PROCEDURE DIVISION USING BY ... (run_extensions.at:2195): ok (0m0.187s 0m0.180s) 905. PROCEDURE DIVISION CHAINING (run_extensions.at:2248): ok (0m0.523s 0m0.672s) 906. STOP RUN RETURNING/GIVING (run_extensions.at:2371): ok (0m0.367s 0m0.406s) 907. GOBACK/EXIT PROGRAM RETURNING/GIVING (run_extensions.at:2427): ok (0m0.227s 0m0.180s) 908. ENTRY (run_extensions.at:2477): ok (0m0.195s 0m0.195s) 909. LINE SEQUENTIAL write (run_extensions.at:2523): ok (0m0.117s 0m0.086s) 910. LINE SEQUENTIAL read (run_extensions.at:2569): ok (0m0.102s 0m0.117s) 911. ASSIGN to KEYBOARD/DISPLAY (run_extensions.at:2636): ok (0m0.109s 0m0.102s) 913. Environment/Argument variable (run_extensions.at:2756): ok (0m0.117s 0m0.086s) 914. 78 Level (1) (run_extensions.at:2803): ok (0m0.078s 0m0.109s) 915. 78 Level (2) (run_extensions.at:2826): ok (0m0.094s 0m0.094s) 916. 78 Level (3) (run_extensions.at:2852): ok (0m0.070s 0m0.125s) 917. SWITCHES with non-standard names (run_extensions.at:2876): ok (0m0.109s 0m0.109s) 918. Larger REDEFINES lengths (run_extensions.at:2989): ok (0m0.117s 0m0.078s) 919. Obsolete 2002 keywords with COBOL2014 (run_extensions.at:3074): ok (0m0.109s 0m0.125s) 920. System routine with wrong number of parameters (run_extensions.at:3104): ok (0m0.117s 0m0.141s) 921. System routine C$NARG (run_extensions.at:3147): ok (0m0.305s 0m0.297s) 922. System routine C$PARAMSIZE (run_extensions.at:3224): ok (0m0.195s 0m0.180s) 923. System routine C$CALLEDBY (run_extensions.at:3266): ok (0m0.180s 0m0.188s) 924. System routine C$JUSTIFY (run_extensions.at:3312): ok (0m0.125s 0m0.086s) 925. System routine C$PRINTABLE (run_extensions.at:3337): ok (0m0.133s 0m0.078s) 926. System routine C$MAKEDIR (run_extensions.at:3366): ok (0m0.125s 0m0.070s) 927. System routine C$GETPID (run_extensions.at:3387): ok (0m0.101s 0m0.102s) 928. System routine C$TOUPPER (run_extensions.at:3412): ok (0m0.094s 0m0.109s) 929. System routine C$TOLOWER (run_extensions.at:3437): ok (0m0.094s 0m0.109s) 930. System routine CBL_OR (run_extensions.at:3462): ok (0m0.094s 0m0.117s) 931. System routine CBL_NOR (run_extensions.at:3489): ok (0m0.094s 0m0.109s) 932. System routine CBL_AND (run_extensions.at:3516): ok (0m0.086s 0m0.109s) 933. System routine CBL_XOR (run_extensions.at:3543): ok (0m0.070s 0m0.133s) 934. System routine CBL_IMP (run_extensions.at:3570): ok (0m0.094s 0m0.102s) 935. System routine CBL_NIMP (run_extensions.at:3597): ok (0m0.109s 0m0.094s) 936. System routine CBL_NOT (run_extensions.at:3624): ok (0m0.109s 0m0.109s) 937. System routine CBL_EQ (run_extensions.at:3650): ok (0m0.078s 0m0.125s) 938. System routine CBL_GC_GETOPT (run_extensions.at:3677): ok (0m0.656s 0m0.445s) 939. System routine CBL_GC_FORK (run_extensions.at:4114): ok (0m0.117s 0m0.102s) 940. System routine CBL_GC_WAITPID (run_extensions.at:4182): ok (0m0.102s 0m0.109s) 941. System routine CBL_GC_HOSTED (run_extensions.at:4234): ok (0m0.258s 0m0.289s) 942. System routine SYSTEM, parameter handling (run_extensions.at:4353): ok (0m0.148s 0m0.156s) 943. System routine CBL_ERROR_PROC (run_extensions.at:4464): ok (0m0.258s 0m0.195s) 944. DISPLAY DIRECTIVE and $DISPLAY (run_extensions.at:4552): ok (0m0.086s 0m0.102s) 945. Conditional/define directives (1) (run_extensions.at:4577): ok (0m0.078s 0m0.117s) 946. Conditional/define directives (2) (run_extensions.at:4602): ok (0m0.078s 0m0.117s) 947. Conditional/define directives (3) (run_extensions.at:4627): ok (0m0.109s 0m0.094s) 948. Conditional/define directives (4) (run_extensions.at:4655): ok (0m0.109s 0m0.094s) 949. Conditional/define directives (5) (run_extensions.at:4681): ok (0m0.070s 0m0.117s) 950. Conditional/define directives (6) (run_extensions.at:4706): ok (0m0.172s 0m0.195s) 951. Conditional/define directives (7) (run_extensions.at:4732): ok (0m0.086s 0m0.086s) 952. Conditional/define directives (8) (run_extensions.at:4754): ok (0m0.094s 0m0.086s) 953. Variable format (run_extensions.at:4774): ok (0m0.102s 0m0.086s) 954. Binary COMP-1 (1) (run_extensions.at:4796): ok (0m0.195s 0m0.203s) 955. Binary COMP-1 (2) (run_extensions.at:4827): ok (0m0.180s 0m0.227s) 956. XML GENERATE general (run_xml.at:19): ok (0m0.125s 0m0.094s) 957. XML GENERATE SUPPRESS (run_xml.at:112): ok (0m0.125s 0m0.094s) 958. XML GENERATE exceptions (run_xml.at:189): ok (0m0.109s 0m0.117s) 959. XML GENERATE record selection (run_xml.at:281): ok (0m0.117s 0m0.078s) 960. XML GENERATE trimming (run_xml.at:325): ok (0m0.117s 0m0.117s) 961. BINARY: 2-4-8 big-endian (data_binary.at:23): ok (0m0.461s 0m0.367s) 962. BINARY: 2-4-8 native (data_binary.at:205): ok (0m0.477s 0m0.367s) 963. BINARY: 1-2-4-8 big-endian (data_binary.at:393): ok (0m0.500s 0m0.336s) 964. BINARY: 1-2-4-8 native (data_binary.at:575): ok (0m0.508s 0m0.328s) 965. BINARY: 1--8 big-endian (data_binary.at:763): ok (0m0.476s 0m0.359s) 966. BINARY: 1--8 native (data_binary.at:945): ok (0m0.461s 0m0.406s) 967. BINARY: full-print (data_binary.at:1133): ok (0m0.117s 0m0.109s) 968. BINARY: 64bit unsigned compare (data_binary.at:1185): ok (0m0.117s 0m0.094s) 969. BINARY: 64bit unsigned arithmetic notrunc (data_binary.at:1210): ok (0m0.102s 0m0.102s) 970. BINARY: 64bit signed negative constant range (data_binary.at:1239): ok (0m0.078s 0m0.117s) 971. DISPLAY: Sign ASCII (data_display.at:21): ok (0m0.109s 0m0.102s) 972. DISPLAY: Sign ASCII (2) (data_display.at:80): ok (0m0.062s 0m0.133s) 973. DISPLAY: Sign EBCDIC (data_display.at:126): ok (0m0.094s 0m0.117s) 974. DISPLAY: unsigned (data_display.at:171): ok (0m0.117s 0m0.117s) 975. PACKED-DECIMAL dump (data_packed.at:25): ok (0m0.344s 0m0.242s) 976. PACKED-DECIMAL used with DISPLAY (data_packed.at:161): ok (0m0.086s 0m0.109s) 977. PACKED-DECIMAL used with MOVE (data_packed.at:216): ok (0m0.109s 0m0.109s) 978. PACKED-DECIMAL used with INITIALIZE (data_packed.at:273): ok (0m0.133s 0m0.062s) 979. PACKED-DECIMAL arithmetic (data_packed.at:312): ok (0m0.094s 0m0.102s) 980. PACKED-DECIMAL numeric test (1) (data_packed.at:348): ok (0m0.094s 0m0.133s) 981. PACKED-DECIMAL numeric test (2) (data_packed.at:490): ok (0m0.141s 0m0.109s) 982. COMP-6 used with DISPLAY (data_packed.at:606): ok (0m0.070s 0m0.125s) 983. COMP-6 used with MOVE (data_packed.at:643): ok (0m0.102s 0m0.094s) 984. COMP-6 arithmetic (data_packed.at:690): ok (0m0.094s 0m0.117s) 985. COMP-6 numeric test (data_packed.at:722): ok (0m0.117s 0m0.086s) 986. POINTER: display (data_pointer.at:21): ok (0m0.078s 0m0.109s) testsuite: ending at: Fri Oct 1 18:19:32 CEST 2049 testsuite: test suite duration: 0h 4m 33s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 984 tests were run, 30 failed (28 expected failures). 2 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GnuCOBOL 3.0-dev test suite: GnuCOBOL Tests test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 684: run_file.at:3454 System routines for directories (2) runfile extensions cbl_create_dir cbl_create_file cbl_close_file cbl_check_file_exist cbl_delete_dir cbl_purge_dir 687: run_file.at:3752 Default file external name runfile Skipped tests: GnuCOBOL 3.0-dev test suite: GnuCOBOL Tests test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 252: syn_misc.at:3411 ACUCOBOL 32bit literal size extensions literals 578: run_misc.at:2813 SORT: table sort (3) runmisc ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 684. run_file.at:3454: testing System routines for directories (2) ... ./run_file.at:3541: $COMPILE prog.cob ./run_file.at:3542: $COBCRUN_DIRECT ./prog --- /dev/null 2049-10-01 18:14:59.854004629 +0200 +++ /home/harald/src/gnucobol/trunk/tests/testsuite.dir/at-groups/684/stdout 2049-10-01 18:17:43.936738000 +0200 @@ -0,0 +1 @@ +FAILED 4: CBL_CREATE_FILE (res=+000000035) ./run_file.at:3542: exit code was 35, expected 0 684. run_file.at:3454: 684. System routines for directories (2) (run_file.at:3454): FAILED (run_file.at:3542) # -*- compilation -*- 687. run_file.at:3752: testing Default file external name ... ./run_file.at:3815: $COMPILE_MODULE fexists_signed.c --- /dev/null 2049-10-01 18:14:59.854004629 +0200 +++ /home/harald/src/gnucobol/trunk/tests/testsuite.dir/at-groups/687/stderr 2049-10-01 18:17:44.856752000 +0200 @@ -0,0 +1,2 @@ +fexists_signed.c:5:20: fatal error: malloc.h: No such file or directory +compilation terminated. ./run_file.at:3815: exit code was 1, expected 0 687. run_file.at:3752: 687. Default file external name (run_file.at:3752): FAILED (run_file.at:3815) ## ------------- ## ## ../config.log ## ## ------------- ## | This file contains any messages produced by compilers while | running configure, to aid debugging if configure makes a mistake. | | It was created by GnuCOBOL configure 3.0-dev, which was | generated by GNU Autoconf 2.69. Invocation command line was | | $ ./configure | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = estragon.skogtun.org | uname -m = x86_64 | uname -r = 5.2-RELEASE | uname -s = DragonFly | uname -v = DragonFly v5.2.2.14.g0cfc2-RELEASE #7: Sat Sep 22 19:20:24 CEST 2018 address@hidden:/usr/obj/usr/src/sys/ESTRAGON | | /usr/bin/uname -p = x86_64 | /bin/uname -X = unknown | | /bin/arch = unknown | /usr/bin/arch -k = unknown | /usr/convex/getsysinfo = unknown | /usr/bin/hostinfo = unknown | /bin/machine = unknown | /usr/bin/oslevel = unknown | /bin/universe = unknown | | PATH: /home/harald/bin | PATH: /sbin | PATH: /bin | PATH: /usr/sbin | PATH: /usr/bin | PATH: /usr/games | PATH: /usr/local/sbin | PATH: /usr/local/bin | PATH: /usr/pkg/sbin | PATH: /usr/pkg/bin | PATH: /home/harald/bin | PATH: /usr/local/games | PATH: /usr/local/sbin | PATH: /usr/sbin | PATH: /sbin | PATH: /home/harald/bin/FDK/Tools/linux | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:2496: checking for a BSD-compatible install | configure:2564: result: /usr/bin/install -c | configure:2575: checking whether build environment is sane | configure:2630: result: yes | configure:2781: checking for a thread-safe mkdir -p | configure:2820: result: /usr/local/bin/gmkdir -p | configure:2827: checking for gawk | configure:2857: result: no | configure:2827: checking for mawk | configure:2857: result: no | configure:2827: checking for nawk | configure:2857: result: no | configure:2827: checking for awk | configure:2843: found /usr/bin/awk | configure:2854: result: awk | configure:2865: checking whether make sets $(MAKE) | configure:2887: result: yes | configure:2916: checking whether make supports nested variables | configure:2933: result: yes | configure:3111: checking whether CFLAGS can be modified | configure:3118: result: yes | configure:3285: checking for gcc | configure:3301: found /usr/bin/gcc | configure:3312: result: gcc | configure:3343: checking for C compiler version | configure:3352: gcc --version >&5 | gcc 5.4.1 [DragonFly] Release/2016-08-27 | Copyright (C) 2015 Free Software Foundation, Inc. | This is free software; see the source for copying conditions. There is NO | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | configure:3363: $? = 0 | configure:3352: gcc -v >&5 | Using built-in specs. | COLLECT_GCC=/usr/libexec/gcc50/gcc | COLLECT_LTO_WRAPPER=/usr/libexec/gcc50/lto-wrapper | Target: x86_64-pc-dragonflybsd | Configured with: DragonFly/x86_64 system compiler (c c++ objc LTO) | Thread model: posix | gcc version 5.4.1 [DragonFly] Release/2016-08-27 | configure:3363: $? = 0 | configure:3352: gcc -V >&5 | gcc: error: unrecognized command line option '-V' | gcc: fatal error: no input files | compilation terminated. | configure:3363: $? = 1 | configure:3352: gcc -qversion >&5 | gcc: error: unrecognized command line option '-qversion' | gcc: fatal error: no input files | compilation terminated. | configure:3363: $? = 1 | configure:3383: checking whether the C compiler works | configure:3405: gcc -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | configure:3409: $? = 0 | configure:3457: result: yes | configure:3460: checking for C compiler default output file name | configure:3462: result: a.out | configure:3468: checking for suffix of executables | configure:3475: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | configure:3479: $? = 0 | configure:3501: result: | configure:3523: checking whether we are cross compiling | configure:3531: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | configure:3535: $? = 0 | configure:3542: ./conftest | configure:3546: $? = 0 | configure:3561: result: no | configure:3566: checking for suffix of object files | configure:3588: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:3592: $? = 0 | configure:3613: result: o | configure:3617: checking whether we are using the GNU C compiler | configure:3636: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:3636: $? = 0 | configure:3645: result: yes | configure:3654: checking whether gcc accepts -g | configure:3674: gcc -c -g -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:3674: $? = 0 | configure:3715: result: yes | configure:3732: checking for gcc option to accept ISO C89 | configure:3795: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:3795: $? = 0 | configure:3808: result: none needed | configure:3833: checking whether gcc understands -c and -o together | configure:3855: gcc -c conftest.c -o conftest2.o | configure:3858: $? = 0 | configure:3855: gcc -c conftest.c -o conftest2.o | configure:3858: $? = 0 | configure:3870: result: yes | configure:3890: checking whether make supports the include directive | configure:3905: make -f confmf.GNU && cat confinc.out | this is the am__doit target | configure:3908: $? = 0 | configure:3927: result: yes (GNU style) | configure:3952: checking dependency style of gcc | configure:4063: result: gcc3 | configure:4082: checking for gcc option to accept ISO C99 | configure:4231: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:4231: $? = 0 | configure:4244: result: none needed | configure:4352: checking for gcc option to accept ISO Standard C | configure:4363: result: none needed | configure:4376: checking how to run the C preprocessor | configure:4407: gcc -E -I/usr/local/include -I/usr/local/include/db6 conftest.c | configure:4407: $? = 0 | configure:4421: gcc -E -I/usr/local/include -I/usr/local/include/db6 conftest.c | conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory | compilation terminated. | configure:4421: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | /* end confdefs.h. */ | | #include | configure:4446: result: gcc -E | configure:4466: gcc -E -I/usr/local/include -I/usr/local/include/db6 conftest.c | configure:4466: $? = 0 | configure:4480: gcc -E -I/usr/local/include -I/usr/local/include/db6 conftest.c | conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory | compilation terminated. | configure:4480: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | /* end confdefs.h. */ | | #include | configure:4511: checking for grep that handles long lines and -e | configure:4569: result: /usr/bin/grep | configure:4574: checking for egrep | configure:4636: result: /usr/bin/grep -E | configure:4641: checking for ANSI C header files | configure:4661: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:4661: $? = 0 | configure:4734: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | configure:4734: $? = 0 | configure:4734: ./conftest | configure:4734: $? = 0 | configure:4745: result: yes | configure:4758: checking for sys/types.h | configure:4758: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:4758: $? = 0 | configure:4758: result: yes | configure:4758: checking for sys/stat.h | configure:4758: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:4758: $? = 0 | configure:4758: result: yes | configure:4758: checking for stdlib.h | configure:4758: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:4758: $? = 0 | configure:4758: result: yes | configure:4758: checking for string.h | configure:4758: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:4758: $? = 0 | configure:4758: result: yes | configure:4758: checking for memory.h | configure:4758: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:4758: $? = 0 | configure:4758: result: yes | configure:4758: checking for strings.h | configure:4758: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:4758: $? = 0 | configure:4758: result: yes | configure:4758: checking for inttypes.h | configure:4758: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:4758: $? = 0 | configure:4758: result: yes | configure:4758: checking for stdint.h | configure:4758: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:4758: $? = 0 | configure:4758: result: yes | configure:4758: checking for unistd.h | configure:4758: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:4758: $? = 0 | configure:4758: result: yes | configure:4771: checking minix/config.h usability | configure:4771: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | conftest.c:56:26: fatal error: minix/config.h: No such file or directory | compilation terminated. | configure:4771: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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:4771: result: no | configure:4771: checking minix/config.h presence | configure:4771: gcc -E -I/usr/local/include -I/usr/local/include/db6 conftest.c | conftest.c:23:26: fatal error: minix/config.h: No such file or directory | compilation terminated. | configure:4771: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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:4771: result: no | configure:4771: checking for minix/config.h | configure:4771: result: no | configure:4792: checking whether it is safe to define __EXTENSIONS__ | configure:4810: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:4810: $? = 0 | configure:4817: result: yes | configure:4861: checking build system type | configure:4875: result: x86_64-unknown-dragonfly5.2 | configure:4895: checking host system type | configure:4908: result: x86_64-unknown-dragonfly5.2 | configure:4949: checking how to print strings | configure:4976: result: printf | configure:4997: checking for a sed that does not truncate output | configure:5061: result: /usr/bin/sed | configure:5079: checking for fgrep | configure:5141: result: /usr/bin/grep -F | configure:5176: checking for ld used by gcc | configure:5243: result: /usr/bin/ld | configure:5250: checking if the linker (/usr/bin/ld) is GNU ld | configure:5265: result: yes | configure:5277: checking for BSD- or MS-compatible name lister (nm) | configure:5331: result: /usr/bin/nm -B | configure:5461: checking the name lister (/usr/bin/nm -B) interface | configure:5468: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:5471: /usr/bin/nm -B "conftest.o" | configure:5474: output | 0000000000000000 B some_variable | configure:5481: result: BSD nm | configure:5484: checking whether ln -s works | configure:5488: result: yes | configure:5496: checking the maximum length of command line arguments | configure:5627: result: 196608 | configure:5675: checking how to convert x86_64-unknown-dragonfly5.2 file names to x86_64-unknown-dragonfly5.2 format | configure:5715: result: func_convert_file_noop | configure:5722: checking how to convert x86_64-unknown-dragonfly5.2 file names to toolchain format | configure:5742: result: func_convert_file_noop | configure:5749: checking for /usr/bin/ld option to reload object files | configure:5756: result: -r | configure:5830: checking for objdump | configure:5846: found /usr/bin/objdump | configure:5857: result: objdump | configure:5886: checking how to recognize dependent libraries | configure:6086: result: pass_all | configure:6171: checking for dlltool | configure:6201: result: no | configure:6228: checking how to associate runtime and link libraries | configure:6255: result: printf %s\n | configure:6315: checking for ar | configure:6331: found /usr/bin/ar | configure:6342: result: ar | configure:6379: checking for archiver @FILE support | configure:6396: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:6396: $? = 0 | configure:6399: ar cru libconftest.a @conftest.lst >&5 | /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') | configure:6402: $? = 0 | configure:6407: ar cru libconftest.a @conftest.lst >&5 | /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') | /usr/libexec/binutils227/elf/ar: conftest.o: No such file or directory | configure:6410: $? = 1 | configure:6422: result: @ | configure:6480: checking for strip | configure:6496: found /usr/bin/strip | configure:6507: result: strip | configure:6579: checking for ranlib | configure:6595: found /usr/bin/ranlib | configure:6606: result: ranlib | configure:6708: checking command to parse /usr/bin/nm -B output from gcc object | configure:6861: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:6864: $? = 0 | configure:6868: /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:6871: $? = 0 | configure:6937: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c conftstm.o >&5 | configure:6940: $? = 0 | configure:6978: result: ok | configure:7025: checking for sysroot | configure:7055: result: no | configure:7062: checking for a working dd | configure:7100: result: /bin/dd | configure:7104: checking how to truncate binary pipes | configure:7119: result: /bin/dd bs=4096 count=1 | configure:7448: checking for mt | configure:7464: found /usr/bin/mt | configure:7475: result: mt | configure:7498: checking if mt is a manifest tool | configure:7504: mt '-?' | mt: illegal option -- ? | usage: mt [-f device] command [ count ] | configure:7512: result: no | configure:8186: checking for dlfcn.h | configure:8186: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:8186: $? = 0 | configure:8186: result: yes | configure:8739: checking for objdir | configure:8754: result: .libs | configure:9018: checking if gcc supports -fno-rtti -fno-exceptions | configure:9036: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 -fno-rtti -fno-exceptions conftest.c >&5 | cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C | configure:9040: $? = 0 | configure:9053: result: no | configure:9411: checking for gcc option to produce PIC | configure:9418: result: -fPIC -DPIC | configure:9426: checking if gcc PIC flag -fPIC -DPIC works | configure:9444: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 -fPIC -DPIC -DPIC conftest.c >&5 | configure:9448: $? = 0 | configure:9461: result: yes | configure:9490: checking if gcc static flag -static works | configure:9518: result: yes | configure:9533: checking if gcc supports -c -o file.o | configure:9554: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 -o out/conftest2.o conftest.c >&5 | configure:9558: $? = 0 | configure:9580: result: yes | configure:9588: checking if gcc supports -c -o file.o | configure:9635: result: yes | configure:9668: checking whether the gcc linker (/usr/bin/ld) supports shared libraries | configure:10927: result: yes | configure:10964: checking whether -lc should be explicitly linked in | configure:10972: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:10975: $? = 0 | configure:10990: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 | configure:10993: $? = 0 | configure:11007: result: no | configure:11167: checking dynamic linker characteristics | configure:11985: result: dragonfly5.2 ld.so | configure:12107: checking how to hardcode library paths into programs | configure:12132: result: immediate | configure:12234: checking for shl_load | configure:12234: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | /tmp//ccFDX4dn.o:conftest.c:function main: error: undefined reference to 'shl_load' | collect2: error: ld returned 1 exit status | configure:12234: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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. */ | | /* Define shl_load to an innocuous variant, in case declares shl_load. | | For example, HP-UX 11i declares gettimeofday. */ | | #define shl_load innocuous_shl_load | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char shl_load (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef shl_load | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char shl_load (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_shl_load || defined __stub___shl_load | | choke me | | #endif | | | | int | | main () | | { | | return shl_load (); | | ; | | return 0; | | } | configure:12234: result: no | configure:12238: checking for shl_load in -ldld | configure:12263: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c -ldld >&5 | /usr/libexec/binutils227/elf/ld.gold: error: cannot find -ldld | /tmp//ccHbkQUN.o:conftest.c:function main: error: undefined reference to 'shl_load' | collect2: error: ld returned 1 exit status | configure:12263: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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. */ | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char shl_load (); | | int | | main () | | { | | return shl_load (); | | ; | | return 0; | | } | configure:12272: result: no | configure:12277: checking for dlopen | configure:12277: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | configure:12277: $? = 0 | configure:12277: result: yes | configure:12434: checking whether a program can dlopen itself | configure:12514: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -DHAVE_DLFCN_H -L/usr/local/lib -Wl,--export-dynamic conftest.c >&5 | configure:12517: $? = 0 | configure:12535: result: yes | configure:12540: checking whether a statically linked program can dlopen itself | configure:12620: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -DHAVE_DLFCN_H -L/usr/local/lib -Wl,--export-dynamic -static conftest.c >&5 | configure:12623: $? = 0 | Service unavailable | configure:12641: result: no | configure:12680: checking whether stripping libraries is possible | configure:12685: result: yes | configure:12720: checking if libtool supports shared libraries | configure:12722: result: yes | configure:12725: checking whether to build shared libraries | configure:12750: result: yes | configure:12753: checking whether to build static libraries | configure:12757: result: yes | configure:12795: checking for egrep | configure:12857: result: /usr/bin/grep -E | configure:12868: checking for flex | configure:12884: found /usr/bin/flex | configure:12895: result: flex | configure:12933: flex conftest.l | configure:12937: $? = 0 | configure:12939: checking lex output file root | configure:12953: result: lex.yy | configure:12958: checking lex library | configure:12972: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | /tmp//ccyBXqic.o:conftest.c:function yylex: error: undefined reference to 'yywrap' | /tmp//ccyBXqic.o:conftest.c:function yylex: error: undefined reference to 'yywrap' | /tmp//ccyBXqic.o:conftest.c:function main: error: undefined reference to 'yywrap' | collect2: error: ld returned 1 exit status | configure:12972: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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 3 "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 5 | | #define YY_FLEX_SUBMINOR_VERSION 37 | | #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 | | | | #endif /* ! C99 */ | | | | #endif /* ! FLEXINT_H */ | | | | #ifdef __cplusplus | | | | /* The "const" storage-class-modifier is valid. */ | | #define YY_USE_CONST | | | | #else /* ! __cplusplus */ | | | | /* C99 requires __STDC__ to be defined as 1. */ | | #if defined (__STDC__) | | | | #define YY_USE_CONST | | | | #endif /* defined (__STDC__) */ | | #endif /* ! __cplusplus */ | | | | #ifdef YY_USE_CONST | | #define yyconst const | | #else | | #define yyconst | | #endif | | | | /* Returned upon end-of-file. */ | | #define YY_NULL 0 | | | | /* Promotes a possibly negative, possibly signed char to an unsigned | | * integer for use as an array index. If the signed char is negative, | | * we want to instead treat it as an 8-bit unsigned char, hence the | | * double cast. | | */ | | #define YY_SC_TO_UI(c) ((unsigned int) (unsigned 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 | | #define YY_BUF_SIZE 16384 | | #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 yy_size_t 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) | | | | /* 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. | | */ | | yy_size_t yy_buf_size; | | | | /* Number of characters read into yy_ch_buf, not including EOB | | * characters. | | */ | | yy_size_t 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 = 0; /**< 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 yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ | | yy_size_t yyleng; | | | | /* Points to current character in buffer. */ | | static char *yy_c_buf_p = (char *) 0; | | 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 (yyconst char *yy_str ); | | YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t 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 unsigned char YY_CHAR; | | | | FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; | | | | typedef int yy_state_type; | | | | extern int yylineno; | | | | int yylineno = 1; | | | | extern char *yytext; | | #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 yy_fatal_error (yyconst 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 = (size_t) (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 yyconst 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 yyconst flex_int16_t yy_accept[14] = | | { 0, | | 1, 1, 1, 2, 4, 5, 8, 11, 14, 17, | | 20, 23, 23 | | } ; | | | | static yyconst flex_int32_t 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 yyconst flex_int32_t yy_meta[9] = | | { 0, | | 1, 1, 1, 1, 1, 1, 1, 1 | | } ; | | | | static yyconst flex_int16_t yy_base[13] = | | { 0, | | 0, 0, 9, 10, 10, 10, 10, 10, 10, 10, | | 10, 10 | | } ; | | | | static yyconst flex_int16_t yy_def[13] = | | { 0, | | 12, 1, 12, 12, 12, 12, 12, 12, 12, 12, | | 12, 0 | | } ; | | | | static yyconst 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 yyconst 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 469 "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 ); | | | | yy_size_t 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 | | | | static void yyunput (int c,char *buf_ptr ); | | | | #ifndef yytext_ptr | | static void yy_flex_strncpy (char *,yyconst char *,int ); | | #endif | | | | #ifdef YY_NEED_STRLEN | | static int yy_flex_strlen (yyconst 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 | | #define YY_READ_BUF_SIZE 8192 | | #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, 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 = '*'; \ | | size_t 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 = fread(buf, 1, 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 break; | | #endif | | | | #define YY_RULE_SETUP \ | | YY_USER_ACTION | | | | /** The main scanner function which does all the work. | | */ | | YY_DECL | | { | | register yy_state_type yy_current_state; | | register char *yy_cp, *yy_bp; | | register int yy_act; | | | | #line 1 "conftest.l" | | | | #line 653 "lex.yy.c" | | | | 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( ); | | } | | | | while ( 1 ) /* loops until end-of-file is reached */ | | { | | (yy_more_len) = 0; | | if ( (yy_more_flag) ) | | { | | (yy_more_len) = (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 | | { | | register 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[(unsigned int) yy_c]; | | } | | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) 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 792 "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 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) | | { | | register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; | | register char *source = (yytext_ptr); | | register 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 | | { | | yy_size_t 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_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { | | /* Extend the array by 50%, plus the number we really need. */ | | yy_size_t 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,new_size ); | | if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | | YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); | | } | | | | (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) | | { | | register yy_state_type yy_current_state; | | register 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 ) | | { | | register 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[(unsigned int) yy_c]; | | } | | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) 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 ) | | { | | register int yy_is_jam; | | | | register 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[(unsigned int) yy_c]; | | } | | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) 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; | | } | | | | static void yyunput (int c, register char * yy_bp ) | | { | | register 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. */ | | register yy_size_t number_to_move = (yy_n_chars) + 2; | | register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ | | YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; | | register 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) = 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; | | } | | | | #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 */ | | yy_size_t offset = (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 EOF; | | | | 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(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; | | (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. */ | | int 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 0; | | | | 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 = 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 = 0; | | 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 (yyconst char * yystr ) | | { | | | | return yy_scan_bytes(yystr,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 (yyconst char * yybytes, yy_size_t _yybytes_len ) | | { | | YY_BUFFER_STATE b; | | char *buf; | | yy_size_t n; | | yy_size_t i; | | | | /* Get memory for full buffer, including space for trailing EOB's. */ | | n = _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 yy_fatal_error (yyconst char* msg ) | | { | | (void) 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. | | * | | */ | | yy_size_t yyget_leng (void) | | { | | return yyleng; | | } | | | | /** Get the current token. | | * | | */ | | | | char *yyget_text (void) | | { | | return yytext; | | } | | | | /** Set the current line number. | | * @param 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) = 0; | | (yy_buffer_stack_top) = 0; | | (yy_buffer_stack_max) = 0; | | (yy_c_buf_p) = (char *) 0; | | (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 = (FILE *) 0; | | yyout = (FILE *) 0; | | #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, yyconst char * s2, int n ) | | { | | register int i; | | for ( i = 0; i < n; ++i ) | | s1[i] = s2[i]; | | } | | #endif | | | | #ifdef YY_NEED_STRLEN | | static int yy_flex_strlen (yyconst char * s ) | | { | | register int n; | | for ( n = 0; s[n]; ++n ) | | ; | | | | return n; | | } | | #endif | | | | void *yyalloc (yy_size_t size ) | | { | | return (void *) 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 (void *) realloc( (char *) 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:12972: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c -lfl >&5 | configure:12972: $? = 0 | configure:12982: result: -lfl | configure:12988: checking whether yytext is a pointer | configure:13005: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c -lfl >&5 | configure:13005: $? = 0 | configure:13013: result: yes | configure:13030: checking for bison | configure:13046: found /usr/local/bin/bison | configure:13057: result: bison -y | configure:13073: checking whether ln -s works | configure:13077: result: yes | configure:13090: checking whether make sets $(MAKE) | configure:13112: result: yes | configure:13146: checking for ld used by gcc | configure:13213: result: /usr/bin/ld | configure:13220: checking if the linker (/usr/bin/ld) is GNU ld | configure:13235: result: yes | configure:13242: checking for shared library run path origin | configure:13255: result: done | configure:13277: checking for ANSI C header files | configure:13381: result: yes | configure:13393: checking for stdint.h | configure:13393: result: yes | configure:13393: checking for sys/types.h | configure:13393: result: yes | configure:13393: checking signal.h usability | configure:13393: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:13393: $? = 0 | configure:13393: result: yes | configure:13393: checking signal.h presence | configure:13393: gcc -E -I/usr/local/include -I/usr/local/include/db6 conftest.c | configure:13393: $? = 0 | configure:13393: result: yes | configure:13393: checking for signal.h | configure:13393: result: yes | configure:13393: checking fcntl.h usability | configure:13393: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:13393: $? = 0 | configure:13393: result: yes | configure:13393: checking fcntl.h presence | configure:13393: gcc -E -I/usr/local/include -I/usr/local/include/db6 conftest.c | configure:13393: $? = 0 | configure:13393: result: yes | configure:13393: checking for fcntl.h | configure:13393: result: yes | configure:13393: checking malloc.h usability | configure:13393: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | conftest.c:69:20: fatal error: malloc.h: No such file or directory | compilation terminated. | configure:13393: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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 | | /* 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:13393: result: no | configure:13393: checking malloc.h presence | configure:13393: gcc -E -I/usr/local/include -I/usr/local/include/db6 conftest.c | conftest.c:36:20: fatal error: malloc.h: No such file or directory | compilation terminated. | configure:13393: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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 | | /* end confdefs.h. */ | | #include | configure:13393: result: no | configure:13393: checking for malloc.h | configure:13393: result: no | configure:13393: checking locale.h usability | configure:13393: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:13393: $? = 0 | configure:13393: result: yes | configure:13393: checking locale.h presence | configure:13393: gcc -E -I/usr/local/include -I/usr/local/include/db6 conftest.c | configure:13393: $? = 0 | configure:13393: result: yes | configure:13393: checking for locale.h | configure:13393: result: yes | configure:13393: checking stddef.h usability | configure:13393: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:13393: $? = 0 | configure:13393: result: yes | configure:13393: checking stddef.h presence | configure:13393: gcc -E -I/usr/local/include -I/usr/local/include/db6 conftest.c | configure:13393: $? = 0 | configure:13393: result: yes | configure:13393: checking for stddef.h | configure:13393: result: yes | configure:13393: checking wchar.h usability | configure:13393: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:13393: $? = 0 | configure:13393: result: yes | configure:13393: checking wchar.h presence | configure:13393: gcc -E -I/usr/local/include -I/usr/local/include/db6 conftest.c | configure:13393: $? = 0 | configure:13393: result: yes | configure:13393: checking for wchar.h | configure:13393: result: yes | configure:13393: checking for dlfcn.h | configure:13393: result: yes | configure:13393: checking sys/time.h usability | configure:13393: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:13393: $? = 0 | configure:13393: result: yes | configure:13393: checking sys/time.h presence | configure:13393: gcc -E -I/usr/local/include -I/usr/local/include/db6 conftest.c | configure:13393: $? = 0 | configure:13393: result: yes | configure:13393: checking for sys/time.h | configure:13393: result: yes | configure:13393: checking sys/wait.h usability | configure:13393: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:13393: $? = 0 | configure:13393: result: yes | configure:13393: checking sys/wait.h presence | configure:13393: gcc -E -I/usr/local/include -I/usr/local/include/db6 conftest.c | configure:13393: $? = 0 | configure:13393: result: yes | configure:13393: checking for sys/wait.h | configure:13393: result: yes | configure:13406: checking for an ANSI C-conforming const | configure:13472: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:13472: $? = 0 | configure:13479: result: yes | configure:13487: checking whether byte ordering is bigendian | configure:13502: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | conftest.c:43:9: error: unknown type name 'not' | not a universal capable compiler | ^ | conftest.c:43:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' | not a universal capable compiler | ^ | conftest.c:43:15: error: unknown type name 'universal' | configure:13502: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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_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:13547: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:13547: $? = 0 | configure:13565: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:49:4: error: unknown type name 'not' | not big endian | ^ | conftest.c:49:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' | not big endian | ^ | configure:13565: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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_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:13693: result: no | configure:13711: checking for size_t | configure:13711: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:13711: $? = 0 | configure:13711: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:78:21: error: expected expression before ')' token | if (sizeof ((size_t))) | ^ | configure:13711: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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_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:13711: result: yes | configure:13722: checking whether struct tm is in sys/time.h or time.h | configure:13742: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:13742: $? = 0 | configure:13749: result: time.h | configure:13757: checking for sig_atomic_t | configure:13757: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:13757: $? = 0 | configure:13757: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:47:27: error: expected expression before ')' token | if (sizeof ((sig_atomic_t))) | ^ | configure:13757: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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_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:13757: result: yes | configure:13771: checking for inline keyword | configure:13795: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:13795: $? = 0 | configure:13803: result: __inline | configure:13811: checking for vprintf | configure:13811: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | conftest.c:67:6: warning: conflicting types for built-in function 'vprintf' | char vprintf (); | ^ | configure:13811: $? = 0 | configure:13811: result: yes | configure:13817: checking for _doprnt | configure:13817: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | /tmp//cc2Q4Z9q.o:conftest.c:function main: error: undefined reference to '_doprnt' | collect2: error: ld returned 1 exit status | configure:13817: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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_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:13817: result: no | configure:13834: checking for memmove | configure:13834: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | conftest.c:68:6: warning: conflicting types for built-in function 'memmove' | char memmove (); | ^ | configure:13834: $? = 0 | configure:13834: result: yes | configure:13834: checking for memset | configure:13834: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | conftest.c:69:6: warning: conflicting types for built-in function 'memset' | char memset (); | ^ | configure:13834: $? = 0 | configure:13834: result: yes | configure:13834: checking for setlocale | configure:13834: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | configure:13834: $? = 0 | configure:13834: result: yes | configure:13834: checking for fcntl | configure:13834: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | configure:13834: $? = 0 | configure:13834: result: yes | configure:13834: checking for strerror | configure:13834: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | configure:13834: $? = 0 | configure:13834: result: yes | configure:13834: checking for strcasecmp | configure:13834: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | conftest.c:73:6: warning: conflicting types for built-in function 'strcasecmp' | char strcasecmp (); | ^ | configure:13834: $? = 0 | configure:13834: result: yes | configure:13834: checking for strchr | configure:13834: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | conftest.c:74:6: warning: conflicting types for built-in function 'strchr' | char strchr (); | ^ | configure:13834: $? = 0 | configure:13834: result: yes | configure:13834: checking for strrchr | configure:13834: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | conftest.c:75:6: warning: conflicting types for built-in function 'strrchr' | char strrchr (); | ^ | configure:13834: $? = 0 | configure:13834: result: yes | configure:13834: checking for strdup | configure:13834: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | conftest.c:76:6: warning: conflicting types for built-in function 'strdup' | char strdup (); | ^ | configure:13834: $? = 0 | configure:13834: result: yes | configure:13834: checking for strstr | configure:13834: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | conftest.c:77:6: warning: conflicting types for built-in function 'strstr' | char strstr (); | ^ | configure:13834: $? = 0 | configure:13834: result: yes | configure:13834: checking for strtol | configure:13834: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | configure:13834: $? = 0 | configure:13834: result: yes | configure:13834: checking for gettimeofday | configure:13834: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | configure:13834: $? = 0 | configure:13834: result: yes | configure:13834: checking for localeconv | configure:13834: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | configure:13834: $? = 0 | configure:13834: result: yes | configure:13834: checking for getexecname | configure:13834: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | /tmp//ccYV3Jvn.o:conftest.c:function main: error: undefined reference to 'getexecname' | collect2: error: ld returned 1 exit status | configure:13834: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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_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:13834: result: no | configure:13834: checking for canonicalize_file_name | configure:13834: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | /tmp//ccO3yUf1.o:conftest.c:function main: error: undefined reference to 'canonicalize_file_name' | collect2: error: ld returned 1 exit status | configure:13834: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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_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 canonicalize_file_name to an innocuous variant, in case declares canonicalize_file_name. | | For example, HP-UX 11i declares gettimeofday. */ | | #define canonicalize_file_name innocuous_canonicalize_file_name | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char canonicalize_file_name (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef canonicalize_file_name | | | | /* 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 canonicalize_file_name (); | | /* 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_canonicalize_file_name || defined __stub___canonicalize_file_name | | choke me | | #endif | | | | int | | main () | | { | | return canonicalize_file_name (); | | ; | | return 0; | | } | configure:13834: result: no | configure:13834: checking for popen | configure:13834: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | configure:13834: $? = 0 | configure:13834: result: yes | configure:13834: checking for raise | configure:13834: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | configure:13834: $? = 0 | configure:13834: result: yes | configure:13834: checking for readlink | configure:13834: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | configure:13834: $? = 0 | configure:13834: result: yes | configure:13834: checking for realpath | configure:13834: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | configure:13834: $? = 0 | configure:13834: result: yes | configure:13834: checking for setenv | configure:13834: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | configure:13834: $? = 0 | configure:13834: result: yes | configure:13834: checking for strcoll | configure:13834: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -L/usr/local/lib conftest.c >&5 | configure:13834: $? = 0 | configure:13834: result: yes | configure:13845: checking for timezone variable access | configure:13858: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:13858: $? = 0 | configure:13861: result: yes | configure:13870: checking for designated initializers | configure:13886: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:13886: $? = 0 | configure:13888: result: yes | configure:13905: checking for __GNUC__ | configure:13914: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | configure:13914: $? = 0 | configure:13916: result: yes | configure:13924: checking for __INTEL_COMPILER | configure:13933: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | conftest.c:68:4: error: #error macro not defined | # error macro not defined | ^ | configure:13933: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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_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_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | /* end confdefs.h. */ | | | | #ifndef __INTEL_COMPILER | | # error macro not defined | | #endif | configure:13941: result: no | configure:13947: checking for __clang__ | configure:13956: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | conftest.c:68:4: error: #error macro not defined | # error macro not defined | ^ | configure:13956: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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_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_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | /* end confdefs.h. */ | | | | #ifndef __clang__ | | # error macro not defined | | #endif | configure:13961: result: no | configure:13966: checking for __xlc__ | configure:13975: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | conftest.c:68:4: error: #error macro not defined | # error macro not defined | ^ | configure:13975: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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_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_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | /* end confdefs.h. */ | | | | #ifndef __xlc__ | | # error macro not defined | | #endif | configure:13980: result: no | configure:13985: checking for __WATCOMC__ | configure:13994: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 conftest.c >&5 | conftest.c:68:4: error: #error macro not defined | # error macro not defined | ^ | configure:13994: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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_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_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | /* end confdefs.h. */ | | | | #ifndef __WATCOMC__ | | # error macro not defined | | #endif | configure:13999: result: no | configure:14028: checking whether to build with code coverage support | configure:14048: result: no | configure:14446: checking for pkg-config | configure:14464: found /usr/local/bin/pkg-config | configure:14476: result: /usr/local/bin/pkg-config | configure:14501: checking pkg-config is at least version 0.9.0 | configure:14504: result: yes | configure:14802: checking for libxml-2.0 | configure:14809: $PKG_CONFIG --exists --print-errors "libxml-2.0" | configure:14812: $? = 0 | configure:14826: $PKG_CONFIG --exists --print-errors "libxml-2.0" | configure:14829: $? = 0 | configure:14961: result: yes | configure:14976: checking libxml/uri.h usability | configure:14976: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 conftest.c >&5 | configure:14976: $? = 0 | configure:14976: result: yes | configure:14976: checking libxml/uri.h presence | configure:14976: gcc -E -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 conftest.c | configure:14976: $? = 0 | configure:14976: result: yes | configure:14976: checking for libxml/uri.h | configure:14976: result: yes | configure:14982: checking for LIBXML_WRITER_ENABLED defined in libxml/xmlwriter.h | configure:15005: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 conftest.c >&5 | configure:15005: $? = 0 | configure:15012: result: yes | configure:14976: checking libxml/xmlwriter.h usability | configure:14976: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 conftest.c >&5 | configure:14976: $? = 0 | configure:14976: result: yes | configure:14976: checking libxml/xmlwriter.h presence | configure:14976: gcc -E -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 conftest.c | configure:14976: $? = 0 | configure:14976: result: yes | configure:14976: checking for libxml/xmlwriter.h | configure:14976: result: yes | configure:14982: checking for LIBXML_WRITER_ENABLED defined in libxml/xmlwriter.h | configure:15012: result: yes | configure:15033: checking if linking against libxml2 with "-L/usr/local/lib -lxml2 " works | configure:15046: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -L/usr/local/lib -lxml2 >&5 | configure:15046: $? = 0 | configure:15048: result: yes | configure:15111: Checks for GMP ... | configure:15115: checking gmp.h usability | configure:15115: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 conftest.c >&5 | configure:15115: $? = 0 | configure:15115: result: yes | configure:15115: checking gmp.h presence | configure:15115: gcc -E -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 conftest.c | configure:15115: $? = 0 | configure:15115: result: yes | configure:15115: checking for gmp.h | configure:15115: result: yes | configure:15128: checking for __gmpz_init in -lgmp | configure:15153: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -lgmp -L/usr/local/lib -lxml2 >&5 | configure:15153: $? = 0 | configure:15162: result: yes | configure:15192: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -L/usr/local/lib -lxml2 >&5 | configure:15192: $? = 0 | configure:15192: ./conftest | configure:15192: $? = 0 | configure:15232: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -L/usr/local/lib -lxml2 -lgmp >&5 | configure:15232: $? = 0 | configure:15232: ./conftest | configure:15232: $? = 0 | configure:15245: checking matching GMP version | configure:15251: result: yes (6.1) | configure:15263: checking for __gmp_get_memory_functions in -lgmp | configure:15288: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -lgmp -L/usr/local/lib -lxml2 >&5 | configure:15288: $? = 0 | configure:15297: result: yes | configure:15307: checking for nanosleep | configure:15320: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -L/usr/local/lib -lxml2 >&5 | configure:15320: $? = 0 | configure:15322: result: yes | configure:15437: checking for clock_gettime and CLOCK_REALTIME | configure:15450: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -L/usr/local/lib -lxml2 >&5 | configure:15450: $? = 0 | configure:15452: result: yes | configure:15461: checking for isfinite | configure:15474: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -L/usr/local/lib -lxml2 >&5 | configure:15474: $? = 0 | configure:15476: result: yes | configure:15494: checking prototype for finite in | configure:15503: result: yes | configure:15534: checking for fdatasync | configure:15534: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -L/usr/local/lib -lxml2 >&5 | /tmp//ccbtzW80.o:conftest.c:function main: error: undefined reference to 'fdatasync' | collect2: error: ld returned 1 exit status | configure:15534: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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_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_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_LIBXML_URI_H 1 | | #define HAVE_LIBXML_XMLWRITER_H 1 | | #define WITH_XML2 1 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | /* end confdefs.h. */ | | /* Define fdatasync to an innocuous variant, in case declares fdatasync. | | For example, HP-UX 11i declares gettimeofday. */ | | #define fdatasync innocuous_fdatasync | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char fdatasync (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef fdatasync | | | | /* 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 fdatasync (); | | /* 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_fdatasync || defined __stub___fdatasync | | choke me | | #endif | | | | int | | main () | | { | | return fdatasync (); | | ; | | return 0; | | } | configure:15534: result: no | configure:15534: checking for sigaction | configure:15534: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -L/usr/local/lib -lxml2 >&5 | configure:15534: $? = 0 | configure:15534: result: yes | configure:15567: checking whether NLS is requested | configure:15576: result: yes | configure:15616: checking for msgfmt | configure: trying /usr/local/bin/msgfmt... | 0 translated messages. | configure:15648: result: /usr/local/bin/msgfmt | configure:15657: checking for gmsgfmt | configure:15688: result: /usr/local/bin/msgfmt | configure:15738: checking for xgettext | configure: trying /usr/local/bin/xgettext... | /usr/local/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C | configure:15770: result: /usr/local/bin/xgettext | configure:15815: checking for msgmerge | configure: trying /usr/local/bin/msgmerge... | configure:15846: result: /usr/local/bin/msgmerge | configure:16432: checking for CFPreferencesCopyAppValue | configure:16459: result: no | configure:16466: checking for CFLocaleCopyCurrent | configure:16493: result: no | configure:16542: checking for GNU gettext in libc | configure:16571: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -L/usr/local/lib -lxml2 >&5 | /tmp//ccsb42CQ.o:conftest.c:function main: error: undefined reference to 'libintl_bindtextdomain' | /tmp//ccsb42CQ.o:conftest.c:function main: error: undefined reference to 'libintl_gettext' | collect2: error: ld returned 1 exit status | configure:16571: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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_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_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_LIBXML_URI_H 1 | | #define HAVE_LIBXML_XMLWRITER_H 1 | | #define WITH_XML2 1 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | #define HAVE_SIGACTION 1 | | /* end confdefs.h. */ | | | | #include | | #ifndef __GNU_GETTEXT_SUPPORTED_REVISION | | extern int _nl_msg_cat_cntr; | | extern int *_nl_domain_bindings; | | #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings) | | #else | | #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 | | #endif | | | | | | int | | main () | | { | | | | bindtextdomain ("", ""); | | return * gettext ("") + __GNU_GETTEXT_SYMBOL_EXPRESSION | | | | ; | | return 0; | | } | configure:16580: result: no | configure:16614: checking for iconv | configure:16638: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -L/usr/local/lib -lxml2 >&5 | /tmp//ccXIgXna.o:conftest.c:function main: error: undefined reference to 'libiconv_open' | /tmp//ccXIgXna.o:conftest.c:function main: error: undefined reference to 'libiconv' | /tmp//ccXIgXna.o:conftest.c:function main: error: undefined reference to 'libiconv_close' | collect2: error: ld returned 1 exit status | configure:16638: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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_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_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_LIBXML_URI_H 1 | | #define HAVE_LIBXML_XMLWRITER_H 1 | | #define WITH_XML2 1 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | #define HAVE_SIGACTION 1 | | /* end confdefs.h. */ | | | | #include | | #include | | | | int | | main () | | { | | iconv_t cd = iconv_open("",""); | | iconv(cd,NULL,NULL,NULL,NULL); | | iconv_close(cd); | | ; | | return 0; | | } | configure:16662: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -L/usr/local/lib -lxml2 /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib >&5 | configure:16662: $? = 0 | configure:16672: result: yes | configure:16675: checking for working iconv | configure:16804: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -L/usr/local/lib -lxml2 /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib >&5 | configure:16804: $? = 0 | configure:16804: ./conftest | configure:16804: $? = 0 | configure:16816: result: yes | configure:16831: checking how to link with libiconv | configure:16833: result: /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib | configure:17305: checking for GNU gettext in libintl | configure:17342: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -L/usr/local/lib -lxml2 /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib >&5 | configure:17342: $? = 0 | configure:17392: result: yes | configure:17427: checking whether to use NLS | configure:17429: result: yes | configure:17432: checking where the gettext function comes from | configure:17443: result: external libintl | configure:17451: checking how to link with libintl | configure:17453: result: /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib | configure:17509: checking for nl_langinfo and CODESET | configure:17525: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -L/usr/local/lib -lxml2 >&5 | configure:17525: $? = 0 | configure:17534: result: yes | configure:17544: Checks for curses ... | configure:17548: checking for initscr in -lncursesw | configure:17573: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -lncursesw -L/usr/local/lib -lxml2 >&5 | configure:17573: $? = 0 | configure:17582: result: yes | configure:17596: checking ncursesw/ncurses.h usability | configure:17596: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 conftest.c >&5 | conftest.c:115:30: fatal error: ncursesw/ncurses.h: No such file or directory | compilation terminated. | configure:17596: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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_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_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_LIBXML_URI_H 1 | | #define HAVE_LIBXML_XMLWRITER_H 1 | | #define WITH_XML2 1 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_ICONV 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_LIBNCURSESW 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:17596: result: no | configure:17596: checking ncursesw/ncurses.h presence | configure:17596: gcc -E -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 conftest.c | conftest.c:82:30: fatal error: ncursesw/ncurses.h: No such file or directory | compilation terminated. | configure:17596: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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_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_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_LIBXML_URI_H 1 | | #define HAVE_LIBXML_XMLWRITER_H 1 | | #define WITH_XML2 1 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_ICONV 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_LIBNCURSESW 1 | | /* end confdefs.h. */ | | #include | configure:17596: result: no | configure:17596: checking for ncursesw/ncurses.h | configure:17596: result: no | configure:17605: checking ncursesw/curses.h usability | configure:17605: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 conftest.c >&5 | conftest.c:115:29: fatal error: ncursesw/curses.h: No such file or directory | compilation terminated. | configure:17605: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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_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_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_LIBXML_URI_H 1 | | #define HAVE_LIBXML_XMLWRITER_H 1 | | #define WITH_XML2 1 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_ICONV 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_LIBNCURSESW 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:17605: result: no | configure:17605: checking ncursesw/curses.h presence | configure:17605: gcc -E -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 conftest.c | conftest.c:82:29: fatal error: ncursesw/curses.h: No such file or directory | compilation terminated. | configure:17605: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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_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_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_LIBXML_URI_H 1 | | #define HAVE_LIBXML_XMLWRITER_H 1 | | #define WITH_XML2 1 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_ICONV 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_LIBNCURSESW 1 | | /* end confdefs.h. */ | | #include | configure:17605: result: no | configure:17605: checking for ncursesw/curses.h | configure:17605: result: no | configure:17634: checking for initscr in -lncurses | configure:17659: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -lncurses -lncursesw -L/usr/local/lib -lxml2 >&5 | configure:17659: $? = 0 | configure:17668: result: yes | configure:17682: checking ncurses.h usability | configure:17682: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 conftest.c >&5 | conftest.c:116:21: fatal error: ncurses.h: No such file or directory | compilation terminated. | configure:17682: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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_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_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_LIBXML_URI_H 1 | | #define HAVE_LIBXML_XMLWRITER_H 1 | | #define WITH_XML2 1 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_ICONV 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_LIBNCURSESW 1 | | #define HAVE_LIBNCURSES 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:17682: result: no | configure:17682: checking ncurses.h presence | configure:17682: gcc -E -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 conftest.c | conftest.c:83:21: fatal error: ncurses.h: No such file or directory | compilation terminated. | configure:17682: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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_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_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_LIBXML_URI_H 1 | | #define HAVE_LIBXML_XMLWRITER_H 1 | | #define WITH_XML2 1 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_ICONV 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_LIBNCURSESW 1 | | #define HAVE_LIBNCURSES 1 | | /* end confdefs.h. */ | | #include | configure:17682: result: no | configure:17682: checking for ncurses.h | configure:17682: result: no | configure:17691: checking ncurses/ncurses.h usability | configure:17691: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 conftest.c >&5 | configure:17691: $? = 0 | configure:17691: result: yes | configure:17691: checking ncurses/ncurses.h presence | configure:17691: gcc -E -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 conftest.c | configure:17691: $? = 0 | configure:17691: result: yes | configure:17691: checking for ncurses/ncurses.h | configure:17691: result: yes | configure:17928: checking for ncurses _nc_freeall function | configure:17942: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -lncurses -lncursesw -L/usr/local/lib -lxml2 >&5 | configure:17942: $? = 0 | configure:17944: result: yes | configure:17952: checking for ncurses use_legacy_coding function | configure:17966: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -lncurses -lncursesw -L/usr/local/lib -lxml2 >&5 | configure:17966: $? = 0 | configure:17968: result: yes | configure:17979: checking for curses color_set function | configure:18007: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -lncurses -lncursesw -L/usr/local/lib -lxml2 >&5 | configure:18007: $? = 0 | configure:18009: result: yes | configure:18018: checking for curses define_key function | configure:18046: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -lncurses -lncursesw -L/usr/local/lib -lxml2 >&5 | configure:18046: $? = 0 | configure:18048: result: yes | configure:18060: Checks for Berkeley DB ... | configure:18065: checking db.h usability | configure:18065: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 conftest.c >&5 | configure:18065: $? = 0 | configure:18065: result: yes | configure:18065: checking db.h presence | configure:18065: gcc -E -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 conftest.c | configure:18065: $? = 0 | configure:18065: result: yes | configure:18065: checking for db.h | configure:18065: result: yes | configure:18103: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -lncurses -lncursesw -L/usr/local/lib -lxml2 >&5 | configure:18103: $? = 0 | configure:18103: ./conftest | configure:18103: $? = 0 | configure:18117: db.h reports version "-Berkeley DB 6.2.32: (April 5, 2017)-" | configure:18121: checking for Berkeley DB db.h version >= 4.1 | configure:18125: result: yes (6.2) | configure:18140: checking for Berkeley DB library with version 6.2 | configure:18171: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -lncurses -lncursesw -L/usr/local/lib -lxml2 -ldb-6.2 >&5 | configure:18171: $? = 0 | configure:18171: ./conftest | configure:18171: $? = 0 | configure:18185: result: yes | configure:18187: BDB library version 6.2 found as -ldb-6.2 | configure:18248: checking for _WIN32 | configure:18257: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 conftest.c >&5 | conftest.c:93:4: error: #error macro not defined | # error macro not defined | ^ | configure:18257: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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_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_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_LIBXML_URI_H 1 | | #define HAVE_LIBXML_XMLWRITER_H 1 | | #define WITH_XML2 1 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_ICONV 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_LIBNCURSESW 1 | | #define HAVE_LIBNCURSES 1 | | #define HAVE_NCURSES_NCURSES_H 1 | | #define WITH_CURSES "ncurses" | | #define HAVE_CURSES_FREEALL 1 | | #define HAVE_USE_LEGACY_CODING 1 | | #define HAVE_COLOR_SET 1 | | #define HAVE_DEFINE_KEY 1 | | #define HAVE_DB_H 1 | | #define WITH_DB 1 | | /* end confdefs.h. */ | | | | #ifndef _WIN32 | | # error macro not defined | | #endif | configure:18262: result: no | configure:18269: checking for dlopen in -lc | configure:18294: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -lc -lncurses -lncursesw -L/usr/local/lib -lxml2 >&5 | configure:18294: $? = 0 | configure:18303: result: yes | configure:18486: checking for dladdr in -lc | configure:18511: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -lc -lncurses -lncursesw -L/usr/local/lib -lxml2 >&5 | configure:18511: $? = 0 | configure:18520: result: yes | configure:18591: checking for support of computed gotos | configure:18608: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 conftest.c >&5 | configure:18608: $? = 0 | configure:18611: result: yes | configure:18620: checking if size of long int = size of long long | configure:18656: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -lncurses -lncursesw -L/usr/local/lib -lxml2 >&5 | configure:18656: $? = 0 | configure:18656: ./conftest | configure:18656: $? = 0 | configure:18658: result: yes | configure:18669: checking if long is 32 bits | configure:18705: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -lncurses -lncursesw -L/usr/local/lib -lxml2 >&5 | configure:18705: $? = 0 | configure:18705: ./conftest | configure:18705: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnucobol" | | #define PACKAGE_VERSION "3.0-dev" | | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | | #define PACKAGE "gnucobol" | | #define VERSION "3.0-dev" | | #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_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_POPEN 1 | | #define HAVE_RAISE 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_SETENV 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define HAVE_LIBXML_URI_H 1 | | #define HAVE_LIBXML_XMLWRITER_H 1 | | #define WITH_XML2 1 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_ISFINITE 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_ICONV 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_LIBNCURSESW 1 | | #define HAVE_LIBNCURSES 1 | | #define HAVE_NCURSES_NCURSES_H 1 | | #define WITH_CURSES "ncurses" | | #define HAVE_CURSES_FREEALL 1 | | #define HAVE_USE_LEGACY_CODING 1 | | #define HAVE_COLOR_SET 1 | | #define HAVE_DEFINE_KEY 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:18710: result: no | configure:18722: checking if pointer is longer than 32 bits | configure:18764: gcc -o conftest -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib conftest.c -lncurses -lncursesw -L/usr/local/lib -lxml2 >&5 | configure:18764: $? = 0 | configure:18764: ./conftest | configure:18764: $? = 0 | configure:18768: result: yes | configure:18804: checking for aligned attribute | configure:18817: gcc -c -O2 -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 conftest.c >&5 | configure:18817: $? = 0 | configure:18819: result: yes | configure:18953: checking for gcc pointer sign option | configure:18966: gcc -c -O2 -pipe -Wno-pointer-sign -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 conftest.c >&5 | configure:18966: $? = 0 | configure:18967: result: yes | configure:19108: checking for ld bind now option | configure:19121: gcc -o conftest -O2 -pipe -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -L/usr/local/lib -Wl,-z,relro,-z,now,-O1 conftest.c >&5 | configure:19121: $? = 0 | configure:19122: result: yes | configure:19375: checking that generated files are newer than configure | configure:19381: result: done | configure:19417: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GnuCOBOL config.status 3.0-dev, which was | generated by GNU Autoconf 2.69. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on estragon.skogtun.org | | config.status:1355: creating bin/cob-config | config.status:1355: creating Makefile | config.status:1355: creating libcob/Makefile | config.status:1355: creating lib/Makefile | config.status:1355: creating cobc/Makefile | config.status:1355: creating bin/Makefile | config.status:1355: creating po/Makefile.in | config.status:1355: creating doc/Makefile | config.status:1355: creating config/Makefile | config.status:1355: creating copy/Makefile | config.status:1355: creating tests/atlocal | config.status:1355: creating tests/Makefile | config.status:1355: creating tests/cobol85/Makefile | config.status:1355: creating extras/Makefile | config.status:1355: creating config.h | config.status:1584: executing tests/atconfig commands | config.status:1584: executing depfiles commands | config.status:1682: cd libcob && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles | config.status:1689: $? = 0 | config.status:1682: cd lib && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles | config.status:1689: $? = 0 | config.status:1682: cd cobc && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles | config.status:1689: $? = 0 | config.status:1682: cd bin && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles | config.status:1689: $? = 0 | config.status:1584: executing libtool commands | config.status:1584: executing po-directories commands | config.status:1584: executing chmod commands | configure:21732: GnuCOBOL Configuration: | configure:21734: CC gcc | configure:21736: CFLAGS -O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE | configure:21738: LDFLAGS -L/usr/local/lib -Wl,-z,relro,-z,now,-O1 | configure:21741: COBC_LIBS -L/usr/local/lib -lintl -R/usr/local/lib | configure:21744: COB_CC gcc | configure:21746: COB_CFLAGS -I/usr/local/include -Wno-unused -fsigned-char -Wno-pointer-sign -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -pipe | configure:21748: COB_LDFLAGS -L/usr/local/lib | configure:21750: COB_LIBS -L/usr/local/lib -L${exec_prefix}/lib -lcob -lm -L/usr/local/lib -lxml2 -lgmp -L/usr/local/lib -lintl -R/usr/local/lib -lncurses -ldb-6.2 | configure:21752: COB_CONFIG_DIR ${datarootdir}/gnucobol/config | configure:21754: COB_COPY_DIR ${datarootdir}/gnucobol/copy | configure:21756: COB_LIBRARY_PATH ${exec_prefix}/lib/gnucobol | configure:21758: COB_OBJECT_EXT o | configure:21760: COB_MODULE_EXT so | configure:21762: COB_EXE_EXT | configure:21764: COB_SHARED_OPT -shared | configure:21766: COB_PIC_FLAGS -fPIC -DPIC | configure:21768: COB_EXPORT_DYN -Wl,--export-dynamic | configure:21771: COB_STRIP_CMD strip --strip-unneeded | configure:21775: Dynamic loading: System | configure:21781: Use gettext for international messages: yes | configure:21783: Use fcntl for file locking: yes | configure:21795: Use ncurses/pdcurses/curses for screen I/O: ncurses | configure:21820: Use Berkeley DB for ISAM I/O: yes | configure:21826: Use libxml2 for XML I/O yes | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=x86_64-unknown-dragonfly5.2 | ac_cv_c_bigendian=no | ac_cv_c_compiler_gnu=yes | ac_cv_c_const=yes | ac_cv_defined_LIBXML_WRITER_ENABLED_libxml_xmlwriter_h=yes | ac_cv_env_CC_set='' | ac_cv_env_CC_value='' | ac_cv_env_CFLAGS_set='' | ac_cv_env_CFLAGS_value='' | ac_cv_env_CPPFLAGS_set=set | ac_cv_env_CPPFLAGS_value='-I/usr/local/include -I/usr/local/include/db6' | ac_cv_env_CPP_set='' | ac_cv_env_CPP_value='' | ac_cv_env_LDFLAGS_set=set | ac_cv_env_LDFLAGS_value=-L/usr/local/lib | 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_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_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_func__doprnt=no | ac_cv_func_canonicalize_file_name=no | ac_cv_func_dlopen=yes | ac_cv_func_fcntl=yes | ac_cv_func_fdatasync=no | 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_shl_load=no | ac_cv_func_sigaction=yes | ac_cv_func_strcasecmp=yes | ac_cv_func_strchr=yes | ac_cv_func_strcoll=yes | ac_cv_func_strdup=yes | ac_cv_func_strerror=yes | ac_cv_func_strrchr=yes | ac_cv_func_strstr=yes | ac_cv_func_strtol=yes | ac_cv_func_vprintf=yes | ac_cv_header_db_h=yes | ac_cv_header_dlfcn_h=yes | ac_cv_header_fcntl_h=yes | ac_cv_header_gmp_h=yes | ac_cv_header_inttypes_h=yes | ac_cv_header_libxml_uri_h=yes | ac_cv_header_libxml_xmlwriter_h=yes | ac_cv_header_locale_h=yes | ac_cv_header_malloc_h=no | ac_cv_header_memory_h=yes | ac_cv_header_minix_config_h=no | ac_cv_header_ncurses_h=no | ac_cv_header_ncurses_ncurses_h=yes | ac_cv_header_ncursesw_curses_h=no | ac_cv_header_ncursesw_ncurses_h=no | ac_cv_header_signal_h=yes | ac_cv_header_stdc=yes | ac_cv_header_stddef_h=yes | ac_cv_header_stdint_h=yes | ac_cv_header_stdlib_h=yes | ac_cv_header_string_h=yes | ac_cv_header_strings_h=yes | ac_cv_header_sys_stat_h=yes | ac_cv_header_sys_time_h=yes | ac_cv_header_sys_types_h=yes | ac_cv_header_sys_wait_h=yes | ac_cv_header_unistd_h=yes | ac_cv_header_wchar_h=yes | ac_cv_host=x86_64-unknown-dragonfly5.2 | ac_cv_lib_c_dladdr=yes | ac_cv_lib_c_dlopen=yes | ac_cv_lib_dld_shl_load=no | ac_cv_lib_gmp___gmp_get_memory_functions=yes | ac_cv_lib_gmp___gmpz_init=yes | ac_cv_lib_lex=-lfl | ac_cv_lib_ncurses_initscr=yes | 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/local/bin/msgfmt | ac_cv_path_GREP=/usr/bin/grep | ac_cv_path_MSGFMT=/usr/local/bin/msgfmt | ac_cv_path_MSGMERGE=/usr/local/bin/msgmerge | ac_cv_path_SED=/usr/bin/sed | ac_cv_path_XGETTEXT=/usr/local/bin/xgettext | ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config | ac_cv_path_install='/usr/bin/install -c' | ac_cv_path_lt_DD=/bin/dd | ac_cv_path_mkdir=/usr/local/bin/gmkdir | ac_cv_prog_AWK=awk | 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_CC=gcc | ac_cv_prog_ac_ct_MANIFEST_TOOL=mt | ac_cv_prog_ac_ct_OBJDUMP=objdump | ac_cv_prog_ac_ct_RANLIB=ranlib | ac_cv_prog_ac_ct_STRIP=strip | ac_cv_prog_cc_c89='' | ac_cv_prog_cc_c99='' | ac_cv_prog_cc_g=yes | ac_cv_prog_cc_stdc='' | 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='${wl}-rpath ${wl}$libdir' | acl_cv_hardcode_libdir_separator='' | acl_cv_hardcode_minus_L=no | acl_cv_libext=a | acl_cv_libname_spec='lib$name' | acl_cv_library_names_spec='$libname$shrext' | acl_cv_path_LD=/usr/bin/ld | acl_cv_prog_gnu_ld=yes | acl_cv_rpath=done | acl_cv_shlibext=so | acl_cv_wl=-Wl, | am_cv_CC_dependencies_compiler_type=gcc3 | am_cv_func_iconv=yes | am_cv_func_iconv_works=yes | am_cv_langinfo_codeset=yes | am_cv_lib_iconv=yes | am_cv_make_support_nested_variables=yes | am_cv_prog_cc_c_o=yes | gt_cv_func_CFLocaleCopyCurrent=no | gt_cv_func_CFPreferencesCopyAppValue=no | gt_cv_func_gnugettext1_libc=no | gt_cv_func_gnugettext1_libintl=yes | lt_cv_ar_at_file=@ | lt_cv_archive_cmds_need_lc=no | lt_cv_deplibs_check_method=pass_all | lt_cv_dlopen=dlopen | lt_cv_dlopen_libs='' | lt_cv_dlopen_self=yes | lt_cv_dlopen_self_static=no | lt_cv_file_magic_cmd='$MAGIC_CMD' | lt_cv_file_magic_test_file='' | lt_cv_ld_reload_flag=-r | lt_cv_nm_interface='BSD nm' | lt_cv_objdir=.libs | lt_cv_path_LD=/usr/bin/ld | lt_cv_path_NM='/usr/bin/nm -B' | lt_cv_path_mainfest_tool=no | lt_cv_prog_compiler_c_o=yes | lt_cv_prog_compiler_pic='-fPIC -DPIC' | lt_cv_prog_compiler_pic_works=yes | lt_cv_prog_compiler_rtti_exceptions=no | lt_cv_prog_compiler_static_works=yes | lt_cv_prog_gnu_ld=yes | lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | lt_cv_sys_global_symbol_pipe=$'sed -n -e \'s/^.*[\t ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[\t ][\t ]*\\([_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=196608 | lt_cv_to_host_file_cmd=func_convert_file_noop | lt_cv_to_tool_file_cmd=func_convert_file_noop | lt_cv_truncate_bin='/bin/dd bs=4096 count=1' | pkg_cv_XML2_CFLAGS='-I/usr/local/include/libxml2 ' | pkg_cv_XML2_LIBS='-L/usr/local/lib -lxml2 ' | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | | | | | | | | | | | | | | @echo "Need to reconfigure with --enable-code-coverage" | @echo "Need to reconfigure with --enable-code-coverage" | $(CODE_COVERAGE_IGNORE_PATTERN); | $(CODE_COVERAGE_OUTPUT_FILE); | # | # | # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage) | # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info) | # (Default: $(top_builddir)) | # (Default: empty) | # Multiple directories may be specified, separated by whitespace. | # by lcov for code coverage. (Default: | # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH) | # genhtml instance. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE) | # instance. (Default: $CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT) | # instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_DEFAULT) | # instance. (Default: $CODE_COVERAGE_LCOV_RMOPTS_DEFAULT) | # instances. (Default: $CODE_COVERAGE_LCOV_SHOPTS_DEFAULT) | # instances. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE) | # lcov instance. (Default: empty) | # reports to be created. (Default: | # set to 0 to disable it and leave empty to stay with the default. | # - CODE_COVERAGE_BRANCH_COVERAGE: Set to 1 to enforce branch coverage, | # - CODE_COVERAGE_DIRECTORY: Top-level directory for code coverage reporting. | # - CODE_COVERAGE_GENHTML_OPTIONS: Extra options to pass to the genhtml | # - CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT: Extra options to pass to the | # - CODE_COVERAGE_IGNORE_PATTERN: Extra glob pattern of files to ignore | # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov | # - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the | # - CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH: --gcov-tool pathtogcov | # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov | # - CODE_COVERAGE_LCOV_RMOPTS_DEFAULT: Extra options to pass to the filtering | # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov | # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov | # - CODE_COVERAGE_OUTPUT_DIRECTORY: Directory for generated code coverage | # - CODE_COVERAGE_OUTPUT_FILE: Filename and path for the .info file generated | # $(PACKAGE_VERSION). In order to add the current git hash to the title, | # Capture code coverage data | # Code coverage | # Hook rule executed before code-coverage-capture, overridable by the user | # Optional variables | # Optional: | # The generated report will be titled using the $(PACKAGE_NAME) and | # Use recursive makes in order to ignore errors during check | # sanitizes the test-name: replaces with underscores: dashes and dots | # use the git-version-gen script, available online. | $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\ | ' | --rc genhtml_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE)) | --rc lcov_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE)) | .PHONY: check-code-coverage code-coverage-capture code-coverage-capture-hook code-coverage-clean | ACLOCAL='${SHELL} /home/harald/src/gnucobol/trunk/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_DISTCHECK_CONFIGURE_FLAGS += --disable-code-coverage | AM_DISTCHECK_CONFIGURE_FLAGS ?= | AM_V='$(V)' | AR='ar' | AS='as' | AUTOCONF='${SHELL} /home/harald/src/gnucobol/trunk/build_aux/missing autoconf' | AUTOHEADER='${SHELL} /home/harald/src/gnucobol/trunk/build_aux/missing autoheader' | AUTOMAKE='${SHELL} /home/harald/src/gnucobol/trunk/build_aux/missing automake-1.16' | AWK='awk' | CC='gcc' | CCDEPMODE='depmode=gcc3' | CFLAGS='-O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE' | COBC_LIBS=' -L/usr/local/lib -lintl -R/usr/local/lib' | COB_BIGENDIAN='no' | COB_CC='gcc' | COB_CFLAGS='-I/usr/local/include -Wno-unused -fsigned-char -Wno-pointer-sign -I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 -pipe' | COB_CONFIG_DIR='${datarootdir}/gnucobol/config' | COB_COPY_DIR='${datarootdir}/gnucobol/copy' | COB_EXE_EXT='' | COB_EXPORT_DYN='-Wl,--export-dynamic' | COB_FIX_LIB='-Wl,--export-dynamic' | COB_FIX_LIBTOOL='' | COB_HAS_64_BIT_POINTER='yes' | COB_HAS_CURSES='yes' | COB_HAS_ISAM='db' | COB_HAS_XML2='yes' | COB_KEYWORD_INLINE='' | COB_LDFLAGS='-L/usr/local/lib' | COB_LIBRARY_PATH='${exec_prefix}/lib/gnucobol' | COB_LIBS='-L/usr/local/lib -L${exec_prefix}/lib -lcob -lm -L/usr/local/lib -lxml2 -lgmp -L/usr/local/lib -lintl -R/usr/local/lib -lncurses -ldb-6.2' | COB_MAKE_IX_FALSE='#' | COB_MAKE_IX_TRUE='' | COB_MAKE_RUN_BINARIES_FALSE='#' | COB_MAKE_RUN_BINARIES_TRUE='' | COB_MODULE_EXT='so' | COB_OBJECT_EXT='o' | COB_PATCH_LEVEL='0' | COB_PIC_FLAGS='-fPIC -DPIC' | COB_SHARED_OPT='-shared' | CODE_COVERAGE_BRANCH_COVERAGE ?= | CODE_COVERAGE_CFLAGS='' | CODE_COVERAGE_CPPFLAGS='' | CODE_COVERAGE_CXXFLAGS='' | CODE_COVERAGE_DIRECTORY ?= $(top_builddir) | CODE_COVERAGE_ENABLED='no' | CODE_COVERAGE_ENABLED_FALSE='' | CODE_COVERAGE_ENABLED_TRUE='#' | CODE_COVERAGE_GENHTML_OPTIONS ?= $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT) | CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT ?=\ | CODE_COVERAGE_IGNORE_PATTERN ?= | CODE_COVERAGE_LCOV_OPTIONS ?= $(CODE_COVERAGE_LCOV_OPTIONS_DEFAULT) | CODE_COVERAGE_LCOV_OPTIONS_DEFAULT ?= $(CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH) | CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH ?= --gcov-tool "$(GCOV)" | CODE_COVERAGE_LCOV_RMOPTS ?= $(CODE_COVERAGE_LCOV_RMOPTS_DEFAULT) | CODE_COVERAGE_LCOV_RMOPTS_DEFAULT ?= | CODE_COVERAGE_LCOV_SHOPTS ?= $(CODE_COVERAGE_LCOV_SHOPTS_DEFAULT) | CODE_COVERAGE_LCOV_SHOPTS_DEFAULT ?= $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\ | CODE_COVERAGE_LDFLAGS='' | CODE_COVERAGE_LIBS='' | CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage | CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info | CODE_COVERAGE_RULES=' | CPP='gcc -E' | CPPFLAGS='-I/usr/local/include -I/usr/local/include/db6 -I/usr/local/include/libxml2 ' | CYGPATH_W='echo' | DEFS='-DHAVE_CONFIG_H' | DEPDIR='.deps' | DLLTOOL='false' | DSYMUTIL='' | DUMPBIN='' | ECHO_C='' | ECHO_N='-n' | ECHO_T='' | EGREP='/usr/bin/grep -E' | EXEEXT='' | FGREP='/usr/bin/grep -F' | GCOV='' | GENHTML='' | GETTEXT_MACRO_VERSION='0.19' | GITIGNOREFILES += $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_DIRECTORY) | GITIGNOREFILES ?= | GMSGFMT='/usr/local/bin/msgfmt' | GMSGFMT_015='/usr/local/bin/msgfmt' | GREP='/usr/bin/grep' | HELP2MAN='${SHELL} /home/harald/src/gnucobol/trunk/build_aux/missing help2man' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_PROGRAM='${INSTALL}' | INSTALL_SCRIPT='${INSTALL}' | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | INTLLIBS='/usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib' | INTL_MACOSX_LIBS='' | LCOV='' | LD='/usr/bin/ld' | LDFLAGS='-L/usr/local/lib -Wl,-z,relro,-z,now,-O1' | LEX='flex' | LEXLIB='-lfl' | LEX_OUTPUT_ROOT='lex.yy' | LIBCOB_LIBS='-lm -L/usr/local/lib -lxml2 -lgmp -L/usr/local/lib -lintl -R/usr/local/lib -lncurses -ldb-6.2' | LIBICONV='/usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib' | LIBINTL='/usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib' | LIBOBJS='' | LIBS='' | LIBTOOL='$(SHELL) $(top_builddir)/libtool' | LIPO='' | LN_S='ln -s' | LTLIBICONV='-L/usr/local/lib -liconv -R/usr/local/lib' | LTLIBINTL='-L/usr/local/lib -lintl -R/usr/local/lib' | LTLIBOBJS='' | LT_SYS_LIBRARY_PATH='' | MAKEINFO='${SHELL} /home/harald/src/gnucobol/trunk/build_aux/missing makeinfo' | MANIFEST_TOOL=':' | MKDIR_P='/usr/local/bin/gmkdir -p' | MSGFMT='/usr/local/bin/msgfmt' | MSGFMT_015='/usr/local/bin/msgfmt' | MSGMERGE='/usr/local/bin/msgmerge' | NM='/usr/bin/nm -B' | NMEDIT='' | OBJDUMP='objdump' | OBJEXT='o' | OTOOL64='' | OTOOL='' | PACKAGE='gnucobol' | PACKAGE_BUGREPORT='address@hidden' | PACKAGE_NAME='GnuCOBOL' | PACKAGE_STRING='GnuCOBOL 3.0-dev' | PACKAGE_TARNAME='gnucobol' | PACKAGE_URL='https://www.gnu.org/software/gnucobol/' | PACKAGE_VERSION='3.0-dev' | PATH_SEPARATOR=':' | PKG_CONFIG='/usr/local/bin/pkg-config' | PKG_CONFIG_LIBDIR='' | PKG_CONFIG_PATH='' | POSUB='po' | RANLIB='ranlib' | SED='/usr/bin/sed' | SET_MAKE='' | SHELL='/bin/sh' | STRIP='strip' | USE_NLS='yes' | VERSION='3.0-dev' | XGETTEXT='/usr/local/bin/xgettext' | XGETTEXT_015='/usr/local/bin/xgettext' | XGETTEXT_EXTRA_OPTIONS='' | XML2_CFLAGS='-I/usr/local/include/libxml2 ' | XML2_LIBS='-L/usr/local/lib -lxml2 ' | YACC='bison -y' | YFLAGS='' | ac_ct_AR='ar' | ac_ct_CC='gcc' | ac_ct_DUMPBIN='' | am__EXEEXT_FALSE='' | am__EXEEXT_TRUE='#' | am__fastdepCC_FALSE='#' | am__fastdepCC_TRUE='' | am__include='include' | am__isrc='' | am__leading_dot='.' | am__nodep='_no' | am__quote='' | am__tar='$${TAR-tar} chof - "$$tardir"' | am__untar='$${TAR-tar} xf -' | bindir='${exec_prefix}/bin' | build='x86_64-unknown-dragonfly5.2' | build_alias='' | build_cpu='x86_64' | build_os='dragonfly5.2' | build_vendor='unknown' | check-code-coverage: | code-coverage-capture-hook: | code-coverage-capture: code-coverage-capture-hook | code_coverage_quiet = $(code_coverage_quiet_$(V)) | code_coverage_quiet_ = $(code_coverage_quiet_$(AM_DEFAULT_VERBOSITY)) | code_coverage_quiet_0 = --quiet | code_coverage_sanitize = $(subst -,_,$(subst .,_,$(1))) | code_coverage_v_genhtml = $(code_coverage_v_genhtml_$(V)) | code_coverage_v_genhtml_ = $(code_coverage_v_genhtml_$(AM_DEFAULT_VERBOSITY)) | code_coverage_v_genhtml_0 = @echo " GEN " $(CODE_COVERAGE_OUTPUT_DIRECTORY); | code_coverage_v_lcov_cap = $(code_coverage_v_lcov_cap_$(V)) | code_coverage_v_lcov_cap_ = $(code_coverage_v_lcov_cap_$(AM_DEFAULT_VERBOSITY)) | code_coverage_v_lcov_cap_0 = @echo " LCOV --capture"\ | code_coverage_v_lcov_ign = $(code_coverage_v_lcov_ign_$(V)) | code_coverage_v_lcov_ign_ = $(code_coverage_v_lcov_ign_$(AM_DEFAULT_VERBOSITY)) | code_coverage_v_lcov_ign_0 = @echo " LCOV --remove /tmp/*"\ | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | host='x86_64-unknown-dragonfly5.2' | host_alias='' | host_cpu='x86_64' | host_os='dragonfly5.2' | host_vendor='unknown' | htmldir='${docdir}' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='${SHELL} /home/harald/src/gnucobol/trunk/build_aux/install-sh' | libdir='${exec_prefix}/lib' | libexecdir='${exec_prefix}/libexec' | localedir='${datarootdir}/locale' | localstatedir='${prefix}/var' | mandir='${datarootdir}/man' | mkdir_p='$(MKDIR_P)' | oldincludedir='/usr/include' | pdfdir='${docdir}' | prefix='/usr/local' | program_transform_name='s,x,x,' | psdir='${docdir}' | sbindir='${exec_prefix}/sbin' | sharedstatedir='${prefix}/com' | sysconfdir='${prefix}/etc' | target_alias='' | xml2_config_found='' | | ## ----------- ## | ## confdefs.h. ## | ## ----------- ## | | /* confdefs.h */ | #define PACKAGE_NAME "GnuCOBOL" | #define PACKAGE_TARNAME "gnucobol" | #define PACKAGE_VERSION "3.0-dev" | #define PACKAGE_STRING "GnuCOBOL 3.0-dev" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/" | #define PACKAGE "gnucobol" | #define VERSION "3.0-dev" | #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_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_POPEN 1 | #define HAVE_RAISE 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SETENV 1 | #define HAVE_STRCOLL 1 | #define HAVE_TIMEZONE 1 | #define HAVE_DESIGNATED_INITS 1 | #define HAVE_LIBXML_URI_H 1 | #define HAVE_LIBXML_XMLWRITER_H 1 | #define WITH_XML2 1 | #define WITH_VARSEQ 0 | #define HAVE_GMP_H 1 | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | #define HAVE_NANO_SLEEP 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_ISFINITE 1 | #define HAVE_SIGACTION 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LIBNCURSESW 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_NCURSES_NCURSES_H 1 | #define WITH_CURSES "ncurses" | #define HAVE_CURSES_FREEALL 1 | #define HAVE_USE_LEGACY_CODING 1 | #define HAVE_COLOR_SET 1 | #define HAVE_DEFINE_KEY 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 COB_EXPORT_DYN "-Wl,--export-dynamic" | #define COB_PIC_FLAGS "-fPIC -DPIC" | #define COB_SHARED_OPT "-shared" | #define COB_OBJECT_EXT "o" | #define COB_MODULE_EXT "so" | #define COB_EXE_EXT "" | #define COB_STRIP_CMD "strip --strip-unneeded" | | configure: exit 0 | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GnuCOBOL config.status 3.0-dev, which was | generated by GNU Autoconf 2.69. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status Makefile | | on estragon.skogtun.org | | config.status:1355: creating Makefile