## ---------------------------------------- ## ## GnuCOBOL 2.0 test suite: GnuCOBOL Tests. ## ## ---------------------------------------- ## testsuite: command line was: $ ./testsuite ## ---------- ## ## ChangeLog. ## ## ---------- ## | | 2016-08-10 Simon 'sf-mensch/human' Sobisch | | * Makefile.am: added manual hook for creating a windows source zip | (not possible with the dist-zip target as this is identical to | dist-gzip), done with optional external shell create_win_dist.sh | * create_win_dist.sh: copy an existing source distribution folder, | include build_windows from source tree, change line endings and | create DISTNAME_win.zip | ## --------- ## ## Platform. ## ## --------- ## hostname = milo.local uname -m = x86_64 uname -r = 16.0.0 uname -s = Darwin uname -v = Darwin Kernel Version 16.0.0: Tue Aug 23 17:02:44 PDT 2016; root:xnu-3789.1.31~2/RELEASE_X86_64 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = Mach kernel version: Darwin Kernel Version 16.0.0: Tue Aug 23 17:02:44 PDT 2016; root:xnu-3789.1.31~2/RELEASE_X86_64 Kernel configured for up to 4 processors. 2 processors are physically available. 4 processors are logically available. Processor type: i486 (Intel 80486) Processors active: 0 1 2 3 Primary memory available: 16.00 gigabytes Default processor set: 460 tasks, 1858 threads, 4 processors Load average: 4.37, Mach factor: 0.79 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests PATH: /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/cobc PATH: /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/bin PATH: /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/libcob/.libs PATH: /Users/harald/bin PATH: /opt/pkg/bin PATH: /opt/pkg/sbin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/sbin PATH: /sbin PATH: /opt/X11/bin PATH: /usr/local/sbin testsuite: atconfig: | # Configurable variable values for building test suites. | # Generated by ./config.status. | # Copyright (C) 2012 Free Software Foundation, Inc. | | # The test suite will define top_srcdir=/../.. etc. | at_testdir='tests' | abs_builddir='/Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests' | at_srcdir='.' | abs_srcdir='/Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests' | at_top_srcdir='..' | abs_top_srcdir='/Users/harald/src/gnucobol/branches/gnu-cobol-2.0' | at_top_build_prefix='../' | abs_top_builddir='/Users/harald/src/gnucobol/branches/gnu-cobol-2.0' | | # Backward compatibility with Autotest <= 2.59b: | at_top_builddir=$at_top_build_prefix | | AUTOTEST_PATH='tests' | | SHELL=${CONFIG_SHELL-'/bin/sh'} testsuite: atlocal: | # | # atlocal gnucobol/tests | # | # Copyright (C) 2003-2012, 2014-2015 Free Software Foundation, Inc. | # Written by Keisuke Nishida, Roger While, Simon Sobisch | # | # This file is part of GnuCOBOL. | # | # The GnuCOBOL compiler is free software: you can redistribute it | # and/or modify it under the terms of the GNU General Public License | # as published by the Free Software Foundation, either version 3 of the | # License, or (at your option) any later version. | # | # GnuCOBOL is distributed in the hope that it will be useful, | # but WITHOUT ANY WARRANTY; without even the implied warranty of | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | # GNU General Public License for more details. | # | # You should have received a copy of the GNU General Public License | # along with GnuCOBOL. If not, see . | | # CC="gcc" | COB_BIGENDIAN="no" | COB_HAS_ISAM="yes" | COB_HAS_CURSES="yes" | COBC="${abs_top_builddir}/cobc/cobc" | COBCRUN="${abs_top_builddir}/bin/cobcrun" | | TEMPLATE="${abs_srcdir}/testsuite.src" | | FLAGS="-debug -Wall ${COBOL_FLAGS}" | COMPILE="${COBC} -x ${FLAGS}" | COMPILE_ONLY="${COBC} -fsyntax-only ${FLAGS}" | COMPILE_MODULE="${COBC} -m ${FLAGS}" | | OBJECT_EXT="o" | | PATHSEP=":" | | # unset all environmental vars that are used by libcob | for cobenv in $($COBCRUN --runtime-env 2>/dev/null | grep COB_ | cut -d: -f2); do unset $cobenv; done | | # For running the testsuite in Cygwin with non-Cygwin binaries we need a wrapper function | _return_path () { | echo "$1" | } | | PATH="${abs_top_builddir}/cobc:${abs_top_builddir}/bin:${abs_top_builddir}/libcob/.libs:${PATH}" | export PATH | export COB_CFLAGS="-I${abs_top_srcdir} -I${abs_top_srcdir}/libcob -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -pipe" | export COB_LDFLAGS="-L${abs_top_builddir}/libcob/.libs -L/opt/pkg/lib" | export COB_LIBS="-L${abs_top_builddir}/libcob/.libs -lcob -lm -lgmp -L/opt/pkg/lib -lintl -liconv -lc -R/opt/pkg/lib -Wl,-framework -Wl,CoreFoundation -lncursesw -ldb-4.8" | export COB_CONFIG_DIR="${abs_top_srcdir}/config" | export COB_RUNTIME_CONFIG="${COB_CONFIG_DIR}/runtime_empty.cfg" | export COB_COPY_DIR="${abs_top_srcdir}/copy" | export LD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$LD_LIBRARY_PATH" | export DYLD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$DYLD_LIBRARY_PATH" | export SHLIB_PATH="${abs_top_builddir}/libcob/.libs:$SHLIB_PATH" | export LIBPATH="${abs_top_builddir}/libcob/.libs:$LIBPATH" | export COB_LIBRARY_PATH="${abs_top_builddir}/extras:$COB_LIBRARY_PATH" | export COB_UNIX_LF=YES | export COB_HAS_ISAM | export COB_HAS_CURSES | export COB_HAS_UTC_OFFSET | export LC_ALL=C ## ---------------- ## ## Tested programs. ## ## ---------------- ## ./testsuite.at:23: /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/cobc/cobc --version cobc (GnuCOBOL) 2.0.0 Copyright (C) 2016 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 13 2016 12:10:30 Packaged Oct 25 2015 21:40:28 UTC C version "4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.38)" ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Tue Sep 13 12:11:15 CEST 2016 1. Compiler outputs (used_binaries.at:21): ok (0m0.387s 0m0.282s) 2. Source file not found (used_binaries.at:46): ok (0m0.022s 0m0.027s) 3. Compiler help and information (used_binaries.at:55): ok (0m0.140s 0m0.170s) 4. Using full path for cobc (used_binaries.at:68): ok (0m0.194s 0m0.094s) 9. cobcrun -M DSO entry multiple arguments (used_binaries.at:272): ok (0m0.254s 0m0.136s) 13. Invalid cobc option (used_binaries.at:369): ok (0m0.124s 0m0.158s) 14. cobc with standard configuration file (configuration.at:22): ok (0m0.027s 0m0.032s) 15. cobc dialect features for all -std (configuration.at:43): ok (0m0.239s 0m0.243s) 16. cobc with configuration file via -std (configuration.at:87): ok (0m0.031s 0m0.034s) 17. cobc with standard configuration file via -conf (configuration.at:108): ok (0m0.029s 0m0.030s) 18. cobc with own configuration file via -conf (configuration.at:129): ok (0m0.052s 0m0.059s) 19. cobc configuration: recursive include (configuration.at:158): ok (0m0.029s 0m0.038s) 20. cobc with -std and -conf (configuration.at:196): ok (0m0.042s 0m0.034s) 21. cobc compiler flag on command line (configuration.at:223): ok (0m0.025s 0m0.028s) 22. cobc compiler flag on command line (priority) (configuration.at:242): ok (0m0.073s 0m0.080s) 23. cobc configuration: entries (configuration.at:275): ok (0m0.087s 0m0.109s) 24. cobc configuration: conf missing (configuration.at:310): ok (0m0.069s 0m0.086s) 25. cobc configuration: conf optional (configuration.at:338): ok (0m0.055s 0m0.061s) 26. cobc configuration: incomplete (configuration.at:374): ok (0m0.023s 0m0.030s) 27. runtime configuration (configuration.at:445): ok (0m0.069s 0m0.084s) 28. runtime configuration file (configuration.at:464): ok (0m0.129s 0m0.164s) 29. runtime configuration: recursive include (configuration.at:499): ok (0m0.025s 0m0.035s) 30. runtime configuration: environment priority (configuration.at:528): ok (0m0.028s 0m0.036s) 31. runtime configuration: entries (configuration.at:541): ok (0m0.023s 0m0.031s) 32. runtime configuration: conf missing (configuration.at:579): ok (0m0.065s 0m0.084s) 33. runtime configuration: conf optional (configuration.at:608): ok (0m0.023s 0m0.030s) 34. COB_CONFIG_DIR test (configuration.at:620): ok (0m0.023s 0m0.031s) 35. COPY: within comment (syn_copy.at:21): ok (0m0.051s 0m0.057s) 36. COPY: file not found (syn_copy.at:49): ok (0m0.027s 0m0.030s) 37. COPY: replacement order (syn_copy.at:69): ok (0m0.182s 0m0.091s) 38. COPY: separators (syn_copy.at:96): ok (0m0.263s 0m0.117s) 39. COPY: partial replacement (syn_copy.at:125): ok (0m0.265s 0m0.124s) 40. COPY: LEADING replacement (syn_copy.at:154): ok (0m0.255s 0m0.118s) 41. COPY: TRAILING replacement (syn_copy.at:183): ok (0m0.192s 0m0.097s) 42. COPY: recursive replacement (syn_copy.at:212): ok (0m0.186s 0m0.098s) 43. COPY: fixed/free format (syn_copy.at:241): ok (0m0.191s 0m0.095s) 44. Invalid PROGRAM-ID (syn_definition.at:25): ok (0m0.028s 0m0.032s) 45. Invalid PROGRAM-ID type clause (1) (syn_definition.at:41): ok (0m0.028s 0m0.032s) 46. invalid PROGRAM-ID type clause (2) (syn_definition.at:57): ok (0m0.029s 0m0.033s) 47. INITIAL/RECURSIVE before COMMON (syn_definition.at:74): ok (0m0.025s 0m0.029s) 48. Undefined data name (syn_definition.at:106): ok (0m0.029s 0m0.034s) 49. Undefined group name (syn_definition.at:124): ok (0m0.028s 0m0.032s) 50. Undefined data name in group (syn_definition.at:145): ok (0m0.030s 0m0.035s) 51. Reference not a group name (syn_definition.at:168): ok (0m0.030s 0m0.036s) 52. Incomplete 01 definition (syn_definition.at:192): ok (0m0.028s 0m0.032s) 53. Same labels in different sections (syn_definition.at:212): ok (0m0.026s 0m0.030s) 54. Redefinition of 01 items (syn_definition.at:237): ok (0m0.029s 0m0.033s) 55. Redefinition of 01 and 02 items (syn_definition.at:256): ok (0m0.028s 0m0.032s) 56. Redefinition of 02 items (syn_definition.at:275): ok (0m0.028s 0m0.032s) 57. Redefinition of 77 items (syn_definition.at:295): ok (0m0.028s 0m0.032s) 58. Redefinition of 01 and 77 items (syn_definition.at:314): ok (0m0.029s 0m0.034s) 59. Redefinition of 88 items (syn_definition.at:333): ok (0m0.029s 0m0.034s) 60. Redefinition of program-name by other programs (syn_definition.at:354): ok (0m0.053s 0m0.058s) 61. Redefinition of program-name within program (syn_definition.at:420): ok (0m0.056s 0m0.065s) 62. Redefinition of function-prototype name (syn_definition.at:450): ok (0m0.031s 0m0.039s) 63. Data item with same name as program-name (syn_definition.at:473): ok (0m0.026s 0m0.030s) 64. Ambiguous reference to 02 items (syn_definition.at:500): ok (0m0.029s 0m0.033s) 65. Ambiguous reference to 02 and 03 items (syn_definition.at:526): ok (0m0.028s 0m0.033s) 66. Ambiguous reference with qualification (syn_definition.at:551): ok (0m0.028s 0m0.033s) 67. Unique reference with ambiguous qualifiers (syn_definition.at:580): ok (0m0.026s 0m0.030s) 68. Undefined procedure name (syn_definition.at:616): ok (0m0.029s 0m0.033s) 69. Redefinition of section names (syn_definition.at:636): ok (0m0.028s 0m0.032s) 70. Redefinition of section and paragraph names (syn_definition.at:656): ok (0m0.028s 0m0.032s) 71. Redefinition of paragraph names (syn_definition.at:676): ok (0m0.027s 0m0.031s) 72. Ambiguous reference to paragraph name (syn_definition.at:701): ok (0m0.028s 0m0.032s) 73. Non-matching level numbers (extension) (syn_definition.at:726): ok (0m0.031s 0m0.036s) 74. CALL BY VALUE alphanumeric item (extension) (syn_definition.at:749): ok (0m0.029s 0m0.035s) 75. Duplicate identification division header (syn_definition.at:771): ok (0m0.029s 0m0.034s) 76. Invalid environment division order (syn_definition.at:786): ok (0m0.028s 0m0.032s) 77. Function without END FUNCTION (syn_definition.at:813): ok (0m0.029s 0m0.033s) 78. Nested programs without END PROGRAM (syn_definition.at:827): ok (0m0.027s 0m0.031s) 79. Nested programs not in procedure division (syn_definition.at:849): ok (0m0.029s 0m0.034s) 80. Screen section starts with 78-level (syn_definition.at:868): ok (0m0.026s 0m0.030s) 81. Invalid PICTURE strings (syn_definition.at:884): ok (0m0.029s 0m0.034s) 82. PICTURE strings invalid with BLANK WHEN ZERO (syn_definition.at:1033): ok (0m0.029s 0m0.033s) 83. PICTURE strings invalid with USAGE (syn_definition.at:1055): ok (0m0.029s 0m0.034s) 84. Alphabet definition (syn_definition.at:1075): ok (0m0.054s 0m0.061s) 85. RENAMES item (syn_definition.at:1119): ok (0m0.031s 0m0.033s) 86. RENAMES of 01-, 66- and 77-level items (syn_definition.at:1186): ok (0m0.058s 0m0.055s) 87. Non-numeric subscript (syn_subscripts.at:23): ok (0m0.028s 0m0.033s) 88. Subscript range check (syn_subscripts.at:49): ok (0m0.027s 0m0.031s) 89. Subscript bounds with ODO (lower) (syn_subscripts.at:89): ok (0m0.029s 0m0.034s) 90. Subscript bounds with ODO (upper) (syn_subscripts.at:112): ok (0m0.029s 0m0.034s) 91. Subscripted item requires OCCURS clause (syn_subscripts.at:138): ok (0m0.029s 0m0.033s) 92. Number of subscripts (syn_subscripts.at:163): ok (0m0.054s 0m0.060s) 93. OCCURS with level 01 and 77 (syn_occurs.at:28): ok (0m0.053s 0m0.057s) 94. OCCURS with level 66 (syn_occurs.at:53): ok (0m0.031s 0m0.036s) 95. OCCURS with level 88 (syn_occurs.at:72): ok (0m0.028s 0m0.035s) 96. OCCURS with variable-occurrence data item (syn_occurs.at:91): ok (0m0.053s 0m0.059s) 97. Nested OCCURS clause (syn_occurs.at:149): ok (0m0.026s 0m0.029s) 98. OCCURS DEPENDING with wrong size (syn_occurs.at:186): ok (0m0.028s 0m0.032s) 99. OCCURS DEPENDING followed by another field (syn_occurs.at:222): ok (0m0.052s 0m0.059s) 100. OCCURS DEPENDING without TO clause (syn_occurs.at:264): ok (0m0.055s 0m0.060s) 101. OCCURS size check (syn_occurs.at:287): ok (0m0.056s 0m0.063s) 102. REDEFINES: not following entry-name (syn_redefines.at:28): ok (0m0.030s 0m0.036s) 103. REDEFINES: level 02 by 01 (syn_redefines.at:49): ok (0m0.029s 0m0.033s) 104. REDEFINES: level 03 by 02 (syn_redefines.at:70): ok (0m0.028s 0m0.032s) 105. REDEFINES: level 66 (syn_redefines.at:92): ok (0m0.030s 0m0.035s) 106. REDEFINES: level 88 (syn_redefines.at:114): ok (0m0.028s 0m0.033s) 107. REDEFINES: lower level number (syn_redefines.at:143): ok (0m0.029s 0m0.033s) 108. REDEFINES: with OCCURS (syn_redefines.at:169): ok (0m0.029s 0m0.033s) 109. REDEFINES: with subscript (syn_redefines.at:190): ok (0m0.029s 0m0.035s) 110. REDEFINES: with variable occurrence (syn_redefines.at:212): ok (0m0.029s 0m0.033s) 111. REDEFINES: with qualification (syn_redefines.at:247): ok (0m0.028s 0m0.033s) 112. REDEFINES: multiple redefinition (syn_redefines.at:273): ok (0m0.051s 0m0.056s) 113. REDEFINES: size exceeds (syn_redefines.at:301): ok (0m0.028s 0m0.031s) 114. REDEFINES: with VALUE (syn_redefines.at:334): ok (0m0.028s 0m0.033s) 115. REDEFINES: with intervention (syn_redefines.at:362): ok (0m0.029s 0m0.035s) 116. REDEFINES: within REDEFINES (syn_redefines.at:391): ok (0m0.026s 0m0.029s) 117. REDEFINES: non-referenced ambiguous item (syn_redefines.at:411): ok (0m0.030s 0m0.037s) 118. Numeric item (integer) (syn_value.at:43): ok (0m0.030s 0m0.036s) 119. Numeric item (non-integer) (syn_value.at:69): ok (0m0.029s 0m0.032s) 120. Numeric item with picture P (syn_value.at:92): ok (0m0.029s 0m0.033s) 121. Signed numeric literal (syn_value.at:124): ok (0m0.028s 0m0.033s) 122. Alphabetic item (syn_value.at:150): ok (0m0.029s 0m0.032s) 123. Alphanumeric item (syn_value.at:176): ok (0m0.029s 0m0.035s) 124. Alphanumeric group item (syn_value.at:198): ok (0m0.028s 0m0.034s) 125. Numeric-edited item (syn_value.at:233): ok (0m0.028s 0m0.032s) 126. Alphanumeric-edited item (syn_value.at:258): ok (0m0.029s 0m0.034s) 127. Implicit picture from value (syn_value.at:326): ok (0m0.053s 0m0.060s) 128. ASSIGN to device-name (syn_file.at:22): ok (0m0.083s 0m0.081s) 129. ASSIGN to printer-name (syn_file.at:89): ok (0m0.084s 0m0.080s) 130. SELECT without ASSIGN (syn_file.at:156): ok (0m0.029s 0m0.033s) 131. START on SEQUENTIAL file (syn_file.at:184): ok (0m0.028s 0m0.032s) 132. DECLARATIVES invalid procedure reference (1) (syn_file.at:214): ok (0m0.029s 0m0.034s) 133. DECLARATIVES invalid procedure reference (2) (syn_file.at:254): ok (0m0.028s 0m0.032s) 134. DECLARATIVES invalid procedure reference (3) (syn_file.at:294): ok (0m0.031s 0m0.036s) 135. RECORDING MODE (syn_file.at:334): ok (0m0.031s 0m0.038s) 136. CODE-SET clause (syn_file.at:363): ok (0m0.031s 0m0.038s) 137. CODE-SET FOR clause (syn_file.at:399): ok (0m0.030s 0m0.037s) 138. REPORT SECTION clause numbers (syn_reportwriter.at:23): ok (0m0.031s 0m0.035s) 139. Ambiguous AND/OR (syn_misc.at:22): ok (0m0.031s 0m0.036s) 140. invalid expression (syn_misc.at:48): ok (0m0.029s 0m0.036s) 141. Missing headers (syn_misc.at:145): ok (0m0.057s 0m0.066s) 142. INITIALIZE constant (syn_misc.at:194): ok (0m0.028s 0m0.032s) 143. CLASS duplicate values (syn_misc.at:221): ok (0m0.032s 0m0.036s) 144. INSPECT invalid size (syn_misc.at:256): ok (0m0.029s 0m0.033s) 145. INSPECT invalid target (syn_misc.at:285): ok (0m0.028s 0m0.032s) 146. INSPECT missing keyword (syn_misc.at:308): ok (0m0.027s 0m0.032s) 147. INSPECT repeated keywords (syn_misc.at:329): ok (0m0.028s 0m0.033s) 148. INSPECT incomplete clause (syn_misc.at:361): ok (0m0.028s 0m0.032s) 149. INSPECT multiple BEFORE/AFTER clauses (syn_misc.at:383): ok (0m0.029s 0m0.036s) 150. Maximum data size (syn_misc.at:406): ok (0m0.028s 0m0.033s) 151. Unreachable statement (syn_misc.at:435): ok (0m0.030s 0m0.035s) 152. CRT STATUS (syn_misc.at:477): ok (0m0.051s 0m0.057s) 153. CURRENCY SIGN (syn_misc.at:519): ok (0m0.205s 0m0.225s) 154. SWITCHES (syn_misc.at:635): ok (0m0.053s 0m0.058s) 155. Unexpected mnemonic-name location (syn_misc.at:762): ok (0m0.029s 0m0.032s) 156. Wrong device for mnemonic-name (syn_misc.at:789): ok (0m0.029s 0m0.034s) 157. Missing mnemonic-name declaration (syn_misc.at:814): ok (0m0.028s 0m0.032s) 158. Unknown device in dialect (syn_misc.at:835): ok (0m0.053s 0m0.059s) 159. ACCEPT WITH ( NO ) UPDATE / DEFAULT (syn_misc.at:865): ok (0m0.026s 0m0.030s) 160. ACCEPT WITH AUTO / TAB (syn_misc.at:890): ok (0m0.026s 0m0.029s) 161. ACCEPT WITH SIZE (syn_misc.at:915): ok (0m0.027s 0m0.031s) 162. DISPLAY WITH SIZE (syn_misc.at:939): ok (0m0.026s 0m0.030s) 163. Source text after program-text area (syn_misc.at:961): ok (0m0.029s 0m0.033s) 164. Line overflow in Fixed-form / Free-form (syn_misc.at:982): ok (0m0.079s 0m0.086s) 165. Continuation Indicator - too many lines (syn_misc.at:1030): ok (0m0.100s 0m0.033s) 166. Continuation of COBOL words (syn_misc.at:1581): ok (0m0.055s 0m0.060s) 167. Literal too long (syn_misc.at:1602): ok (0m0.190s 0m0.171s) 168. Line and floating comments (syn_misc.at:1839): ok (0m0.889s 0m0.514s) 169. word length (syn_misc.at:2000): ok (0m0.175s 0m0.184s) 170. Floating-point literals (syn_misc.at:2116): ok (0m0.055s 0m0.063s) 171. X literals (syn_misc.at:2221): ok (0m0.029s 0m0.034s) 172. national literals (syn_misc.at:2248): ok (0m0.053s 0m0.061s) 173. NX literals (syn_misc.at:2278): ok (0m0.052s 0m0.059s) 174. Binary literals (syn_misc.at:2316): ok (0m0.059s 0m0.060s) 175. Binary-hexadecimal literals (syn_misc.at:2352): ok (0m0.054s 0m0.063s) 176. ACUCOBOL literals (syn_misc.at:2381): ok (0m0.061s 0m0.063s) 177. Adding/removing reserved words (syn_misc.at:2442): ok (0m0.028s 0m0.032s) 178. Adding aliases (syn_misc.at:2465): ok (0m0.096s 0m0.103s) 179. Complete specified word list (syn_misc.at:2499): ok (0m0.082s 0m0.082s) 180. ANY LENGTH item as BY VALUE formal parameter (syn_misc.at:2522): ok (0m0.028s 0m0.033s) 181. Swapped SOURCE- and OBJECT-COMPUTER (syn_misc.at:2545): ok (0m0.031s 0m0.035s) 182. NOT ON EXCEPTION phrases before ON EXCEPTION (syn_misc.at:2564): ok (0m0.056s 0m0.064s) 183. Wrong dialect hints (syn_misc.at:2627): ok (0m0.030s 0m0.037s) 184. Redundant periods (syn_misc.at:2651): ok (0m0.032s 0m0.040s) 185. STRING / UNSTRING with invalid syntax (syn_misc.at:2681): ok (0m0.031s 0m0.036s) 186. Use of program-prototypes (syn_misc.at:2746): ok (0m0.030s 0m0.036s) 187. Invalid INSPECT/TRANSFORM operands (syn_misc.at:2773): ok (0m0.031s 0m0.038s) 188. SIGN clause checks (syn_misc.at:2817): ok (0m0.032s 0m0.038s) 189. MOVE SPACE TO numeric or numeric-edited item (syn_move.at:37): ok (0m0.028s 0m0.032s) 190. MOVE ZERO TO alphabetic item (syn_move.at:63): ok (0m0.028s 0m0.032s) 191. MOVE alphabetic TO x (syn_move.at:89): ok (0m0.028s 0m0.033s) 192. MOVE alphanumeric TO x (syn_move.at:119): ok (0m0.026s 0m0.029s) 193. MOVE alphanumeric-edited TO x (syn_move.at:146): ok (0m0.031s 0m0.038s) 194. MOVE numeric (integer) TO x (syn_move.at:176): ok (0m0.028s 0m0.031s) 195. MOVE numeric (non-integer) TO x (syn_move.at:205): ok (0m0.029s 0m0.034s) 196. MOVE numeric-edited TO x (syn_move.at:236): ok (0m0.030s 0m0.033s) 197. CORRESPONDING - Operands must be groups (syn_move.at:271): ok (0m0.030s 0m0.034s) 198. CORRESPONDING - Target has no matching items (syn_move.at:300): ok (0m0.029s 0m0.034s) 199. MOVE: misc (syn_move.at:327): ok (0m0.028s 0m0.032s) 200. MOVE: Overlapping (syn_move.at:350): ok (0m0.183s 0m0.089s) 201. Category check of Format 1 (syn_multiply.at:28): ok (0m0.028s 0m0.032s) 202. Category check of Format 2 (syn_multiply.at:67): ok (0m0.029s 0m0.034s) 203. Category check of literals (syn_multiply.at:108): ok (0m0.029s 0m0.033s) 204. Flexible ACCEPT/DISPLAY syntax (syn_screen.at:24): ok (0m0.029s 0m0.032s) 205. Duplicate ACCEPT/DISPLAY clauses (syn_screen.at:92): ok (0m0.028s 0m0.032s) 206. AT clause (syn_screen.at:121): ok (0m0.028s 0m0.033s) 207. ACCEPT/DISPLAY extensions detection (syn_screen.at:165): ok (0m0.028s 0m0.032s) 208. FROM clause (syn_screen.at:211): ok (0m0.027s 0m0.031s) 209. SCREEN SECTION clause numbers (syn_screen.at:237): ok (0m0.028s 0m0.033s) 210. Screen clauses (syn_screen.at:265): ok (0m0.029s 0m0.034s) 211. ACCEPT ON EXCEPTION/ESCAPE (syn_screen.at:291): ok (0m0.026s 0m0.030s) 212. Referencing 88-level (syn_screen.at:321): ok (0m0.029s 0m0.034s) 213. Conflicting screen clauses (syn_screen.at:351): ok (0m0.053s 0m0.058s) 214. Redundant screen clauses (syn_screen.at:396): ok (0m0.028s 0m0.033s) 215. Screen item OCCURS w-/wo relative LINE/COL (syn_screen.at:418): ok (0m0.081s 0m0.090s) 216. VALUE clause missing (syn_screen.at:469): ok (0m0.027s 0m0.030s) 217. SET: misc (syn_set.at:24): ok (0m0.029s 0m0.034s) 218. ANY LENGTH as function RETURNING item (syn_functions.at:22): ok (0m0.028s 0m0.033s) 219. REPOSITORY INTRINSIC phrase (syn_functions.at:46): ok (0m0.026s 0m0.030s) 220. REPOSITORY FUNCTION phrase (syn_functions.at:69): ok (0m0.027s 0m0.031s) 221. Redundant REPOSITORY entries (syn_functions.at:117): ok (0m0.027s 0m0.030s) 222. Missing prototype/definition (syn_functions.at:155): ok (0m0.029s 0m0.034s) 223. Function definition inside program (syn_functions.at:186): ok (0m0.029s 0m0.034s) 224. Intrinsic functions: number of arguments (syn_functions.at:207): ok (0m0.028s 0m0.033s) 225. Intrinsic functions: reference modification (syn_functions.at:247): ok (0m0.029s 0m0.034s) 226. Intrinsic functions: Parameter type (syn_functions.at:295): ok (0m0.029s 0m0.035s) 227. invalid formatted date/time args (syn_functions.at:318): ok (0m0.028s 0m0.033s) 228. invalid formats w/ DECIMAL-POINT IS COMMA (syn_functions.at:399): ok (0m0.029s 0m0.034s) 229. Specified offset and SYSTEM-OFFSET (syn_functions.at:433): ok (0m0.028s 0m0.033s) 230. COPY within comment (listings.at:21): ok (0m0.072s 0m0.091s) 231. COPY replacement order (listings.at:110): ok (0m0.091s 0m0.108s) 232. COPY separators (listings.at:214): ok (0m0.036s 0m0.043s) 233. COPY partial replacement (listings.at:282): ok (0m0.037s 0m0.044s) 234. COPY LEADING replacement (listings.at:354): ok (0m0.037s 0m0.046s) 235. COPY TRAILING replacement (listings.at:426): ok (0m0.037s 0m0.046s) 236. COPY recursive replacement (listings.at:498): ok (0m0.039s 0m0.048s) 237. Eject page (listings.at:566): ok (0m0.068s 0m0.081s) 238. Wide listing (listings.at:663): ok (0m0.065s 0m0.076s) 239. Two source files (listings.at:760): ok (0m0.036s 0m0.043s) 241. Symbols (listings.at:1069): ok (0m0.313s 0m0.246s) 242. Conditional compilation (listings.at:1579): ok (0m0.035s 0m0.042s) 243. LISTING ON/OFF (listings.at:1646): ok (0m0.037s 0m0.045s) 244. File descriptions (listings.at:1734): ok (0m0.037s 0m0.043s) 245. Invalid PICTURE strings (listings.at:2081): ok (0m0.039s 0m0.045s) 246. Variable format (listings.at:2343): ok (0m0.038s 0m0.046s) 247. DISPLAY literals (run_fundamental.at:23): ok (0m0.186s 0m0.091s) 248. DISPLAY literals, DECIMAL-POINT is COMMA (run_fundamental.at:85): ok (0m0.212s 0m0.105s) 250. DISPLAY data items with VALUE clause (run_fundamental.at:167): ok (0m0.209s 0m0.101s) 251. DISPLAY data items with MOVE statement (run_fundamental.at:214): ok (0m0.184s 0m0.088s) 252. MOVE to edited item (1) (run_fundamental.at:268): ok (0m0.185s 0m0.092s) 253. MOVE to edited item (2) (run_fundamental.at:317): ok (0m0.188s 0m0.091s) 254. Move to item with simple and floating insertion (run_fundamental.at:366): ok (0m0.180s 0m0.087s) 255. MOVE to JUSTIFIED item (run_fundamental.at:396): ok (0m0.179s 0m0.088s) 256. MOVE integer literal to alphanumeric (run_fundamental.at:441): ok (0m0.188s 0m0.096s) 257. Check for equality of FLOAT-SHORT / FLOAT-LONG (run_fundamental.at:466): ok (0m0.185s 0m0.093s) 259. ALPHABETIC test (run_fundamental.at:654): ok (0m0.178s 0m0.090s) 260. ALPHABETIC-UPPER test (run_fundamental.at:686): ok (0m0.177s 0m0.085s) 261. ALPHABETIC-LOWER test (run_fundamental.at:718): ok (0m0.180s 0m0.090s) 262. GLOBAL at same level (run_fundamental.at:750): ok (0m0.184s 0m0.087s) 263. GLOBAL at lower level (run_fundamental.at:799): ok (0m0.196s 0m0.089s) 264. GLOBAL CONSTANT (run_fundamental.at:848): ok (0m0.192s 0m0.095s) 265. Contained program visibility (1) (run_fundamental.at:933): ok (0m0.183s 0m0.090s) 266. Contained program visibility (2) (run_fundamental.at:988): ok (0m0.190s 0m0.091s) 267. Contained program visibility (3) (run_fundamental.at:1041): ok (0m0.184s 0m0.088s) 268. Contained program visibility (4) (run_fundamental.at:1092): ok (0m0.187s 0m0.089s) 269. CALL/CANCEL with program-prototype-name (run_fundamental.at:1147): ok (0m0.191s 0m0.090s) 270. START RELATIVE (1) (run_fundamental.at:1219): ok (0m0.184s 0m0.085s) 271. START RELATIVE (2) (run_fundamental.at:1268): ok (0m0.183s 0m0.086s) 272. GLOBAL FD (1) (run_fundamental.at:1345): ok (0m0.179s 0m0.079s) 273. GLOBAL FD (2) (run_fundamental.at:1395): ok (0m0.179s 0m0.080s) 274. GLOBAL FD (3) (run_fundamental.at:1445): ok (0m0.188s 0m0.089s) 275. GLOBAL FD (4) (run_fundamental.at:1495): ok (0m0.183s 0m0.086s) 276. CANCEL test (1) (run_fundamental.at:1545): ok (0m0.189s 0m0.099s) 279. Separate sign positions (1) (run_fundamental.at:1655): ok (0m0.178s 0m0.092s) 280. Separate sign positions (2) (run_fundamental.at:1679): ok (0m0.184s 0m0.086s) 281. Context sensitive words (1) (run_fundamental.at:1711): ok (0m0.179s 0m0.087s) 282. Context sensitive words (2) (run_fundamental.at:1734): ok (0m0.183s 0m0.091s) 283. Context sensitive words (3) (run_fundamental.at:1758): ok (0m0.181s 0m0.086s) 284. Context sensitive words (4) (run_fundamental.at:1782): ok (0m0.189s 0m0.093s) 285. Context sensitive words (5) (run_fundamental.at:1807): ok (0m0.174s 0m0.086s) 286. Context sensitive words (6) (run_fundamental.at:1830): ok (0m0.181s 0m0.085s) 287. Context sensitive words (7) (run_fundamental.at:1853): ok (0m0.181s 0m0.086s) 288. ROUNDED AWAY-FROM-ZERO (run_fundamental.at:1880): ok (0m0.181s 0m0.090s) 289. ROUNDED NEAREST-AWAY-FROM-ZERO (run_fundamental.at:1943): ok (0m0.184s 0m0.090s) 290. ROUNDED NEAREST-EVEN (run_fundamental.at:2006): ok (0m0.182s 0m0.089s) 291. ROUNDED NEAREST-TOWARD-ZERO (run_fundamental.at:2069): ok (0m0.189s 0m0.095s) 292. ROUNDED TOWARD-GREATER (run_fundamental.at:2132): ok (0m0.180s 0m0.090s) 293. ROUNDED TOWARD-LESSER (run_fundamental.at:2195): ok (0m0.182s 0m0.090s) 294. ROUNDED TRUNCATION (run_fundamental.at:2258): ok (0m0.183s 0m0.090s) 295. Numeric operations (1) (run_fundamental.at:2321): ok (0m0.179s 0m0.085s) 296. Numeric operations (2) (run_fundamental.at:2365): ok (0m0.201s 0m0.088s) 297. Numeric operations (3) (run_fundamental.at:2671): ok (0m0.197s 0m0.088s) 298. Numeric operations (4) (run_fundamental.at:2977): ok (0m0.196s 0m0.088s) 299. Numeric operations (5) (run_fundamental.at:3283): ok (0m0.197s 0m0.089s) 301. Numeric operations (7) (run_fundamental.at:3658): ok (0m0.191s 0m0.090s) 302. ADD CORRESPONDING (run_fundamental.at:3952): ok (0m0.185s 0m0.086s) 303. ADD CORRESPONDING no match (run_fundamental.at:4000): ok (0m0.184s 0m0.086s) 304. Subscript out of bounds (1) (run_subscripts.at:26): ok (0m0.182s 0m0.089s) 305. Subscript out of bounds (2) (run_subscripts.at:51): ok (0m0.193s 0m0.090s) 306. Value of DEPENDING ON N out of bounds (lower) (run_subscripts.at:76): ok (0m0.176s 0m0.085s) 307. Value of DEPENDING ON N out of bounds (upper) (run_subscripts.at:101): ok (0m0.179s 0m0.086s) 308. Subscript bounds with ODO (run_subscripts.at:126): ok (0m0.190s 0m0.090s) 309. Subscript by arithmetic expression (run_subscripts.at:151): ok (0m0.180s 0m0.086s) 310. length of ODO w/- reference modification (run_subscripts.at:182): ok (0m0.185s 0m0.087s) 311. Static reference modification (run_refmod.at:25): ok (0m0.178s 0m0.084s) 312. Dynamic reference modification (run_refmod.at:56): ok (0m0.184s 0m0.089s) 313. Static out of bounds (run_refmod.at:92): ok (0m0.027s 0m0.031s) 314. Offset underflow (run_refmod.at:122): ok (0m0.184s 0m0.088s) 315. Offset overflow (run_refmod.at:145): ok (0m0.185s 0m0.087s) 316. Length underflow (run_refmod.at:168): ok (0m0.180s 0m0.089s) 317. Length overflow (run_refmod.at:191): ok (0m0.181s 0m0.089s) 318. ACCEPT FROM DATE/DAY (run_accept.at:23): ok (0m0.177s 0m0.084s) 319. ACCEPT OMITTED (run_accept.at:70): ok (0m0.181s 0m0.091s) 320. INITIALIZE group entry with OCCURS (run_initialize.at:27): ok (0m0.194s 0m0.094s) 321. INITIALIZE OCCURS with numeric edited (run_initialize.at:55): ok (0m0.183s 0m0.086s) 322. INITIALIZE complex group (1) (run_initialize.at:81): ok (0m0.182s 0m0.088s) 323. INITIALIZE complex group (2) (run_initialize.at:108): ok (0m0.178s 0m0.086s) 324. INITIALIZE with REDEFINES (run_initialize.at:135): ok (0m0.175s 0m0.088s) 325. INITIALIZE with FILLER (run_initialize.at:161): ok (0m0.180s 0m0.086s) 326. INITIALIZE of EXTERNAL data items (run_initialize.at:227): ok (0m0.186s 0m0.086s) 327. INITIALIZE with reference modification (run_initialize.at:277): ok (0m0.178s 0m0.086s) 328. Comma separator without space (run_misc.at:22): ok (0m0.179s 0m0.088s) 333. MOVE to itself (run_misc.at:217): ok (0m0.175s 0m0.090s) 334. MOVE with refmod (run_misc.at:243): ok (0m0.179s 0m0.084s) 335. MOVE with refmod (variable) (run_misc.at:267): ok (0m0.191s 0m0.094s) 336. MOVE with group refmod (run_misc.at:293): ok (0m0.177s 0m0.083s) 337. MOVE indexes (run_misc.at:318): ok (0m0.181s 0m0.087s) 339. MOVE Z'literal' (run_misc.at:379): ok (0m0.182s 0m0.092s) 340. Floating continuation indicator (run_misc.at:421): ok (0m0.176s 0m0.086s) 341. Fixed continuation indicator (run_misc.at:443): ok (0m0.178s 0m0.089s) 342. Concatenation operator (run_misc.at:485): ok (0m0.180s 0m0.085s) 343. SOURCE FIXED/FREE directives (run_misc.at:509): ok (0m0.185s 0m0.094s) 344. Level 01 subscripts (run_misc.at:538): ok (0m0.029s 0m0.030s) 345. Class check with reference modification (run_misc.at:560): ok (0m0.175s 0m0.083s) 346. Index and parenthesized expression (run_misc.at:584): ok (0m0.182s 0m0.088s) 347. Alphanumeric and binary numeric (run_misc.at:608): ok (0m0.179s 0m0.083s) 348. Dynamic call with static linking (run_misc.at:635): ok (0m0.276s 0m0.158s) 354. INSPECT: REPLACING LEADING ZEROS BY SPACES (run_misc.at:930): ok (0m0.180s 0m0.087s) 355. INSPECT: No repeat conversion check (run_misc.at:954): ok (0m0.177s 0m0.084s) 356. INSPECT: CONVERTING TO figurative constant (run_misc.at:978): ok (0m0.173s 0m0.085s) 357. INSPECT: CONVERTING NULL (run_misc.at:1002): ok (0m0.177s 0m0.085s) 358. INSPECT: CONVERTING TO NULL (run_misc.at:1026): ok (0m0.176s 0m0.084s) 359. INSPECT: REPLACING figurative constant (run_misc.at:1050): ok (0m0.179s 0m0.084s) 360. INSPECT: TALLYING BEFORE (run_misc.at:1074): ok (0m0.179s 0m0.087s) 361. INSPECT: TALLYING AFTER (run_misc.at:1109): ok (0m0.177s 0m0.086s) 362. INSPECT: REPLACING TRAILING ZEROS BY SPACES (run_misc.at:1144): ok (0m0.182s 0m0.089s) 363. INSPECT: REPLACING complex (run_misc.at:1168): ok (0m0.177s 0m0.084s) 364. SWITCHES (environment COB_SWITCH_n and SET) (run_misc.at:1194): ok (0m0.180s 0m0.086s) 365. Nested PERFORM (run_misc.at:1291): ok (0m0.180s 0m0.086s) 366. EXIT PERFORM (run_misc.at:1316): ok (0m0.175s 0m0.086s) 367. EXIT PERFORM CYCLE (run_misc.at:1341): ok (0m0.180s 0m0.087s) 368. EXIT PARAGRAPH (run_misc.at:1366): ok (0m0.177s 0m0.082s) 369. EXIT SECTION (run_misc.at:1398): ok (0m0.175s 0m0.085s) 370. PERFORM UNTIL EXIT (run_misc.at:1432): ok (0m0.176s 0m0.083s) 371. PERFORM inline (1) (run_misc.at:1463): ok (0m0.177s 0m0.084s) 372. PERFORM inline (2) (run_misc.at:1490): ok (0m0.177s 0m0.085s) 373. 88 with FILLER (run_misc.at:1515): ok (0m0.176s 0m0.085s) 374. Non-overflow after overflow (run_misc.at:1544): ok (0m0.179s 0m0.083s) 375. PERFORM ... CONTINUE (run_misc.at:1574): ok (0m0.026s 0m0.030s) 376. STRING with subscript reference (run_misc.at:1591): ok (0m0.178s 0m0.086s) 377. UNSTRING DELIMITED ALL LOW-VALUE (run_misc.at:1618): ok (0m0.181s 0m0.085s) 378. UNSTRING DELIMITED ALL SPACE-2 (run_misc.at:1653): ok (0m0.189s 0m0.095s) 379. UNSTRING DELIMITED POINTER (run_misc.at:1718): ok (0m0.180s 0m0.085s) 380. UNSTRING DELIMITER IN (run_misc.at:1772): ok (0m0.184s 0m0.091s) 381. SORT: table sort (run_misc.at:1814): ok (0m0.177s 0m0.085s) 382. SORT: table sort (2) (run_misc.at:1856): ok (0m0.198s 0m0.088s) 383. SORT: table sort (3) (run_misc.at:1981): skipped (run_misc.at:1982) 384. SORT: EBCDIC table sort (run_misc.at:2022): ok (0m0.185s 0m0.087s) 385. PIC ZZZ-, ZZZ+ (run_misc.at:2060): ok (0m0.183s 0m0.087s) 386. PERFORM type OSVS (run_misc.at:2113): ok (0m0.184s 0m0.098s) 390. Lookup ENTRY from main executable (run_misc.at:2297): ok (0m0.190s 0m0.095s) 392. 88 level with FALSE IS clause (run_misc.at:2365): ok (0m0.178s 0m0.090s) 393. ALLOCATE / FREE with BASED item (1) (run_misc.at:2393): ok (0m0.196s 0m0.088s) 395. ALLOCATE CHARACTERS INITIALIZED TO (run_misc.at:2467): ok (0m0.183s 0m0.089s) 396. Initialized value with defaultbyte (run_misc.at:2508): ok (0m0.180s 0m0.087s) 399. CALL in from C, cob_call_params unknown (run_misc.at:2615): ok (0m0.220s 0m0.114s) 400. CALL in from C with init missing / implicit (run_misc.at:2659): ok (0m0.383s 0m0.201s) 403. access to BASED item without allocation (run_misc.at:2793): ok (0m0.368s 0m0.186s) 405. STOP RUN WITH NORMAL STATUS (run_misc.at:2876): ok (0m0.182s 0m0.087s) 406. STOP RUN WITH ERROR STATUS (run_misc.at:2894): ok (0m0.179s 0m0.087s) 407. DECLARATIVES procedure referencing (run_misc.at:2912): ok (0m0.180s 0m0.087s) 408. DECLARATIVES procedure referencing (multiple) (run_misc.at:2952): ok (0m0.182s 0m0.086s) 409. SYMBOLIC clause (run_misc.at:2996): ok (0m0.176s 0m0.087s) 410. OCCURS clause with 1 entry (run_misc.at:3033): ok (0m0.178s 0m0.085s) 411. Computing of different USAGEs w/o decimal point (run_misc.at:3082): ok (0m0.442s 0m0.176s) 412. Computing of different USAGEs w/- decimal point (run_misc.at:3590): ok (0m0.438s 0m0.173s) 414. ON EXCEPTION clause of DISPLAY (run_misc.at:4558): ok (0m0.193s 0m0.095s) 415. EC-SCREEN-LINE-NUMBER and -STARTING-COLUMN (run_misc.at:4583): ok (0m0.184s 0m0.089s) 416. LINE/COLUMN 0 exceptions (run_misc.at:4624): ok (0m0.178s 0m0.088s) 417. SET LAST EXCEPTION TO OFF (run_misc.at:4662): ok (0m0.182s 0m0.093s) 420. void PROCEDURE, main not allowed (run_misc.at:4755): ok (0m0.029s 0m0.034s) 421. void PROCEDURE not allowed for FUNCTION (run_misc.at:4773): ok (0m0.027s 0m0.031s) 423. CALL with program prototypes (run_misc.at:4919): ok (0m0.190s 0m0.098s) 424. PICTURE with constant-name (run_misc.at:4975): ok (0m0.178s 0m0.086s) 425. READ INTO AT-END sequence (run_file.at:21): ok (0m0.204s 0m0.094s) 426. First READ on empty SEQUENTIAL INDEXED file (run_file.at:58): ok (0m0.180s 0m0.089s) 427. REWRITE a RELATIVE file with RANDOM access (run_file.at:98): ok (0m0.189s 0m0.087s) 428. SORT with SD, I/O SEQUENTIAL (run_file.at:165): ok (0m0.184s 0m0.089s) 429. SORT with SD, I/O LINE SEQUENTIAL (run_file.at:213): ok (0m0.189s 0m0.096s) 430. SORT with SD, I/O LINE SEQUENTIAL same file (run_file.at:270): ok (0m0.185s 0m0.094s) 431. SORT nonexistent file (run_file.at:327): ok (0m0.187s 0m0.094s) 432. ASSIGN with LOCAL-STORAGE item (run_file.at:362): ok (0m0.192s 0m0.092s) 433. ASSIGN with LOCAL-STORAGE item and INITIAL prog (run_file.at:398): ok (0m0.190s 0m0.095s) 434. RETURN-CODE moving (run_returncode.at:23): ok (0m0.186s 0m0.090s) 436. RETURN-CODE nested (run_returncode.at:101): ok (0m0.182s 0m0.088s) 437. FUNCTION ABS (run_functions.at:24): ok (0m0.178s 0m0.087s) 438. FUNCTION ACOS (run_functions.at:46): ok (0m0.178s 0m0.084s) 439. FUNCTION ANNUITY (run_functions.at:70): ok (0m0.181s 0m0.087s) 440. FUNCTION ASIN (run_functions.at:94): ok (0m0.209s 0m0.096s) 441. FUNCTION ATAN (run_functions.at:118): ok (0m0.218s 0m0.107s) 442. FUNCTION BYTE-LENGTH (run_functions.at:142): ok (0m0.179s 0m0.088s) 443. FUNCTION CHAR (run_functions.at:177): ok (0m0.180s 0m0.089s) 444. FUNCTION COMBINED-DATETIME (run_functions.at:215): ok (0m0.188s 0m0.090s) 445. FUNCTION CONCATENATE (run_functions.at:240): ok (0m0.184s 0m0.091s) 446. FUNCTION CONCATENATE with reference modding (run_functions.at:279): ok (0m0.212s 0m0.102s) 447. FUNCTION COS (run_functions.at:307): ok (0m0.193s 0m0.095s) 448. FUNCTION CURRENCY-SYMBOL (run_functions.at:331): ok (0m0.184s 0m0.092s) 449. FUNCTION CURRENT-DATE (run_functions.at:354): ok (0m0.190s 0m0.093s) 450. FUNCTION DATE-OF-INTEGER (run_functions.at:425): ok (0m0.188s 0m0.092s) 451. FUNCTION DATE-TO-YYYYMMDD (run_functions.at:450): ok (0m0.174s 0m0.085s) 452. FUNCTION DAY-OF-INTEGER (run_functions.at:475): ok (0m0.195s 0m0.091s) 453. FUNCTION DAY-TO-YYYYDDD (run_functions.at:500): ok (0m0.180s 0m0.088s) 454. FUNCTION E (run_functions.at:525): ok (0m0.202s 0m0.091s) 455. FUNCTION EXCEPTION-FILE (run_functions.at:549): ok (0m0.182s 0m0.086s) 456. FUNCTION EXCEPTION-LOCATION (run_functions.at:581): ok (0m0.184s 0m0.092s) 457. FUNCTION EXCEPTION-STATEMENT (run_functions.at:617): ok (0m0.188s 0m0.091s) 458. FUNCTION EXCEPTION-STATUS (run_functions.at:649): ok (0m0.177s 0m0.085s) 459. FUNCTION EXP (run_functions.at:681): ok (0m0.180s 0m0.087s) 460. FUNCTION EXP10 (run_functions.at:705): ok (0m0.186s 0m0.088s) 461. FUNCTION FACTORIAL (run_functions.at:730): ok (0m0.182s 0m0.087s) 462. FUNCTION FORMATTED-CURRENT-DATE (run_functions.at:755): ok (0m0.176s 0m0.085s) 463. FUNCTION FORMATTED-DATE (run_functions.at:783): ok (0m0.197s 0m0.093s) 464. FUNCTION FORMATTED-DATE with ref modding (run_functions.at:846): ok (0m0.214s 0m0.096s) 465. FUNCTION FORMATTED-DATETIME (run_functions.at:871): ok (0m0.197s 0m0.095s) 466. FUNCTION FORMATTED-DATETIME with ref modding (run_functions.at:928): ok (0m0.177s 0m0.086s) 467. FUNCTION FORMATTED-TIME (run_functions.at:954): ok (0m0.182s 0m0.087s) 468. FUNCTION FORMATTED-TIME DP.COMMA (run_functions.at:1041): ok (0m0.193s 0m0.096s) 469. FUNCTION FORMATTED-TIME with ref modding (run_functions.at:1072): ok (0m0.175s 0m0.087s) 470. FUNCTION FRACTION-PART (run_functions.at:1097): ok (0m0.174s 0m0.084s) 471. FUNCTION HIGHEST-ALGEBRAIC (run_functions.at:1128): ok (0m0.193s 0m0.088s) 472. FUNCTION INTEGER (run_functions.at:1196): ok (0m0.177s 0m0.088s) 473. FUNCTION INTEGER-OF-DATE (run_functions.at:1229): ok (0m0.177s 0m0.087s) 474. FUNCTION INTEGER-OF-DAY (run_functions.at:1254): ok (0m0.178s 0m0.086s) 475. FUNCTION INTEGER-OF-FORMATTED-DATE (run_functions.at:1279): ok (0m0.185s 0m0.088s) 476. FUNCTION INTEGER-PART (run_functions.at:1329): ok (0m0.178s 0m0.085s) 477. FUNCTION LENGTH (run_functions.at:1355): ok (0m0.177s 0m0.087s) 478. FUNCTION LOCALE-COMPARE (run_functions.at:1381): ok (0m0.199s 0m0.095s) 479. FUNCTION LOCALE-DATE (run_functions.at:1411): ok (0m0.174s 0m0.088s) 480. FUNCTION LOCALE-TIME (run_functions.at:1437): ok (0m0.185s 0m0.089s) 481. FUNCTION LOCALE-TIME-FROM-SECONDS (run_functions.at:1463): ok (0m0.180s 0m0.089s) 482. FUNCTION LOG (run_functions.at:1489): ok (0m0.179s 0m0.085s) 483. FUNCTION LOG10 (run_functions.at:1513): ok (0m0.178s 0m0.087s) 484. FUNCTION LOWER-CASE (run_functions.at:1537): ok (0m0.189s 0m0.084s) 485. FUNCTION LOWER-CASE with reference modding (run_functions.at:1565): ok (0m0.184s 0m0.086s) 486. FUNCTION LOWEST-ALGEBRAIC (run_functions.at:1591): ok (0m0.179s 0m0.086s) 487. FUNCTION MAX (run_functions.at:1644): ok (0m0.177s 0m0.089s) 488. FUNCTION MEAN (run_functions.at:1666): ok (0m0.181s 0m0.089s) 489. FUNCTION MEDIAN (run_functions.at:1688): ok (0m0.188s 0m0.091s) 490. FUNCTION MIDRANGE (run_functions.at:1710): ok (0m0.179s 0m0.088s) 491. FUNCTION MIN (run_functions.at:1732): ok (0m0.182s 0m0.088s) 492. FUNCTION MOD (run_functions.at:1754): ok (0m0.178s 0m0.085s) 494. FUNCTION MODULE-DATE (run_functions.at:1814): ok (0m0.179s 0m0.091s) 495. FUNCTION MODULE-FORMATTED-DATE (run_functions.at:1839): ok (0m0.176s 0m0.087s) 496. FUNCTION MODULE-ID (run_functions.at:1864): ok (0m0.179s 0m0.088s) 497. FUNCTION MODULE-PATH (run_functions.at:1885): ok (0m0.179s 0m0.090s) 498. FUNCTION MODULE-SOURCE (run_functions.at:1910): ok (0m0.179s 0m0.088s) 499. FUNCTION MODULE-TIME (run_functions.at:1931): ok (0m0.189s 0m0.091s) 500. FUNCTION MONETARY-DECIMAL-POINT (run_functions.at:1956): ok (0m0.180s 0m0.088s) 501. FUNCTION MONETARY-THOUSANDS-SEPARATOR (run_functions.at:1979): ok (0m0.180s 0m0.088s) 502. FUNCTION NUMERIC-DECIMAL-POINT (run_functions.at:2002): ok (0m0.180s 0m0.090s) 503. FUNCTION NUMERIC-THOUSANDS-SEPARATOR (run_functions.at:2025): ok (0m0.177s 0m0.089s) 504. FUNCTION NUMVAL (run_functions.at:2048): ok (0m0.178s 0m0.084s) 505. FUNCTION NUMVAL-C (run_functions.at:2079): ok (0m0.178s 0m0.084s) 506. FUNCTION NUMVAL-C DP.COMMA (run_functions.at:2110): ok (0m0.174s 0m0.083s) 507. FUNCTION NUMVAL-F (run_functions.at:2140): ok (0m0.180s 0m0.091s) 508. FUNCTION ORD (run_functions.at:2163): ok (0m0.200s 0m0.097s) 509. FUNCTION ORD-MAX (run_functions.at:2185): ok (0m0.178s 0m0.087s) 510. FUNCTION ORD-MIN (run_functions.at:2207): ok (0m0.176s 0m0.085s) 511. FUNCTION PI (run_functions.at:2229): ok (0m0.182s 0m0.088s) 512. FUNCTION PRESENT-VALUE (run_functions.at:2253): ok (0m0.179s 0m0.089s) 513. FUNCTION RANDOM (run_functions.at:2275): ok (0m0.183s 0m0.086s) 514. FUNCTION RANGE (run_functions.at:2299): ok (0m0.176s 0m0.084s) 515. FUNCTION REM (run_functions.at:2323): ok (0m0.187s 0m0.090s) 516. FUNCTION REVERSE (run_functions.at:2347): ok (0m0.178s 0m0.084s) 517. FUNCTION REVERSE with reference modding (run_functions.at:2372): ok (0m0.184s 0m0.090s) 518. FUNCTION SECONDS-FROM-FORMATTED-TIME (run_functions.at:2397): ok (0m0.178s 0m0.082s) 519. FUNCTION SECONDS-PAST-MIDNIGHT (run_functions.at:2464): ok (0m0.178s 0m0.089s) 520. FUNCTION SIGN (run_functions.at:2488): ok (0m0.178s 0m0.089s) 521. FUNCTION SIN (run_functions.at:2527): ok (0m0.178s 0m0.086s) 522. FUNCTION SQRT (run_functions.at:2551): ok (0m0.178s 0m0.083s) 523. FUNCTION STANDARD-DEVIATION (run_functions.at:2575): ok (0m0.179s 0m0.086s) 524. FUNCTION STORED-CHAR-LENGTH (run_functions.at:2599): ok (0m0.175s 0m0.086s) 525. FUNCTION SUBSTITUTE (run_functions.at:2625): ok (0m0.175s 0m0.086s) 526. FUNCTION SUBSTITUTE with reference modding (run_functions.at:2654): ok (0m0.184s 0m0.089s) 527. FUNCTION SUBSTITUTE-CASE (run_functions.at:2682): ok (0m0.177s 0m0.085s) 528. FUNCTION SUBSTITUTE-CASE with reference mod (run_functions.at:2709): ok (0m0.176s 0m0.086s) 529. FUNCTION SUM (run_functions.at:2737): ok (0m0.181s 0m0.090s) 530. FUNCTION TAN (run_functions.at:2761): ok (0m0.180s 0m0.088s) 531. FUNCTION TEST-DATE-YYYYMMDD (run_functions.at:2785): ok (0m0.180s 0m0.087s) 532. FUNCTION TEST-DAY-YYYYDDD (run_functions.at:2807): ok (0m0.179s 0m0.087s) 533. FUNCTION TEST-FORMATTED-DATETIME with dates (run_functions.at:2829): ok (0m0.186s 0m0.086s) 534. FUNCTION TEST-FORMATTED-DATETIME with times (run_functions.at:2956): ok (0m0.189s 0m0.087s) 535. FUNCTION TEST-FORMATTED-DATETIME with datetimes (run_functions.at:3037): ok (0m0.184s 0m0.086s) 536. FUNCTION TEST-FORMATTED-DATETIME DP.COMMA (run_functions.at:3084): ok (0m0.185s 0m0.087s) 537. FUNCTION TEST-NUMVAL (run_functions.at:3125): ok (0m0.186s 0m0.086s) 538. FUNCTION TEST-NUMVAL-C (run_functions.at:3223): ok (0m0.183s 0m0.085s) 539. FUNCTION TEST-NUMVAL-F (run_functions.at:3321): ok (0m0.188s 0m0.087s) 540. FUNCTION TRIM (run_functions.at:3419): ok (0m0.179s 0m0.087s) 541. FUNCTION TRIM with reference modding (run_functions.at:3445): ok (0m0.181s 0m0.088s) 542. FUNCTION TRIM zero length (run_functions.at:3471): ok (0m0.179s 0m0.087s) 543. FUNCTION UPPER-CASE (run_functions.at:3498): ok (0m0.194s 0m0.088s) 544. FUNCTION UPPER-CASE with reference modding (run_functions.at:3523): ok (0m0.176s 0m0.086s) 545. FUNCTION VARIANCE (run_functions.at:3548): ok (0m0.180s 0m0.087s) 546. FUNCTION WHEN-COMPILED (run_functions.at:3572): ok (0m0.177s 0m0.085s) 547. FUNCTION YEAR-TO-YYYY (run_functions.at:3598): ok (0m0.174s 0m0.084s) 548. Formatted funcs w/ invalid variable format (run_functions.at:3622): ok (0m0.181s 0m0.086s) 549. FORMATTED-(DATE)TIME with SYSTEM-OFFSET (run_functions.at:3699): ok (0m0.184s 0m0.089s) 550. Intrinsics without FUNCTION keyword (1) (run_functions.at:3739): ok (0m0.176s 0m0.085s) 551. Intrinsics without FUNCTION keyword (2) (run_functions.at:3760): ok (0m0.190s 0m0.088s) 552. User-Defined FUNCTION with/without parameter (run_functions.at:3783): ok (0m0.180s 0m0.087s) 554. Numeric Boolean literal (run_extensions.at:72): ok (0m0.181s 0m0.090s) 555. ACUCOBOL literal (run_extensions.at:102): ok (0m0.187s 0m0.088s) 556. Hexadecimal numeric literal (run_extensions.at:129): ok (0m0.176s 0m0.090s) 557. Semi-parenthesized condition (run_extensions.at:157): ok (0m0.177s 0m0.085s) 558. ADDRESS OF (run_extensions.at:177): ok (0m0.188s 0m0.094s) 559. LENGTH OF (run_extensions.at:227): ok (0m0.177s 0m0.080s) 560. WHEN-COMPILED (run_extensions.at:265): ok (0m0.177s 0m0.087s) 561. Complex OCCURS DEPENDING ON (1) (run_extensions.at:291): ok (0m0.181s 0m0.091s) 562. Complex OCCURS DEPENDING ON (2) (run_extensions.at:320): ok (0m0.188s 0m0.088s) 563. Complex OCCURS DEPENDING ON (3) (run_extensions.at:383): ok (0m0.192s 0m0.090s) 564. Complex OCCURS DEPENDING ON (4) (run_extensions.at:446): ok (0m0.187s 0m0.090s) 565. Complex OCCURS DEPENDING ON (5) (run_extensions.at:512): ok (0m0.185s 0m0.087s) 566. Complex OCCURS DEPENDING ON (6) (run_extensions.at:579): ok (0m0.188s 0m0.090s) 567. Complex OCCURS DEPENDING ON (7) (run_extensions.at:619): ok (0m0.178s 0m0.085s) 568. INITIALIZE level 01 (run_extensions.at:661): ok (0m0.186s 0m0.087s) 569. MOVE of non-integer to alphanumeric (run_extensions.at:713): ok (0m0.195s 0m0.095s) 574. Case-sensitive PROGRAM-ID (run_extensions.at:998): ok (0m0.181s 0m0.087s) 575. PROGRAM-ID AS clause (run_extensions.at:1020): ok (0m0.183s 0m0.085s) 576. Quoted PROGRAM-ID (run_extensions.at:1042): ok (0m0.175s 0m0.086s) 577. ASSIGN clause (run_extensions.at:1066): ok (0m0.189s 0m0.088s) 578. ASSIGN clause IBM (run_extensions.at:1094): ok (0m0.188s 0m0.088s) 579. ASSIGN mapping (run_extensions.at:1122): ok (0m0.361s 0m0.185s) 580. ASSIGN expansion (run_extensions.at:1177): ok (0m0.177s 0m0.089s) 581. ASSIGN with COB_FILE_PATH (run_extensions.at:1203): ok (0m0.180s 0m0.087s) 583. TALLY (run_extensions.at:1287): ok (0m0.184s 0m0.091s) 585. PROCEDURE DIVISION CHAINING ... (run_extensions.at:1367): ok (0m0.185s 0m0.093s) 586. STOP RUN RETURNING/GIVING (run_extensions.at:1393): ok (0m0.714s 0m0.342s) 587. GOBACK/EXIT PROGRAM RETURNING/GIVING (run_extensions.at:1451): ok (0m0.295s 0m0.152s) 589. LINE SEQUENTIAL write (run_extensions.at:1546): ok (0m0.188s 0m0.097s) 590. LINE SEQUENTIAL read (run_extensions.at:1592): ok (0m0.186s 0m0.094s) 591. ASSIGN to KEYBOARD/DISPLAY (run_extensions.at:1659): ok (0m0.196s 0m0.101s) 593. Environment/Argument variable (run_extensions.at:1779): ok (0m0.180s 0m0.093s) 594. DECIMAL-POINT is COMMA (1) (run_extensions.at:1826): ok (0m0.190s 0m0.096s) 595. DECIMAL-POINT is COMMA (2) (run_extensions.at:1854): ok (0m0.182s 0m0.090s) 596. DECIMAL-POINT is COMMA (3) (run_extensions.at:1882): ok (0m0.182s 0m0.089s) 597. DECIMAL-POINT is COMMA (4) (run_extensions.at:1910): ok (0m0.180s 0m0.092s) 598. DECIMAL-POINT is COMMA (5) (run_extensions.at:1938): ok (0m0.183s 0m0.093s) 599. 78 Level (1) (run_extensions.at:1972): ok (0m0.180s 0m0.090s) 600. 78 Level (2) (run_extensions.at:1995): ok (0m0.190s 0m0.094s) 601. 78 Level (3) (run_extensions.at:2021): ok (0m0.185s 0m0.091s) 602. DEBUG (not active) (run_extensions.at:2045): ok (0m0.184s 0m0.092s) 603. DEBUG (fdebugging-line) (run_extensions.at:2068): ok (0m0.181s 0m0.094s) 604. DEBUG (obsolete WITH DEBUGGING MODE) (run_extensions.at:2091): ok (0m0.187s 0m0.094s) 605. DEBUG free format (not active) (run_extensions.at:2117): ok (0m0.188s 0m0.094s) 606. DEBUG free format (fdebugging-line) (run_extensions.at:2140): ok (0m0.182s 0m0.094s) 607. SWITCHES with non-standard names (run_extensions.at:2163): ok (0m0.183s 0m0.091s) 608. Larger REDEFINES lengths (run_extensions.at:2264): ok (0m0.193s 0m0.099s) 609. Obsolete 85 keywords (run_extensions.at:2349): ok (0m0.180s 0m0.089s) 613. System routine C$JUSTIFY (run_extensions.at:2503): ok (0m0.185s 0m0.094s) 614. System routine C$PRINTABLE (run_extensions.at:2528): ok (0m0.181s 0m0.086s) 615. System routine C$MAKEDIR (run_extensions.at:2557): ok (0m0.173s 0m0.087s) 616. System routine C$GETPID (run_extensions.at:2578): ok (0m0.170s 0m0.083s) 617. System routine C$TOUPPER (run_extensions.at:2603): ok (0m0.187s 0m0.086s) 618. System routine C$TOLOWER (run_extensions.at:2628): ok (0m0.183s 0m0.090s) 619. System routine CBL_OR (run_extensions.at:2653): ok (0m0.184s 0m0.089s) 620. System routine CBL_NOR (run_extensions.at:2680): ok (0m0.190s 0m0.094s) 621. System routine CBL_AND (run_extensions.at:2707): ok (0m0.178s 0m0.089s) 622. System routine CBL_XOR (run_extensions.at:2734): ok (0m0.179s 0m0.090s) 623. System routine CBL_IMP (run_extensions.at:2761): ok (0m0.184s 0m0.090s) 624. System routine CBL_NIMP (run_extensions.at:2788): ok (0m0.182s 0m0.088s) 625. System routine CBL_NOT (run_extensions.at:2815): ok (0m0.177s 0m0.088s) 626. System routine CBL_EQ (run_extensions.at:2841): ok (0m0.185s 0m0.089s) 628. System routine CBL_COPY_FILE (run_extensions.at:3305): ok (0m0.182s 0m0.094s) 630. System routines for directories (run_extensions.at:3460): ok (0m0.185s 0m0.094s) 631. System routines for files (run_extensions.at:3501): ok (0m0.371s 0m0.177s) 632. Conditional/define directives (1) (run_extensions.at:3615): ok (0m0.193s 0m0.089s) 633. Conditional/define directives (2) (run_extensions.at:3639): ok (0m0.183s 0m0.086s) 634. Conditional/define directives (3) (run_extensions.at:3664): ok (0m0.179s 0m0.091s) 635. Conditional/define directives (4) (run_extensions.at:3692): ok (0m0.178s 0m0.085s) 636. Conditional/define directives (5) (run_extensions.at:3718): ok (0m0.171s 0m0.082s) 637. Conditional/define directives (6) (run_extensions.at:3742): ok (0m0.341s 0m0.155s) 638. Conditional/define directives (7) (run_extensions.at:3766): ok (0m0.180s 0m0.083s) 639. Variable format (run_extensions.at:3786): ok (0m0.178s 0m0.088s) 646. BINARY: full-print (data_binary.at:1133): ok (0m0.201s 0m0.093s) 647. BINARY: 64bit unsigned compare (data_binary.at:1185): ok (0m0.175s 0m0.090s) 648. BINARY: 64bit unsigned arthimetic notrunc (data_binary.at:1210): ok (0m0.181s 0m0.089s) 649. BINARY: 64bit signed negative constant range (data_binary.at:1239): ok (0m0.175s 0m0.086s) 650. DISPLAY: Sign ASCII (data_display.at:21): ok (0m0.190s 0m0.088s) 651. DISPLAY: Sign ASCII (2) (data_display.at:80): ok (0m0.185s 0m0.089s) 652. DISPLAY: Sign EBCDIC (data_display.at:126): ok (0m0.182s 0m0.090s) 653. DISPLAY: unsigned (data_display.at:171): ok (0m0.184s 0m0.088s) 655. PACKED-DECIMAL display (data_packed.at:162): ok (0m0.182s 0m0.093s) 656. PACKED-DECIMAL move (data_packed.at:218): ok (0m0.180s 0m0.088s) 657. PACKED-DECIMAL arithmetic (1) (data_packed.at:276): ok (0m0.179s 0m0.091s) 658. PACKED-DECIMAL arithmetic (2) (data_packed.at:316): ok (0m0.182s 0m0.088s) 659. PACKED-DECIMAL numeric test (1) (data_packed.at:353): ok (0m0.183s 0m0.088s) 660. PACKED-DECIMAL numeric test (2) (data_packed.at:494): ok (0m0.184s 0m0.089s) 661. COMP-6 display (data_packed.at:607): ok (0m0.185s 0m0.091s) 662. COMP-6 move (data_packed.at:643): ok (0m0.181s 0m0.089s) 663. COMP-6 arithmetic (data_packed.at:689): ok (0m0.183s 0m0.091s) 664. COMP-6 numeric test (data_packed.at:720): ok (0m0.180s 0m0.088s) 665. POINTER: display (data_pointer.at:21): ok (0m0.361s 0m0.175s) testsuite: ending at: Tue Sep 13 12:14:35 CEST 2016 testsuite: test suite duration: 0h 3m 20s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 664 tests were run, 60 failed (4 expected failures). 1 test was skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GnuCOBOL 2.0 test suite: GnuCOBOL Tests test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 5: used_binaries.at:88 cobcrun validation runmisc 6: used_binaries.at:128 cobcrun -M DSO entry argument runmisc 7: used_binaries.at:183 cobcrun -M directory/ default runmisc 8: used_binaries.at:221 cobcrun -M directory/dso alternate runmisc 10: used_binaries.at:307 Compile from stdin runmisc stdin 11: used_binaries.at:328 Run job after compilation runmisc job 12: used_binaries.at:347 Run job with optional arguments runmisc job 249: run_fundamental.at:124 Hexadecimal literal fundamental 258: run_fundamental.at:589 Overlapping MOVE fundamental 277: run_fundamental.at:1572 CANCEL test (2) fundamental 278: run_fundamental.at:1612 CANCEL test (3) fundamental 300: run_fundamental.at:3589 Numeric operations (6) fundamental add 329: run_misc.at:40 LOCAL-STORAGE (1) runmisc 330: run_misc.at:76 LOCAL-STORAGE (2) runmisc 331: run_misc.at:124 EXTERNAL data item runmisc 332: run_misc.at:166 EXTERNAL AS data item runmisc 338: run_misc.at:344 MOVE X'00' runmisc 349: run_misc.at:662 CALL m1. CALL m2. CALL m1. runmisc 350: run_misc.at:717 Recursive CALL of RECURSIVE program runmisc 351: run_misc.at:769 Recursive CALL of INITIAL program runmisc 352: run_misc.at:819 Multiple calls of INITIAL program runmisc call 353: run_misc.at:876 CALL binary literal parameter/LENGTH OF runmisc 387: run_misc.at:2150 Sticky LINKAGE runmisc 388: run_misc.at:2197 COB_PRE_LOAD test runmisc 389: run_misc.at:2223 COB_PRE_LOAD with entry points runmisc 391: run_misc.at:2339 COB_LOAD_CASE=UPPER test runmisc 394: run_misc.at:2420 ALLOCATE / FREE with BASED item (2) runmisc 397: run_misc.at:2533 CALL with OMITTED parameter runmisc 398: run_misc.at:2572 CALL in from C, cob_call_params explicitly set runmisc 401: run_misc.at:2706 ANY LENGTH (1) runmisc 402: run_misc.at:2749 ANY LENGTH (2) runmisc 404: run_misc.at:2834 access to OPTIONAL LINKAGE item not passed runmisc 413: run_misc.at:4098 C/C++ reserved words/predefined identifiers runmisc 418: run_misc.at:4694 void PROCEDURE runmisc 419: run_misc.at:4724 void PROCEDURE, NOTHING return runmisc 422: run_misc.at:4791 READY TRACE / RESET TRACE runmisc -ftrace -ftraceall -fsource-location cob_physical_cancel cob_pre_load physical_cancel pre_load 435: run_returncode.at:49 RETURN-CODE passing returncode 493: run_functions.at:1780 FUNCTION MODULE-CALLER-ID functions 553: run_extensions.at:24 CALL BY CONTENT binary and literal extensions literals 570: run_extensions.at:803 CALL USING file-name extensions 571: run_extensions.at:847 CALL unusual PROGRAM-ID. extensions 572: run_extensions.at:911 CALL / GOBACK with LOCAL-STORAGE extensions 582: run_extensions.at:1231 NUMBER-OF-CALL-PARAMETERS extensions 588: run_extensions.at:1501 ENTRY extensions 610: run_extensions.at:2375 System routine C$CALLEDBY extensions 611: run_extensions.at:2421 System routine C$NARG extensions 612: run_extensions.at:2461 System routine C$PARAMSIZE extensions 627: run_extensions.at:2868 System routine CBL_OC_GETOPT extensions 629: run_extensions.at:3339 System routine CBL_OC_HOSTED 640: data_binary.at:23 BINARY: 2-4-8 big-endian binary 641: data_binary.at:205 BINARY: 2-4-8 native binary 642: data_binary.at:393 BINARY: 1-2-4-8 big-endian binary 643: data_binary.at:575 BINARY: 1-2-4-8 native binary 644: data_binary.at:763 BINARY: 1--8 big-endian binary 645: data_binary.at:945 BINARY: 1--8 native binary 654: data_packed.at:25 PACKED-DECIMAL dump packed Skipped tests: GnuCOBOL 2.0 test suite: GnuCOBOL Tests test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 383: run_misc.at:1981 SORT: table sort (3) runmisc ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 5. used_binaries.at:88: testing cobcrun validation ... ./used_binaries.at:121: $COMPILE_MODULE callee.cob --- /dev/null 2016-09-13 12:11:15.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/5/stderr 2016-09-13 12:11:17.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 5. used_binaries.at:88: 5. cobcrun validation (used_binaries.at:88): FAILED (used_binaries.at:121) # -*- compilation -*- 6. used_binaries.at:128: testing cobcrun -M DSO entry argument ... ./used_binaries.at:172: ${COMPILE_MODULE} callee.cob --- /dev/null 2016-09-13 12:11:15.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/6/stderr 2016-09-13 12:11:18.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 6. used_binaries.at:128: 6. cobcrun -M DSO entry argument (used_binaries.at:128): FAILED (used_binaries.at:172) # -*- compilation -*- 7. used_binaries.at:183: testing cobcrun -M directory/ default ... ./used_binaries.at:211: ${COMPILE_MODULE} callee.cob --- /dev/null 2016-09-13 12:11:15.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/7/stderr 2016-09-13 12:11:18.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 7. used_binaries.at:183: 7. cobcrun -M directory/ default (used_binaries.at:183): FAILED (used_binaries.at:211) # -*- compilation -*- 8. used_binaries.at:221: testing cobcrun -M directory/dso alternate ... ./used_binaries.at:262: ${COMPILE_MODULE} callee.cob --- /dev/null 2016-09-13 12:11:15.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/8/stderr 2016-09-13 12:11:18.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 8. used_binaries.at:221: 8. cobcrun -M directory/dso alternate (used_binaries.at:221): FAILED (used_binaries.at:262) # -*- compilation -*- 10. used_binaries.at:307: testing Compile from stdin ... ./used_binaries.at:319: cat prog.cob | $COMPILE - ./used_binaries.at:320: ./a.out ./used_binaries.at:322: cat prog.cob | $COMPILE_MODULE - --- /dev/null 2016-09-13 12:11:15.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/10/stderr 2016-09-13 12:11:19.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 10. used_binaries.at:307: 10. Compile from stdin (used_binaries.at:307): FAILED (used_binaries.at:322) # -*- compilation -*- 11. used_binaries.at:328: testing Run job after compilation ... ./used_binaries.at:341: $COMPILE -jd prog.cob ./used_binaries.at:342: $COMPILE_MODULE -jd prog.cob --- /dev/null 2016-09-13 12:11:15.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/11/stderr 2016-09-13 12:11:20.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 11. used_binaries.at:328: 11. Run job after compilation (used_binaries.at:328): FAILED (used_binaries.at:342) # -*- compilation -*- 12. used_binaries.at:347: testing Run job with optional arguments ... ./used_binaries.at:362: $COMPILE -j="job 123" prog.cob ./used_binaries.at:363: $COMPILE -jdg prog.cob ./used_binaries.at:364: $COMPILE_MODULE --job=job123 prog.cob --- /dev/null 2016-09-13 12:11:15.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/12/stderr 2016-09-13 12:11:20.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 12. used_binaries.at:347: 12. Run job with optional arguments (used_binaries.at:347): FAILED (used_binaries.at:364) # -*- compilation -*- 249. run_fundamental.at:124: testing Hexadecimal literal ... ./run_fundamental.at:157: $COMPILE_MODULE dump.c --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/249/stderr 2016-09-13 12:12:02.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 249. run_fundamental.at:124: 249. Hexadecimal literal (run_fundamental.at:124): FAILED (run_fundamental.at:157) # -*- compilation -*- 258. run_fundamental.at:589: testing Overlapping MOVE ... ./run_fundamental.at:645: $COMPILE_MODULE subprog.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/258/stderr 2016-09-13 12:12:05.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 258. run_fundamental.at:589: 258. Overlapping MOVE (run_fundamental.at:589): FAILED (run_fundamental.at:645) # -*- compilation -*- 277. run_fundamental.at:1572: testing CANCEL test (2) ... ./run_fundamental.at:1600: $COMPILE prog.cob ./run_fundamental.at:1601: $COMPILE_MODULE prog2.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/277/stderr 2016-09-13 12:12:12.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 277. run_fundamental.at:1572: 277. CANCEL test (2) (run_fundamental.at:1572): FAILED (run_fundamental.at:1601) # -*- compilation -*- 278. run_fundamental.at:1612: testing CANCEL test (3) ... ./run_fundamental.at:1647: $COMPILE prog.cob ./run_fundamental.at:1648: $COMPILE_MODULE prog2.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/278/stderr 2016-09-13 12:12:13.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 278. run_fundamental.at:1612: 278. CANCEL test (3) (run_fundamental.at:1612): FAILED (run_fundamental.at:1648) # -*- compilation -*- 300. run_fundamental.at:3589: testing Numeric operations (6) ... ./run_fundamental.at:3651: $COMPILE_MODULE dump.c --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/300/stderr 2016-09-13 12:12:20.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 300. run_fundamental.at:3589: 300. Numeric operations (6) (run_fundamental.at:3589): FAILED (run_fundamental.at:3651) # -*- compilation -*- 329. run_misc.at:40: testing LOCAL-STORAGE (1) ... ./run_misc.at:69: $COMPILE_MODULE callee.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/329/stderr 2016-09-13 12:12:30.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 329. run_misc.at:40: 329. LOCAL-STORAGE (1) (run_misc.at:40): FAILED (run_misc.at:69) # -*- compilation -*- 330. run_misc.at:76: testing LOCAL-STORAGE (2) ... ./run_misc.at:116: $COMPILE_MODULE callee2.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/330/stderr 2016-09-13 12:12:30.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 330. run_misc.at:76: 330. LOCAL-STORAGE (2) (run_misc.at:76): FAILED (run_misc.at:116) # -*- compilation -*- 331. run_misc.at:124: testing EXTERNAL data item ... ./run_misc.at:159: $COMPILE_MODULE callee.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/331/stderr 2016-09-13 12:12:31.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 331. run_misc.at:124: 331. EXTERNAL data item (run_misc.at:124): FAILED (run_misc.at:159) # -*- compilation -*- 332. run_misc.at:166: testing EXTERNAL AS data item ... ./run_misc.at:208: $COMPILE_MODULE callee.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/332/stderr 2016-09-13 12:12:31.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 332. run_misc.at:166: 332. EXTERNAL AS data item (run_misc.at:166): FAILED (run_misc.at:208) # -*- compilation -*- 338. run_misc.at:344: testing MOVE X'00' ... ./run_misc.at:372: $COMPILE_MODULE dump.c --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/338/stderr 2016-09-13 12:12:33.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 338. run_misc.at:344: 338. MOVE X'00' (run_misc.at:344): FAILED (run_misc.at:372) # -*- compilation -*- 349. run_misc.at:662: testing CALL m1. CALL m2. CALL m1. ... ./run_misc.at:708: $COMPILE_MODULE m1.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/349/stderr 2016-09-13 12:12:37.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 349. run_misc.at:662: 349. CALL m1. CALL m2. CALL m1. (run_misc.at:662): FAILED (run_misc.at:708) # -*- compilation -*- 350. run_misc.at:717: testing Recursive CALL of RECURSIVE program ... ./run_misc.at:761: $COMPILE -o caller caller.cob ./run_misc.at:762: $COMPILE_MODULE callee.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/350/stderr 2016-09-13 12:12:37.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 350. run_misc.at:717: 350. Recursive CALL of RECURSIVE program (run_misc.at:717): FAILED (run_misc.at:762) # -*- compilation -*- 351. run_misc.at:769: testing Recursive CALL of INITIAL program ... ./run_misc.at:810: $COMPILE -o caller caller.cob ./run_misc.at:811: $COMPILE_MODULE callee.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/351/stderr 2016-09-13 12:12:38.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 351. run_misc.at:769: 351. Recursive CALL of INITIAL program (run_misc.at:769): FAILED (run_misc.at:811) # -*- compilation -*- 352. run_misc.at:819: testing Multiple calls of INITIAL program ... ./run_misc.at:858: $COMPILE -o caller caller.cob ./run_misc.at:859: $COMPILE_MODULE callee.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/352/stderr 2016-09-13 12:12:39.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 352. run_misc.at:819: 352. Multiple calls of INITIAL program (run_misc.at:819): FAILED (run_misc.at:859) # -*- compilation -*- 353. run_misc.at:876: testing CALL binary literal parameter/LENGTH OF ... ./run_misc.at:911: $COMPILE_MODULE dump.c --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/353/stderr 2016-09-13 12:12:39.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 353. run_misc.at:876: 353. CALL binary literal parameter/LENGTH OF (run_misc.at:876): FAILED (run_misc.at:911) # -*- compilation -*- 387. run_misc.at:2150: testing Sticky LINKAGE ... ./run_misc.at:2190: $COMPILE_MODULE -fsticky-linkage callee.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/387/stderr 2016-09-13 12:12:50.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 387. run_misc.at:2150: 387. Sticky LINKAGE (run_misc.at:2150): FAILED (run_misc.at:2190) # -*- compilation -*- 388. run_misc.at:2197: testing COB_PRE_LOAD test ... ./run_misc.at:2216: $COMPILE_MODULE callee.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/388/stderr 2016-09-13 12:12:50.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 388. run_misc.at:2197: 388. COB_PRE_LOAD test (run_misc.at:2197): FAILED (run_misc.at:2216) # -*- compilation -*- 389. run_misc.at:2223: testing COB_PRE_LOAD with entry points ... ./run_misc.at:2284: $COMPILE_MODULE prog.cob --- - 2016-09-13 12:12:51.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/389/stderr 2016-09-13 12:12:51.000000000 +0200 @@ -1,3 +1,5 @@ prog.cob: 13: warning: ENTRY is obsolete in GnuCOBOL prog.cob: 17: warning: ENTRY is obsolete in GnuCOBOL +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 389. run_misc.at:2223: 389. COB_PRE_LOAD with entry points (run_misc.at:2223): FAILED (run_misc.at:2284) # -*- compilation -*- 391. run_misc.at:2339: testing COB_LOAD_CASE=UPPER test ... ./run_misc.at:2358: $COMPILE_MODULE CALLEE.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/391/stderr 2016-09-13 12:12:51.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 391. run_misc.at:2339: 391. COB_LOAD_CASE=UPPER test (run_misc.at:2339): FAILED (run_misc.at:2358) # -*- compilation -*- 394. run_misc.at:2420: testing ALLOCATE / FREE with BASED item (2) ... ./run_misc.at:2458: $COMPILE prog.cob ./run_misc.at:2459: ./prog ./run_misc.at:2461: $COMPILE_MODULE prog.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/394/stderr 2016-09-13 12:12:53.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 394. run_misc.at:2420: 394. ALLOCATE / FREE with BASED item (2) (run_misc.at:2420): FAILED (run_misc.at:2461) # -*- compilation -*- 397. run_misc.at:2533: testing CALL with OMITTED parameter ... ./run_misc.at:2565: $COMPILE_MODULE callee.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/397/stderr 2016-09-13 12:12:54.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 397. run_misc.at:2533: 397. CALL with OMITTED parameter (run_misc.at:2533): FAILED (run_misc.at:2565) # -*- compilation -*- 398. run_misc.at:2572: testing CALL in from C, cob_call_params explicitly set ... ./run_misc.at:2609: $COMPILE -o caller caller.c callee.cob ./run_misc.at:2610: ./caller --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/398/stdout 2016-09-13 12:12:54.000000000 +0200 @@ -0,0 +1 @@ +/Users 398. run_misc.at:2572: 398. CALL in from C, cob_call_params explicitly set (run_misc.at:2572): FAILED (run_misc.at:2610) # -*- compilation -*- 401. run_misc.at:2706: testing ANY LENGTH (1) ... ./run_misc.at:2742: $COMPILE_MODULE callee.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/401/stderr 2016-09-13 12:12:55.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 401. run_misc.at:2706: 401. ANY LENGTH (1) (run_misc.at:2706): FAILED (run_misc.at:2742) # -*- compilation -*- 402. run_misc.at:2749: testing ANY LENGTH (2) ... ./run_misc.at:2786: $COMPILE_MODULE callee.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/402/stderr 2016-09-13 12:12:56.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 402. run_misc.at:2749: 402. ANY LENGTH (2) (run_misc.at:2749): FAILED (run_misc.at:2786) # -*- compilation -*- 404. run_misc.at:2834: testing access to OPTIONAL LINKAGE item not passed ... ./run_misc.at:2866: $COMPILE caller.cob ./run_misc.at:2867: $COMPILE_MODULE callee.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/404/stderr 2016-09-13 12:12:57.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 404. run_misc.at:2834: 404. access to OPTIONAL LINKAGE item not passed (run_misc.at:2834): FAILED (run_misc.at:2867) # -*- compilation -*- 413. run_misc.at:4098: testing C/C++ reserved words/predefined identifiers ... ./run_misc.at:4550: $COMPILE_MODULE callee.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/413/stderr 2016-09-13 12:13:01.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 413. run_misc.at:4098: 413. C/C++ reserved words/predefined identifiers (run_misc.at:4098): FAILED (run_misc.at:4550) # -*- compilation -*- 418. run_misc.at:4694: testing void PROCEDURE ... ./run_misc.at:4716: $COMPILE_MODULE callee.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/418/stderr 2016-09-13 12:13:03.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 418. run_misc.at:4694: 418. void PROCEDURE (run_misc.at:4694): FAILED (run_misc.at:4716) # -*- compilation -*- 419. run_misc.at:4724: testing void PROCEDURE, NOTHING return ... ./run_misc.at:4747: $COMPILE_MODULE callee.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/419/stderr 2016-09-13 12:13:03.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 419. run_misc.at:4724: 419. void PROCEDURE, NOTHING return (run_misc.at:4724): FAILED (run_misc.at:4747) # -*- compilation -*- 422. run_misc.at:4791: testing READY TRACE / RESET TRACE ... ./run_misc.at:4869: $COBC -ftraceall callee1.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/422/stderr 2016-09-13 12:13:03.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 422. run_misc.at:4791: 422. READY TRACE / RESET TRACE (run_misc.at:4791): FAILED (run_misc.at:4869) # -*- compilation -*- 435. run_returncode.at:49: testing RETURN-CODE passing ... ./run_returncode.at:94: $COMPILE_MODULE mod1.cob --- /dev/null 2016-09-13 12:12:00.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/435/stderr 2016-09-13 12:13:08.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 435. run_returncode.at:49: 435. RETURN-CODE passing (run_returncode.at:49): FAILED (run_returncode.at:94) # -*- compilation -*- 493. run_functions.at:1780: testing FUNCTION MODULE-CALLER-ID ... ./run_functions.at:1807: $COMPILE prog.cob ./run_functions.at:1808: $COMPILE_MODULE prog2.cob --- /dev/null 2016-09-13 12:13:24.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/493/stderr 2016-09-13 12:13:30.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 493. run_functions.at:1780: 493. FUNCTION MODULE-CALLER-ID (run_functions.at:1780): FAILED (run_functions.at:1808) # -*- compilation -*- 553. run_extensions.at:24: testing CALL BY CONTENT binary and literal ... ./run_extensions.at:61: $COMPILE_MODULE dump.c --- /dev/null 2016-09-13 12:13:24.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/553/stderr 2016-09-13 12:13:50.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 553. run_extensions.at:24: 553. CALL BY CONTENT binary and literal (run_extensions.at:24): FAILED (run_extensions.at:61) # -*- compilation -*- 570. run_extensions.at:803: testing CALL USING file-name ... ./run_extensions.at:840: $COMPILE_MODULE setfilename.c --- /dev/null 2016-09-13 12:13:24.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/570/stderr 2016-09-13 12:13:56.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 570. run_extensions.at:803: 570. CALL USING file-name (run_extensions.at:803): FAILED (run_extensions.at:840) # -*- compilation -*- 571. run_extensions.at:847: testing CALL unusual PROGRAM-ID. ... ./run_extensions.at:901: $COMPILE_MODULE address@hidden --- /dev/null 2016-09-13 12:13:24.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/571/stderr 2016-09-13 12:13:57.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 571. run_extensions.at:847: 571. CALL unusual PROGRAM-ID. (run_extensions.at:847): FAILED (run_extensions.at:901) # -*- compilation -*- 572. run_extensions.at:911: testing CALL / GOBACK with LOCAL-STORAGE ... ./run_extensions.at:951: $COMPILE prog_a.cob ./run_extensions.at:952: $COMPILE_MODULE prog_b.cob --- /dev/null 2016-09-13 12:13:24.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/572/stderr 2016-09-13 12:13:57.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 572. run_extensions.at:911: 572. CALL / GOBACK with LOCAL-STORAGE (run_extensions.at:911): FAILED (run_extensions.at:952) # -*- compilation -*- 582. run_extensions.at:1231: testing NUMBER-OF-CALL-PARAMETERS ... ./run_extensions.at:1273: $COMPILE caller.cob ./run_extensions.at:1274: $COMPILE_MODULE callee.cob --- /dev/null 2016-09-13 12:13:24.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/582/stderr 2016-09-13 12:14:01.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 582. run_extensions.at:1231: 582. NUMBER-OF-CALL-PARAMETERS (run_extensions.at:1231): FAILED (run_extensions.at:1274) # -*- compilation -*- 588. run_extensions.at:1501: testing ENTRY ... ./run_extensions.at:1534: $COMPILE caller.cob ./run_extensions.at:1535: $COMPILE_MODULE -std=mvs hello.cob --- /dev/null 2016-09-13 12:13:24.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/588/stderr 2016-09-13 12:14:05.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 588. run_extensions.at:1501: 588. ENTRY (run_extensions.at:1501): FAILED (run_extensions.at:1535) # -*- compilation -*- 610. run_extensions.at:2375: testing System routine C$CALLEDBY ... ./run_extensions.at:2414: $COMPILE caller.cob ./run_extensions.at:2415: $COMPILE_MODULE callee.cob --- /dev/null 2016-09-13 12:14:07.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/610/stderr 2016-09-13 12:14:13.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 610. run_extensions.at:2375: 610. System routine C$CALLEDBY (run_extensions.at:2375): FAILED (run_extensions.at:2415) # -*- compilation -*- 611. run_extensions.at:2421: testing System routine C$NARG ... ./run_extensions.at:2454: $COMPILE caller.cob ./run_extensions.at:2455: $COMPILE_MODULE callee.cob --- /dev/null 2016-09-13 12:14:07.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/611/stderr 2016-09-13 12:14:14.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 611. run_extensions.at:2421: 611. System routine C$NARG (run_extensions.at:2421): FAILED (run_extensions.at:2455) # -*- compilation -*- 612. run_extensions.at:2461: testing System routine C$PARAMSIZE ... ./run_extensions.at:2496: $COMPILE caller.cob ./run_extensions.at:2497: $COMPILE_MODULE callee.cob --- /dev/null 2016-09-13 12:14:07.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/612/stderr 2016-09-13 12:14:14.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 612. run_extensions.at:2461: 612. System routine C$PARAMSIZE (run_extensions.at:2461): FAILED (run_extensions.at:2497) # -*- compilation -*- 627. run_extensions.at:2868: testing System routine CBL_OC_GETOPT ... ./run_extensions.at:3285: $COMPILE prog.cob ./run_extensions.at:3286: ./prog --version --verbose -jkl ./run_extensions.at:3287: $COMPILE_MODULE prog2.cob --- /dev/null 2016-09-13 12:14:07.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/627/stderr 2016-09-13 12:14:20.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 627. run_extensions.at:2868: 627. System routine CBL_OC_GETOPT (run_extensions.at:2868): FAILED (run_extensions.at:3287) # -*- compilation -*- 629. run_extensions.at:3339: testing System routine CBL_OC_HOSTED ... ./run_extensions.at:3452: $COMPILE_MODULE test_errno.c --- /dev/null 2016-09-13 12:14:07.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/629/stderr 2016-09-13 12:14:21.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 629. run_extensions.at:3339: 629. System routine CBL_OC_HOSTED (run_extensions.at:3339): FAILED (run_extensions.at:3452) # -*- compilation -*- 640. data_binary.at:23: testing BINARY: 2-4-8 big-endian ... ./data_binary.at:43: $COMPILE_MODULE dump.c --- /dev/null 2016-09-13 12:14:07.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/640/stderr 2016-09-13 12:14:25.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 640. data_binary.at:23: 640. BINARY: 2-4-8 big-endian (data_binary.at:23): FAILED (data_binary.at:43) # -*- compilation -*- 641. data_binary.at:205: testing BINARY: 2-4-8 native ... ./data_binary.at:230: $COMPILE_MODULE dump.c --- /dev/null 2016-09-13 12:14:07.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/641/stderr 2016-09-13 12:14:25.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 641. data_binary.at:205: 641. BINARY: 2-4-8 native (data_binary.at:205): FAILED (data_binary.at:230) # -*- compilation -*- 642. data_binary.at:393: testing BINARY: 1-2-4-8 big-endian ... ./data_binary.at:413: $COMPILE_MODULE dump.c --- /dev/null 2016-09-13 12:14:07.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/642/stderr 2016-09-13 12:14:26.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 642. data_binary.at:393: 642. BINARY: 1-2-4-8 big-endian (data_binary.at:393): FAILED (data_binary.at:413) # -*- compilation -*- 643. data_binary.at:575: testing BINARY: 1-2-4-8 native ... ./data_binary.at:599: $COMPILE_MODULE dump.c --- /dev/null 2016-09-13 12:14:07.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/643/stderr 2016-09-13 12:14:26.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 643. data_binary.at:575: 643. BINARY: 1-2-4-8 native (data_binary.at:575): FAILED (data_binary.at:599) # -*- compilation -*- 644. data_binary.at:763: testing BINARY: 1--8 big-endian ... ./data_binary.at:783: $COMPILE_MODULE dump.c --- /dev/null 2016-09-13 12:14:07.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/644/stderr 2016-09-13 12:14:26.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 644. data_binary.at:763: 644. BINARY: 1--8 big-endian (data_binary.at:763): FAILED (data_binary.at:783) # -*- compilation -*- 645. data_binary.at:945: testing BINARY: 1--8 native ... ./data_binary.at:969: $COMPILE_MODULE dump.c --- /dev/null 2016-09-13 12:14:07.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/645/stderr 2016-09-13 12:14:26.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 645. data_binary.at:945: 645. BINARY: 1--8 native (data_binary.at:945): FAILED (data_binary.at:969) # -*- compilation -*- 654. data_packed.at:25: testing PACKED-DECIMAL dump ... ./data_packed.at:45: $COMPILE_MODULE dump.c --- /dev/null 2016-09-13 12:14:07.000000000 +0200 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/654/stderr 2016-09-13 12:14:30.000000000 +0200 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 654. data_packed.at:25: 654. PACKED-DECIMAL dump (data_packed.at:25): FAILED (data_packed.at:45) ## ------------- ## ## ../config.log ## ## ------------- ## | This file contains any messages produced by compilers while | running configure, to aid debugging if configure makes a mistake. | | It was created by GnuCOBOL configure 2.0, which was | generated by GNU Autoconf 2.69. Invocation command line was | | $ ./configure | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = milo.local | uname -m = x86_64 | uname -r = 16.0.0 | uname -s = Darwin | uname -v = Darwin Kernel Version 16.0.0: Tue Aug 23 17:02:44 PDT 2016; root:xnu-3789.1.31~2/RELEASE_X86_64 | | /usr/bin/uname -p = i386 | /bin/uname -X = unknown | | /bin/arch = unknown | /usr/bin/arch -k = unknown | /usr/convex/getsysinfo = unknown | /usr/bin/hostinfo = Mach kernel version: | Darwin Kernel Version 16.0.0: Tue Aug 23 17:02:44 PDT 2016; root:xnu-3789.1.31~2/RELEASE_X86_64 | Kernel configured for up to 4 processors. | 2 processors are physically available. | 4 processors are logically available. | Processor type: i486 (Intel 80486) | Processors active: 0 1 2 3 | Primary memory available: 16.00 gigabytes | Default processor set: 450 tasks, 1865 threads, 4 processors | Load average: 2.38, Mach factor: 1.61 | /bin/machine = unknown | /usr/bin/oslevel = unknown | /bin/universe = unknown | | PATH: /Users/harald/bin | PATH: /opt/pkg/bin | PATH: /opt/pkg/sbin | PATH: /usr/local/bin | PATH: /usr/bin | PATH: /bin | PATH: /usr/sbin | PATH: /sbin | PATH: /opt/pkg/sbin | PATH: /opt/pkg/bin | PATH: /opt/X11/bin | PATH: /opt/bin | PATH: /usr/bin/mh | PATH: /usr/local/games | PATH: /usr/local/sbin | PATH: /usr/sbin | PATH: /sbin | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:2427: checking for a BSD-compatible install | configure:2495: result: /opt/pkg/bin/ginstall -c | configure:2506: checking whether build environment is sane | configure:2561: result: yes | configure:2712: checking for a thread-safe mkdir -p | configure:2751: result: /opt/pkg/bin/gmkdir -p | configure:2758: checking for gawk | configure:2774: found /opt/pkg/bin/gawk | configure:2785: result: gawk | configure:2796: checking whether make sets $(MAKE) | configure:2818: result: yes | configure:2847: checking whether make supports nested variables | configure:2864: result: yes | configure:2949: checking whether to enable maintainer-specific portions of Makefiles | configure:2958: result: no | configure:3082: checking for gcc | configure:3098: found /usr/bin/gcc | configure:3109: result: gcc | configure:3140: checking for C compiler version | configure:3149: gcc --version >&5 | Apple LLVM version 8.0.0 (clang-800.0.38) | Target: x86_64-apple-darwin16.0.0 | Thread model: posix | InstalledDir: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | Configured with: --prefix=/Applications/Xcode-beta.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/c++/4.2.1 | configure:3160: $? = 0 | configure:3149: gcc -v >&5 | Configured with: --prefix=/Applications/Xcode-beta.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/c++/4.2.1 | Apple LLVM version 8.0.0 (clang-800.0.38) | Target: x86_64-apple-darwin16.0.0 | Thread model: posix | InstalledDir: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | configure:3160: $? = 0 | configure:3149: gcc -V >&5 | clang: error: argument to '-V' is missing (expected 1 value) | clang: error: no input files | configure:3160: $? = 1 | configure:3149: gcc -qversion >&5 | clang: error: unknown argument: '-qversion' | clang: error: no input files | configure:3160: $? = 1 | configure:3180: checking whether the C compiler works | configure:3202: gcc -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:3206: $? = 0 | configure:3254: result: yes | configure:3257: checking for C compiler default output file name | configure:3259: result: a.out | configure:3265: checking for suffix of executables | configure:3272: gcc -o conftest -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:3276: $? = 0 | configure:3298: result: | configure:3320: checking whether we are cross compiling | configure:3328: gcc -o conftest -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:3332: $? = 0 | configure:3339: ./conftest | configure:3343: $? = 0 | configure:3358: result: no | configure:3363: checking for suffix of object files | configure:3385: gcc -c -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:3389: $? = 0 | configure:3410: result: o | configure:3414: checking whether we are using the GNU C compiler | configure:3433: gcc -c -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:3433: $? = 0 | configure:3442: result: yes | configure:3451: checking whether gcc accepts -g | configure:3471: gcc -c -g -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:3471: $? = 0 | configure:3512: result: yes | configure:3529: checking for gcc option to accept ISO C89 | configure:3592: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:3592: $? = 0 | configure:3605: result: none needed | configure:3636: checking for style of include used by make | configure:3664: result: GNU | configure:3690: checking dependency style of gcc | configure:3801: result: gcc3 | configure:3820: checking for gcc option to accept ISO C99 | configure:3969: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:3969: $? = 0 | configure:3982: result: none needed | configure:4090: checking for gcc option to accept ISO Standard C | configure:4101: result: none needed | configure:4114: checking how to run the C preprocessor | configure:4145: gcc -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | configure:4145: $? = 0 | configure:4159: gcc -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | #include | ^ | 1 error generated. | configure:4159: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | /* end confdefs.h. */ | | #include | configure:4184: result: gcc -E | configure:4204: gcc -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | configure:4204: $? = 0 | configure:4218: gcc -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | #include | ^ | 1 error generated. | configure:4218: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | /* end confdefs.h. */ | | #include | configure:4249: checking for grep that handles long lines and -e | configure:4307: result: /opt/pkg/bin/ggrep | configure:4312: checking for egrep | configure:4374: result: /opt/pkg/bin/ggrep -E | configure:4379: checking for ANSI C header files | configure:4399: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:4399: $? = 0 | configure:4472: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:4472: $? = 0 | configure:4472: ./conftest | configure:4472: $? = 0 | configure:4483: result: yes | configure:4496: checking for sys/types.h | configure:4496: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:4496: $? = 0 | configure:4496: result: yes | configure:4496: checking for sys/stat.h | configure:4496: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:4496: $? = 0 | configure:4496: result: yes | configure:4496: checking for stdlib.h | configure:4496: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:4496: $? = 0 | configure:4496: result: yes | configure:4496: checking for string.h | configure:4496: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:4496: $? = 0 | configure:4496: result: yes | configure:4496: checking for memory.h | configure:4496: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:4496: $? = 0 | configure:4496: result: yes | configure:4496: checking for strings.h | configure:4496: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:4496: $? = 0 | configure:4496: result: yes | configure:4496: checking for inttypes.h | configure:4496: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:4496: $? = 0 | configure:4496: result: yes | configure:4496: checking for stdint.h | configure:4496: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:4496: $? = 0 | configure:4496: result: yes | configure:4496: checking for unistd.h | configure:4496: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:4496: $? = 0 | configure:4496: result: yes | configure:4509: checking minix/config.h usability | configure:4509: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | conftest.c:54:10: fatal error: 'minix/config.h' file not found | #include | ^ | 1 error generated. | configure:4509: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:4509: result: no | configure:4509: checking minix/config.h presence | configure:4509: gcc -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | conftest.c:21:10: fatal error: 'minix/config.h' file not found | #include | ^ | 1 error generated. | configure:4509: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | /* end confdefs.h. */ | | #include | configure:4509: result: no | configure:4509: checking for minix/config.h | configure:4509: result: no | configure:4530: checking whether it is safe to define __EXTENSIONS__ | configure:4548: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:4548: $? = 0 | configure:4555: result: yes | configure:4599: checking build system type | configure:4613: result: x86_64-apple-darwin16.0.0 | configure:4633: checking host system type | configure:4646: result: x86_64-apple-darwin16.0.0 | configure:4687: checking how to print strings | configure:4714: result: printf | configure:4735: checking for a sed that does not truncate output | configure:4799: result: /opt/pkg/bin/gsed | configure:4817: checking for fgrep | configure:4879: result: /opt/pkg/bin/ggrep -F | configure:4914: checking for ld used by gcc | configure:4981: result: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | configure:4988: checking if the linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | configure:5003: result: no | configure:5015: checking for BSD- or MS-compatible name lister (nm) | configure:5069: result: /usr/bin/nm -B | configure:5199: checking the name lister (/usr/bin/nm -B) interface | configure:5206: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:5209: /usr/bin/nm -B "conftest.o" | configure:5212: output | 0000000000000200 S _some_variable | configure:5219: result: BSD nm | configure:5222: checking whether ln -s works | configure:5226: result: yes | configure:5234: checking the maximum length of command line arguments | configure:5365: result: 196608 | configure:5413: checking how to convert x86_64-apple-darwin16.0.0 file names to x86_64-apple-darwin16.0.0 format | configure:5453: result: func_convert_file_noop | configure:5460: checking how to convert x86_64-apple-darwin16.0.0 file names to toolchain format | configure:5480: result: func_convert_file_noop | configure:5487: checking for /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files | configure:5494: result: -r | configure:5568: checking for objdump | configure:5584: found /usr/bin/objdump | configure:5595: result: objdump | configure:5624: checking how to recognize dependent libraries | configure:5824: result: pass_all | configure:5909: checking for dlltool | configure:5939: result: no | configure:5966: checking how to associate runtime and link libraries | configure:5993: result: printf %s\n | configure:6053: checking for ar | configure:6069: found /usr/bin/ar | configure:6080: result: ar | configure:6117: checking for archiver @FILE support | configure:6134: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:6134: $? = 0 | configure:6137: ar cru libconftest.a @conftest.lst >&5 | ar: @conftest.lst: No such file or directory | configure:6140: $? = 1 | configure:6160: result: no | configure:6218: checking for strip | configure:6234: found /usr/bin/strip | configure:6245: result: strip | configure:6317: checking for ranlib | configure:6333: found /usr/bin/ranlib | configure:6344: result: ranlib | configure:6446: checking command to parse /usr/bin/nm -B output from gcc object | configure:6599: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:6602: $? = 0 | configure:6606: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | configure:6609: $? = 0 | cannot find nm_test_var in conftest.nm | configure:6599: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:6602: $? = 0 | configure:6606: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | configure:6609: $? = 0 | configure:6675: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c conftstm.o >&5 | warning: (x86_64) could not find object file symbol for symbol _main | configure:6678: $? = 0 | configure:6716: result: ok | configure:6763: checking for sysroot | configure:6793: result: no | configure:6800: checking for a working dd | configure:6838: result: /bin/dd | configure:6842: checking how to truncate binary pipes | configure:6857: result: /bin/dd bs=4096 count=1 | configure:7186: checking for mt | configure:7216: result: no | configure:7236: checking if : is a manifest tool | configure:7242: : '-?' | configure:7250: result: no | configure:7306: checking for dsymutil | configure:7322: found /usr/bin/dsymutil | configure:7333: result: dsymutil | configure:7398: checking for nmedit | configure:7414: found /usr/bin/nmedit | configure:7425: result: nmedit | configure:7490: checking for lipo | configure:7506: found /usr/bin/lipo | configure:7517: result: lipo | configure:7582: checking for otool | configure:7598: found /usr/bin/otool | configure:7609: result: otool | configure:7674: checking for otool64 | configure:7704: result: no | configure:7749: checking for -single_module linker flag | gcc -g -O2 -L/opt/pkg/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | configure:7782: result: yes | configure:7785: checking for -exported_symbols_list linker flag | configure:7805: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | configure:7805: $? = 0 | configure:7815: result: yes | configure:7818: checking for -force_load linker flag | gcc -g -O2 -c -o conftest.o conftest.c | ar cru libconftest.a conftest.o | ranlib libconftest.a | gcc -g -O2 -L/opt/pkg/lib -o conftest conftest.c -Wl,-force_load,./libconftest.a | configure:7850: result: yes | configure:7924: checking for dlfcn.h | configure:7924: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:7924: $? = 0 | configure:7924: result: yes | configure:8477: checking for objdir | configure:8492: result: .libs | configure:8756: checking if gcc supports -fno-rtti -fno-exceptions | configure:8774: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -fno-rtti -fno-exceptions conftest.c >&5 | configure:8778: $? = 0 | configure:8791: result: yes | configure:9149: checking for gcc option to produce PIC | configure:9156: result: -fno-common -DPIC | configure:9164: checking if gcc PIC flag -fno-common -DPIC works | configure:9182: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -fno-common -DPIC -DPIC conftest.c >&5 | configure:9186: $? = 0 | configure:9199: result: yes | configure:9228: checking if gcc static flag -static works | configure:9256: result: no | configure:9271: checking if gcc supports -c -o file.o | configure:9292: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -o out/conftest2.o conftest.c >&5 | configure:9296: $? = 0 | configure:9318: result: yes | configure:9326: checking if gcc supports -c -o file.o | configure:9373: result: yes | configure:9406: checking whether the gcc linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | configure:10665: result: yes | configure:10905: checking dynamic linker characteristics | configure:11723: result: darwin16.0.0 dyld | configure:11845: checking how to hardcode library paths into programs | configure:11870: result: immediate | configure:11915: checking for dlopen in -ldl | configure:11940: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -ldl >&5 | configure:11940: $? = 0 | configure:11949: result: yes | configure:12172: checking whether a program can dlopen itself | configure:12252: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -DHAVE_DLFCN_H -L/opt/pkg/lib conftest.c -ldl >&5 | configure:12255: $? = 0 | configure:12273: result: yes | configure:12278: checking whether a statically linked program can dlopen itself | configure:12358: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -DHAVE_DLFCN_H -L/opt/pkg/lib conftest.c -ldl >&5 | configure:12361: $? = 0 | configure:12379: result: yes | configure:12418: checking whether stripping libraries is possible | configure:12432: result: yes | configure:12458: checking if libtool supports shared libraries | configure:12460: result: yes | configure:12463: checking whether to build shared libraries | configure:12488: result: yes | configure:12491: checking whether to build static libraries | configure:12495: result: yes | configure:12533: checking for egrep | configure:12595: result: /opt/pkg/bin/ggrep -E | configure:12601: checking whether gcc and cc understand -c and -o together | configure:12632: gcc -c conftest.c -o conftest2.o >&5 | configure:12636: $? = 0 | configure:12642: gcc -c conftest.c -o conftest2.o >&5 | configure:12646: $? = 0 | configure:12657: cc -c conftest.c >&5 | configure:12661: $? = 0 | configure:12669: cc -c conftest.c -o conftest2.o >&5 | configure:12673: $? = 0 | configure:12679: cc -c conftest.c -o conftest2.o >&5 | configure:12683: $? = 0 | configure:12701: result: yes | configure:12729: checking whether ln -s works | configure:12733: result: yes | configure:12746: checking whether make sets $(MAKE) | configure:12768: result: yes | configure:12802: checking for ld used by gcc | configure:12869: result: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | configure:12876: checking if the linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | configure:12891: result: no | configure:12898: checking for shared library run path origin | configure:12911: result: done | configure:12932: checking for ANSI C header files | configure:13036: result: yes | configure:13048: checking for stdint.h | configure:13048: result: yes | configure:13048: checking for sys/types.h | configure:13048: result: yes | configure:13048: checking signal.h usability | configure:13048: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13048: $? = 0 | configure:13048: result: yes | configure:13048: checking signal.h presence | configure:13048: gcc -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | configure:13048: $? = 0 | configure:13048: result: yes | configure:13048: checking for signal.h | configure:13048: result: yes | configure:13048: checking fcntl.h usability | configure:13048: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13048: $? = 0 | configure:13048: result: yes | configure:13048: checking fcntl.h presence | configure:13048: gcc -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | configure:13048: $? = 0 | configure:13048: result: yes | configure:13048: checking for fcntl.h | configure:13048: result: yes | configure:13048: checking malloc.h usability | configure:13048: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | conftest.c:66:10: fatal error: 'malloc.h' file not found | #include | ^ | 1 error generated. | configure:13048: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | /* 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:13048: result: no | configure:13048: checking malloc.h presence | configure:13048: gcc -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | conftest.c:33:10: fatal error: 'malloc.h' file not found | #include | ^ | 1 error generated. | configure:13048: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | /* end confdefs.h. */ | | #include | configure:13048: result: no | configure:13048: checking for malloc.h | configure:13048: result: no | configure:13048: checking locale.h usability | configure:13048: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13048: $? = 0 | configure:13048: result: yes | configure:13048: checking locale.h presence | configure:13048: gcc -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | configure:13048: $? = 0 | configure:13048: result: yes | configure:13048: checking for locale.h | configure:13048: result: yes | configure:13048: checking stddef.h usability | configure:13048: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13048: $? = 0 | configure:13048: result: yes | configure:13048: checking stddef.h presence | configure:13048: gcc -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | configure:13048: $? = 0 | configure:13048: result: yes | configure:13048: checking for stddef.h | configure:13048: result: yes | configure:13048: checking wchar.h usability | configure:13048: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13048: $? = 0 | configure:13048: result: yes | configure:13048: checking wchar.h presence | configure:13048: gcc -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | configure:13048: $? = 0 | configure:13048: result: yes | configure:13048: checking for wchar.h | configure:13048: result: yes | configure:13048: checking for dlfcn.h | configure:13048: result: yes | configure:13048: checking sys/time.h usability | configure:13048: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13048: $? = 0 | configure:13048: result: yes | configure:13048: checking sys/time.h presence | configure:13048: gcc -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | configure:13048: $? = 0 | configure:13048: result: yes | configure:13048: checking for sys/time.h | configure:13048: result: yes | configure:13060: checking for an ANSI C-conforming const | configure:13126: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13126: $? = 0 | configure:13133: result: yes | configure:13141: checking whether byte ordering is bigendian | configure:13156: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13156: $? = 0 | configure:13201: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13201: $? = 0 | configure:13219: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | conftest.c:45:4: error: use of undeclared identifier 'not' | not big endian | ^ | 1 error generated. | configure:13219: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | #if BYTE_ORDER != BIG_ENDIAN | | not big endian | | #endif | | | | ; | | return 0; | | } | configure:13347: result: no | configure:13365: checking for size_t | configure:13365: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13365: $? = 0 | configure:13365: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | conftest.c:74:21: error: expected expression | if (sizeof ((size_t))) | ^ | 1 error generated. | configure:13365: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((size_t))) | | return 0; | | ; | | return 0; | | } | configure:13365: result: yes | configure:13376: checking whether struct tm is in sys/time.h or time.h | configure:13396: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13396: $? = 0 | configure:13403: result: time.h | configure:13411: checking for sig_atomic_t | configure:13411: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13411: $? = 0 | configure:13411: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | conftest.c:43:27: error: expected expression | if (sizeof ((sig_atomic_t))) | ^ | 1 error generated. | configure:13411: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | if (sizeof ((sig_atomic_t))) | | return 0; | | ; | | return 0; | | } | configure:13411: result: yes | configure:13425: checking for inline keyword | configure:13449: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13449: $? = 0 | configure:13457: result: __inline | configure:13464: checking for vprintf | configure:13464: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | conftest.c:63:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration] | char vprintf (); | ^ | conftest.c:63:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)' | 1 warning generated. | configure:13464: $? = 0 | configure:13464: result: yes | configure:13470: checking for _doprnt | configure:13470: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | Undefined symbols for architecture x86_64: | "__doprnt", referenced from: | _main in conftest-e55108.o | ld: symbol(s) not found for architecture x86_64 | clang: error: linker command failed with exit code 1 (use -v to see invocation) | configure:13470: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_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:13470: result: no | configure:13487: checking for memmove | configure:13487: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | conftest.c:64:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration] | char memmove (); | ^ | conftest.c:64:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)' | 1 warning generated. | configure:13487: $? = 0 | configure:13487: result: yes | configure:13487: checking for memset | configure:13487: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | conftest.c:65:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration] | char memset (); | ^ | conftest.c:65:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)' | 1 warning generated. | configure:13487: $? = 0 | configure:13487: result: yes | configure:13487: checking for setlocale | configure:13487: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13487: $? = 0 | configure:13487: result: yes | configure:13487: checking for fcntl | configure:13487: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13487: $? = 0 | configure:13487: result: yes | configure:13487: checking for strerror | configure:13487: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | conftest.c:68:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] | char strerror (); | ^ | conftest.c:68:6: note: 'strerror' is a builtin with type 'char *(int)' | 1 warning generated. | configure:13487: $? = 0 | configure:13487: result: yes | configure:13487: checking for strcasecmp | configure:13487: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | conftest.c:69:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration] | char strcasecmp (); | ^ | conftest.c:69:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)' | 1 warning generated. | configure:13487: $? = 0 | configure:13487: result: yes | configure:13487: checking for strchr | configure:13487: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | conftest.c:70:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration] | char strchr (); | ^ | conftest.c:70:6: note: 'strchr' is a builtin with type 'char *(const char *, int)' | 1 warning generated. | configure:13487: $? = 0 | configure:13487: result: yes | configure:13487: checking for strrchr | configure:13487: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | conftest.c:71:6: warning: incompatible redeclaration of library function 'strrchr' [-Wincompatible-library-redeclaration] | char strrchr (); | ^ | conftest.c:71:6: note: 'strrchr' is a builtin with type 'char *(const char *, int)' | 1 warning generated. | configure:13487: $? = 0 | configure:13487: result: yes | configure:13487: checking for strdup | configure:13487: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | conftest.c:72:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration] | char strdup (); | ^ | conftest.c:72:6: note: 'strdup' is a builtin with type 'char *(const char *)' | 1 warning generated. | configure:13487: $? = 0 | configure:13487: result: yes | configure:13487: checking for strstr | configure:13487: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | conftest.c:73:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration] | char strstr (); | ^ | conftest.c:73:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)' | 1 warning generated. | configure:13487: $? = 0 | configure:13487: result: yes | configure:13487: checking for strtol | configure:13487: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13487: $? = 0 | configure:13487: result: yes | configure:13487: checking for gettimeofday | configure:13487: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13487: $? = 0 | configure:13487: result: yes | configure:13487: checking for localeconv | configure:13487: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13487: $? = 0 | configure:13487: result: yes | configure:13487: checking for readlink | configure:13487: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13487: $? = 0 | configure:13487: result: yes | configure:13487: checking for getexecname | configure:13487: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | Undefined symbols for architecture x86_64: | "_getexecname", referenced from: | _main in conftest-255e9b.o | ld: symbol(s) not found for architecture x86_64 | clang: error: linker command failed with exit code 1 (use -v to see invocation) | configure:13487: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | /* end confdefs.h. */ | | /* Define getexecname to an innocuous variant, in case declares getexecname. | | For example, HP-UX 11i declares gettimeofday. */ | | #define getexecname innocuous_getexecname | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char getexecname (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef getexecname | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char getexecname (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_getexecname || defined __stub___getexecname | | choke me | | #endif | | | | int | | main () | | { | | return getexecname (); | | ; | | return 0; | | } | configure:13487: result: no | configure:13487: checking for canonicalize_file_name | configure:13487: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | Undefined symbols for architecture x86_64: | "_canonicalize_file_name", referenced from: | _main in conftest-8f6c8d.o | ld: symbol(s) not found for architecture x86_64 | clang: error: linker command failed with exit code 1 (use -v to see invocation) | configure:13487: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | /* end confdefs.h. */ | | /* Define 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:13487: result: no | configure:13487: checking for realpath | configure:13487: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13487: $? = 0 | configure:13487: result: yes | configure:13487: checking for strcoll | configure:13487: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13487: $? = 0 | configure:13487: result: yes | configure:13487: checking for strxfrm | configure:13487: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | conftest.c:80:6: warning: incompatible redeclaration of library function 'strxfrm' [-Wincompatible-library-redeclaration] | char strxfrm (); | ^ | conftest.c:80:6: note: 'strxfrm' is a builtin with type 'unsigned long (char *, const char *, unsigned long)' | 1 warning generated. | configure:13487: $? = 0 | configure:13487: result: yes | configure:13487: checking for setenv | configure:13487: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13487: $? = 0 | configure:13487: result: yes | configure:13487: checking for raise | configure:13487: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13487: $? = 0 | configure:13487: result: yes | configure:13498: checking for timezone variable access | configure:13511: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13511: $? = 0 | configure:13513: result: yes | configure:13522: checking for designated initializers | configure:13538: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13538: $? = 0 | configure:13540: result: yes | configure:13575: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13575: $? = 0 | configure:13575: ./conftest | configure:13575: $? = 0 | configure:13605: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13605: $? = 0 | configure:13605: ./conftest | configure:13605: $? = 0 | configure:13635: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13635: $? = 0 | configure:13635: ./conftest | configure:13635: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | /* end confdefs.h. */ | | | | int | | main () | | { | | | | #ifdef __INTEL_COMPILER | | return 0; | | #else | | return 1; | | #endif | | ; | | return 0; | | } | configure:13995: Checks for GMP ... | configure:13999: checking gmp.h usability | configure:13999: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13999: $? = 0 | configure:13999: result: yes | configure:13999: checking gmp.h presence | configure:13999: gcc -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | configure:13999: $? = 0 | configure:13999: result: yes | configure:13999: checking for gmp.h | configure:13999: result: yes | configure:14012: checking for __gmpz_init in -lgmp | configure:14037: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lgmp >&5 | configure:14037: $? = 0 | configure:14046: result: yes | configure:14079: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lgmp >&5 | configure:14079: $? = 0 | configure:14079: ./conftest | configure:14079: $? = 0 | configure:14113: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lgmp >&5 | configure:14113: $? = 0 | configure:14113: ./conftest | configure:14113: $? = 0 | configure:14126: checking matching GMP version | configure:14132: result: yes (6.1) | configure:14144: checking for __gmp_get_memory_functions in -lgmp | configure:14169: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lgmp >&5 | configure:14169: $? = 0 | configure:14178: result: yes | configure:14188: checking for nanosleep | configure:14201: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:14201: $? = 0 | configure:14203: result: yes | configure:14318: checking for clock_gettime and CLOCK_REALTIME | configure:14331: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:14331: $? = 0 | configure:14333: result: yes | configure:14351: checking prototype for finite in | configure:14360: result: yes | configure:14391: checking for fdatasync | configure:14391: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:14391: $? = 0 | configure:14391: result: yes | configure:14391: checking for sigaction | configure:14391: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:14391: $? = 0 | configure:14391: result: yes | configure:14425: checking whether NLS is requested | configure:14434: result: yes | configure:14474: checking for msgfmt | configure: trying /opt/pkg/bin/msgfmt... | 0 translated messages. | configure:14506: result: /opt/pkg/bin/msgfmt | configure:14515: checking for gmsgfmt | configure:14546: result: /opt/pkg/bin/msgfmt | configure:14596: checking for xgettext | configure: trying /opt/pkg/bin/xgettext... | /opt/pkg/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C | configure:14628: result: /opt/pkg/bin/xgettext | configure:14673: checking for msgmerge | configure: trying /opt/pkg/bin/msgmerge... | configure:14704: result: /opt/pkg/bin/msgmerge | configure:15290: checking for CFPreferencesCopyAppValue | configure:15308: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:74:37: warning: null passed to a callee that requires a non-null argument [-Wnonnull] | CFPreferencesCopyAppValue(NULL, NULL) | ~~~~ ^ | conftest.c:74:37: warning: null passed to a callee that requires a non-null argument [-Wnonnull] | CFPreferencesCopyAppValue(NULL, NULL) | ~~~~^ | 2 warnings generated. | configure:15308: $? = 0 | configure:15317: result: yes | configure:15324: checking for CFLocaleCopyCurrent | configure:15342: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | configure:15342: $? = 0 | configure:15351: result: yes | configure:15400: checking for GNU gettext in libc | configure:15424: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | Undefined symbols for architecture x86_64: | "__nl_domain_bindings", referenced from: | _main in conftest-3917f7.o | "__nl_msg_cat_cntr", referenced from: | _main in conftest-3917f7.o | "_libintl_bindtextdomain", referenced from: | _main in conftest-3917f7.o | "_libintl_gettext", referenced from: | _main in conftest-3917f7.o | ld: symbol(s) not found for architecture x86_64 | clang: error: linker command failed with exit code 1 (use -v to see invocation) | configure:15424: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define PATCH_LEVEL 0 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | | #define HAVE_CFLOCALECOPYCURRENT 1 | | /* end confdefs.h. */ | | | | #include | | | | extern int _nl_msg_cat_cntr; | | extern int *_nl_domain_bindings; | | | | int | | main () | | { | | | | bindtextdomain ("", ""); | | return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings | | | | ; | | return 0; | | } | configure:15433: result: no | configure:15467: checking for iconv | configure:15491: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | Undefined symbols for architecture x86_64: | "_iconv", referenced from: | _main in conftest-ff0eb1.o | "_iconv_close", referenced from: | _main in conftest-ff0eb1.o | "_iconv_open", referenced from: | _main in conftest-ff0eb1.o | ld: symbol(s) not found for architecture x86_64 | clang: error: linker command failed with exit code 1 (use -v to see invocation) | configure:15491: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define PATCH_LEVEL 0 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | | #define HAVE_CFLOCALECOPYCURRENT 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:15515: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -liconv >&5 | configure:15515: $? = 0 | configure:15525: result: yes | configure:15528: checking for working iconv | configure:15657: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -liconv >&5 | configure:15657: $? = 0 | configure:15657: ./conftest | configure:15657: $? = 0 | configure:15669: result: yes | configure:15684: checking how to link with libiconv | configure:15686: result: -liconv | configure:16158: checking for GNU gettext in libintl | configure:16190: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lintl -liconv -lc >&5 | configure:16190: $? = 0 | configure:16235: result: yes | configure:16270: checking whether to use NLS | configure:16272: result: yes | configure:16275: checking where the gettext function comes from | configure:16286: result: external libintl | configure:16294: checking how to link with libintl | configure:16296: result: -lintl -liconv -lc -Wl,-framework -Wl,CoreFoundation | configure:16352: checking for nl_langinfo and CODESET | configure:16368: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:16368: $? = 0 | configure:16377: result: yes | configure:16387: Checks for curses ... | configure:16391: checking for initscr in -lncursesw | configure:16416: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw >&5 | configure:16416: $? = 0 | configure:16425: result: yes | configure:16439: checking ncursesw/ncurses.h usability | configure:16439: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:16439: $? = 0 | configure:16439: result: yes | configure:16439: checking ncursesw/ncurses.h presence | configure:16439: gcc -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | configure:16439: $? = 0 | configure:16439: result: yes | configure:16439: checking for ncursesw/ncurses.h | configure:16439: result: yes | configure:16771: checking for ncurses _nc_freeall function | configure:16785: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw >&5 | configure:16785: $? = 0 | configure:16787: result: yes | configure:16795: checking for ncurses use_legacy_coding function | configure:16809: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw >&5 | configure:16809: $? = 0 | configure:16811: result: yes | configure:16822: checking for curses color_set function | configure:16849: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw >&5 | configure:16849: $? = 0 | configure:16851: result: yes | configure:16863: Checks for Berkeley DB ... | configure:16868: checking db.h usability | configure:16868: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:16868: $? = 0 | configure:16868: result: yes | configure:16868: checking db.h presence | configure:16868: gcc -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | configure:16868: $? = 0 | configure:16868: result: yes | configure:16868: checking for db.h | configure:16868: result: yes | configure:16903: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw >&5 | configure:16903: $? = 0 | configure:16903: ./conftest | configure:16903: $? = 0 | configure:16915: checking for Berkeley DB db.h version >= 4.1 | configure:16924: result: yes (4.8) | configure:16934: checking for Berkeley DB library with version 4.8 | configure:16963: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw -ldb >&5 | ld: library not found for -ldb | clang: error: linker command failed with exit code 1 (use -v to see invocation) | configure:16963: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define PATCH_LEVEL 0 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | | #define HAVE_CFLOCALECOPYCURRENT 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_NCURSESW_NCURSES_H 1 | | #define WITH_CURSES "ncursesw" | | #define HAVE_CURSES_FREEALL 1 | | #define HAVE_USE_LEGACY_CODING 1 | | #define HAVE_COLOR_SET 1 | | #define HAVE_DB_H 1 | | /* end confdefs.h. */ | | #include | | #include | | int | | main () | | { | | | | int major, minor, patch; | | db_version (&major, &minor, &patch); | | if (major == DB_VERSION_MAJOR && minor == DB_VERSION_MINOR) { | | return 0; | | } | | return 1; | | ; | | return 0; | | } | configure:16963: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw -ldb-4.8 >&5 | configure:16963: $? = 0 | configure:16963: ./conftest | configure:16963: $? = 0 | configure:16977: result: yes | configure:16979: BDB library version 4.8 found as -ldb-4.8 | configure:17016: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw >&5 | configure:17016: $? = 0 | configure:17016: ./conftest | configure:17016: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define PATCH_LEVEL 0 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | | #define HAVE_CFLOCALECOPYCURRENT 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_NCURSESW_NCURSES_H 1 | | #define WITH_CURSES "ncursesw" | | #define HAVE_CURSES_FREEALL 1 | | #define HAVE_USE_LEGACY_CODING 1 | | #define HAVE_COLOR_SET 1 | | #define HAVE_DB_H 1 | | #define WITH_DB 1 | | /* end confdefs.h. */ | | | | int | | main () | | { | | | | #ifdef _WIN32 | | return 0; | | #else | | return 1; | | #endif | | ; | | return 0; | | } | configure:17026: checking for dlopen in -lc | configure:17051: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lc -lncursesw >&5 | configure:17051: $? = 0 | configure:17060: result: yes | configure:17243: checking for dladdr in -lc | configure:17268: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lc -lncursesw >&5 | configure:17268: $? = 0 | configure:17277: result: yes | configure:17348: checking for working strftime | configure:17380: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw >&5 | configure:17380: $? = 0 | configure:17380: ./conftest | configure:17380: $? = 0 | configure:17382: result: yes | configure:17394: checking if size of long int = size of long long | configure:17417: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw >&5 | configure:17417: $? = 0 | configure:17417: ./conftest | configure:17417: $? = 0 | configure:17419: result: yes | configure:17430: checking if long is 32 bits | configure:17453: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw >&5 | configure:17453: $? = 0 | configure:17453: ./conftest | configure:17453: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define PATCH_LEVEL 0 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | | #define HAVE_CFLOCALECOPYCURRENT 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_NCURSESW_NCURSES_H 1 | | #define WITH_CURSES "ncursesw" | | #define HAVE_CURSES_FREEALL 1 | | #define HAVE_USE_LEGACY_CODING 1 | | #define HAVE_COLOR_SET 1 | | #define HAVE_DB_H 1 | | #define WITH_DB 1 | | #define USE_LIBDL 1 | | #define HAVE_DLADDR 1 | | #define COB_STRFTIME 1 | | #define COB_LI_IS_LL 1 | | /* end confdefs.h. */ | | | | int | | main () | | { | | | | if (sizeof (long) == 4) | | return 0; | | return 1; | | | | ; | | return 0; | | } | configure:17458: result: no | configure:17467: checking if pointer is longer than 32 bits | configure:17490: gcc -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw >&5 | configure:17490: $? = 0 | configure:17490: ./conftest | configure:17490: $? = 0 | configure:17492: result: yes | configure:17507: checking for gcc pointer sign option | configure:17520: gcc -c -g -O2 -Wno-pointer-sign -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:17520: $? = 0 | configure:17522: result: yes | configure:17557: checking for aligned attribute | configure:17570: gcc -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:17570: $? = 0 | configure:17572: result: yes | configure:18022: checking that generated files are newer than configure | configure:18028: result: done | configure:18060: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GnuCOBOL config.status 2.0, which was | generated by GNU Autoconf 2.69. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on milo.local | | config.status:1228: creating bin/cob-config | config.status:1228: creating Makefile | config.status:1228: creating libcob/Makefile | config.status:1228: creating lib/Makefile | config.status:1228: creating cobc/Makefile | config.status:1228: creating bin/Makefile | config.status:1228: creating po/Makefile.in | config.status:1228: creating doc/Makefile | config.status:1228: creating config/Makefile | config.status:1228: creating copy/Makefile | config.status:1228: creating tests/atlocal | config.status:1228: creating tests/Makefile | config.status:1228: creating tests/cobol85/Makefile | config.status:1228: creating extras/Makefile | config.status:1228: creating config.h | config.status:1457: executing tests/atconfig commands | config.status:1457: executing depfiles commands | config.status:1457: executing libtool commands | config.status:1457: executing po-directories commands | config.status:1457: executing chmod1 commands | config.status:1457: executing chmod2 commands | config.status:1457: executing chmod3 commands | configure:20376: GnuCOBOL Configuration: | configure:20378: CC gcc | configure:20380: CFLAGS -O2 -pipe | configure:20382: COB_CFLAGS -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -pipe | configure:20384: LDFLAGS -L/opt/pkg/lib | configure:20386: COB_LDFLAGS -L/opt/pkg/lib | configure:20389: COBC_LIBS -L/opt/pkg/lib -lintl -liconv -lc -R/opt/pkg/lib -Wl,-framework -Wl,CoreFoundation | configure:20392: COB_LIBS -L/opt/pkg/lib -L${exec_prefix}/lib -lcob -lm -lgmp -L/opt/pkg/lib -lintl -liconv -lc -R/opt/pkg/lib -Wl,-framework -Wl,CoreFoundation -lncursesw -ldb-4.8 | configure:20394: COB_CONFIG_DIR ${datarootdir}/gnu-cobol/config | configure:20396: COB_COPY_DIR ${datarootdir}/gnu-cobol/copy | configure:20398: COB_LIBRARY_PATH ${exec_prefix}/lib/gnu-cobol | configure:20400: COB_MODULE_EXT dylib | configure:20402: COB_OBJECT_EXT o | configure:20404: COB_SHARED_OPT -bundle -flat_namespace -undefined suppress | configure:20406: COB_PIC_FLAGS -fno-common -DPIC | configure:20408: COB_EXPORT_DYN | configure:20411: COB_STRIP_CMD strip -x | configure:20415: Dynamic loading: System | configure:20421: Use gettext for international messages: yes | configure:20423: Use fcntl for file locking: yes | configure:20435: Use ncurses/pdcurses/curses for screen I/O: ncursesw | configure:20456: Use Berkeley DB for ISAM I/O: yes | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=x86_64-apple-darwin16.0.0 | ac_cv_c_bigendian=no | ac_cv_c_compiler_gnu=yes | ac_cv_c_const=yes | ac_cv_env_CC_set= | ac_cv_env_CC_value= | ac_cv_env_CFLAGS_set= | ac_cv_env_CFLAGS_value= | ac_cv_env_CPPFLAGS_set=set | ac_cv_env_CPPFLAGS_value='-I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext' | ac_cv_env_CPP_set= | ac_cv_env_CPP_value= | ac_cv_env_LDFLAGS_set=set | ac_cv_env_LDFLAGS_value=-L/opt/pkg/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_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_fcntl=yes | ac_cv_func_fdatasync=yes | ac_cv_func_getexecname=no | ac_cv_func_gettimeofday=yes | ac_cv_func_localeconv=yes | ac_cv_func_memmove=yes | ac_cv_func_memset=yes | ac_cv_func_raise=yes | ac_cv_func_readlink=yes | ac_cv_func_realpath=yes | ac_cv_func_setenv=yes | ac_cv_func_setlocale=yes | ac_cv_func_sigaction=yes | ac_cv_func_strcasecmp=yes | ac_cv_func_strchr=yes | ac_cv_func_strcoll=yes | ac_cv_func_strdup=yes | ac_cv_func_strerror=yes | ac_cv_func_strrchr=yes | ac_cv_func_strstr=yes | ac_cv_func_strtol=yes | ac_cv_func_strxfrm=yes | ac_cv_func_vprintf=yes | ac_cv_header_db_h=yes | ac_cv_header_dlfcn_h=yes | ac_cv_header_fcntl_h=yes | ac_cv_header_gmp_h=yes | ac_cv_header_inttypes_h=yes | ac_cv_header_locale_h=yes | ac_cv_header_malloc_h=no | ac_cv_header_memory_h=yes | ac_cv_header_minix_config_h=no | ac_cv_header_ncursesw_ncurses_h=yes | ac_cv_header_signal_h=yes | ac_cv_header_stdc=yes | ac_cv_header_stddef_h=yes | ac_cv_header_stdint_h=yes | ac_cv_header_stdlib_h=yes | ac_cv_header_string_h=yes | ac_cv_header_strings_h=yes | ac_cv_header_sys_stat_h=yes | ac_cv_header_sys_time_h=yes | ac_cv_header_sys_types_h=yes | ac_cv_header_unistd_h=yes | ac_cv_header_wchar_h=yes | ac_cv_host=x86_64-apple-darwin16.0.0 | ac_cv_lib_c_dladdr=yes | ac_cv_lib_c_dlopen=yes | ac_cv_lib_dl_dlopen=yes | ac_cv_lib_gmp___gmp_get_memory_functions=yes | ac_cv_lib_gmp___gmpz_init=yes | ac_cv_lib_ncursesw_initscr=yes | ac_cv_objext=o | ac_cv_path_EGREP='/opt/pkg/bin/ggrep -E' | ac_cv_path_FGREP='/opt/pkg/bin/ggrep -F' | ac_cv_path_GMSGFMT=/opt/pkg/bin/msgfmt | ac_cv_path_GREP=/opt/pkg/bin/ggrep | ac_cv_path_MSGFMT=/opt/pkg/bin/msgfmt | ac_cv_path_MSGMERGE=/opt/pkg/bin/msgmerge | ac_cv_path_SED=/opt/pkg/bin/gsed | ac_cv_path_XGETTEXT=/opt/pkg/bin/xgettext | ac_cv_path_install='/opt/pkg/bin/ginstall -c' | ac_cv_path_lt_DD=/bin/dd | ac_cv_path_mkdir=/opt/pkg/bin/gmkdir | ac_cv_prog_AWK=gawk | ac_cv_prog_CPP='gcc -E' | ac_cv_prog_ac_ct_AR=ar | ac_cv_prog_ac_ct_CC=gcc | ac_cv_prog_ac_ct_DSYMUTIL=dsymutil | ac_cv_prog_ac_ct_LIPO=lipo | ac_cv_prog_ac_ct_NMEDIT=nmedit | ac_cv_prog_ac_ct_OBJDUMP=objdump | ac_cv_prog_ac_ct_OTOOL=otool | ac_cv_prog_ac_ct_RANLIB=ranlib | ac_cv_prog_ac_ct_STRIP=strip | ac_cv_prog_cc_c89= | ac_cv_prog_cc_c99= | ac_cv_prog_cc_g=yes | ac_cv_prog_cc_gcc_c_o=yes | ac_cv_prog_cc_stdc= | ac_cv_prog_make_make_set=yes | ac_cv_safe_to_define___extensions__=yes | ac_cv_struct_tm=time.h | ac_cv_type_sig_atomic_t=yes | ac_cv_type_size_t=yes | acl_cv_hardcode_direct=no | acl_cv_hardcode_libdir_flag_spec= | 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=/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | acl_cv_prog_gnu_ld=no | acl_cv_rpath=done | acl_cv_shlibext=dylib | 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 | gt_cv_func_CFLocaleCopyCurrent=yes | gt_cv_func_CFPreferencesCopyAppValue=yes | gt_cv_func_gnugettext1_libc=no | gt_cv_func_gnugettext1_libintl=yes | lt_cv_apple_cc_single_mod=yes | lt_cv_ar_at_file=no | lt_cv_deplibs_check_method=pass_all | lt_cv_dlopen=dlopen | lt_cv_dlopen_libs=-ldl | lt_cv_dlopen_self=yes | lt_cv_dlopen_self_static=yes | lt_cv_file_magic_cmd='$MAGIC_CMD' | lt_cv_file_magic_test_file= | lt_cv_ld_exported_symbols_list=yes | lt_cv_ld_force_load=yes | lt_cv_ld_reload_flag=-r | lt_cv_nm_interface='BSD nm' | lt_cv_objdir=.libs | lt_cv_path_LD=/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/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='-fno-common -DPIC' | lt_cv_prog_compiler_pic_works=yes | lt_cv_prog_compiler_rtti_exceptions=yes | lt_cv_prog_compiler_static_works=no | lt_cv_prog_gnu_ld=no | lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_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/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\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/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' | lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/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' | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | ACLOCAL='${SHELL} /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/missing aclocal-1.13' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='$${TAR-tar}' | AM_BACKSLASH='\' | AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | AM_DEFAULT_VERBOSITY='1' | AM_V='$(V)' | AR='ar' | AS='as' | AUTOCONF='${SHELL} /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/missing autoconf' | AUTOHEADER='${SHELL} /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/missing autoheader' | AUTOMAKE='${SHELL} /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/missing automake-1.13' | AWK='gawk' | CC='gcc' | CCDEPMODE='depmode=gcc3' | CFLAGS='-O2 -pipe' | COBC_LIBS=' -L/opt/pkg/lib -lintl -liconv -lc -R/opt/pkg/lib -Wl,-framework -Wl,CoreFoundation' | COB_BIGENDIAN='no' | COB_CC='gcc' | COB_CFLAGS='-I/usr/local/include -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -pipe' | COB_CONFIG_DIR='${datarootdir}/gnu-cobol/config' | COB_COPY_DIR='${datarootdir}/gnu-cobol/copy' | COB_EXPORT_DYN='' | COB_FIX_LIB='' | COB_FIX_LIBTOOL='' | COB_HAS_CURSES='yes' | COB_HAS_ISAM='yes' | COB_HAS_UTC_OFFSET='yes' | COB_KEYWORD_INLINE='' | COB_LDFLAGS='-L/opt/pkg/lib' | COB_LIBRARY_PATH='${exec_prefix}/lib/gnu-cobol' | COB_LIBS='-L/opt/pkg/lib -L${exec_prefix}/lib -lcob -lm -lgmp -L/opt/pkg/lib -lintl -liconv -lc -R/opt/pkg/lib -Wl,-framework -Wl,CoreFoundation -lncursesw -ldb-4.8' | COB_MAKE_IX_FALSE='#' | COB_MAKE_IX_TRUE='' | COB_MODULE_EXT='dylib' | COB_OBJECT_EXT='o' | COB_PATCH_LEVEL='0' | COB_PIC_FLAGS='-fno-common -DPIC' | COB_SHARED_OPT='-bundle -flat_namespace -undefined suppress' | CPP='gcc -E' | CPPFLAGS='-I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext' | CYGPATH_W='echo' | DEFS='-DHAVE_CONFIG_H' | DEPDIR='.deps' | DLLTOOL='false' | DSYMUTIL='dsymutil' | DUMPBIN='' | ECHO_C='\c' | ECHO_N='' | ECHO_T='' | EGREP='/opt/pkg/bin/ggrep -E' | EXEEXT='' | FGREP='/opt/pkg/bin/ggrep -F' | GETTEXT_MACRO_VERSION='0.19' | GMSGFMT='/opt/pkg/bin/msgfmt' | GMSGFMT_015='/opt/pkg/bin/msgfmt' | GREP='/opt/pkg/bin/ggrep' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_PROGRAM='${INSTALL}' | INSTALL_SCRIPT='${INSTALL}' | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | INTLLIBS='-lintl -liconv -lc -Wl,-framework -Wl,CoreFoundation' | INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation' | LD='/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' | LDFLAGS='-L/opt/pkg/lib' | LIBCOB_LIBS='-lm -lgmp -L/opt/pkg/lib -lintl -liconv -lc -R/opt/pkg/lib -Wl,-framework -Wl,CoreFoundation -lncursesw -ldb-4.8' | LIBICONV='-liconv' | LIBINTL='-lintl -liconv -lc -Wl,-framework -Wl,CoreFoundation' | LIBOBJS='' | LIBS='' | LIBTOOL='$(SHELL) $(top_builddir)/libtool' | LIPO='lipo' | LN_S='ln -s' | LTLIBICONV='-liconv' | LTLIBINTL='-L/opt/pkg/lib -lintl -liconv -lc -R/opt/pkg/lib -Wl,-framework -Wl,CoreFoundation' | LTLIBOBJS='' | LT_SYS_LIBRARY_PATH='' | MAINT='#' | MAINTAINER_MODE_FALSE='' | MAINTAINER_MODE_TRUE='#' | MAKEINFO='${SHELL} /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/missing makeinfo' | MANIFEST_TOOL=':' | MKDIR_P='/opt/pkg/bin/gmkdir -p' | MSGFMT='/opt/pkg/bin/msgfmt' | MSGFMT_015='/opt/pkg/bin/msgfmt' | MSGMERGE='/opt/pkg/bin/msgmerge' | NM='/usr/bin/nm -B' | NMEDIT='nmedit' | OBJDUMP='objdump' | OBJEXT='o' | OTOOL64=':' | OTOOL='otool' | PACKAGE='gnu-cobol' | PACKAGE_BUGREPORT='address@hidden' | PACKAGE_NAME='GnuCOBOL' | PACKAGE_STRING='GnuCOBOL 2.0' | PACKAGE_TARNAME='gnu-cobol' | PACKAGE_URL='http://www.opencobol.org' | PACKAGE_VERSION='2.0' | PATH_SEPARATOR=':' | POSUB='po' | RANLIB='ranlib' | SED='/opt/pkg/bin/gsed' | SET_MAKE='' | SHELL='/bin/sh' | STRIP='strip' | USE_NLS='yes' | VERSION='2.0' | XGETTEXT='/opt/pkg/bin/xgettext' | XGETTEXT_015='/opt/pkg/bin/xgettext' | XGETTEXT_EXTRA_OPTIONS='' | ac_ct_AR='ar' | ac_ct_CC='gcc' | ac_ct_DUMPBIN='' | am__EXEEXT_FALSE='' | am__EXEEXT_TRUE='#' | am__fastdepCC_FALSE='#' | am__fastdepCC_TRUE='' | am__include='include' | am__isrc='' | am__leading_dot='.' | am__nodep='_no' | am__quote='' | am__tar='$${TAR-tar} chof - "$$tardir"' | am__untar='$${TAR-tar} xf -' | bindir='${exec_prefix}/bin' | build='x86_64-apple-darwin16.0.0' | build_alias='' | build_cpu='x86_64' | build_os='darwin16.0.0' | build_vendor='apple' | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | host='x86_64-apple-darwin16.0.0' | host_alias='' | host_cpu='x86_64' | host_os='darwin16.0.0' | host_vendor='apple' | htmldir='${docdir}' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='${SHELL} /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/install-sh' | libdir='${exec_prefix}/lib' | libexecdir='${exec_prefix}/libexec' | localedir='${datarootdir}/locale' | localstatedir='${prefix}/var' | mandir='${datarootdir}/man' | mkdir_p='$(MKDIR_P)' | oldincludedir='/usr/include' | pdfdir='${docdir}' | prefix='/usr/local' | program_transform_name='s,x,x,' | psdir='${docdir}' | sbindir='${exec_prefix}/sbin' | sharedstatedir='${prefix}/com' | sysconfdir='${prefix}/etc' | target_alias='' | | ## ----------- ## | ## confdefs.h. ## | ## ----------- ## | | /* confdefs.h */ | #define PACKAGE_NAME "GnuCOBOL" | #define PACKAGE_TARNAME "gnu-cobol" | #define PACKAGE_VERSION "2.0" | #define PACKAGE_STRING "GnuCOBOL 2.0" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.opencobol.org" | #define PACKAGE "gnu-cobol" | #define VERSION "2.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SIG_ATOMIC_T 1 | #define COB_KEYWORD_INLINE __inline | #define HAVE_VPRINTF 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_SETLOCALE 1 | #define HAVE_FCNTL 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LOCALECONV 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRXFRM 1 | #define HAVE_SETENV 1 | #define HAVE_RAISE 1 | #define HAVE_TIMEZONE 1 | #define HAVE_DESIGNATED_INITS 1 | #define PATCH_LEVEL 0 | #define WITH_VARSEQ 0 | #define HAVE_GMP_H 1 | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | #define HAVE_NANO_SLEEP 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_FDATASYNC 1 | #define HAVE_SIGACTION 1 | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 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_NCURSESW_NCURSES_H 1 | #define WITH_CURSES "ncursesw" | #define HAVE_CURSES_FREEALL 1 | #define HAVE_USE_LEGACY_CODING 1 | #define HAVE_COLOR_SET 1 | #define HAVE_DB_H 1 | #define WITH_DB 1 | #define USE_LIBDL 1 | #define HAVE_DLADDR 1 | #define COB_STRFTIME 1 | #define COB_LI_IS_LL 1 | #define COB_64_BIT_POINTER 1 | #define HAVE_PSIGN_OPT 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define COB_EXPORT_DYN "" | #define COB_PIC_FLAGS "-fno-common -DPIC" | #define COB_SHARED_OPT "-bundle -flat_namespace -undefined suppress" | #define COB_EXEEXT "" | #define COB_STRIP_CMD "strip -x" | | configure: exit 0