Guest User

Untitled

a guest
Apr 25th, 2017
1,092
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 339.58 KB | None | 0 0
  1. ## ---------------------------------------- ##
  2. ## GnuCOBOL 2.0 test suite: GnuCOBOL Tests. ##
  3. ## ---------------------------------------- ##
  4.  
  5. testsuite: command line was:
  6. $ ./testsuite
  7.  
  8. ## ---------- ##
  9. ## ChangeLog. ##
  10. ## ---------- ##
  11.  
  12. |
  13. | 2016-11-06 Simon 'sf-mensch/human' Sobisch <simonsobisch@gnu.org>
  14. |
  15. | * configure.ac: limit PATCH_LEVEL to numeric, max 8 digits
  16. | * configure.ac: use AS_HELP_STRING for all options
  17. |
  18. | 2016-11-05 Simon 'sf-mensch/human' Sobisch <simonsobisch@gnu.org>
  19. |
  20. | * Bootstrap up to libtool 2.4.6 / automake 1.15
  21. |
  22.  
  23. 179. ACUCOBOL literals (syn_misc.at:2400): ok (0m0.015s 0m0.106s)
  24. ## --------- ##
  25. ## Platform. ##
  26. ## --------- ##
  27.  
  28. hostname = DESKTOP-DB1BVSF
  29. uname -m = i686
  30. uname -r = 1.0.19(0.48/3/2)
  31. uname -s = MINGW32_NT-6.2
  32. uname -v = 2016-07-13 17:45
  33.  
  34. /usr/bin/uname -p = unknown
  35. /bin/uname -X = unknown
  36.  
  37. /bin/arch = unknown
  38. /usr/bin/arch -k = unknown
  39. /usr/convex/getsysinfo = unknown
  40. /usr/bin/hostinfo = unknown
  41. /bin/machine = unknown
  42. /usr/bin/oslevel = unknown
  43. /bin/universe = unknown
  44.  
  45. PATH: /home/Prim/gnu-cobol-2.0/tests
  46. PATH: /home/Prim/gnu-cobol-2.0/cobc
  47. PATH: /home/Prim/gnu-cobol-2.0/bin
  48. PATH: /home/Prim/gnu-cobol-2.0/libcob/.libs
  49. PATH: /home/Prim/gnu-cobol-2.0
  50. PATH: /mingw/bin
  51. PATH: /bin
  52. PATH: /c/ProgramData/Oracle/Java/javapath
  53. PATH: /c/Program Files (x86)/NVIDIA Corporation/PhysX/Common
  54. PATH: /c/WINDOWS/system32
  55. PATH: /c/WINDOWS
  56. PATH: /c/WINDOWS/System32/Wbem
  57. PATH: /c/WINDOWS/System32/WindowsPowerShell/v1.0/
  58. PATH: /c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/
  59. PATH: /c/Program Files/Calibre2/
  60. PATH: /c/Program Files/MiKTeX 2.9/miktex/bin/x64/
  61. PATH: /c/Users/Prim/AppData/Local/Programs/Python/Python36-32/Scripts/
  62. PATH: /c/Users/Prim/AppData/Local/Programs/Python/Python36-32/
  63. PATH: /c/Users/Prim/AppData/Local/Microsoft/WindowsApps
  64.  
  65. testsuite: atconfig:
  66. | # Configurable variable values for building test suites.
  67. | # Generated by ./config.status.
  68. | # Copyright (C) 2012 Free Software Foundation, Inc.
  69. |
  70. | # The test suite will define top_srcdir=/../.. etc.
  71. | at_testdir='tests'
  72. | abs_builddir='/home/Prim/gnu-cobol-2.0/tests'
  73. | at_srcdir='.'
  74. | abs_srcdir='/home/Prim/gnu-cobol-2.0/tests'
  75. | at_top_srcdir='..'
  76. | abs_top_srcdir='/home/Prim/gnu-cobol-2.0'
  77. | at_top_build_prefix='../'
  78. | abs_top_builddir='/home/Prim/gnu-cobol-2.0'
  79. |
  80. | # Backward compatibility with Autotest <= 2.59b:
  81. | at_top_builddir=$at_top_build_prefix
  82. |
  83. | AUTOTEST_PATH='tests'
  84. |
  85. | SHELL=${CONFIG_SHELL-'/bin/sh'}
  86.  
  87. testsuite: atlocal:
  88. | #
  89. | # atlocal gnucobol/tests
  90. | #
  91. | # Copyright (C) 2003-2012, 2014-2016 Free Software Foundation, Inc.
  92. | # Written by Keisuke Nishida, Roger While, Simon Sobisch
  93. | #
  94. | # This file is part of GnuCOBOL.
  95. | #
  96. | # The GnuCOBOL compiler is free software: you can redistribute it
  97. | # and/or modify it under the terms of the GNU General Public License
  98. | # as published by the Free Software Foundation, either version 3 of the
  99. | # License, or (at your option) any later version.
  100. | #
  101. | # GnuCOBOL is distributed in the hope that it will be useful,
  102. | # but WITHOUT ANY WARRANTY; without even the implied warranty of
  103. | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  104. | # GNU General Public License for more details.
  105. | #
  106. | # You should have received a copy of the GNU General Public License
  107. | # along with GnuCOBOL. If not, see <http://www.gnu.org/licenses/>.
  108. |
  109. | # CC="gcc"
  110. | COB_BIGENDIAN="no"
  111. | COB_HAS_ISAM="yes"
  112. | COB_HAS_CURSES="yes"
  113. | COB_HAS_UTC_OFFSET="yes"
  114. | COBC="${abs_top_builddir}/cobc/cobc"
  115. | COBCRUN="${abs_top_builddir}/bin/cobcrun"
  116. |
  117. | TEMPLATE="${abs_srcdir}/testsuite.src"
  118. |
  119. | FLAGS="-debug -Wall ${COBOL_FLAGS}"
  120. | COMPILE="${COBC} -x ${FLAGS}"
  121. | COMPILE_ONLY="${COBC} -fsyntax-only ${FLAGS}"
  122. | COMPILE_MODULE="${COBC} -m ${FLAGS}"
  123. |
  124. | OBJECT_EXT="o"
  125. |
  126. | PATHSEP=":"
  127. |
  128. | # Helper script to unify listings (repleace version, date, time)
  129. | UNIFY_LISTING="${abs_srcdir}/listings-sed.sh"
  130. |
  131. | # unset all environment variables that are used in libcob for runtime configuration
  132. | for cobenv in $($COBCRUN --runtime-conf | grep COB_ | cut -d: -f2); do unset $cobenv; done
  133. |
  134. | # For running the testsuite in Cygwin with non-Cygwin binaries we need a wrapper function
  135. | _return_path () {
  136. | echo "$1"
  137. | }
  138. |
  139. | PATH="${abs_top_builddir}/cobc:${abs_top_builddir}/bin:${abs_top_builddir}/libcob/.libs:${PATH}"
  140. | export PATH
  141. | export COB_CFLAGS="-I${abs_top_srcdir} -I${abs_top_srcdir}/libcob -I/mingw/include -I/mingw/include -pipe"
  142. | export COB_LDFLAGS="-L${abs_top_builddir}/libcob/.libs "
  143. | export COB_LIBS="-L${abs_top_builddir}/libcob/.libs -lcob -lm -lgmp -L/mingw/lib -lintl -lpdcurses -ldb-6.2"
  144. | export COB_CONFIG_DIR="${abs_top_srcdir}/config"
  145. | export COB_RUNTIME_CONFIG="${COB_CONFIG_DIR}/runtime_empty.cfg"
  146. | export COB_COPY_DIR="${abs_top_srcdir}/copy"
  147. | export LD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$LD_LIBRARY_PATH"
  148. | export DYLD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$DYLD_LIBRARY_PATH"
  149. | export SHLIB_PATH="${abs_top_builddir}/libcob/.libs:$SHLIB_PATH"
  150. | export LIBPATH="${abs_top_builddir}/libcob/.libs:$LIBPATH"
  151. | export COB_LIBRARY_PATH="${abs_top_builddir}/extras:$COB_LIBRARY_PATH"
  152. | export COB_UNIX_LF=YES
  153. | export COB_HAS_ISAM
  154. | if test "$MSYSTEM" = "MINGW32"; then
  155. | # running MSYS builds as not-visible child processes result in
  156. | # "Redirection is not supported"
  157. | COB_HAS_CURSES="no"
  158. | # Fix for testcases were cobc translates path to win32 equivalents
  159. | PATHSEP=";"
  160. | fi
  161. | export COB_HAS_CURSES
  162. | export COB_HAS_UTC_OFFSET
  163. | export LC_ALL=C
  164.  
  165. ## ---------------- ##
  166. ## Tested programs. ##
  167. ## ---------------- ##
  168.  
  169. ./testsuite.at:23: /home/Prim/gnu-cobol-2.0/cobc/cobc --version
  170. cobc (GnuCOBOL) 2.0.0
  171. Copyright (C) 2016 Free Software Foundation, Inc.
  172. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  173. This is free software; see the source for copying conditions. There is NO
  174. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  175. Written by Keisuke Nishida, Roger While, Ron Norman, Simon Sobisch, Edward Hart
  176. Built Apr 25 2017 14:21:20
  177. Packaged Nov 06 2016 22:36:19 UTC
  178. C version "5.3.0"
  179.  
  180. ## ------------------ ##
  181. ## Running the tests. ##
  182. ## ------------------ ##
  183. testsuite: starting at: Tue Apr 25 19:16:54 EDT 2017
  184. 180. Adding/removing reserved words (syn_misc.at:2461): ok (0m0.030s 0m0.045s)
  185. 181. Adding aliases (syn_misc.at:2488): ok (0m0.000s 0m0.150s)
  186. testsuite:2502: WARNING: unable to parse test group: 182
  187. testsuite:2502: WARNING: unable to parse test group: 183
  188. testsuite:2502: WARNING: unable to parse test group: 184
  189. testsuite:2502: WARNING: unable to parse test group: 185
  190. testsuite:2502: WARNING: unable to parse test group: 186
  191. testsuite:2502: WARNING: unable to parse test group: 187
  192. testsuite:2502: WARNING: unable to parse test group: 188
  193. testsuite:2502: WARNING: unable to parse test group: 189
  194. testsuite:2502: WARNING: unable to parse test group: 190
  195. testsuite:2502: WARNING: unable to parse test group: 191
  196. testsuite:2502: WARNING: unable to parse test group: 192
  197. testsuite:2502: WARNING: unable to parse test group: 193
  198. testsuite:2502: WARNING: unable to parse test group: 194
  199. testsuite:2502: WARNING: unable to parse test group: 195
  200. 196. MOVE alphanumeric-edited TO x (syn_move.at:146): ok (0m0.030s 0m0.060s)
  201. 197. MOVE numeric (integer) TO x (syn_move.at:176): ok (0m0.060s 0m0.030s)
  202. 198. MOVE numeric (non-integer) TO x (syn_move.at:205): ok (0m0.076s 0m0.030s)
  203. 1. Compiler outputs (used_binaries.at:21): ok (0m0.030s 0m0.151s)
  204. 199. MOVE numeric-edited TO x (syn_move.at:236): ok (0m0.000s 0m0.091s)
  205. 2. Source file not found (used_binaries.at:46): ok (0m0.046s 0m0.045s)
  206. 200. CORRESPONDING - Operands must be groups (syn_move.at:271): ok (0m0.030s 0m0.061s)
  207. 201. CORRESPONDING - Target has no matching items (syn_move.at:300): ok (0m0.015s 0m0.045s)
  208. 3. Compiler help and information (used_binaries.at:55): ok (0m0.075s 0m0.227s)
  209. 202. MOVE: misc (syn_move.at:327): ok (0m0.030s 0m0.060s)
  210. 4. Using full path for cobc (used_binaries.at:68): ok (0m0.060s 0m0.045s)
  211. 5. cobcrun validation (used_binaries.at:88): ok (0m0.045s 0m0.151s)
  212. 203. MOVE: Overlapping (syn_move.at:350): ok (0m0.045s 0m0.150s)
  213. 204. Category check of Format 1 (syn_multiply.at:28): ok (0m0.000s 0m0.076s)
  214. 205. Category check of Format 2 (syn_multiply.at:67): ok (0m0.030s 0m0.060s)
  215. 6. cobcrun -M DSO entry argument (used_binaries.at:128): ok (0m0.091s 0m0.105s)
  216. 206. Category check of literals (syn_multiply.at:108): ok (0m0.015s 0m0.060s)
  217. 207. Flexible ACCEPT/DISPLAY syntax (syn_screen.at:24): ok (0m0.046s 0m0.030s)
  218. 208. Duplicate ACCEPT/DISPLAY clauses (syn_screen.at:92): ok (0m0.030s 0m0.062s)
  219. 7. cobcrun -M directory/ default (used_binaries.at:183): ok (0m0.045s 0m0.121s)
  220. 209. AT clause (syn_screen.at:121): ok (0m0.000s 0m0.090s)
  221. 210. ACCEPT/DISPLAY extensions detection (syn_screen.at:165): ok (0m0.015s 0m0.045s)
  222. 8. cobcrun -M directory/dso alternate (used_binaries.at:221): ok (0m0.030s 0m0.137s)
  223. 211. FROM clause (syn_screen.at:211): ok (0m0.015s 0m0.046s)
  224. 212. SCREEN SECTION clause numbers (syn_screen.at:237): ok (0m0.030s 0m0.045s)
  225. 213. Screen clauses (syn_screen.at:265): ok (0m0.030s 0m0.045s)
  226. 9. cobcrun -M DSO entry multiple arguments (used_binaries.at:272): ok (0m0.000s 0m0.076s)
  227. 214. ACCEPT ON EXCEPTION/ESCAPE (syn_screen.at:291): ok (0m0.015s 0m0.015s)
  228. 215. Referencing 88-level (syn_screen.at:321): ok (0m0.076s 0m0.045s)
  229. 10. Compile from stdin (used_binaries.at:307): ok (0m0.045s 0m0.153s)
  230. 216. Conflicting screen clauses (syn_screen.at:351): ok (0m0.030s 0m0.136s)
  231. 217. Redundant screen clauses (syn_screen.at:412): ok (0m0.015s 0m0.060s)
  232. 218. Screen item OCCURS w-/wo relative LINE/COL (syn_screen.at:445): ok (0m0.090s 0m0.183s)
  233. 219. VALUE clause missing (syn_screen.at:496): ok (0m0.015s 0m0.060s)
  234. 13. Invalid cobc option (used_binaries.at:369): ok (0m0.015s 0m0.135s)
  235. 220. SET: misc (syn_set.at:24): ok (0m0.031s 0m0.060s)
  236. 14. cobc with standard configuration file (configuration.at:22): ok (0m0.000s 0m0.090s)
  237. 221. ANY LENGTH as function RETURNING item (syn_functions.at:22): ok (0m0.000s 0m0.107s)
  238. 222. REPOSITORY INTRINSIC phrase (syn_functions.at:46): ok (0m0.000s 0m0.062s)
  239. 223. REPOSITORY FUNCTION phrase (syn_functions.at:69): ok (0m0.030s 0m0.030s)
  240. 15. cobc dialect features for all -std (configuration.at:43): ok (0m0.120s 0m0.468s)
  241. 224. Redundant REPOSITORY entries (syn_functions.at:117): ok (0m0.000s 0m0.107s)
  242. 225. Missing prototype/definition (syn_functions.at:155): ok (0m0.000s 0m0.075s)
  243. 16. cobc with configuration file via -std (configuration.at:87): ok (0m0.030s 0m0.030s)
  244. 17. cobc with standard configuration file via -conf (configuration.at:108): ok (0m0.015s 0m0.045s)
  245. 226. Function definition inside program (syn_functions.at:186): ok (0m0.015s 0m0.045s)
  246. 227. Intrinsic functions: number of arguments (syn_functions.at:207): ok (0m0.000s 0m0.092s)
  247. 18. cobc with own configuration file via -conf (configuration.at:129): ok (0m0.000s 0m0.075s)
  248. 228. Intrinsic functions: reference modification (syn_functions.at:247): ok (0m0.015s 0m0.077s)
  249. 19. cobc configuration: recursive include (configuration.at:158): ok (0m0.091s 0m0.106s)
  250. 229. Intrinsic functions: Parameter type (syn_functions.at:295): ok (0m0.015s 0m0.061s)
  251. 20. cobc with -std and -conf (configuration.at:196): ok (0m0.046s 0m0.151s)
  252. 230. invalid formatted date/time args (syn_functions.at:318): ok (0m0.000s 0m0.060s)
  253. 21. cobc compiler flag on command line (configuration.at:223): ok (0m0.000s 0m0.045s)
  254. 231. invalid formats w/ DECIMAL-POINT IS COMMA (syn_functions.at:399): ok (0m0.000s 0m0.045s)
  255. 22. cobc compiler flag on command line (priority) (configuration.at:242): ok (0m0.000s 0m0.135s)
  256. 232. Specified offset and SYSTEM-OFFSET (syn_functions.at:433): ok (0m0.045s 0m0.015s)
  257. 23. cobc configuration: entries (configuration.at:275): ok (0m0.045s 0m0.105s)
  258. 233. COPY within comment (listings.at:21): ok (0m0.075s 0m0.345s)
  259. 24. cobc configuration: conf missing (configuration.at:308): ok (0m0.106s 0m0.212s)
  260. 25. cobc configuration: conf optional (configuration.at:336): ok (0m0.030s 0m0.166s)
  261. 26. cobc configuration: incomplete (configuration.at:372): ok (0m0.000s 0m0.030s)
  262. 234. COPY replacement order (listings.at:103): ok (0m0.120s 0m0.394s)
  263. 27. runtime configuration (configuration.at:446): ok (0m0.030s 0m0.241s)
  264. 235. COPY separators (listings.at:201): ok (0m0.060s 0m0.182s)
  265. 236. COPY partial replacement (listings.at:265): ok (0m0.105s 0m0.135s)
  266. 28. runtime configuration file (configuration.at:465): ok (0m0.195s 0m0.392s)
  267. 29. runtime configuration: recursive include (configuration.at:500): ok (0m0.030s 0m0.090s)
  268. 237. COPY LEADING replacement (listings.at:333): ok (0m0.151s 0m0.090s)
  269. 30. runtime configuration: environment priority (configuration.at:529): ok (0m0.030s 0m0.075s)
  270. 238. COPY TRAILING replacement (listings.at:401): ok (0m0.060s 0m0.167s)
  271. 31. runtime configuration: entries (configuration.at:542): ok (0m0.015s 0m0.151s)
  272. 239. COPY recursive replacement (listings.at:470): ok (0m0.105s 0m0.212s)
  273. 32. runtime configuration: conf missing (configuration.at:623): ok (0m0.000s 0m0.182s)
  274. 33. runtime configuration: conf optional (configuration.at:652): ok (0m0.015s 0m0.060s)
  275. 34. COB_CONFIG_DIR test (configuration.at:665): ok (0m0.030s 0m0.106s)
  276. 35. COPY: within comment (syn_copy.at:21): ok (0m0.015s 0m0.076s)
  277. 240. Eject page (listings.at:534): ok (0m0.227s 0m0.759s)
  278. 36. COPY: file not found (syn_copy.at:49): ok (0m0.015s 0m0.076s)
  279. 37. COPY: replacement order (syn_copy.at:69): ok (0m0.045s 0m0.121s)
  280. 241. Wide listing (listings.at:766): ok (0m0.152s 0m0.425s)
  281. 242. Two source files (listings.at:856): ok (0m0.000s 0m0.243s)
  282. 38. COPY: separators (syn_copy.at:96): ok (0m0.015s 0m0.106s)
  283. 39. COPY: partial replacement (syn_copy.at:125): ok (0m0.030s 0m0.090s)
  284. 40. COPY: LEADING replacement (syn_copy.at:154): ok (0m0.045s 0m0.120s)
  285. 41. COPY: TRAILING replacement (syn_copy.at:183): ok (0m0.045s 0m0.090s)
  286. 243. Error/Warning messages (listings.at:930): ok (0m0.421s 0m1.274s)
  287. 42. COPY: recursive replacement (syn_copy.at:212): ok (0m0.015s 0m0.137s)
  288. 244. Symbols: simple (listings.at:1224): ok (0m0.180s 0m0.577s)
  289. 43. COPY: fixed/free format (syn_copy.at:241): ok (0m0.015s 0m0.169s)
  290. 44. Invalid PROGRAM-ID (syn_definition.at:25): ok (0m0.030s 0m0.015s)
  291. 45. Invalid PROGRAM-ID type clause (1) (syn_definition.at:41): ok (0m0.015s 0m0.060s)
  292. 245. Symbols: pointer (listings.at:1386): ok (0m0.045s 0m0.348s)
  293. 46. invalid PROGRAM-ID type clause (2) (syn_definition.at:57): ok (0m0.061s 0m0.061s)
  294. 246. Symbols: mutliple programs/functions (listings.at:1669): ok (0m0.045s 0m0.167s)
  295. 47. INITIAL/RECURSIVE before COMMON (syn_definition.at:74): ok (0m0.000s 0m0.060s)
  296. 48. Undefined data name (syn_definition.at:106): ok (0m0.000s 0m0.076s)
  297. 247. Symbols: OCCURS/REDEFINES (listings.at:1789): ok (0m0.060s 0m0.150s)
  298. 49. Undefined group name (syn_definition.at:124): ok (0m0.045s 0m0.075s)
  299. 50. Undefined data name in group (syn_definition.at:145): ok (0m0.030s 0m0.076s)
  300. 248. Conditional compilation (listings.at:1899): ok (0m0.091s 0m0.182s)
  301. 51. Reference not a group name (syn_definition.at:168): ok (0m0.030s 0m0.090s)
  302. 249. LISTING ON/OFF (listings.at:1962): ok (0m0.091s 0m0.182s)
  303. 52. Incomplete 01 definition (syn_definition.at:192): ok (0m0.030s 0m0.030s)
  304. 53. Same labels in different sections (syn_definition.at:212): ok (0m0.000s 0m0.015s)
  305. 250. File descriptions (listings.at:2046): ok (0m0.030s 0m0.289s)
  306. 54. Redefinition of 01 items (syn_definition.at:237): ok (0m0.000s 0m0.060s)
  307. 251. Invalid PICTURE strings (listings.at:2377): ok (0m0.076s 0m0.244s)
  308. 55. Redefinition of 01 and 02 items (syn_definition.at:256): ok (0m0.000s 0m0.106s)
  309. 56. Redefinition of 02 items (syn_definition.at:275): ok (0m0.000s 0m0.061s)
  310. 252. Variable format (listings.at:2646): ok (0m0.120s 0m0.181s)
  311. 57. Redefinition of 77 items (syn_definition.at:295): ok (0m0.015s 0m0.030s)
  312. 58. Redefinition of 01 and 77 items (syn_definition.at:314): ok (0m0.000s 0m0.045s)
  313. 253. DISPLAY literals (run_fundamental.at:23): ok (0m0.015s 0m0.092s)
  314. 59. Redefinition of 88 items (syn_definition.at:333): ok (0m0.015s 0m0.077s)
  315. 60. Redefinition of program-name by other programs (syn_definition.at:354): ok (0m0.076s 0m0.091s)
  316. 254. DISPLAY literals, DECIMAL-POINT is COMMA (run_fundamental.at:85): ok (0m0.030s 0m0.138s)
  317. 61. Redefinition of program-name within program (syn_definition.at:420): ok (0m0.046s 0m0.120s)
  318. 62. Redefinition of function-prototype name (syn_definition.at:450): ok (0m0.015s 0m0.075s)
  319. 255. Hexadecimal literal (run_fundamental.at:124): ok (0m0.045s 0m0.091s)
  320. 63. Data item with same name as program-name (syn_definition.at:473): ok (0m0.015s 0m0.061s)
  321. 64. Ambiguous reference to 02 items (syn_definition.at:500): ok (0m0.045s 0m0.060s)
  322. 256. DISPLAY data items with VALUE clause (run_fundamental.at:167): ok (0m0.015s 0m0.076s)
  323. 65. Ambiguous reference to 02 and 03 items (syn_definition.at:526): ok (0m0.031s 0m0.060s)
  324. 66. Ambiguous reference with qualification (syn_definition.at:551): ok (0m0.000s 0m0.075s)
  325. 257. DISPLAY data items with MOVE statement (run_fundamental.at:214): ok (0m0.045s 0m0.060s)
  326. 67. Unique reference with ambiguous qualifiers (syn_definition.at:580): ok (0m0.015s 0m0.015s)
  327. 68. Undefined procedure name (syn_definition.at:616): ok (0m0.000s 0m0.060s)
  328. 258. MOVE to edited item (1) (run_fundamental.at:268): ok (0m0.060s 0m0.090s)
  329. 69. Redefinition of section names (syn_definition.at:636): ok (0m0.030s 0m0.045s)
  330. 70. Redefinition of section and paragraph names (syn_definition.at:656): ok (0m0.015s 0m0.076s)
  331. 259. MOVE to edited item (2) (run_fundamental.at:317): ok (0m0.030s 0m0.106s)
  332. 71. Redefinition of paragraph names (syn_definition.at:676): ok (0m0.000s 0m0.061s)
  333. 72. Ambiguous reference to paragraph name (syn_definition.at:701): ok (0m0.015s 0m0.061s)
  334. 260. Move to item with simple and floating insertion (run_fundamental.at:366): ok (0m0.061s 0m0.046s)
  335. 73. Non-matching level numbers (extension) (syn_definition.at:726): ok (0m0.030s 0m0.046s)
  336. 74. CALL BY VALUE alphanumeric item (extension) (syn_definition.at:749): ok (0m0.015s 0m0.092s)
  337. 261. MOVE to JUSTIFIED item (run_fundamental.at:396): ok (0m0.015s 0m0.121s)
  338. 75. Duplicate identification division header (syn_definition.at:771): ok (0m0.015s 0m0.091s)
  339. 76. Invalid environment division order (syn_definition.at:786): ok (0m0.045s 0m0.060s)
  340. 262. MOVE integer literal to alphanumeric (run_fundamental.at:441): ok (0m0.045s 0m0.107s)
  341. 77. Function without END FUNCTION (syn_definition.at:813): ok (0m0.015s 0m0.091s)
  342. 78. Nested programs without END PROGRAM (syn_definition.at:827): ok (0m0.046s 0m0.015s)
  343. 263. Check for equality of FLOAT-SHORT / FLOAT-LONG (run_fundamental.at:466): ok (0m0.015s 0m0.045s)
  344. 79. Nested programs not in procedure division (syn_definition.at:849): ok (0m0.015s 0m0.046s)
  345. 80. Screen section starts with 78-level (syn_definition.at:868): ok (0m0.015s 0m0.030s)
  346. 81. Invalid PICTURE strings (syn_definition.at:884): ok (0m0.045s 0m0.045s)
  347. 264. Overlapping MOVE (run_fundamental.at:589): ok (0m0.076s 0m0.106s)
  348. 82. PICTURE strings invalid with BLANK WHEN ZERO (syn_definition.at:1112): ok (0m0.015s 0m0.060s)
  349. 83. PICTURE strings invalid with USAGE (syn_definition.at:1134): ok (0m0.015s 0m0.090s)
  350. 265. ALPHABETIC test (run_fundamental.at:654): ok (0m0.061s 0m0.061s)
  351. 84. Alphabet definition (syn_definition.at:1154): ok (0m0.060s 0m0.151s)
  352. 266. ALPHABETIC-UPPER test (run_fundamental.at:686): ok (0m0.030s 0m0.046s)
  353. 85. RENAMES item (syn_definition.at:1198): ok (0m0.030s 0m0.045s)
  354. 86. RENAMES of 01-, 66- and 77-level items (syn_definition.at:1265): ok (0m0.045s 0m0.061s)
  355. 267. ALPHABETIC-LOWER test (run_fundamental.at:718): ok (0m0.015s 0m0.045s)
  356. 87. Non-numeric subscript (syn_subscripts.at:23): ok (0m0.000s 0m0.075s)
  357. 88. Subscript range check (syn_subscripts.at:49): ok (0m0.000s 0m0.045s)
  358. 268. GLOBAL at same level (run_fundamental.at:750): ok (0m0.030s 0m0.092s)
  359. 89. Subscript bounds with ODO (lower) (syn_subscripts.at:89): ok (0m0.046s 0m0.061s)
  360. 90. Subscript bounds with ODO (upper) (syn_subscripts.at:112): ok (0m0.030s 0m0.061s)
  361. 269. GLOBAL at lower level (run_fundamental.at:799): ok (0m0.045s 0m0.075s)
  362. 91. Subscripted item requires OCCURS clause (syn_subscripts.at:138): ok (0m0.000s 0m0.092s)
  363. 92. Number of subscripts (syn_subscripts.at:163): ok (0m0.000s 0m0.121s)
  364. 270. GLOBAL CONSTANT (run_fundamental.at:848): ok (0m0.090s 0m0.075s)
  365. 93. OCCURS with level 01 and 77 (syn_occurs.at:28): ok (0m0.000s 0m0.137s)
  366. 94. OCCURS with level 66 (syn_occurs.at:53): ok (0m0.030s 0m0.045s)
  367. 271. Contained program visibility (1) (run_fundamental.at:933): ok (0m0.015s 0m0.106s)
  368. 95. OCCURS with level 88 (syn_occurs.at:72): ok (0m0.015s 0m0.046s)
  369. 272. Contained program visibility (2) (run_fundamental.at:988): ok (0m0.045s 0m0.060s)
  370. 96. OCCURS with variable-occurrence data item (syn_occurs.at:91): ok (0m0.030s 0m0.137s)
  371. 97. Nested OCCURS clause (syn_occurs.at:149): ok (0m0.000s 0m0.046s)
  372. 273. Contained program visibility (3) (run_fundamental.at:1041): ok (0m0.030s 0m0.046s)
  373. 98. OCCURS DEPENDING with wrong size (syn_occurs.at:186): ok (0m0.015s 0m0.045s)
  374. 99. OCCURS DEPENDING followed by another field (syn_occurs.at:222): ok (0m0.045s 0m0.030s)
  375. 274. Contained program visibility (4) (run_fundamental.at:1092): ok (0m0.015s 0m0.106s)
  376. 100. OCCURS with unmatched DEPENDING / TO phrases (syn_occurs.at:263): ok (0m0.030s 0m0.150s)
  377. 101. OCCURS size check (syn_occurs.at:297): ok (0m0.045s 0m0.105s)
  378. 275. CALL/CANCEL with program-prototype-name (run_fundamental.at:1147): ok (0m0.045s 0m0.076s)
  379. 102. REDEFINES: not following entry-name (syn_redefines.at:28): ok (0m0.015s 0m0.060s)
  380. 103. REDEFINES: level 02 by 01 (syn_redefines.at:49): ok (0m0.000s 0m0.030s)
  381. 276. START RELATIVE (1) (run_fundamental.at:1219): ok (0m0.045s 0m0.061s)
  382. 104. REDEFINES: level 03 by 02 (syn_redefines.at:70): ok (0m0.030s 0m0.060s)
  383. 105. REDEFINES: level 66 (syn_redefines.at:92): ok (0m0.030s 0m0.060s)
  384. 277. START RELATIVE (2) (run_fundamental.at:1268): ok (0m0.031s 0m0.076s)
  385. 106. REDEFINES: level 88 (syn_redefines.at:114): ok (0m0.000s 0m0.060s)
  386. 107. REDEFINES: lower level number (syn_redefines.at:143): ok (0m0.046s 0m0.045s)
  387. 278. GLOBAL FD (1) (run_fundamental.at:1345): ok (0m0.030s 0m0.031s)
  388. 108. REDEFINES: with OCCURS (syn_redefines.at:169): ok (0m0.030s 0m0.075s)
  389. 279. GLOBAL FD (2) (run_fundamental.at:1395): ok (0m0.000s 0m0.076s)
  390. 109. REDEFINES: with subscript (syn_redefines.at:190): ok (0m0.000s 0m0.076s)
  391. 110. REDEFINES: with variable occurrence (syn_redefines.at:212): ok (0m0.000s 0m0.091s)
  392. 280. GLOBAL FD (3) (run_fundamental.at:1445): ok (0m0.030s 0m0.061s)
  393. 111. REDEFINES: with qualification (syn_redefines.at:247): ok (0m0.030s 0m0.060s)
  394. 112. REDEFINES: multiple redefinition (syn_redefines.at:273): ok (0m0.045s 0m0.045s)
  395. 281. GLOBAL FD (4) (run_fundamental.at:1495): ok (0m0.015s 0m0.076s)
  396. 113. REDEFINES: size exceeds (syn_redefines.at:301): ok (0m0.015s 0m0.045s)
  397. 114. REDEFINES: with VALUE (syn_redefines.at:334): ok (0m0.030s 0m0.060s)
  398. 282. CANCEL test (1) (run_fundamental.at:1545): ok (0m0.030s 0m0.121s)
  399. 115. REDEFINES: with intervention (syn_redefines.at:362): ok (0m0.000s 0m0.076s)
  400. 116. REDEFINES: within REDEFINES (syn_redefines.at:391): ok (0m0.015s 0m0.031s)
  401. 117. REDEFINES: non-referenced ambiguous item (syn_redefines.at:411): ok (0m0.015s 0m0.060s)
  402. 283. CANCEL test (2) (run_fundamental.at:1572): ok (0m0.045s 0m0.229s)
  403. 118. Numeric item (integer) (syn_value.at:43): ok (0m0.045s 0m0.045s)
  404. 119. Numeric item (non-integer) (syn_value.at:69): ok (0m0.015s 0m0.060s)
  405. 120. Numeric item with picture P (syn_value.at:92): ok (0m0.030s 0m0.045s)
  406. 121. Signed numeric literal (syn_value.at:124): ok (0m0.045s 0m0.046s)
  407. 284. CANCEL test (3) (run_fundamental.at:1612): ok (0m0.076s 0m0.182s)
  408. 122. Alphabetic item (syn_value.at:150): ok (0m0.030s 0m0.061s)
  409. 285. Separate sign positions (1) (run_fundamental.at:1655): ok (0m0.045s 0m0.091s)
  410. 123. Alphanumeric item (syn_value.at:176): ok (0m0.015s 0m0.076s)
  411. 124. Alphanumeric group item (syn_value.at:198): ok (0m0.000s 0m0.122s)
  412. 286. Separate sign positions (2) (run_fundamental.at:1679): ok (0m0.015s 0m0.061s)
  413. 125. Numeric-edited item (syn_value.at:233): ok (0m0.015s 0m0.091s)
  414. 126. Alphanumeric-edited item (syn_value.at:258): ok (0m0.015s 0m0.091s)
  415. 287. Context sensitive words (1) (run_fundamental.at:1711): ok (0m0.031s 0m0.091s)
  416. 127. Implicit picture from value (syn_value.at:326): ok (0m0.030s 0m0.061s)
  417. 128. ASSIGN to device-name (syn_file.at:22): ok (0m0.045s 0m0.107s)
  418. 288. Context sensitive words (2) (run_fundamental.at:1734): ok (0m0.030s 0m0.107s)
  419. 129. ASSIGN to printer-name (syn_file.at:89): ok (0m0.075s 0m0.076s)
  420. 289. Context sensitive words (3) (run_fundamental.at:1758): ok (0m0.000s 0m0.092s)
  421. 130. SELECT without ASSIGN (syn_file.at:156): ok (0m0.015s 0m0.046s)
  422. 131. START on SEQUENTIAL file (syn_file.at:184): ok (0m0.000s 0m0.077s)
  423. 290. Context sensitive words (4) (run_fundamental.at:1782): ok (0m0.030s 0m0.075s)
  424. 132. key items (syn_file.at:214): ok (0m0.030s 0m0.061s)
  425. 291. Context sensitive words (5) (run_fundamental.at:1807): ok (0m0.015s 0m0.106s)
  426. 133. variable record length (syn_file.at:266): ok (0m0.092s 0m0.244s)
  427. 134. variable record length DEPENDING item (syn_file.at:370): ok (0m0.060s 0m0.090s)
  428. 292. Context sensitive words (6) (run_fundamental.at:1830): ok (0m0.015s 0m0.090s)
  429. 135. DECLARATIVES invalid procedure reference (1) (syn_file.at:452): ok (0m0.061s 0m0.046s)
  430. 293. Context sensitive words (7) (run_fundamental.at:1853): ok (0m0.015s 0m0.091s)
  431. 136. DECLARATIVES invalid procedure reference (2) (syn_file.at:492): ok (0m0.015s 0m0.150s)
  432. 137. DECLARATIVES invalid procedure reference (3) (syn_file.at:557): ok (0m0.031s 0m0.076s)
  433. 294. ROUNDED AWAY-FROM-ZERO (run_fundamental.at:1880): ok (0m0.015s 0m0.137s)
  434. 138. RECORDING MODE (syn_file.at:598): ok (0m0.015s 0m0.045s)
  435. 139. CODE-SET clause (syn_file.at:627): ok (0m0.000s 0m0.076s)
  436. 295. ROUNDED NEAREST-AWAY-FROM-ZERO (run_fundamental.at:1943): ok (0m0.015s 0m0.061s)
  437. 140. CODE-SET FOR clause (syn_file.at:663): ok (0m0.030s 0m0.061s)
  438. 141. REPORT SECTION clause numbers (syn_reportwriter.at:23): ok (0m0.030s 0m0.061s)
  439. 296. ROUNDED NEAREST-EVEN (run_fundamental.at:2006): ok (0m0.060s 0m0.076s)
  440. 142. Ambiguous AND/OR (syn_misc.at:22): ok (0m0.045s 0m0.045s)
  441. 143. invalid expression (syn_misc.at:48): ok (0m0.015s 0m0.076s)
  442. 297. ROUNDED NEAREST-TOWARD-ZERO (run_fundamental.at:2069): ok (0m0.030s 0m0.076s)
  443. 144. Missing headers (syn_misc.at:145): ok (0m0.031s 0m0.091s)
  444. 298. ROUNDED TOWARD-GREATER (run_fundamental.at:2132): ok (0m0.075s 0m0.107s)
  445. 145. INITIALIZE constant (syn_misc.at:194): ok (0m0.000s 0m0.106s)
  446. 146. CLASS duplicate values (syn_misc.at:221): ok (0m0.000s 0m0.076s)
  447. 299. ROUNDED TOWARD-LESSER (run_fundamental.at:2195): ok (0m0.015s 0m0.137s)
  448. 147. INSPECT invalid size (syn_misc.at:256): ok (0m0.015s 0m0.060s)
  449. 148. INSPECT invalid target (syn_misc.at:285): ok (0m0.030s 0m0.015s)
  450. 300. ROUNDED TRUNCATION (run_fundamental.at:2258): ok (0m0.046s 0m0.075s)
  451. 149. INSPECT missing keyword (syn_misc.at:308): ok (0m0.015s 0m0.075s)
  452. 150. INSPECT repeated keywords (syn_misc.at:329): ok (0m0.045s 0m0.030s)
  453. 301. Numeric operations (1) (run_fundamental.at:2321): ok (0m0.015s 0m0.045s)
  454. 151. INSPECT incomplete clause (syn_misc.at:361): ok (0m0.000s 0m0.092s)
  455. 152. INSPECT multiple BEFORE/AFTER clauses (syn_misc.at:383): ok (0m0.000s 0m0.075s)
  456. 302. Numeric operations (2) (run_fundamental.at:2365): ok (0m0.000s 0m0.105s)
  457. 153. Maximum data size (syn_misc.at:406): ok (0m0.000s 0m0.077s)
  458. 154. Unreachable statement (syn_misc.at:435): ok (0m0.000s 0m0.045s)
  459. 303. Numeric operations (3) (run_fundamental.at:2671): ok (0m0.060s 0m0.061s)
  460. 155. CRT STATUS (syn_misc.at:477): ok (0m0.030s 0m0.153s)
  461. 304. Numeric operations (4) (run_fundamental.at:2977): ok (0m0.030s 0m0.091s)
  462. 156. CURRENCY SIGN (syn_misc.at:519): ok (0m0.150s 0m0.595s)
  463. 305. Numeric operations (5) (run_fundamental.at:3283): ok (0m0.060s 0m0.076s)
  464. 157. SWITCHES (syn_misc.at:635): ok (0m0.046s 0m0.135s)
  465. 158. Unexpected mnemonic-name location (syn_misc.at:762): ok (0m0.015s 0m0.061s)
  466. 306. Numeric operations (6) (run_fundamental.at:3589): ok (0m0.076s 0m0.120s)
  467. 159. Wrong device for mnemonic-name (syn_misc.at:789): ok (0m0.015s 0m0.090s)
  468. 160. Missing mnemonic-name declaration (syn_misc.at:814): ok (0m0.015s 0m0.060s)
  469. 307. Numeric operations (7) (run_fundamental.at:3658): ok (0m0.030s 0m0.092s)
  470. 161. Unknown device in dialect (syn_misc.at:835): ok (0m0.030s 0m0.060s)
  471. 162. ACCEPT WITH ( NO ) UPDATE / DEFAULT (syn_misc.at:865): ok (0m0.000s 0m0.030s)
  472. 308. ADD CORRESPONDING (run_fundamental.at:3952): ok (0m0.015s 0m0.060s)
  473. 163. ACCEPT WITH AUTO / TAB (syn_misc.at:890): ok (0m0.030s 0m0.015s)
  474. 164. ACCEPT WITH SIZE (syn_misc.at:915): ok (0m0.000s 0m0.060s)
  475. 309. ADD CORRESPONDING no match (run_fundamental.at:4000): ok (0m0.030s 0m0.090s)
  476. 165. DISPLAY WITH SIZE (syn_misc.at:939): ok (0m0.015s 0m0.030s)
  477. 166. Source text after program-text area (syn_misc.at:961): ok (0m0.046s 0m0.061s)
  478. 310. Subscript out of bounds (1) (run_subscripts.at:26): ok (0m0.045s 0m0.076s)
  479. 167. Line overflow in Fixed-form / Free-form (syn_misc.at:982): ok (0m0.015s 0m0.181s)
  480. 311. Subscript out of bounds (2) (run_subscripts.at:51): ok (0m0.030s 0m0.137s)
  481. 168. Continuation Indicator - too many lines (syn_misc.at:1030): ok (0m0.015s 0m0.105s)
  482. 312. Value of DEPENDING ON N out of bounds (lower) (run_subscripts.at:76): ok (0m0.046s 0m0.075s)
  483. 169. Continuation of COBOL words (syn_misc.at:1587): ok (0m0.015s 0m0.106s)
  484. 313. Value of DEPENDING ON N out of bounds (upper) (run_subscripts.at:101): ok (0m0.000s 0m0.136s)
  485. 170. Literal too long (syn_misc.at:1608): ok (0m0.106s 0m0.395s)
  486. 314. Subscript bounds with ODO (run_subscripts.at:126): ok (0m0.015s 0m0.075s)
  487. 315. Subscript by arithmetic expression (run_subscripts.at:151): ok (0m0.030s 0m0.030s)
  488. 316. length of ODO w/- reference modification (run_subscripts.at:182): ok (0m0.015s 0m0.076s)
  489. 317. SEARCH ALL with OCCURS DEPENDING ON (run_subscripts.at:238): ok (0m0.000s 0m0.030s)
  490. 171. Line and floating comments (syn_misc.at:1858): ok (0m0.165s 0m0.560s)
  491. 318. Static reference modification (run_refmod.at:25): ok (0m0.000s 0m0.122s)
  492. 319. Dynamic reference modification (run_refmod.at:56): ok (0m0.000s 0m0.107s)
  493. 172. word length (syn_misc.at:2019): ok (0m0.090s 0m0.271s)
  494. 320. Static out of bounds (run_refmod.at:92): ok (0m0.000s 0m0.075s)
  495. 173. Floating-point literals (syn_misc.at:2135): ok (0m0.000s 0m0.122s)
  496. 174. X literals (syn_misc.at:2240): ok (0m0.000s 0m0.075s)
  497. 321. Offset underflow (run_refmod.at:122): ok (0m0.015s 0m0.106s)
  498. 175. national literals (syn_misc.at:2267): ok (0m0.045s 0m0.091s)
  499. 322. Offset overflow (run_refmod.at:145): ok (0m0.046s 0m0.108s)
  500. 176. NX literals (syn_misc.at:2297): ok (0m0.015s 0m0.091s)
  501. 177. Binary literals (syn_misc.at:2335): ok (0m0.075s 0m0.030s)
  502. 323. Length underflow (run_refmod.at:168): ok (0m0.000s 0m0.076s)
  503. 178. Binary-hexadecimal literals (syn_misc.at:2371): ok (0m0.045s 0m0.105s)
  504. 324. Length overflow (run_refmod.at:191): ok (0m0.000s 0m0.121s)
  505. 179. ACUCOBOL literals (syn_misc.at:2400): ok (0m0.045s 0m0.105s)
  506. 180. Adding/removing reserved words (syn_misc.at:2461): ok (0m0.000s 0m0.107s)
  507. 325. ACCEPT FROM DATE/DAY (run_accept.at:23): ok (0m0.015s 0m0.061s)
  508. 181. Adding aliases (syn_misc.at:2488): ok (0m0.090s 0m0.060s)
  509. 326. ACCEPT OMITTED (simple) (run_accept.at:70): ok (0m0.000s 0m0.076s)
  510. 182. Complete specified word list (syn_misc.at:2522): ok (0m0.000s 0m0.154s)
  511. 327. ACCEPT OMITTED (SCREEN) (run_accept.at:93): skipped (run_accept.at:96)
  512. 183. ANY LENGTH item as BY VALUE formal parameter (syn_misc.at:2543): ok (0m0.015s 0m0.075s)
  513. 328. INITIALIZE group entry with OCCURS (run_initialize.at:27): ok (0m0.000s 0m0.108s)
  514. 184. Swapped SOURCE- and OBJECT-COMPUTER (syn_misc.at:2566): ok (0m0.030s 0m0.045s)
  515. 185. NOT ON EXCEPTION phrases before ON EXCEPTION (syn_misc.at:2585): ok (0m0.015s 0m0.123s)
  516. 329. INITIALIZE OCCURS with numeric edited (run_initialize.at:55): ok (0m0.030s 0m0.060s)
  517. 186. Wrong dialect hints (syn_misc.at:2648): ok (0m0.015s 0m0.076s)
  518. 330. INITIALIZE complex group (1) (run_initialize.at:81): ok (0m0.030s 0m0.062s)
  519. 187. Redundant periods (syn_misc.at:2672): ok (0m0.015s 0m0.106s)
  520. 188. STRING / UNSTRING with invalid syntax (syn_misc.at:2702): ok (0m0.030s 0m0.046s)
  521. 331. INITIALIZE complex group (2) (run_initialize.at:108): ok (0m0.015s 0m0.060s)
  522. 189. Use of program-prototypes (syn_misc.at:2767): ok (0m0.045s 0m0.045s)
  523. 190. Invalid INSPECT/TRANSFORM operands (syn_misc.at:2794): ok (0m0.030s 0m0.061s)
  524. 332. INITIALIZE with REDEFINES (run_initialize.at:135): ok (0m0.000s 0m0.075s)
  525. 191. SIGN clause checks (syn_misc.at:2838): ok (0m0.015s 0m0.045s)
  526. 333. INITIALIZE with FILLER (run_initialize.at:161): ok (0m0.015s 0m0.062s)
  527. 192. MOVE SPACE TO numeric or numeric-edited item (syn_move.at:37): ok (0m0.015s 0m0.030s)
  528. 193. MOVE ZERO TO alphabetic item (syn_move.at:63): ok (0m0.030s 0m0.060s)
  529. 334. INITIALIZE of EXTERNAL data items (run_initialize.at:227): ok (0m0.061s 0m0.045s)
  530. 194. MOVE alphabetic TO x (syn_move.at:89): ok (0m0.030s 0m0.062s)
  531. 195. MOVE alphanumeric TO x (syn_move.at:119): ok (0m0.015s 0m0.045s)
  532. 335. INITIALIZE with reference modification (run_initialize.at:277): ok (0m0.015s 0m0.045s)
  533. 196. MOVE alphanumeric-edited TO x (syn_move.at:146): ok (0m0.000s 0m0.092s)
  534. 197. MOVE numeric (integer) TO x (syn_move.at:176): ok (0m0.000s 0m0.061s)
  535. 336. Comma separator without space (run_misc.at:22): ok (0m0.030s 0m0.090s)
  536. 198. MOVE numeric (non-integer) TO x (syn_move.at:205): ok (0m0.046s 0m0.060s)
  537. 199. MOVE numeric-edited TO x (syn_move.at:236): ok (0m0.046s 0m0.077s)
  538. 200. CORRESPONDING - Operands must be groups (syn_move.at:271): ok (0m0.030s 0m0.030s)
  539. 337. LOCAL-STORAGE (1) (run_misc.at:40): ok (0m0.045s 0m0.090s)
  540. 201. CORRESPONDING - Target has no matching items (syn_move.at:300): ok (0m0.015s 0m0.075s)
  541. 202. MOVE: misc (syn_move.at:327): ok (0m0.030s 0m0.030s)
  542. 338. LOCAL-STORAGE (2) (run_misc.at:76): ok (0m0.076s 0m0.228s)
  543. 203. MOVE: Overlapping (syn_move.at:350): ok (0m0.030s 0m0.166s)
  544. 339. EXTERNAL data item (run_misc.at:124): ok (0m0.060s 0m0.122s)
  545. 204. Category check of Format 1 (syn_multiply.at:28): ok (0m0.015s 0m0.015s)
  546. 205. Category check of Format 2 (syn_multiply.at:67): ok (0m0.030s 0m0.045s)
  547. 206. Category check of literals (syn_multiply.at:108): ok (0m0.000s 0m0.091s)
  548. 340. EXTERNAL AS data item (run_misc.at:166): ok (0m0.015s 0m0.105s)
  549. 207. Flexible ACCEPT/DISPLAY syntax (syn_screen.at:24): ok (0m0.015s 0m0.061s)
  550. 208. Duplicate ACCEPT/DISPLAY clauses (syn_screen.at:92): ok (0m0.030s 0m0.075s)
  551. 341. MOVE to itself (run_misc.at:217): ok (0m0.030s 0m0.092s)
  552. 209. AT clause (syn_screen.at:121): ok (0m0.092s 0m0.030s)
  553. 210. ACCEPT/DISPLAY extensions detection (syn_screen.at:165): ok (0m0.015s 0m0.061s)
  554. 342. MOVE with refmod (run_misc.at:243): ok (0m0.000s 0m0.091s)
  555. 211. FROM clause (syn_screen.at:211): ok (0m0.000s 0m0.030s)
  556. 212. SCREEN SECTION clause numbers (syn_screen.at:237): ok (0m0.030s 0m0.062s)
  557. 343. MOVE with refmod (variable) (run_misc.at:267): ok (0m0.015s 0m0.046s)
  558. 213. Screen clauses (syn_screen.at:265): ok (0m0.030s 0m0.091s)
  559. 344. MOVE with group refmod (run_misc.at:293): ok (0m0.015s 0m0.091s)
  560. 214. ACCEPT ON EXCEPTION/ESCAPE (syn_screen.at:291): ok (0m0.000s 0m0.046s)
  561. 215. Referencing 88-level (syn_screen.at:321): ok (0m0.015s 0m0.090s)
  562. 345. MOVE indexes (run_misc.at:318): ok (0m0.060s 0m0.015s)
  563. 216. Conflicting screen clauses (syn_screen.at:351): ok (0m0.030s 0m0.107s)
  564. 217. Redundant screen clauses (syn_screen.at:412): ok (0m0.046s 0m0.060s)
  565. 346. MOVE X'00' (run_misc.at:344): ok (0m0.015s 0m0.213s)
  566. 218. Screen item OCCURS w-/wo relative LINE/COL (syn_screen.at:445): ok (0m0.075s 0m0.167s)
  567. 219. VALUE clause missing (syn_screen.at:496): ok (0m0.030s 0m0.046s)
  568. 347. MOVE Z'literal' (run_misc.at:379): ok (0m0.015s 0m0.107s)
  569. 220. SET: misc (syn_set.at:24): ok (0m0.000s 0m0.060s)
  570. 221. ANY LENGTH as function RETURNING item (syn_functions.at:22): ok (0m0.015s 0m0.060s)
  571. 348. Floating continuation indicator (run_misc.at:421): ok (0m0.015s 0m0.060s)
  572. 222. REPOSITORY INTRINSIC phrase (syn_functions.at:46): ok (0m0.015s 0m0.046s)
  573. 223. REPOSITORY FUNCTION phrase (syn_functions.at:69): ok (0m0.000s 0m0.045s)
  574. 349. Fixed continuation indicator (run_misc.at:443): ok (0m0.046s 0m0.030s)
  575. 224. Redundant REPOSITORY entries (syn_functions.at:117): ok (0m0.015s 0m0.060s)
  576. 350. Concatenation operator (run_misc.at:485): ok (0m0.015s 0m0.076s)
  577. 225. Missing prototype/definition (syn_functions.at:155): ok (0m0.030s 0m0.030s)
  578. 226. Function definition inside program (syn_functions.at:186): ok (0m0.015s 0m0.076s)
  579. 351. SOURCE FIXED/FREE directives (run_misc.at:509): ok (0m0.000s 0m0.075s)
  580. 227. Intrinsic functions: number of arguments (syn_functions.at:207): ok (0m0.000s 0m0.077s)
  581. 352. Level 01 subscripts (run_misc.at:546): ok (0m0.031s 0m0.030s)
  582. 228. Intrinsic functions: reference modification (syn_functions.at:247): ok (0m0.015s 0m0.075s)
  583. 229. Intrinsic functions: Parameter type (syn_functions.at:295): ok (0m0.000s 0m0.045s)
  584. 353. Class check with reference modification (run_misc.at:568): ok (0m0.030s 0m0.061s)
  585. 230. invalid formatted date/time args (syn_functions.at:318): ok (0m0.015s 0m0.061s)
  586. 231. invalid formats w/ DECIMAL-POINT IS COMMA (syn_functions.at:399): ok (0m0.015s 0m0.076s)
  587. 354. Index and parenthesized expression (run_misc.at:592): ok (0m0.030s 0m0.076s)
  588. 232. Specified offset and SYSTEM-OFFSET (syn_functions.at:433): ok (0m0.030s 0m0.045s)
  589. 355. Alphanumeric and binary numeric (run_misc.at:616): ok (0m0.015s 0m0.060s)
  590. 233. COPY within comment (listings.at:21): ok (0m0.120s 0m0.333s)
  591. 356. Dynamic call with static linking (run_misc.at:643): ok (0m0.015s 0m0.120s)
  592. 234. COPY replacement order (listings.at:103): ok (0m0.090s 0m0.395s)
  593. 235. COPY separators (listings.at:201): ok (0m0.075s 0m0.212s)
  594. 357. CALL m1. CALL m2. CALL m1. (run_misc.at:670): ok (0m0.061s 0m0.091s)
  595. 236. COPY partial replacement (listings.at:265): ok (0m0.015s 0m0.212s)
  596. 237. COPY LEADING replacement (listings.at:333): ok (0m0.151s 0m0.135s)
  597. 358. Recursive CALL of RECURSIVE program (run_misc.at:725): ok (0m0.075s 0m0.151s)
  598. 238. COPY TRAILING replacement (listings.at:401): ok (0m0.045s 0m0.211s)
  599. 239. COPY recursive replacement (listings.at:470): ok (0m0.121s 0m0.137s)
  600. 359. Recursive CALL of INITIAL program (run_misc.at:777): ok (0m0.090s 0m0.150s)
  601. 240. Eject page (listings.at:534): ok (0m0.165s 0m0.816s)
  602. 360. Multiple calls of INITIAL program (run_misc.at:827): ok (0m0.076s 0m0.076s)
  603. 241. Wide listing (listings.at:766): ok (0m0.045s 0m0.408s)
  604. 242. Two source files (listings.at:856): ok (0m0.060s 0m0.214s)
  605. 361. CALL binary literal parameter/LENGTH OF (run_misc.at:884): ok (0m0.120s 0m0.121s)
  606. 362. INSPECT: REPLACING LEADING ZEROS BY SPACES (run_misc.at:938): ok (0m0.030s 0m0.045s)
  607. 363. INSPECT: No repeat conversion check (run_misc.at:962): ok (0m0.000s 0m0.060s)
  608. 364. INSPECT: CONVERTING TO figurative constant (run_misc.at:986): ok (0m0.030s 0m0.075s)
  609. 243. Error/Warning messages (listings.at:930): ok (0m0.361s 0m1.251s)
  610. 365. INSPECT: CONVERTING NULL (run_misc.at:1010): ok (0m0.000s 0m0.045s)
  611. 244. Symbols: simple (listings.at:1224): ok (0m0.151s 0m0.579s)
  612. 366. INSPECT: CONVERTING TO NULL (run_misc.at:1034): ok (0m0.061s 0m0.060s)
  613. 367. INSPECT: REPLACING figurative constant (run_misc.at:1058): ok (0m0.000s 0m0.075s)
  614. 245. Symbols: pointer (listings.at:1386): ok (0m0.045s 0m0.271s)
  615. 368. INSPECT: TALLYING BEFORE (run_misc.at:1082): ok (0m0.015s 0m0.077s)
  616. 246. Symbols: mutliple programs/functions (listings.at:1669): ok (0m0.045s 0m0.195s)
  617. 369. INSPECT: TALLYING AFTER (run_misc.at:1117): ok (0m0.030s 0m0.076s)
  618. 247. Symbols: OCCURS/REDEFINES (listings.at:1789): ok (0m0.030s 0m0.196s)
  619. 248. Conditional compilation (listings.at:1899): ok (0m0.166s 0m0.167s)
  620. 370. INSPECT: REPLACING TRAILING ZEROS BY SPACES (run_misc.at:1152): ok (0m0.015s 0m0.062s)
  621. 249. LISTING ON/OFF (listings.at:1962): ok (0m0.045s 0m0.182s)
  622. 371. INSPECT: REPLACING complex (run_misc.at:1176): ok (0m0.030s 0m0.060s)
  623. 250. File descriptions (listings.at:2046): ok (0m0.015s 0m0.228s)
  624. 372. SWITCHES (environment COB_SWITCH_n and SET) (run_misc.at:1202): ok (0m0.015s 0m0.045s)
  625. 251. Invalid PICTURE strings (listings.at:2377): ok (0m0.045s 0m0.196s)
  626. 373. Nested PERFORM (run_misc.at:1299): ok (0m0.000s 0m0.122s)
  627. 252. Variable format (listings.at:2646): ok (0m0.045s 0m0.151s)
  628. 374. EXIT PERFORM (run_misc.at:1324): ok (0m0.000s 0m0.106s)
  629. 253. DISPLAY literals (run_fundamental.at:23): ok (0m0.075s 0m0.015s)
  630. 375. EXIT PERFORM CYCLE (run_misc.at:1349): ok (0m0.045s 0m0.030s)
  631. 254. DISPLAY literals, DECIMAL-POINT is COMMA (run_fundamental.at:85): ok (0m0.030s 0m0.106s)
  632. 376. EXIT PARAGRAPH (run_misc.at:1374): ok (0m0.015s 0m0.075s)
  633. 255. Hexadecimal literal (run_fundamental.at:124): ok (0m0.030s 0m0.090s)
  634. 377. EXIT SECTION (run_misc.at:1406): ok (0m0.000s 0m0.061s)
  635. 256. DISPLAY data items with VALUE clause (run_fundamental.at:167): ok (0m0.015s 0m0.091s)
  636. 378. PERFORM UNTIL EXIT (run_misc.at:1440): ok (0m0.030s 0m0.075s)
  637. 257. DISPLAY data items with MOVE statement (run_fundamental.at:214): ok (0m0.015s 0m0.075s)
  638. 379. PERFORM inline (1) (run_misc.at:1471): ok (0m0.015s 0m0.045s)
  639. 258. MOVE to edited item (1) (run_fundamental.at:268): ok (0m0.015s 0m0.075s)
  640. 380. PERFORM inline (2) (run_misc.at:1498): ok (0m0.000s 0m0.075s)
  641. 259. MOVE to edited item (2) (run_fundamental.at:317): ok (0m0.030s 0m0.090s)
  642. 381. 88 with FILLER (run_misc.at:1523): ok (0m0.046s 0m0.046s)
  643. 260. Move to item with simple and floating insertion (run_fundamental.at:366): ok (0m0.030s 0m0.121s)
  644. 382. Non-overflow after overflow (run_misc.at:1552): ok (0m0.000s 0m0.076s)
  645. 383. PERFORM ... CONTINUE (run_misc.at:1582): ok (0m0.045s 0m0.045s)
  646. 261. MOVE to JUSTIFIED item (run_fundamental.at:396): ok (0m0.015s 0m0.107s)
  647. 384. STRING with subscript reference (run_misc.at:1599): ok (0m0.000s 0m0.077s)
  648. 262. MOVE integer literal to alphanumeric (run_fundamental.at:441): ok (0m0.045s 0m0.090s)
  649. 385. UNSTRING DELIMITED ALL LOW-VALUE (run_misc.at:1626): ok (0m0.015s 0m0.108s)
  650. 263. Check for equality of FLOAT-SHORT / FLOAT-LONG (run_fundamental.at:466): ok (0m0.000s 0m0.061s)
  651. 386. UNSTRING DELIMITED ALL SPACE-2 (run_misc.at:1661): ok (0m0.000s 0m0.092s)
  652. 387. UNSTRING DELIMITED POINTER (run_misc.at:1726): ok (0m0.031s 0m0.015s)
  653. 264. Overlapping MOVE (run_fundamental.at:589): ok (0m0.030s 0m0.120s)
  654. 265. ALPHABETIC test (run_fundamental.at:654): ok (0m0.015s 0m0.045s)
  655. 388. UNSTRING DELIMITER IN (run_misc.at:1780): ok (0m0.045s 0m0.030s)
  656. 266. ALPHABETIC-UPPER test (run_fundamental.at:686): ok (0m0.015s 0m0.030s)
  657. 389. SORT: table sort (run_misc.at:1822): ok (0m0.000s 0m0.061s)
  658. 267. ALPHABETIC-LOWER test (run_fundamental.at:718): ok (0m0.015s 0m0.045s)
  659. 390. SORT: table sort (2) (run_misc.at:1864): ok (0m0.030s 0m0.106s)
  660. 391. SORT: table sort (3) (run_misc.at:1989): skipped (run_misc.at:1990)
  661. 268. GLOBAL at same level (run_fundamental.at:750): ok (0m0.000s 0m0.138s)
  662. 392. SORT: EBCDIC table sort (run_misc.at:2030): ok (0m0.030s 0m0.030s)
  663. 269. GLOBAL at lower level (run_fundamental.at:799): ok (0m0.045s 0m0.060s)
  664. 393. PIC ZZZ-, ZZZ+ (run_misc.at:2068): ok (0m0.000s 0m0.060s)
  665. 270. GLOBAL CONSTANT (run_fundamental.at:848): ok (0m0.045s 0m0.060s)
  666. 394. PERFORM type OSVS (run_misc.at:2121): ok (0m0.000s 0m0.106s)
  667. 271. Contained program visibility (1) (run_fundamental.at:933): ok (0m0.000s 0m0.091s)
  668. 395. Sticky LINKAGE (run_misc.at:2158): ok (0m0.045s 0m0.076s)
  669. 272. Contained program visibility (2) (run_fundamental.at:988): ok (0m0.015s 0m0.106s)
  670. 396. COB_PRE_LOAD test (run_misc.at:2205): ok (0m0.000s 0m0.120s)
  671. 273. Contained program visibility (3) (run_fundamental.at:1041): ok (0m0.015s 0m0.030s)
  672. 274. Contained program visibility (4) (run_fundamental.at:1092): ok (0m0.015s 0m0.076s)
  673. 397. COB_PRE_LOAD with entry points (run_misc.at:2231): ok (0m0.105s 0m0.151s)
  674. 275. CALL/CANCEL with program-prototype-name (run_fundamental.at:1147): ok (0m0.045s 0m0.106s)
  675. 276. START RELATIVE (1) (run_fundamental.at:1219): ok (0m0.015s 0m0.061s)
  676. 398. Lookup ENTRY from main executable (run_misc.at:2305): ok (0m0.030s 0m0.106s)
  677. 277. START RELATIVE (2) (run_fundamental.at:1268): ok (0m0.000s 0m0.076s)
  678. 399. COB_LOAD_CASE=UPPER test (run_misc.at:2347): ok (0m0.015s 0m0.136s)
  679. 278. GLOBAL FD (1) (run_fundamental.at:1345): ok (0m0.015s 0m0.061s)
  680. 400. 88 level with FALSE IS clause (run_misc.at:2373): ok (0m0.045s 0m0.076s)
  681. 279. GLOBAL FD (2) (run_fundamental.at:1395): ok (0m0.000s 0m0.062s)
  682. 401. ALLOCATE / FREE with BASED item (1) (run_misc.at:2401): ok (0m0.000s 0m0.077s)
  683. 280. GLOBAL FD (3) (run_fundamental.at:1445): ok (0m0.031s 0m0.076s)
  684. 281. GLOBAL FD (4) (run_fundamental.at:1495): ok (0m0.030s 0m0.060s)
  685. 402. ALLOCATE / FREE with BASED item (2) (run_misc.at:2428): ok (0m0.015s 0m0.121s)
  686. 403. ALLOCATE CHARACTERS INITIALIZED TO (run_misc.at:2475): ok (0m0.000s 0m0.075s)
  687. 282. CANCEL test (1) (run_fundamental.at:1545): ok (0m0.045s 0m0.151s)
  688. 404. Initialized value with defaultbyte (run_misc.at:2516): ok (0m0.030s 0m0.075s)
  689. 283. CANCEL test (2) (run_fundamental.at:1572): ok (0m0.121s 0m0.090s)
  690. 405. CALL with OMITTED parameter (run_misc.at:2541): ok (0m0.061s 0m0.105s)
  691. 284. CANCEL test (3) (run_fundamental.at:1612): ok (0m0.015s 0m0.196s)
  692. 406. CALL in from C, cob_call_params explicitly set (run_misc.at:2580): ok (0m0.015s 0m0.121s)
  693. 285. Separate sign positions (1) (run_fundamental.at:1655): ok (0m0.015s 0m0.092s)
  694. 407. CALL in from C, cob_call_params unknown (run_misc.at:2629): ok (0m0.045s 0m0.076s)
  695. 286. Separate sign positions (2) (run_fundamental.at:1679): ok (0m0.030s 0m0.075s)
  696. 287. Context sensitive words (1) (run_fundamental.at:1711): ok (0m0.045s 0m0.045s)
  697. 408. CALL in from C with init missing / implicit (run_misc.at:2676): ok (0m0.061s 0m0.182s)
  698. 288. Context sensitive words (2) (run_fundamental.at:1734): ok (0m0.015s 0m0.106s)
  699. 409. CALL STATIC C from COBOL (run_misc.at:2726): ok (0m0.046s 0m0.090s)
  700. 289. Context sensitive words (3) (run_fundamental.at:1758): ok (0m0.030s 0m0.060s)
  701. 410. ANY LENGTH (1) (run_misc.at:2782): ok (0m0.000s 0m0.107s)
  702. 290. Context sensitive words (4) (run_fundamental.at:1782): ok (0m0.030s 0m0.092s)
  703. 291. Context sensitive words (5) (run_fundamental.at:1807): ok (0m0.000s 0m0.106s)
  704. 411. ANY LENGTH (2) (run_misc.at:2825): ok (0m0.030s 0m0.122s)
  705. 292. Context sensitive words (6) (run_fundamental.at:1830): ok (0m0.030s 0m0.091s)
  706. 412. access to BASED item without allocation (run_misc.at:2869): ok (0m0.045s 0m0.135s)
  707. 293. Context sensitive words (7) (run_fundamental.at:1853): ok (0m0.015s 0m0.091s)
  708. 294. ROUNDED AWAY-FROM-ZERO (run_fundamental.at:1880): ok (0m0.000s 0m0.091s)
  709. 413. access to OPTIONAL LINKAGE item not passed (run_misc.at:2910): ok (0m0.015s 0m0.137s)
  710. 295. ROUNDED NEAREST-AWAY-FROM-ZERO (run_fundamental.at:1943): ok (0m0.030s 0m0.091s)
  711. 414. STOP RUN WITH NORMAL STATUS (run_misc.at:2952): ok (0m0.045s 0m0.061s)
  712. 296. ROUNDED NEAREST-EVEN (run_fundamental.at:2006): ok (0m0.030s 0m0.046s)
  713. 415. STOP RUN WITH ERROR STATUS (run_misc.at:2970): ok (0m0.000s 0m0.045s)
  714. 297. ROUNDED NEAREST-TOWARD-ZERO (run_fundamental.at:2069): ok (0m0.030s 0m0.076s)
  715. 416. DECLARATIVES procedure referencing (run_misc.at:2988): ok (0m0.015s 0m0.091s)
  716. 298. ROUNDED TOWARD-GREATER (run_fundamental.at:2132): ok (0m0.015s 0m0.060s)
  717. 417. DECLARATIVES procedure referencing (multiple) (run_misc.at:3028): ok (0m0.000s 0m0.045s)
  718. 418. SYMBOLIC clause (run_misc.at:3072): ok (0m0.015s 0m0.076s)
  719. 299. ROUNDED TOWARD-LESSER (run_fundamental.at:2195): ok (0m0.062s 0m0.060s)
  720. 419. OCCURS clause with 1 entry (run_misc.at:3109): ok (0m0.015s 0m0.075s)
  721. 300. ROUNDED TRUNCATION (run_fundamental.at:2258): ok (0m0.015s 0m0.045s)
  722. 301. Numeric operations (1) (run_fundamental.at:2321): ok (0m0.015s 0m0.091s)
  723. 420. Computing of different USAGEs w/o decimal point (run_misc.at:3158): ok (0m0.061s 0m0.091s)
  724. 302. Numeric operations (2) (run_fundamental.at:2365): ok (0m0.000s 0m0.105s)
  725. 303. Numeric operations (3) (run_fundamental.at:2671): ok (0m0.060s 0m0.060s)
  726. 421. Computing of different USAGEs w/- decimal point (run_misc.at:3666): ok (0m0.045s 0m0.121s)
  727. 304. Numeric operations (4) (run_fundamental.at:2977): ok (0m0.015s 0m0.106s)
  728. 305. Numeric operations (5) (run_fundamental.at:3283): ok (0m0.015s 0m0.060s)
  729. 422. C/C++ reserved words/predefined identifiers (run_misc.at:4174): ok (0m0.000s 0m0.167s)
  730. 423. ON EXCEPTION clause of DISPLAY (run_misc.at:4634): skipped (run_misc.at:4637)
  731. 424. EC-SCREEN-LINE-NUMBER and -STARTING-COLUMN (run_misc.at:4659): skipped (run_misc.at:4662)
  732. 306. Numeric operations (6) (run_fundamental.at:3589): ok (0m0.045s 0m0.154s)
  733. 425. LINE/COLUMN 0 exceptions (run_misc.at:4700): skipped (run_misc.at:4703)
  734. 307. Numeric operations (7) (run_fundamental.at:3658): ok (0m0.030s 0m0.076s)
  735. 426. SET LAST EXCEPTION TO OFF (run_misc.at:4738): ok (0m0.075s 0m0.030s)
  736. 308. ADD CORRESPONDING (run_fundamental.at:3952): ok (0m0.015s 0m0.045s)
  737. 427. void PROCEDURE (run_misc.at:4770): ok (0m0.045s 0m0.121s)
  738. 309. ADD CORRESPONDING no match (run_fundamental.at:4000): ok (0m0.015s 0m0.107s)
  739. 428. void PROCEDURE, NOTHING return (run_misc.at:4800): ok (0m0.075s 0m0.106s)
  740. 310. Subscript out of bounds (1) (run_subscripts.at:26): ok (0m0.000s 0m0.123s)
  741. 429. void PROCEDURE, main not allowed (run_misc.at:4831): ok (0m0.030s 0m0.030s)
  742. 311. Subscript out of bounds (2) (run_subscripts.at:51): ok (0m0.061s 0m0.060s)
  743. 430. void PROCEDURE not allowed for FUNCTION (run_misc.at:4849): ok (0m0.015s 0m0.045s)
  744. 312. Value of DEPENDING ON N out of bounds (lower) (run_subscripts.at:76): ok (0m0.000s 0m0.106s)
  745. 313. Value of DEPENDING ON N out of bounds (upper) (run_subscripts.at:101): ok (0m0.015s 0m0.137s)
  746. 314. Subscript bounds with ODO (run_subscripts.at:126): ok (0m0.015s 0m0.090s)
  747. 431. READY TRACE / RESET TRACE (run_misc.at:4867): ok (0m0.121s 0m0.272s)
  748. 315. Subscript by arithmetic expression (run_subscripts.at:151): ok (0m0.000s 0m0.030s)
  749. 432. CALL with program prototypes (run_misc.at:4995): ok (0m0.045s 0m0.105s)
  750. 316. length of ODO w/- reference modification (run_subscripts.at:182): ok (0m0.030s 0m0.045s)
  751. 433. PICTURE with constant-name (run_misc.at:5051): ok (0m0.015s 0m0.107s)
  752. 317. SEARCH ALL with OCCURS DEPENDING ON (run_subscripts.at:238): ok (0m0.000s 0m0.106s)
  753. 434. Quote marks in comment paragraphs (run_misc.at:5076): ok (0m0.015s 0m0.211s)
  754. 318. Static reference modification (run_refmod.at:25): ok (0m0.030s 0m0.060s)
  755. 319. Dynamic reference modification (run_refmod.at:56): ok (0m0.045s 0m0.061s)
  756. 435. MOVE with -fbinary-truncate (run_misc.at:5101): ok (0m0.061s 0m0.151s)
  757. 320. Static out of bounds (run_refmod.at:92): ok (0m0.015s 0m0.060s)
  758. 436. READ INTO AT-END sequence (run_file.at:21): ok (0m0.015s 0m0.060s)
  759. 321. Offset underflow (run_refmod.at:122): ok (0m0.046s 0m0.077s)
  760. 437. First READ on empty SEQUENTIAL INDEXED file (run_file.at:58): ok (0m0.015s 0m0.091s)
  761. 322. Offset overflow (run_refmod.at:145): ok (0m0.045s 0m0.076s)
  762. 438. REWRITE a RELATIVE file with RANDOM access (run_file.at:98): ok (0m0.000s 0m0.045s)
  763. 323. Length underflow (run_refmod.at:168): ok (0m0.015s 0m0.060s)
  764. 439. SORT with SD, I/O SEQUENTIAL (run_file.at:165): ok (0m0.045s 0m0.076s)
  765. 324. Length overflow (run_refmod.at:191): ok (0m0.015s 0m0.121s)
  766. 325. ACCEPT FROM DATE/DAY (run_accept.at:23): ok (0m0.030s 0m0.061s)
  767. 440. SORT with SD, I/O LINE SEQUENTIAL (run_file.at:213): ok (0m0.106s 0m0.091s)
  768. 326. ACCEPT OMITTED (simple) (run_accept.at:70): ok (0m0.061s 0m0.091s)
  769. 441. SORT with SD, I/O LINE SEQUENTIAL same file (run_file.at:270): ok (0m0.076s 0m0.075s)
  770. 327. ACCEPT OMITTED (SCREEN) (run_accept.at:93): skipped (run_accept.at:96)
  771. 442. SORT nonexistent file (run_file.at:327): ok (0m0.015s 0m0.091s)
  772. 328. INITIALIZE group entry with OCCURS (run_initialize.at:27): ok (0m0.015s 0m0.076s)
  773. 329. INITIALIZE OCCURS with numeric edited (run_initialize.at:55): ok (0m0.015s 0m0.060s)
  774. 443. ASSIGN with LOCAL-STORAGE item (run_file.at:362): ok (0m0.015s 0m0.061s)
  775. 330. INITIALIZE complex group (1) (run_initialize.at:81): ok (0m0.030s 0m0.045s)
  776. 444. ASSIGN with LOCAL-STORAGE item and INITIAL prog (run_file.at:398): ok (0m0.030s 0m0.106s)
  777. 331. INITIALIZE complex group (2) (run_initialize.at:108): ok (0m0.015s 0m0.060s)
  778. 445. RETURN-CODE moving (run_returncode.at:23): ok (0m0.000s 0m0.091s)
  779. 332. INITIALIZE with REDEFINES (run_initialize.at:135): ok (0m0.015s 0m0.076s)
  780. 333. INITIALIZE with FILLER (run_initialize.at:161): ok (0m0.000s 0m0.092s)
  781. 446. RETURN-CODE passing (run_returncode.at:49): ok (0m0.030s 0m0.120s)
  782. 334. INITIALIZE of EXTERNAL data items (run_initialize.at:227): ok (0m0.000s 0m0.092s)
  783. 447. RETURN-CODE nested (run_returncode.at:101): ok (0m0.030s 0m0.061s)
  784. 335. INITIALIZE with reference modification (run_initialize.at:277): ok (0m0.015s 0m0.060s)
  785. 448. FUNCTION ABS (run_functions.at:24): ok (0m0.015s 0m0.060s)
  786. 336. Comma separator without space (run_misc.at:22): ok (0m0.045s 0m0.045s)
  787. 449. FUNCTION ACOS (run_functions.at:46): ok (0m0.045s 0m0.045s)
  788. 450. FUNCTION ANNUITY (run_functions.at:70): ok (0m0.000s 0m0.092s)
  789. 337. LOCAL-STORAGE (1) (run_misc.at:40): ok (0m0.076s 0m0.106s)
  790. 451. FUNCTION ASIN (run_functions.at:94): ok (0m0.031s 0m0.046s)
  791. 452. FUNCTION ATAN (run_functions.at:118): ok (0m0.000s 0m0.060s)
  792. 338. LOCAL-STORAGE (2) (run_misc.at:76): ok (0m0.030s 0m0.121s)
  793. 453. FUNCTION BYTE-LENGTH (run_functions.at:142): ok (0m0.000s 0m0.121s)
  794. 339. EXTERNAL data item (run_misc.at:124): ok (0m0.030s 0m0.091s)
  795. 454. FUNCTION CHAR (run_functions.at:177): ok (0m0.000s 0m0.030s)
  796. 455. FUNCTION COMBINED-DATETIME (run_functions.at:215): ok (0m0.000s 0m0.077s)
  797. 340. EXTERNAL AS data item (run_misc.at:166): ok (0m0.015s 0m0.090s)
  798. 456. FUNCTION CONCATENATE (run_functions.at:240): ok (0m0.045s 0m0.030s)
  799. 341. MOVE to itself (run_misc.at:217): ok (0m0.015s 0m0.092s)
  800. 457. FUNCTION CONCATENATE with reference modding (run_functions.at:279): ok (0m0.030s 0m0.030s)
  801. 342. MOVE with refmod (run_misc.at:243): ok (0m0.030s 0m0.060s)
  802. 458. FUNCTION COS (run_functions.at:307): ok (0m0.030s 0m0.045s)
  803. 343. MOVE with refmod (variable) (run_misc.at:267): ok (0m0.015s 0m0.060s)
  804. 459. FUNCTION CURRENCY-SYMBOL (run_functions.at:331): ok (0m0.030s 0m0.092s)
  805. 344. MOVE with group refmod (run_misc.at:293): ok (0m0.030s 0m0.060s)
  806. 460. FUNCTION CURRENT-DATE (run_functions.at:354): ok (0m0.045s 0m0.061s)
  807. 345. MOVE indexes (run_misc.at:318): ok (0m0.000s 0m0.075s)
  808. 461. FUNCTION DATE-OF-INTEGER (run_functions.at:425): ok (0m0.046s 0m0.046s)
  809. 346. MOVE X'00' (run_misc.at:344): ok (0m0.015s 0m0.167s)
  810. 462. FUNCTION DATE-TO-YYYYMMDD (run_functions.at:450): ok (0m0.030s 0m0.030s)
  811. 347. MOVE Z'literal' (run_misc.at:379): ok (0m0.030s 0m0.076s)
  812. 463. FUNCTION DAY-OF-INTEGER (run_functions.at:475): ok (0m0.000s 0m0.091s)
  813. 348. Floating continuation indicator (run_misc.at:421): ok (0m0.015s 0m0.091s)
  814. 464. FUNCTION DAY-TO-YYYYDDD (run_functions.at:500): ok (0m0.000s 0m0.107s)
  815. 349. Fixed continuation indicator (run_misc.at:443): ok (0m0.031s 0m0.076s)
  816. 465. FUNCTION E (run_functions.at:525): ok (0m0.000s 0m0.061s)
  817. 350. Concatenation operator (run_misc.at:485): ok (0m0.000s 0m0.091s)
  818. 466. FUNCTION EXCEPTION-FILE (run_functions.at:549): ok (0m0.015s 0m0.075s)
  819. 351. SOURCE FIXED/FREE directives (run_misc.at:509): ok (0m0.031s 0m0.076s)
  820. 467. FUNCTION EXCEPTION-LOCATION (run_functions.at:581): ok (0m0.015s 0m0.091s)
  821. 352. Level 01 subscripts (run_misc.at:546): ok (0m0.015s 0m0.076s)
  822. 468. FUNCTION EXCEPTION-STATEMENT (run_functions.at:617): ok (0m0.046s 0m0.061s)
  823. 353. Class check with reference modification (run_misc.at:568): ok (0m0.000s 0m0.090s)
  824. 469. FUNCTION EXCEPTION-STATUS (run_functions.at:649): ok (0m0.030s 0m0.075s)
  825. 354. Index and parenthesized expression (run_misc.at:592): ok (0m0.046s 0m0.075s)
  826. 470. FUNCTION EXP (run_functions.at:681): ok (0m0.030s 0m0.060s)
  827. 355. Alphanumeric and binary numeric (run_misc.at:616): ok (0m0.000s 0m0.092s)
  828. 471. FUNCTION EXP10 (run_functions.at:705): ok (0m0.015s 0m0.076s)
  829. 356. Dynamic call with static linking (run_misc.at:643): ok (0m0.045s 0m0.122s)
  830. 472. FUNCTION FACTORIAL (run_functions.at:730): ok (0m0.045s 0m0.030s)
  831. 473. FUNCTION FORMATTED-CURRENT-DATE (run_functions.at:755): ok (0m0.030s 0m0.045s)
  832. 357. CALL m1. CALL m2. CALL m1. (run_misc.at:670): ok (0m0.045s 0m0.151s)
  833. 474. FUNCTION FORMATTED-DATE (run_functions.at:783): ok (0m0.000s 0m0.060s)
  834. 475. FUNCTION FORMATTED-DATE with ref modding (run_functions.at:846): ok (0m0.015s 0m0.076s)
  835. 358. Recursive CALL of RECURSIVE program (run_misc.at:725): ok (0m0.060s 0m0.105s)
  836. 476. FUNCTION FORMATTED-DATETIME (run_functions.at:871): ok (0m0.015s 0m0.045s)
  837. 477. FUNCTION FORMATTED-DATETIME with ref modding (run_functions.at:928): ok (0m0.030s 0m0.060s)
  838. 359. Recursive CALL of INITIAL program (run_misc.at:777): ok (0m0.075s 0m0.121s)
  839. 478. FUNCTION FORMATTED-TIME (run_functions.at:954): ok (0m0.000s 0m0.060s)
  840. 360. Multiple calls of INITIAL program (run_misc.at:827): ok (0m0.060s 0m0.122s)
  841. 479. FUNCTION FORMATTED-TIME DP.COMMA (run_functions.at:1041): ok (0m0.046s 0m0.045s)
  842. 480. FUNCTION FORMATTED-TIME with ref modding (run_functions.at:1072): ok (0m0.015s 0m0.045s)
  843. 361. CALL binary literal parameter/LENGTH OF (run_misc.at:884): ok (0m0.045s 0m0.226s)
  844. 481. FUNCTION FRACTION-PART (run_functions.at:1097): ok (0m0.046s 0m0.030s)
  845. 362. INSPECT: REPLACING LEADING ZEROS BY SPACES (run_misc.at:938): ok (0m0.015s 0m0.060s)
  846. 482. FUNCTION HIGHEST-ALGEBRAIC (run_functions.at:1128): ok (0m0.000s 0m0.091s)
  847. 363. INSPECT: No repeat conversion check (run_misc.at:962): ok (0m0.076s 0m0.015s)
  848. 483. FUNCTION INTEGER (run_functions.at:1196): ok (0m0.046s 0m0.046s)
  849. 364. INSPECT: CONVERTING TO figurative constant (run_misc.at:986): ok (0m0.015s 0m0.045s)
  850. 484. FUNCTION INTEGER-OF-DATE (run_functions.at:1229): ok (0m0.000s 0m0.060s)
  851. 365. INSPECT: CONVERTING NULL (run_misc.at:1010): ok (0m0.045s 0m0.045s)
  852. 485. FUNCTION INTEGER-OF-DAY (run_functions.at:1254): ok (0m0.015s 0m0.077s)
  853. 366. INSPECT: CONVERTING TO NULL (run_misc.at:1034): ok (0m0.000s 0m0.061s)
  854. 486. FUNCTION INTEGER-OF-FORMATTED-DATE (run_functions.at:1279): ok (0m0.045s 0m0.030s)
  855. 367. INSPECT: REPLACING figurative constant (run_misc.at:1058): ok (0m0.030s 0m0.030s)
  856. 487. FUNCTION INTEGER-PART (run_functions.at:1329): ok (0m0.015s 0m0.061s)
  857. 368. INSPECT: TALLYING BEFORE (run_misc.at:1082): ok (0m0.045s 0m0.030s)
  858. 488. FUNCTION LENGTH (run_functions.at:1355): ok (0m0.015s 0m0.061s)
  859. 369. INSPECT: TALLYING AFTER (run_misc.at:1117): ok (0m0.045s 0m0.015s)
  860. 489. FUNCTION LOCALE-COMPARE (run_functions.at:1381): ok (0m0.015s 0m0.075s)
  861. 370. INSPECT: REPLACING TRAILING ZEROS BY SPACES (run_misc.at:1152): ok (0m0.015s 0m0.045s)
  862. 490. FUNCTION LOCALE-DATE (run_functions.at:1411): ok (0m0.030s 0m0.075s)
  863. 371. INSPECT: REPLACING complex (run_misc.at:1176): ok (0m0.000s 0m0.091s)
  864. 491. FUNCTION LOCALE-TIME (run_functions.at:1437): ok (0m0.076s 0m0.045s)
  865. 372. SWITCHES (environment COB_SWITCH_n and SET) (run_misc.at:1202): ok (0m0.030s 0m0.091s)
  866. 492. FUNCTION LOCALE-TIME-FROM-SECONDS (run_functions.at:1463): ok (0m0.030s 0m0.091s)
  867. 373. Nested PERFORM (run_misc.at:1299): ok (0m0.015s 0m0.106s)
  868. 493. FUNCTION LOG (run_functions.at:1489): ok (0m0.015s 0m0.030s)
  869. 374. EXIT PERFORM (run_misc.at:1324): ok (0m0.030s 0m0.090s)
  870. 494. FUNCTION LOG10 (run_functions.at:1513): ok (0m0.030s 0m0.030s)
  871. 375. EXIT PERFORM CYCLE (run_misc.at:1349): ok (0m0.015s 0m0.092s)
  872. 495. FUNCTION LOWER-CASE (run_functions.at:1537): ok (0m0.000s 0m0.092s)
  873. 376. EXIT PARAGRAPH (run_misc.at:1374): ok (0m0.031s 0m0.092s)
  874. 496. FUNCTION LOWER-CASE with reference modding (run_functions.at:1565): ok (0m0.030s 0m0.015s)
  875. 377. EXIT SECTION (run_misc.at:1406): ok (0m0.000s 0m0.061s)
  876. 497. FUNCTION LOWEST-ALGEBRAIC (run_functions.at:1591): ok (0m0.045s 0m0.030s)
  877. 378. PERFORM UNTIL EXIT (run_misc.at:1440): ok (0m0.015s 0m0.060s)
  878. 498. FUNCTION MAX (run_functions.at:1644): ok (0m0.000s 0m0.136s)
  879. 379. PERFORM inline (1) (run_misc.at:1471): ok (0m0.030s 0m0.075s)
  880. 499. FUNCTION MEAN (run_functions.at:1666): ok (0m0.046s 0m0.091s)
  881. 380. PERFORM inline (2) (run_misc.at:1498): ok (0m0.015s 0m0.046s)
  882. 500. FUNCTION MEDIAN (run_functions.at:1688): ok (0m0.030s 0m0.107s)
  883. 381. 88 with FILLER (run_misc.at:1523): ok (0m0.015s 0m0.030s)
  884. 501. FUNCTION MIDRANGE (run_functions.at:1710): ok (0m0.031s 0m0.075s)
  885. 382. Non-overflow after overflow (run_misc.at:1552): ok (0m0.045s 0m0.045s)
  886. 383. PERFORM ... CONTINUE (run_misc.at:1582): ok (0m0.000s 0m0.060s)
  887. 502. FUNCTION MIN (run_functions.at:1732): ok (0m0.060s 0m0.061s)
  888. 384. STRING with subscript reference (run_misc.at:1599): ok (0m0.030s 0m0.045s)
  889. 503. FUNCTION MOD (run_functions.at:1754): ok (0m0.015s 0m0.091s)
  890. 385. UNSTRING DELIMITED ALL LOW-VALUE (run_misc.at:1626): ok (0m0.015s 0m0.077s)
  891. 504. FUNCTION MODULE-CALLER-ID (run_functions.at:1780): ok (0m0.091s 0m0.091s)
  892. 386. UNSTRING DELIMITED ALL SPACE-2 (run_misc.at:1661): ok (0m0.030s 0m0.030s)
  893. 505. FUNCTION MODULE-DATE (run_functions.at:1814): ok (0m0.030s 0m0.045s)
  894. 387. UNSTRING DELIMITED POINTER (run_misc.at:1726): ok (0m0.000s 0m0.075s)
  895. 506. FUNCTION MODULE-FORMATTED-DATE (run_functions.at:1839): ok (0m0.015s 0m0.075s)
  896. 388. UNSTRING DELIMITER IN (run_misc.at:1780): ok (0m0.015s 0m0.076s)
  897. 507. FUNCTION MODULE-ID (run_functions.at:1864): ok (0m0.015s 0m0.090s)
  898. 389. SORT: table sort (run_misc.at:1822): ok (0m0.000s 0m0.075s)
  899. 508. FUNCTION MODULE-PATH (run_functions.at:1885): ok (0m0.015s 0m0.106s)
  900. 390. SORT: table sort (2) (run_misc.at:1864): ok (0m0.000s 0m0.076s)
  901. 391. SORT: table sort (3) (run_misc.at:1989): skipped (run_misc.at:1990)
  902. 509. FUNCTION MODULE-SOURCE (run_functions.at:1910): ok (0m0.000s 0m0.138s)
  903. 392. SORT: EBCDIC table sort (run_misc.at:2030): ok (0m0.060s 0m0.045s)
  904. 510. FUNCTION MODULE-TIME (run_functions.at:1931): ok (0m0.030s 0m0.106s)
  905. 393. PIC ZZZ-, ZZZ+ (run_misc.at:2068): ok (0m0.000s 0m0.075s)
  906. 511. FUNCTION MONETARY-DECIMAL-POINT (run_functions.at:1956): ok (0m0.015s 0m0.045s)
  907. 394. PERFORM type OSVS (run_misc.at:2121): ok (0m0.015s 0m0.045s)
  908. 512. FUNCTION MONETARY-THOUSANDS-SEPARATOR (run_functions.at:1979): ok (0m0.015s 0m0.091s)
  909. 395. Sticky LINKAGE (run_misc.at:2158): ok (0m0.030s 0m0.121s)
  910. 513. FUNCTION NUMERIC-DECIMAL-POINT (run_functions.at:2002): ok (0m0.030s 0m0.030s)
  911. 396. COB_PRE_LOAD test (run_misc.at:2205): ok (0m0.030s 0m0.060s)
  912. 514. FUNCTION NUMERIC-THOUSANDS-SEPARATOR (run_functions.at:2025): ok (0m0.030s 0m0.045s)
  913. 515. FUNCTION NUMVAL (run_functions.at:2048): ok (0m0.000s 0m0.060s)
  914. 516. FUNCTION NUMVAL-C (run_functions.at:2079): ok (0m0.030s 0m0.091s)
  915. 397. COB_PRE_LOAD with entry points (run_misc.at:2231): ok (0m0.030s 0m0.166s)
  916. 517. FUNCTION NUMVAL-C DP.COMMA (run_functions.at:2110): ok (0m0.015s 0m0.092s)
  917. 398. Lookup ENTRY from main executable (run_misc.at:2305): ok (0m0.030s 0m0.075s)
  918. 518. FUNCTION NUMVAL-F (run_functions.at:2140): ok (0m0.015s 0m0.060s)
  919. 399. COB_LOAD_CASE=UPPER test (run_misc.at:2347): ok (0m0.000s 0m0.106s)
  920. 519. FUNCTION ORD (run_functions.at:2163): ok (0m0.075s 0m0.075s)
  921. 400. 88 level with FALSE IS clause (run_misc.at:2373): ok (0m0.030s 0m0.076s)
  922. 520. FUNCTION ORD-MAX (run_functions.at:2185): ok (0m0.015s 0m0.091s)
  923. 401. ALLOCATE / FREE with BASED item (1) (run_misc.at:2401): ok (0m0.030s 0m0.061s)
  924. 521. FUNCTION ORD-MIN (run_functions.at:2207): ok (0m0.015s 0m0.077s)
  925. 402. ALLOCATE / FREE with BASED item (2) (run_misc.at:2428): ok (0m0.045s 0m0.075s)
  926. 522. FUNCTION PI (run_functions.at:2229): ok (0m0.000s 0m0.076s)
  927. 403. ALLOCATE CHARACTERS INITIALIZED TO (run_misc.at:2475): ok (0m0.015s 0m0.075s)
  928. 523. FUNCTION PRESENT-VALUE (run_functions.at:2253): ok (0m0.000s 0m0.107s)
  929. 404. Initialized value with defaultbyte (run_misc.at:2516): ok (0m0.000s 0m0.075s)
  930. 524. FUNCTION RANDOM (run_functions.at:2275): ok (0m0.030s 0m0.045s)
  931. 525. FUNCTION RANGE (run_functions.at:2299): ok (0m0.015s 0m0.046s)
  932. 405. CALL with OMITTED parameter (run_misc.at:2541): ok (0m0.046s 0m0.090s)
  933. 526. FUNCTION REM (run_functions.at:2323): ok (0m0.030s 0m0.046s)
  934. 406. CALL in from C, cob_call_params explicitly set (run_misc.at:2580): ok (0m0.045s 0m0.090s)
  935. 527. FUNCTION REVERSE (run_functions.at:2347): ok (0m0.015s 0m0.060s)
  936. 407. CALL in from C, cob_call_params unknown (run_misc.at:2629): ok (0m0.015s 0m0.090s)
  937. 528. FUNCTION REVERSE with reference modding (run_functions.at:2372): ok (0m0.015s 0m0.076s)
  938. 529. FUNCTION SECONDS-FROM-FORMATTED-TIME (run_functions.at:2397): ok (0m0.030s 0m0.045s)
  939. 408. CALL in from C with init missing / implicit (run_misc.at:2676): ok (0m0.045s 0m0.183s)
  940. 530. FUNCTION SECONDS-PAST-MIDNIGHT (run_functions.at:2464): ok (0m0.015s 0m0.046s)
  941. 409. CALL STATIC C from COBOL (run_misc.at:2726): ok (0m0.030s 0m0.090s)
  942. 531. FUNCTION SIGN (run_functions.at:2488): ok (0m0.015s 0m0.045s)
  943. 532. FUNCTION SIN (run_functions.at:2527): ok (0m0.000s 0m0.060s)
  944. 410. ANY LENGTH (1) (run_misc.at:2782): ok (0m0.030s 0m0.122s)
  945. 533. FUNCTION SQRT (run_functions.at:2551): ok (0m0.015s 0m0.092s)
  946. 411. ANY LENGTH (2) (run_misc.at:2825): ok (0m0.045s 0m0.075s)
  947. 534. FUNCTION STANDARD-DEVIATION (run_functions.at:2575): ok (0m0.000s 0m0.077s)
  948. 535. FUNCTION STORED-CHAR-LENGTH (run_functions.at:2599): ok (0m0.000s 0m0.107s)
  949. 412. access to BASED item without allocation (run_misc.at:2869): ok (0m0.030s 0m0.195s)
  950. 536. FUNCTION SUBSTITUTE (run_functions.at:2625): ok (0m0.015s 0m0.060s)
  951. 413. access to OPTIONAL LINKAGE item not passed (run_misc.at:2910): ok (0m0.092s 0m0.076s)
  952. 537. FUNCTION SUBSTITUTE with reference modding (run_functions.at:2654): ok (0m0.030s 0m0.030s)
  953. 414. STOP RUN WITH NORMAL STATUS (run_misc.at:2952): ok (0m0.045s 0m0.031s)
  954. 538. FUNCTION SUBSTITUTE-CASE (run_functions.at:2682): ok (0m0.015s 0m0.030s)
  955. 415. STOP RUN WITH ERROR STATUS (run_misc.at:2970): ok (0m0.045s 0m0.045s)
  956. 539. FUNCTION SUBSTITUTE-CASE with reference mod (run_functions.at:2709): ok (0m0.030s 0m0.046s)
  957. 416. DECLARATIVES procedure referencing (run_misc.at:2988): ok (0m0.015s 0m0.076s)
  958. 540. FUNCTION SUM (run_functions.at:2737): ok (0m0.015s 0m0.077s)
  959. 417. DECLARATIVES procedure referencing (multiple) (run_misc.at:3028): ok (0m0.030s 0m0.075s)
  960. 541. FUNCTION TAN (run_functions.at:2761): ok (0m0.015s 0m0.030s)
  961. 418. SYMBOLIC clause (run_misc.at:3072): ok (0m0.045s 0m0.046s)
  962. 542. FUNCTION TEST-DATE-YYYYMMDD (run_functions.at:2785): ok (0m0.030s 0m0.106s)
  963. 419. OCCURS clause with 1 entry (run_misc.at:3109): ok (0m0.030s 0m0.045s)
  964. 543. FUNCTION TEST-DAY-YYYYDDD (run_functions.at:2807): ok (0m0.000s 0m0.151s)
  965. 544. FUNCTION TEST-FORMATTED-DATETIME with dates (run_functions.at:2829): ok (0m0.015s 0m0.031s)
  966. 420. Computing of different USAGEs w/o decimal point (run_misc.at:3158): ok (0m0.030s 0m0.152s)
  967. 545. FUNCTION TEST-FORMATTED-DATETIME with times (run_functions.at:2956): ok (0m0.015s 0m0.045s)
  968. 546. FUNCTION TEST-FORMATTED-DATETIME with datetimes (run_functions.at:3037): ok (0m0.000s 0m0.060s)
  969. 421. Computing of different USAGEs w/- decimal point (run_misc.at:3666): ok (0m0.060s 0m0.075s)
  970. 547. FUNCTION TEST-FORMATTED-DATETIME DP.COMMA (run_functions.at:3084): ok (0m0.015s 0m0.090s)
  971. 548. FUNCTION TEST-NUMVAL (run_functions.at:3125): ok (0m0.015s 0m0.077s)
  972. 422. C/C++ reserved words/predefined identifiers (run_misc.at:4174): ok (0m0.045s 0m0.090s)
  973. 423. ON EXCEPTION clause of DISPLAY (run_misc.at:4634): skipped (run_misc.at:4637)
  974. 549. FUNCTION TEST-NUMVAL-C (run_functions.at:3223): ok (0m0.015s 0m0.077s)
  975. 424. EC-SCREEN-LINE-NUMBER and -STARTING-COLUMN (run_misc.at:4659): skipped (run_misc.at:4662)
  976. 425. LINE/COLUMN 0 exceptions (run_misc.at:4700): skipped (run_misc.at:4703)
  977. 550. FUNCTION TEST-NUMVAL-F (run_functions.at:3321): ok (0m0.031s 0m0.092s)
  978. 426. SET LAST EXCEPTION TO OFF (run_misc.at:4738): ok (0m0.030s 0m0.045s)
  979. 551. FUNCTION TRIM (run_functions.at:3419): ok (0m0.015s 0m0.106s)
  980. 427. void PROCEDURE (run_misc.at:4770): ok (0m0.090s 0m0.121s)
  981. 552. FUNCTION TRIM with reference modding (run_functions.at:3445): ok (0m0.060s 0m0.137s)
  982. 553. FUNCTION TRIM zero length (run_functions.at:3471): ok (0m0.000s 0m0.060s)
  983. 428. void PROCEDURE, NOTHING return (run_misc.at:4800): ok (0m0.075s 0m0.060s)
  984. 554. FUNCTION UPPER-CASE (run_functions.at:3498): ok (0m0.015s 0m0.030s)
  985. 429. void PROCEDURE, main not allowed (run_misc.at:4831): ok (0m0.030s 0m0.076s)
  986. 430. void PROCEDURE not allowed for FUNCTION (run_misc.at:4849): ok (0m0.015s 0m0.075s)
  987. 555. FUNCTION UPPER-CASE with reference modding (run_functions.at:3523): ok (0m0.030s 0m0.076s)
  988. 556. FUNCTION VARIANCE (run_functions.at:3548): ok (0m0.015s 0m0.061s)
  989. 557. FUNCTION WHEN-COMPILED (run_functions.at:3572): ok (0m0.030s 0m0.060s)
  990. 431. READY TRACE / RESET TRACE (run_misc.at:4867): ok (0m0.060s 0m0.256s)
  991. 558. FUNCTION YEAR-TO-YYYY (run_functions.at:3598): ok (0m0.000s 0m0.060s)
  992. 432. CALL with program prototypes (run_misc.at:4995): ok (0m0.015s 0m0.076s)
  993. 433. PICTURE with constant-name (run_misc.at:5051): ok (0m0.061s 0m0.031s)
  994. 560. FORMATTED-(DATE)TIME with SYSTEM-OFFSET (run_functions.at:3724): ok (0m0.000s 0m0.091s)
  995. 561. Intrinsics without FUNCTION keyword (1) (run_functions.at:3764): ok (0m0.030s 0m0.075s)
  996. 434. Quote marks in comment paragraphs (run_misc.at:5076): ok (0m0.030s 0m0.106s)
  997. 562. Intrinsics without FUNCTION keyword (2) (run_functions.at:3785): ok (0m0.000s 0m0.045s)
  998. 435. MOVE with -fbinary-truncate (run_misc.at:5101): ok (0m0.075s 0m0.090s)
  999. 563. User-Defined FUNCTION with/without parameter (run_functions.at:3808): ok (0m0.015s 0m0.045s)
  1000. 436. READ INTO AT-END sequence (run_file.at:21): ok (0m0.015s 0m0.061s)
  1001. 564. CALL BY CONTENT binary and literal (run_extensions.at:24): ok (0m0.076s 0m0.090s)
  1002. 437. First READ on empty SEQUENTIAL INDEXED file (run_file.at:58): ok (0m0.015s 0m0.092s)
  1003. 565. Numeric Boolean literal (run_extensions.at:72): ok (0m0.000s 0m0.137s)
  1004. 438. REWRITE a RELATIVE file with RANDOM access (run_file.at:98): ok (0m0.030s 0m0.045s)
  1005. 566. ACUCOBOL literal (run_extensions.at:102): ok (0m0.030s 0m0.077s)
  1006. 439. SORT with SD, I/O SEQUENTIAL (run_file.at:165): ok (0m0.061s 0m0.076s)
  1007. 567. Hexadecimal numeric literal (run_extensions.at:129): ok (0m0.015s 0m0.091s)
  1008. 440. SORT with SD, I/O LINE SEQUENTIAL (run_file.at:213): ok (0m0.046s 0m0.075s)
  1009. 568. Semi-parenthesized condition (run_extensions.at:157): ok (0m0.060s 0m0.076s)
  1010. 441. SORT with SD, I/O LINE SEQUENTIAL same file (run_file.at:270): ok (0m0.030s 0m0.152s)
  1011. 569. ADDRESS OF (run_extensions.at:177): ok (0m0.015s 0m0.045s)
  1012. 442. SORT nonexistent file (run_file.at:327): ok (0m0.030s 0m0.091s)
  1013. 570. LENGTH OF (run_extensions.at:227): ok (0m0.045s 0m0.045s)
  1014. 443. ASSIGN with LOCAL-STORAGE item (run_file.at:362): ok (0m0.030s 0m0.122s)
  1015. 571. WHEN-COMPILED (run_extensions.at:296): ok (0m0.046s 0m0.060s)
  1016. 444. ASSIGN with LOCAL-STORAGE item and INITIAL prog (run_file.at:398): ok (0m0.030s 0m0.075s)
  1017. 572. Complex OCCURS DEPENDING ON (1) (run_extensions.at:322): ok (0m0.000s 0m0.075s)
  1018. 445. RETURN-CODE moving (run_returncode.at:23): ok (0m0.030s 0m0.030s)
  1019. 573. Complex OCCURS DEPENDING ON (2) (run_extensions.at:351): ok (0m0.030s 0m0.106s)
  1020. 574. Complex OCCURS DEPENDING ON (3) (run_extensions.at:414): ok (0m0.046s 0m0.060s)
  1021. 446. RETURN-CODE passing (run_returncode.at:49): ok (0m0.061s 0m0.136s)
  1022. 575. Complex OCCURS DEPENDING ON (4) (run_extensions.at:477): ok (0m0.046s 0m0.060s)
  1023. 447. RETURN-CODE nested (run_returncode.at:101): ok (0m0.045s 0m0.046s)
  1024. 576. Complex OCCURS DEPENDING ON (5) (run_extensions.at:543): ok (0m0.045s 0m0.106s)
  1025. 448. FUNCTION ABS (run_functions.at:24): ok (0m0.015s 0m0.061s)
  1026. 577. Complex OCCURS DEPENDING ON (6) (run_extensions.at:610): ok (0m0.015s 0m0.075s)
  1027. 449. FUNCTION ACOS (run_functions.at:46): ok (0m0.045s 0m0.075s)
  1028. 578. Complex OCCURS DEPENDING ON (7) (run_extensions.at:650): ok (0m0.015s 0m0.045s)
  1029. 450. FUNCTION ANNUITY (run_functions.at:70): ok (0m0.045s 0m0.015s)
  1030. 579. INITIALIZE level 01 (run_extensions.at:692): ok (0m0.015s 0m0.075s)
  1031. 451. FUNCTION ASIN (run_functions.at:94): ok (0m0.000s 0m0.061s)
  1032. 580. MOVE of non-integer to alphanumeric (run_extensions.at:744): ok (0m0.015s 0m0.168s)
  1033. 452. FUNCTION ATAN (run_functions.at:118): ok (0m0.015s 0m0.061s)
  1034. 453. FUNCTION BYTE-LENGTH (run_functions.at:142): ok (0m0.030s 0m0.091s)
  1035. 581. CALL USING file-name (run_extensions.at:834): ok (0m0.030s 0m0.075s)
  1036. 454. FUNCTION CHAR (run_functions.at:177): ok (0m0.000s 0m0.092s)
  1037. 455. FUNCTION COMBINED-DATETIME (run_functions.at:215): ok (0m0.000s 0m0.061s)
  1038. 456. FUNCTION CONCATENATE (run_functions.at:240): ok (0m0.015s 0m0.031s)
  1039. 582. CALL unusual PROGRAM-ID. (run_extensions.at:878): ok (0m0.060s 0m0.287s)
  1040. 457. FUNCTION CONCATENATE with reference modding (run_functions.at:279): ok (0m0.000s 0m0.076s)
  1041. 583. CALL / GOBACK with LOCAL-STORAGE (run_extensions.at:942): ok (0m0.076s 0m0.075s)
  1042. 458. FUNCTION COS (run_functions.at:307): ok (0m0.031s 0m0.045s)
  1043. 459. FUNCTION CURRENCY-SYMBOL (run_functions.at:331): ok (0m0.030s 0m0.061s)
  1044. 585. Case-sensitive PROGRAM-ID (run_extensions.at:1029): ok (0m0.061s 0m0.060s)
  1045. 460. FUNCTION CURRENT-DATE (run_functions.at:354): ok (0m0.000s 0m0.091s)
  1046. 586. PROGRAM-ID AS clause (run_extensions.at:1051): ok (0m0.030s 0m0.061s)
  1047. 461. FUNCTION DATE-OF-INTEGER (run_functions.at:425): ok (0m0.045s 0m0.030s)
  1048. 587. Quoted PROGRAM-ID (run_extensions.at:1073): ok (0m0.000s 0m0.075s)
  1049. 462. FUNCTION DATE-TO-YYYYMMDD (run_functions.at:450): ok (0m0.000s 0m0.091s)
  1050. 588. ASSIGN clause (run_extensions.at:1097): ok (0m0.045s 0m0.045s)
  1051. 463. FUNCTION DAY-OF-INTEGER (run_functions.at:475): ok (0m0.000s 0m0.061s)
  1052. 589. ASSIGN clause IBM (run_extensions.at:1125): ok (0m0.060s 0m0.075s)
  1053. 464. FUNCTION DAY-TO-YYYYDDD (run_functions.at:500): ok (0m0.000s 0m0.061s)
  1054. 465. FUNCTION E (run_functions.at:525): ok (0m0.000s 0m0.077s)
  1055. 590. ASSIGN mapping (run_extensions.at:1153): ok (0m0.045s 0m0.214s)
  1056. 466. FUNCTION EXCEPTION-FILE (run_functions.at:549): ok (0m0.045s 0m0.092s)
  1057. 591. ASSIGN expansion (run_extensions.at:1208): ok (0m0.060s 0m0.015s)
  1058. 467. FUNCTION EXCEPTION-LOCATION (run_functions.at:581): ok (0m0.030s 0m0.061s)
  1059. 592. ASSIGN with COB_FILE_PATH (run_extensions.at:1234): ok (0m0.015s 0m0.060s)
  1060. 468. FUNCTION EXCEPTION-STATEMENT (run_functions.at:617): ok (0m0.030s 0m0.091s)
  1061. 469. FUNCTION EXCEPTION-STATUS (run_functions.at:649): ok (0m0.015s 0m0.075s)
  1062. 593. NUMBER-OF-CALL-PARAMETERS (run_extensions.at:1262): ok (0m0.060s 0m0.137s)
  1063. 470. FUNCTION EXP (run_functions.at:681): ok (0m0.031s 0m0.045s)
  1064. 594. TALLY (run_extensions.at:1318): ok (0m0.015s 0m0.105s)
  1065. 471. FUNCTION EXP10 (run_functions.at:705): ok (0m0.015s 0m0.046s)
  1066. 472. FUNCTION FACTORIAL (run_functions.at:730): ok (0m0.000s 0m0.060s)
  1067. 596. PROCEDURE DIVISION CHAINING ... (run_extensions.at:1398): ok (0m0.000s 0m0.123s)
  1068. 473. FUNCTION FORMATTED-CURRENT-DATE (run_functions.at:755): ok (0m0.015s 0m0.030s)
  1069. 474. FUNCTION FORMATTED-DATE (run_functions.at:783): ok (0m0.015s 0m0.076s)
  1070. 475. FUNCTION FORMATTED-DATE with ref modding (run_functions.at:846): ok (0m0.060s 0m0.046s)
  1071. 597. STOP RUN RETURNING/GIVING (run_extensions.at:1424): ok (0m0.060s 0m0.259s)
  1072. 476. FUNCTION FORMATTED-DATETIME (run_functions.at:871): ok (0m0.000s 0m0.076s)
  1073. 598. GOBACK/EXIT PROGRAM RETURNING/GIVING (run_extensions.at:1482): ok (0m0.045s 0m0.076s)
  1074. 477. FUNCTION FORMATTED-DATETIME with ref modding (run_functions.at:928): ok (0m0.000s 0m0.091s)
  1075. 478. FUNCTION FORMATTED-TIME (run_functions.at:954): ok (0m0.000s 0m0.108s)
  1076. 599. ENTRY (run_extensions.at:1532): ok (0m0.091s 0m0.090s)
  1077. 479. FUNCTION FORMATTED-TIME DP.COMMA (run_functions.at:1041): ok (0m0.031s 0m0.060s)
  1078. 600. LINE SEQUENTIAL write (run_extensions.at:1577): ok (0m0.015s 0m0.106s)
  1079. 480. FUNCTION FORMATTED-TIME with ref modding (run_functions.at:1072): ok (0m0.030s 0m0.030s)
  1080. 601. LINE SEQUENTIAL read (run_extensions.at:1623): ok (0m0.030s 0m0.122s)
  1081. 481. FUNCTION FRACTION-PART (run_functions.at:1097): ok (0m0.061s 0m0.030s)
  1082. 602. ASSIGN to KEYBOARD/DISPLAY (run_extensions.at:1690): ok (0m0.061s 0m0.122s)
  1083. 482. FUNCTION HIGHEST-ALGEBRAIC (run_functions.at:1128): ok (0m0.045s 0m0.030s)
  1084. 483. FUNCTION INTEGER (run_functions.at:1196): ok (0m0.046s 0m0.030s)
  1085. 604. Environment/Argument variable (run_extensions.at:1810): ok (0m0.015s 0m0.090s)
  1086. 484. FUNCTION INTEGER-OF-DATE (run_functions.at:1229): ok (0m0.031s 0m0.045s)
  1087. 605. DECIMAL-POINT is COMMA (1) (run_extensions.at:1857): ok (0m0.015s 0m0.061s)
  1088. 485. FUNCTION INTEGER-OF-DAY (run_functions.at:1254): ok (0m0.030s 0m0.045s)
  1089. 606. DECIMAL-POINT is COMMA (2) (run_extensions.at:1885): ok (0m0.030s 0m0.076s)
  1090. 486. FUNCTION INTEGER-OF-FORMATTED-DATE (run_functions.at:1279): ok (0m0.015s 0m0.015s)
  1091. 607. DECIMAL-POINT is COMMA (3) (run_extensions.at:1913): ok (0m0.000s 0m0.122s)
  1092. 487. FUNCTION INTEGER-PART (run_functions.at:1329): ok (0m0.015s 0m0.077s)
  1093. 608. DECIMAL-POINT is COMMA (4) (run_extensions.at:1941): ok (0m0.015s 0m0.106s)
  1094. 488. FUNCTION LENGTH (run_functions.at:1355): ok (0m0.000s 0m0.092s)
  1095. 609. DECIMAL-POINT is COMMA (5) (run_extensions.at:1969): ok (0m0.045s 0m0.060s)
  1096. 489. FUNCTION LOCALE-COMPARE (run_functions.at:1381): ok (0m0.031s 0m0.030s)
  1097. 610. 78 Level (1) (run_extensions.at:2003): ok (0m0.030s 0m0.045s)
  1098. 490. FUNCTION LOCALE-DATE (run_functions.at:1411): ok (0m0.000s 0m0.122s)
  1099. 611. 78 Level (2) (run_extensions.at:2026): ok (0m0.015s 0m0.107s)
  1100. 491. FUNCTION LOCALE-TIME (run_functions.at:1437): ok (0m0.000s 0m0.092s)
  1101. 612. 78 Level (3) (run_extensions.at:2052): ok (0m0.061s 0m0.090s)
  1102. 492. FUNCTION LOCALE-TIME-FROM-SECONDS (run_functions.at:1463): ok (0m0.045s 0m0.092s)
  1103. 613. DEBUG (not active) (run_extensions.at:2076): ok (0m0.030s 0m0.076s)
  1104. 493. FUNCTION LOG (run_functions.at:1489): ok (0m0.030s 0m0.045s)
  1105. 614. DEBUG (fdebugging-line) (run_extensions.at:2099): ok (0m0.015s 0m0.060s)
  1106. 494. FUNCTION LOG10 (run_functions.at:1513): ok (0m0.000s 0m0.045s)
  1107. 495. FUNCTION LOWER-CASE (run_functions.at:1537): ok (0m0.015s 0m0.092s)
  1108. 615. DEBUG (obsolete WITH DEBUGGING MODE) (run_extensions.at:2122): ok (0m0.015s 0m0.121s)
  1109. 496. FUNCTION LOWER-CASE with reference modding (run_functions.at:1565): ok (0m0.015s 0m0.061s)
  1110. 616. DEBUG free format (not active) (run_extensions.at:2148): ok (0m0.061s 0m0.076s)
  1111. 497. FUNCTION LOWEST-ALGEBRAIC (run_functions.at:1591): ok (0m0.000s 0m0.060s)
  1112. 617. DEBUG free format (fdebugging-line) (run_extensions.at:2171): ok (0m0.015s 0m0.060s)
  1113. 498. FUNCTION MAX (run_functions.at:1644): ok (0m0.015s 0m0.138s)
  1114. 618. SWITCHES with non-standard names (run_extensions.at:2194): ok (0m0.030s 0m0.046s)
  1115. 499. FUNCTION MEAN (run_functions.at:1666): ok (0m0.015s 0m0.060s)
  1116. 619. Larger REDEFINES lengths (run_extensions.at:2295): ok (0m0.000s 0m0.075s)
  1117. 500. FUNCTION MEDIAN (run_functions.at:1688): ok (0m0.046s 0m0.046s)
  1118. 620. Obsolete 85 keywords (run_extensions.at:2380): ok (0m0.030s 0m0.092s)
  1119. 501. FUNCTION MIDRANGE (run_functions.at:1710): ok (0m0.045s 0m0.090s)
  1120. 621. System routine C$CALLEDBY (run_extensions.at:2406): ok (0m0.075s 0m0.122s)
  1121. 502. FUNCTION MIN (run_functions.at:1732): ok (0m0.000s 0m0.122s)
  1122. 503. FUNCTION MOD (run_functions.at:1754): ok (0m0.015s 0m0.061s)
  1123. 622. System routine C$NARG (run_extensions.at:2452): ok (0m0.015s 0m0.120s)
  1124. 504. FUNCTION MODULE-CALLER-ID (run_functions.at:1780): ok (0m0.060s 0m0.136s)
  1125. 623. System routine C$PARAMSIZE (run_extensions.at:2492): ok (0m0.000s 0m0.121s)
  1126. 505. FUNCTION MODULE-DATE (run_functions.at:1814): ok (0m0.015s 0m0.123s)
  1127. 624. System routine C$JUSTIFY (run_extensions.at:2534): ok (0m0.030s 0m0.030s)
  1128. 506. FUNCTION MODULE-FORMATTED-DATE (run_functions.at:1839): ok (0m0.015s 0m0.076s)
  1129. 625. System routine C$PRINTABLE (run_extensions.at:2559): ok (0m0.015s 0m0.030s)
  1130. 507. FUNCTION MODULE-ID (run_functions.at:1864): ok (0m0.045s 0m0.091s)
  1131. 626. System routine C$MAKEDIR (run_extensions.at:2588): ok (0m0.015s 0m0.105s)
  1132. 508. FUNCTION MODULE-PATH (run_functions.at:1885): ok (0m0.015s 0m0.060s)
  1133. 627. System routine C$GETPID (run_extensions.at:2609): ok (0m0.000s 0m0.076s)
  1134. 628. System routine C$TOUPPER (run_extensions.at:2634): ok (0m0.015s 0m0.061s)
  1135. 509. FUNCTION MODULE-SOURCE (run_functions.at:1910): ok (0m0.045s 0m0.092s)
  1136. 629. System routine C$TOLOWER (run_extensions.at:2659): ok (0m0.092s 0m0.045s)
  1137. 510. FUNCTION MODULE-TIME (run_functions.at:1931): ok (0m0.045s 0m0.121s)
  1138. 630. System routine CBL_OR (run_extensions.at:2684): ok (0m0.015s 0m0.060s)
  1139. 511. FUNCTION MONETARY-DECIMAL-POINT (run_functions.at:1956): ok (0m0.045s 0m0.061s)
  1140. 631. System routine CBL_NOR (run_extensions.at:2711): ok (0m0.045s 0m0.000s)
  1141. 512. FUNCTION MONETARY-THOUSANDS-SEPARATOR (run_functions.at:1979): ok (0m0.000s 0m0.106s)
  1142. 632. System routine CBL_AND (run_extensions.at:2738): ok (0m0.015s 0m0.077s)
  1143. 513. FUNCTION NUMERIC-DECIMAL-POINT (run_functions.at:2002): ok (0m0.030s 0m0.106s)
  1144. 633. System routine CBL_XOR (run_extensions.at:2765): ok (0m0.031s 0m0.092s)
  1145. 514. FUNCTION NUMERIC-THOUSANDS-SEPARATOR (run_functions.at:2025): ok (0m0.000s 0m0.106s)
  1146. 634. System routine CBL_IMP (run_extensions.at:2792): ok (0m0.030s 0m0.076s)
  1147. 515. FUNCTION NUMVAL (run_functions.at:2048): ok (0m0.000s 0m0.045s)
  1148. 635. System routine CBL_NIMP (run_extensions.at:2819): ok (0m0.031s 0m0.091s)
  1149. 516. FUNCTION NUMVAL-C (run_functions.at:2079): ok (0m0.015s 0m0.060s)
  1150. 636. System routine CBL_NOT (run_extensions.at:2846): ok (0m0.030s 0m0.060s)
  1151. 517. FUNCTION NUMVAL-C DP.COMMA (run_functions.at:2110): ok (0m0.015s 0m0.061s)
  1152. 637. System routine CBL_EQ (run_extensions.at:2872): ok (0m0.046s 0m0.015s)
  1153. 518. FUNCTION NUMVAL-F (run_functions.at:2140): ok (0m0.030s 0m0.060s)
  1154. 519. FUNCTION ORD (run_functions.at:2163): ok (0m0.092s 0m0.045s)
  1155. 520. FUNCTION ORD-MAX (run_functions.at:2185): ok (0m0.015s 0m0.137s)
  1156. 521. FUNCTION ORD-MIN (run_functions.at:2207): ok (0m0.015s 0m0.107s)
  1157. 638. System routine CBL_OC_GETOPT (run_extensions.at:2899): ok (0m0.092s 0m0.272s)
  1158. 522. FUNCTION PI (run_functions.at:2229): ok (0m0.045s 0m0.030s)
  1159. 639. System routine CBL_COPY_FILE (run_extensions.at:3336): ok (0m0.030s 0m0.091s)
  1160. 523. FUNCTION PRESENT-VALUE (run_functions.at:2253): ok (0m0.045s 0m0.092s)
  1161. 524. FUNCTION RANDOM (run_functions.at:2275): ok (0m0.015s 0m0.060s)
  1162. 640. System routine CBL_OC_HOSTED (run_extensions.at:3370): ok (0m0.090s 0m0.196s)
  1163. 525. FUNCTION RANGE (run_functions.at:2299): ok (0m0.045s 0m0.060s)
  1164. 641. System routines for directories (run_extensions.at:3491): ok (0m0.015s 0m0.090s)
  1165. 526. FUNCTION REM (run_functions.at:2323): ok (0m0.030s 0m0.045s)
  1166. 527. FUNCTION REVERSE (run_functions.at:2347): ok (0m0.000s 0m0.061s)
  1167. 642. System routines for files (run_extensions.at:3532): ok (0m0.030s 0m0.182s)
  1168. 528. FUNCTION REVERSE with reference modding (run_functions.at:2372): ok (0m0.030s 0m0.030s)
  1169. 643. Conditional/define directives (1) (run_extensions.at:3646): ok (0m0.030s 0m0.061s)
  1170. 529. FUNCTION SECONDS-FROM-FORMATTED-TIME (run_functions.at:2397): ok (0m0.030s 0m0.045s)
  1171. 644. Conditional/define directives (2) (run_extensions.at:3670): ok (0m0.030s 0m0.076s)
  1172. 530. FUNCTION SECONDS-PAST-MIDNIGHT (run_functions.at:2464): ok (0m0.000s 0m0.076s)
  1173. 645. Conditional/define directives (3) (run_extensions.at:3695): ok (0m0.015s 0m0.090s)
  1174. 531. FUNCTION SIGN (run_functions.at:2488): ok (0m0.000s 0m0.091s)
  1175. 646. Conditional/define directives (4) (run_extensions.at:3723): ok (0m0.000s 0m0.075s)
  1176. 532. FUNCTION SIN (run_functions.at:2527): ok (0m0.015s 0m0.045s)
  1177. 647. Conditional/define directives (5) (run_extensions.at:3749): ok (0m0.076s 0m0.030s)
  1178. 533. FUNCTION SQRT (run_functions.at:2551): ok (0m0.000s 0m0.046s)
  1179. 648. Conditional/define directives (6) (run_extensions.at:3773): ok (0m0.015s 0m0.106s)
  1180. 534. FUNCTION STANDARD-DEVIATION (run_functions.at:2575): ok (0m0.000s 0m0.045s)
  1181. 649. Conditional/define directives (7) (run_extensions.at:3797): ok (0m0.030s 0m0.030s)
  1182. 535. FUNCTION STORED-CHAR-LENGTH (run_functions.at:2599): ok (0m0.015s 0m0.061s)
  1183. 650. Variable format (run_extensions.at:3817): ok (0m0.000s 0m0.090s)
  1184. 536. FUNCTION SUBSTITUTE (run_functions.at:2625): ok (0m0.015s 0m0.060s)
  1185. 537. FUNCTION SUBSTITUTE with reference modding (run_functions.at:2654): ok (0m0.045s 0m0.015s)
  1186. 538. FUNCTION SUBSTITUTE-CASE (run_functions.at:2682): ok (0m0.000s 0m0.061s)
  1187. 651. BINARY: 2-4-8 big-endian (data_binary.at:23): ok (0m0.060s 0m0.199s)
  1188. 539. FUNCTION SUBSTITUTE-CASE with reference mod (run_functions.at:2709): ok (0m0.000s 0m0.045s)
  1189. 540. FUNCTION SUM (run_functions.at:2737): ok (0m0.030s 0m0.060s)
  1190. 652. BINARY: 2-4-8 native (data_binary.at:205): ok (0m0.060s 0m0.182s)
  1191. 541. FUNCTION TAN (run_functions.at:2761): ok (0m0.045s 0m0.045s)
  1192. 542. FUNCTION TEST-DATE-YYYYMMDD (run_functions.at:2785): ok (0m0.015s 0m0.106s)
  1193. 653. BINARY: 1-2-4-8 big-endian (data_binary.at:393): ok (0m0.091s 0m0.227s)
  1194. 543. FUNCTION TEST-DAY-YYYYDDD (run_functions.at:2807): ok (0m0.045s 0m0.091s)
  1195. 544. FUNCTION TEST-FORMATTED-DATETIME with dates (run_functions.at:2829): ok (0m0.015s 0m0.076s)
  1196. 545. FUNCTION TEST-FORMATTED-DATETIME with times (run_functions.at:2956): ok (0m0.015s 0m0.045s)
  1197. 654. BINARY: 1-2-4-8 native (data_binary.at:575): ok (0m0.015s 0m0.196s)
  1198. 546. FUNCTION TEST-FORMATTED-DATETIME with datetimes (run_functions.at:3037): ok (0m0.015s 0m0.061s)
  1199. 547. FUNCTION TEST-FORMATTED-DATETIME DP.COMMA (run_functions.at:3084): ok (0m0.015s 0m0.060s)
  1200. 655. BINARY: 1--8 big-endian (data_binary.at:763): ok (0m0.045s 0m0.151s)
  1201. 548. FUNCTION TEST-NUMVAL (run_functions.at:3125): ok (0m0.031s 0m0.045s)
  1202. 549. FUNCTION TEST-NUMVAL-C (run_functions.at:3223): ok (0m0.046s 0m0.045s)
  1203. 656. BINARY: 1--8 native (data_binary.at:945): ok (0m0.045s 0m0.242s)
  1204. 550. FUNCTION TEST-NUMVAL-F (run_functions.at:3321): ok (0m0.030s 0m0.075s)
  1205. 657. BINARY: full-print (data_binary.at:1133): ok (0m0.045s 0m0.076s)
  1206. 551. FUNCTION TRIM (run_functions.at:3419): ok (0m0.031s 0m0.075s)
  1207. 658. BINARY: 64bit unsigned compare (data_binary.at:1185): ok (0m0.000s 0m0.060s)
  1208. 552. FUNCTION TRIM with reference modding (run_functions.at:3445): ok (0m0.000s 0m0.122s)
  1209. 659. BINARY: 64bit unsigned arthimetic notrunc (data_binary.at:1210): ok (0m0.061s 0m0.045s)
  1210. 553. FUNCTION TRIM zero length (run_functions.at:3471): ok (0m0.000s 0m0.091s)
  1211. 660. BINARY: 64bit signed negative constant range (data_binary.at:1239): ok (0m0.045s 0m0.122s)
  1212. 554. FUNCTION UPPER-CASE (run_functions.at:3498): ok (0m0.015s 0m0.061s)
  1213. 661. DISPLAY: Sign ASCII (data_display.at:21): ok (0m0.000s 0m0.106s)
  1214. 555. FUNCTION UPPER-CASE with reference modding (run_functions.at:3523): ok (0m0.015s 0m0.045s)
  1215. 662. DISPLAY: Sign ASCII (2) (data_display.at:80): ok (0m0.030s 0m0.061s)
  1216. 556. FUNCTION VARIANCE (run_functions.at:3548): ok (0m0.015s 0m0.030s)
  1217. 557. FUNCTION WHEN-COMPILED (run_functions.at:3572): ok (0m0.000s 0m0.076s)
  1218. 663. DISPLAY: Sign EBCDIC (data_display.at:126): ok (0m0.015s 0m0.091s)
  1219. 558. FUNCTION YEAR-TO-YYYY (run_functions.at:3598): ok (0m0.030s 0m0.045s)
  1220. 664. DISPLAY: unsigned (data_display.at:171): ok (0m0.015s 0m0.090s)
  1221. 665. PACKED-DECIMAL dump (data_packed.at:25): ok (0m0.030s 0m0.137s)
  1222. 560. FORMATTED-(DATE)TIME with SYSTEM-OFFSET (run_functions.at:3724): ok (0m0.015s 0m0.075s)
  1223. 666. PACKED-DECIMAL display (data_packed.at:162): ok (0m0.015s 0m0.076s)
  1224. 561. Intrinsics without FUNCTION keyword (1) (run_functions.at:3764): ok (0m0.030s 0m0.091s)
  1225. 667. PACKED-DECIMAL move (data_packed.at:218): ok (0m0.015s 0m0.060s)
  1226. 562. Intrinsics without FUNCTION keyword (2) (run_functions.at:3785): ok (0m0.015s 0m0.076s)
  1227. 668. PACKED-DECIMAL arithmetic (1) (data_packed.at:276): ok (0m0.091s 0m0.030s)
  1228. 563. User-Defined FUNCTION with/without parameter (run_functions.at:3808): ok (0m0.000s 0m0.061s)
  1229. 669. PACKED-DECIMAL arithmetic (2) (data_packed.at:316): ok (0m0.015s 0m0.091s)
  1230. 564. CALL BY CONTENT binary and literal (run_extensions.at:24): ok (0m0.000s 0m0.196s)
  1231. 670. PACKED-DECIMAL numeric test (1) (data_packed.at:353): ok (0m0.030s 0m0.045s)
  1232. 565. Numeric Boolean literal (run_extensions.at:72): ok (0m0.030s 0m0.091s)
  1233. 671. PACKED-DECIMAL numeric test (2) (data_packed.at:494): ok (0m0.030s 0m0.107s)
  1234. 566. ACUCOBOL literal (run_extensions.at:102): ok (0m0.046s 0m0.045s)
  1235. 672. COMP-6 display (data_packed.at:607): ok (0m0.000s 0m0.060s)
  1236. 567. Hexadecimal numeric literal (run_extensions.at:129): ok (0m0.000s 0m0.137s)
  1237. 673. COMP-6 move (data_packed.at:643): ok (0m0.030s 0m0.090s)
  1238. 568. Semi-parenthesized condition (run_extensions.at:157): ok (0m0.045s 0m0.091s)
  1239. 674. COMP-6 arithmetic (data_packed.at:689): ok (0m0.000s 0m0.138s)
  1240. 569. ADDRESS OF (run_extensions.at:177): ok (0m0.015s 0m0.046s)
  1241. 675. COMP-6 numeric test (data_packed.at:720): ok (0m0.015s 0m0.090s)
  1242. 570. LENGTH OF (run_extensions.at:227): ok (0m0.015s 0m0.060s)
  1243. 571. WHEN-COMPILED (run_extensions.at:296): ok (0m0.030s 0m0.045s)
  1244. 676. POINTER: display (data_pointer.at:21): ok (0m0.045s 0m0.181s)
  1245. 572. Complex OCCURS DEPENDING ON (1) (run_extensions.at:322): ok (0m0.077s 0m0.060s)
  1246. 573. Complex OCCURS DEPENDING ON (2) (run_extensions.at:351): ok (0m0.061s 0m0.076s)
  1247. 574. Complex OCCURS DEPENDING ON (3) (run_extensions.at:414): ok (0m0.000s 0m0.107s)
  1248. 575. Complex OCCURS DEPENDING ON (4) (run_extensions.at:477): ok (0m0.000s 0m0.076s)
  1249. 576. Complex OCCURS DEPENDING ON (5) (run_extensions.at:543): ok (0m0.030s 0m0.076s)
  1250. 577. Complex OCCURS DEPENDING ON (6) (run_extensions.at:610): ok (0m0.030s 0m0.045s)
  1251. 578. Complex OCCURS DEPENDING ON (7) (run_extensions.at:650): ok (0m0.060s 0m0.015s)
  1252. 579. INITIALIZE level 01 (run_extensions.at:692): ok (0m0.015s 0m0.045s)
  1253. testsuite:2502: WARNING: unable to parse test group: 581
  1254. testsuite:2502: WARNING: unable to parse test group: 582
  1255. testsuite:2502: WARNING: unable to parse test group: 583
  1256. testsuite:2502: WARNING: unable to parse test group: 584
  1257. testsuite: ending at: Tue Apr 25 19:25:09 EDT 2017
  1258. testsuite: test suite duration: 0h 10m 2s
  1259.  
  1260. ## ------------- ##
  1261. ## Test results. ##
  1262. ## ------------- ##
  1263.  
  1264. ERROR: 671 tests were run,
  1265. 6 failed (3 expected failures).
  1266. 5 tests were skipped.
  1267.  
  1268. ## ------------------------ ##
  1269. ## Summary of the failures. ##
  1270. ## ------------------------ ##
  1271. Failed tests:
  1272. testsuite:2502: WARNING: unable to parse test group: 585
  1273. testsuite:2502: WARNING: unable to parse test group: 586
  1274. testsuite:2502: WARNING: unable to parse test group: 587
  1275. testsuite:2502: WARNING: unable to parse test group: 588
  1276. testsuite:2502: WARNING: unable to parse test group: 589
  1277. testsuite:2502: WARNING: unable to parse test group: 590
  1278. testsuite:2502: WARNING: unable to parse test group: 591
  1279. GnuCOBOL 2.0 test suite: GnuCOBOL Tests test groups:
  1280.  
  1281. NUM: FILE-NAME:LINE TEST-GROUP-NAME
  1282. KEYWORDS
  1283.  
  1284. testsuite:2502: WARNING: unable to parse test group: 592
  1285. 11: used_binaries.at:328 Run job after compilation
  1286. runmisc job
  1287. 12: used_binaries.at:347 Run job with optional arguments
  1288. runmisc job
  1289. 559: run_functions.at:3622 Formatted funcs w/ invalid variable format
  1290. functions
  1291.  
  1292. Skipped tests:
  1293. testsuite:2502: WARNING: unable to parse test group: 593
  1294. testsuite:2502: WARNING: unable to parse test group: 594
  1295. testsuite:2502: WARNING: unable to parse test group: 595
  1296. testsuite:2502: WARNING: unable to parse test group: 596
  1297. testsuite:2502: WARNING: unable to parse test group: 597
  1298. testsuite:2502: WARNING: unable to parse test group: 598
  1299. GnuCOBOL 2.0 test suite: GnuCOBOL Tests test groups:
  1300.  
  1301. NUM: FILE-NAME:LINE TEST-GROUP-NAME
  1302. KEYWORDS
  1303.  
  1304. testsuite:2502: WARNING: unable to parse test group: 599
  1305. 327: run_accept.at:93 ACCEPT OMITTED (SCREEN)
  1306. accept extensions
  1307. 391: run_misc.at:1989 SORT: table sort (3)
  1308. runmisc
  1309. 423: run_misc.at:4634 ON EXCEPTION clause of DISPLAY
  1310. runmisc exceptions screen
  1311. 424: run_misc.at:4659 EC-SCREEN-LINE-NUMBER and -STARTING-COLUMN
  1312. runmisc exceptions screen
  1313. 425: run_misc.at:4700 LINE/COLUMN 0 exceptions
  1314. line column runmisc exceptions extensions screen
  1315.  
  1316. ## ---------------------- ##
  1317. ## Detailed failed tests. ##
  1318. ## ---------------------- ##
  1319.  
  1320. # -*- compilation -*-
  1321. 11. used_binaries.at:328: testing Run job after compilation ...
  1322. ./used_binaries.at:341: $COMPILE -jd prog.cob
  1323. --- /dev/null 2017-04-25 19:17:11 -0400
  1324. +++ /home/Prim/gnu-cobol-2.0/tests/testsuite.dir/at-groups/11/stderr 2017-04-25 19:17:11 -0400
  1325. @@ -0,0 +1,2 @@
  1326. +'.' is not recognized as an internal or external command,
  1327. +operable program or batch file.
  1328. --- - 2017-04-25 19:17:11 -0400
  1329. +++ /home/Prim/gnu-cobol-2.0/tests/testsuite.dir/at-groups/11/stdout 2017-04-25 19:17:11 -0400
  1330. @@ -1 +1 @@
  1331. -job
  1332. +
  1333. ./used_binaries.at:341: exit code was 1, expected 0
  1334. 11. used_binaries.at:328: 11. Run job after compilation (used_binaries.at:328): FAILED (used_binaries.at:341)
  1335.  
  1336. # -*- compilation -*-
  1337. 12. used_binaries.at:347: testing Run job with optional arguments ...
  1338. ./used_binaries.at:362: $COMPILE -j="job 123" prog.cob
  1339. --- /dev/null 2017-04-25 19:17:12 -0400
  1340. +++ /home/Prim/gnu-cobol-2.0/tests/testsuite.dir/at-groups/12/stderr 2017-04-25 19:17:12 -0400
  1341. @@ -0,0 +1,2 @@
  1342. +'.' is not recognized as an internal or external command,
  1343. +operable program or batch file.
  1344. --- - 2017-04-25 19:17:12 -0400
  1345. +++ /home/Prim/gnu-cobol-2.0/tests/testsuite.dir/at-groups/12/stdout 2017-04-25 19:17:12 -0400
  1346. @@ -1 +1 @@
  1347. -job 123
  1348. +
  1349. ./used_binaries.at:362: exit code was 1, expected 0
  1350. 12. used_binaries.at:347: 12. Run job with optional arguments (used_binaries.at:347): FAILED (used_binaries.at:362)
  1351.  
  1352. # -*- compilation -*-
  1353. 559. run_functions.at:3622: testing Formatted funcs w/ invalid variable format ...
  1354. ./run_functions.at:3685: echo "$COB_HAS_UTC_OFFSET"
  1355. --- - 2017-04-25 19:24:49 -0400
  1356. +++ /home/Prim/gnu-cobol-2.0/tests/testsuite.dir/at-groups/559/stdout 2017-04-25 19:24:49 -0400
  1357. @@ -1,2 +1,2 @@
  1358. -no
  1359. +yes
  1360.  
  1361. ./run_functions.at:3690: $COMPILE prog.cob
  1362. --- - 2017-04-25 19:24:49 -0400
  1363. +++ /home/Prim/gnu-cobol-2.0/tests/testsuite.dir/at-groups/559/stderr 2017-04-25 19:24:50 -0400
  1364. @@ -1,4 +1,5 @@
  1365. prog.cob: 11: warning: FUNCTION 'FORMATTED-CURRENT-DATE' has format in variable
  1366. +prog.cob: 11: warning: cannot find the UTC offset on this system
  1367. prog.cob: 18: warning: FUNCTION 'FORMATTED-DATE' has format in variable
  1368. prog.cob: 24: warning: FUNCTION 'FORMATTED-DATETIME' has format in variable
  1369. prog.cob: 31: warning: FUNCTION 'FORMATTED-TIME' has format in variable
  1370. 559. run_functions.at:3622: 559. Formatted funcs w/ invalid variable format (run_functions.at:3622): FAILED (run_functions.at:3690)
  1371.  
  1372.  
  1373. ## ------------- ##
  1374. ## ../config.log ##
  1375. ## ------------- ##
  1376. testsuite:2502: WARNING: unable to parse test group: 600
  1377. | This file contains any messages produced by compilers while
  1378. | running configure, to aid debugging if configure makes a mistake.
  1379. |
  1380. | It was created by GnuCOBOL configure 2.0, which was
  1381. | generated by GNU Autoconf 2.69. Invocation command line was
  1382. |
  1383. | $ ./configure --prefix=/mingw --disable-rpath
  1384. |
  1385. | ## --------- ##
  1386. | ## Platform. ##
  1387. | ## --------- ##
  1388. |
  1389. | hostname = DESKTOP-DB1BVSF
  1390. | uname -m = i686
  1391. | uname -r = 1.0.19(0.48/3/2)
  1392. | uname -s = MINGW32_NT-6.2
  1393. | uname -v = 2016-07-13 17:45
  1394. |
  1395. | /usr/bin/uname -p = unknown
  1396. | /bin/uname -X = unknown
  1397. |
  1398. | /bin/arch = unknown
  1399. | /usr/bin/arch -k = unknown
  1400. | /usr/convex/getsysinfo = unknown
  1401. | /usr/bin/hostinfo = unknown
  1402. | /bin/machine = unknown
  1403. | /usr/bin/oslevel = unknown
  1404. | /bin/universe = unknown
  1405. |
  1406. | PATH: .
  1407. | PATH: /usr/local/bin
  1408. | PATH: /mingw/bin
  1409. | PATH: /bin
  1410. | PATH: /c/ProgramData/Oracle/Java/javapath
  1411. | PATH: /c/Program Files (x86)/NVIDIA Corporation/PhysX/Common
  1412. | PATH: /c/WINDOWS/system32
  1413. | PATH: /c/WINDOWS
  1414. | PATH: /c/WINDOWS/System32/Wbem
  1415. | PATH: /c/WINDOWS/System32/WindowsPowerShell/v1.0/
  1416. | PATH: /c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/
  1417. | PATH: /c/Program Files/Calibre2/
  1418. | PATH: /c/Program Files/MiKTeX 2.9/miktex/bin/x64/
  1419. | PATH: /c/Users/Prim/AppData/Local/Programs/Python/Python36-32/Scripts/
  1420. | PATH: /c/Users/Prim/AppData/Local/Programs/Python/Python36-32/
  1421. | PATH: /c/Users/Prim/AppData/Local/Microsoft/WindowsApps
  1422. | PATH: .
  1423. |
  1424. |
  1425. | ## ----------- ##
  1426. | ## Core tests. ##
  1427. | ## ----------- ##
  1428. |
  1429. | configure:2436: checking for a BSD-compatible install
  1430. | configure:2504: result: /bin/install -c
  1431. | configure:2515: checking whether build environment is sane
  1432. | configure:2570: result: yes
  1433. | configure:2721: checking for a thread-safe mkdir -p
  1434. | configure:2760: result: /bin/mkdir -p
  1435. | configure:2767: checking for gawk
  1436. | configure:2783: found /bin/gawk
  1437. | configure:2794: result: gawk
  1438. | configure:2805: checking whether make sets $(MAKE)
  1439. | configure:2827: result: yes
  1440. | configure:2856: checking whether make supports nested variables
  1441. | configure:2873: result: yes
  1442. | configure:3000: checking whether to enable maintainer-specific portions of Makefiles
  1443. | configure:3009: result: no
  1444. | configure:3212: checking for gcc
  1445. | configure:3228: found /mingw/bin/gcc
  1446. | configure:3239: result: gcc
  1447. | configure:3270: checking for C compiler version
  1448. | configure:3279: gcc --version >&5
  1449. | gcc.exe (GCC) 5.3.0
  1450. | Copyright (C) 2015 Free Software Foundation, Inc.
  1451. | This is free software; see the source for copying conditions. There is NO
  1452. | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  1453. |
  1454. | configure:3290: $? = 0
  1455. | configure:3279: gcc -v >&5
  1456. | Using built-in specs.
  1457. | COLLECT_GCC=C:\GC20-build\MinGW\bin\gcc.exe
  1458. | COLLECT_LTO_WRAPPER=c:/gc20-build/mingw/bin/../libexec/gcc/mingw32/5.3.0/lto-wrapper.exe
  1459. | Target: mingw32
  1460. | Configured with: ../src/gcc-5.3.0/configure --build=x86_64-pc-linux-gnu --host=mingw32 --prefix=/mingw --disable-win32-registry --target=mingw32 --with-arch=i586 --enable-languages=c,c++,objc,obj-c++,fortran,ada --enable-static --enable-shared --enable-threads --with-dwarf2 --disable-sjlj-exceptions --enable-version-specific-runtime-libs --with-libintl-prefix=/mingw --enable-libstdcxx-debug --with-tune=generic --enable-libgomp --disable-libvtv --enable-nls : (reconfigured) ../src/gcc-5.3.0/configure --build=x86_64-pc-linux-gnu --host=mingw32 --prefix=/mingw --disable-win32-registry --target=mingw32 --with-arch=i586 --enable-languages=c,c++,objc,obj-c++,fortran,ada --enable-static --enable-shared --enable-threads --with-dwarf2 --disable-sjlj-exceptions --enable-version-specific-runtime-libs --with-libiconv-prefix=/mingw --with-libintl-prefix=/mingw --enable-libstdcxx-debug --with-tune=generic --enable-libgomp --disable-libvtv --enable-nls
  1461. | Thread model: win32
  1462. | gcc version 5.3.0 (GCC)
  1463. | configure:3290: $? = 0
  1464. | configure:3279: gcc -V >&5
  1465. | gcc.exe: error: unrecognized command line option '-V'
  1466. | gcc.exe: fatal error: no input files
  1467. | compilation terminated.
  1468. | configure:3290: $? = 1
  1469. | configure:3279: gcc -qversion >&5
  1470. | gcc.exe: error: unrecognized command line option '-qversion'
  1471. | gcc.exe: fatal error: no input files
  1472. | compilation terminated.
  1473. | configure:3290: $? = 1
  1474. | configure:3310: checking whether the C compiler works
  1475. | configure:3332: gcc conftest.c >&5
  1476. | configure:3336: $? = 0
  1477. | configure:3384: result: yes
  1478. | configure:3387: checking for C compiler default output file name
  1479. | configure:3389: result: a.exe
  1480. | configure:3395: checking for suffix of executables
  1481. | configure:3402: gcc -o conftest.exe conftest.c >&5
  1482. | configure:3406: $? = 0
  1483. | configure:3428: result: .exe
  1484. | configure:3450: checking whether we are cross compiling
  1485. | configure:3458: gcc -o conftest.exe conftest.c >&5
  1486. | configure:3462: $? = 0
  1487. | configure:3469: ./conftest.exe
  1488. | configure:3473: $? = 0
  1489. | configure:3488: result: no
  1490. | configure:3493: checking for suffix of object files
  1491. | configure:3515: gcc -c conftest.c >&5
  1492. | configure:3519: $? = 0
  1493. | configure:3540: result: o
  1494. | configure:3544: checking whether we are using the GNU C compiler
  1495. | configure:3563: gcc -c conftest.c >&5
  1496. | configure:3563: $? = 0
  1497. | configure:3572: result: yes
  1498. | configure:3581: checking whether gcc accepts -g
  1499. | configure:3601: gcc -c -g conftest.c >&5
  1500. | configure:3601: $? = 0
  1501. | configure:3642: result: yes
  1502. | configure:3659: checking for gcc option to accept ISO C89
  1503. | configure:3722: gcc -c -g -O2 conftest.c >&5
  1504. | configure:3722: $? = 0
  1505. | configure:3735: result: none needed
  1506. | configure:3760: checking whether gcc understands -c and -o together
  1507. | configure:3782: gcc -c conftest.c -o conftest2.o
  1508. | configure:3785: $? = 0
  1509. | configure:3782: gcc -c conftest.c -o conftest2.o
  1510. | configure:3785: $? = 0
  1511. | configure:3797: result: yes
  1512. | configure:3825: checking for style of include used by make
  1513. | configure:3853: result: GNU
  1514. | configure:3879: checking dependency style of gcc
  1515. | configure:3990: result: gcc3
  1516. | configure:4009: checking for gcc option to accept ISO C99
  1517. | configure:4158: gcc -c -g -O2 conftest.c >&5
  1518. | configure:4158: $? = 0
  1519. | configure:4171: result: none needed
  1520. | configure:4279: checking for gcc option to accept ISO Standard C
  1521. | configure:4290: result: none needed
  1522. | configure:4303: checking how to run the C preprocessor
  1523. | configure:4334: gcc -E conftest.c
  1524. | configure:4334: $? = 0
  1525. | configure:4348: gcc -E conftest.c
  1526. | conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  1527. | compilation terminated.
  1528. | configure:4348: $? = 1
  1529. | configure: failed program was:
  1530. | | /* confdefs.h */
  1531. | | #define PACKAGE_NAME "GnuCOBOL"
  1532. | | #define PACKAGE_TARNAME "gnu-cobol"
  1533. | | #define PACKAGE_VERSION "2.0"
  1534. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  1535. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  1536. | | #define PACKAGE_URL "http://www.opencobol.org"
  1537. | | #define PACKAGE "gnu-cobol"
  1538. | | #define VERSION "2.0"
  1539. | | #define PATCH_LEVEL 0
  1540. | | #define MAX_CALL_FIELD_PARAMS 192
  1541. | | /* end confdefs.h. */
  1542. | | #include <ac_nonexistent.h>
  1543. | configure:4373: result: gcc -E
  1544. | configure:4393: gcc -E conftest.c
  1545. | configure:4393: $? = 0
  1546. | configure:4407: gcc -E conftest.c
  1547. | conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  1548. | compilation terminated.
  1549. | configure:4407: $? = 1
  1550. | configure: failed program was:
  1551. | | /* confdefs.h */
  1552. | | #define PACKAGE_NAME "GnuCOBOL"
  1553. | | #define PACKAGE_TARNAME "gnu-cobol"
  1554. | | #define PACKAGE_VERSION "2.0"
  1555. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  1556. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  1557. | | #define PACKAGE_URL "http://www.opencobol.org"
  1558. | | #define PACKAGE "gnu-cobol"
  1559. | | #define VERSION "2.0"
  1560. | | #define PATCH_LEVEL 0
  1561. | | #define MAX_CALL_FIELD_PARAMS 192
  1562. | | /* end confdefs.h. */
  1563. | | #include <ac_nonexistent.h>
  1564. | configure:4438: checking for grep that handles long lines and -e
  1565. | configure:4496: result: /bin/grep
  1566. | configure:4501: checking for egrep
  1567. | configure:4563: result: /bin/grep -E
  1568. | configure:4568: checking for ANSI C header files
  1569. | configure:4588: gcc -c -g -O2 conftest.c >&5
  1570. | configure:4588: $? = 0
  1571. | configure:4661: gcc -o conftest.exe -g -O2 conftest.c >&5
  1572. | configure:4661: $? = 0
  1573. | configure:4661: ./conftest.exe
  1574. | configure:4661: $? = 0
  1575. | configure:4672: result: yes
  1576. | configure:4685: checking for sys/types.h
  1577. | configure:4685: gcc -c -g -O2 conftest.c >&5
  1578. | configure:4685: $? = 0
  1579. | configure:4685: result: yes
  1580. | configure:4685: checking for sys/stat.h
  1581. | configure:4685: gcc -c -g -O2 conftest.c >&5
  1582. | configure:4685: $? = 0
  1583. | configure:4685: result: yes
  1584. | configure:4685: checking for stdlib.h
  1585. | configure:4685: gcc -c -g -O2 conftest.c >&5
  1586. | configure:4685: $? = 0
  1587. | configure:4685: result: yes
  1588. | configure:4685: checking for string.h
  1589. | configure:4685: gcc -c -g -O2 conftest.c >&5
  1590. | configure:4685: $? = 0
  1591. | configure:4685: result: yes
  1592. | configure:4685: checking for memory.h
  1593. | configure:4685: gcc -c -g -O2 conftest.c >&5
  1594. | configure:4685: $? = 0
  1595. | configure:4685: result: yes
  1596. | configure:4685: checking for strings.h
  1597. | configure:4685: gcc -c -g -O2 conftest.c >&5
  1598. | configure:4685: $? = 0
  1599. | configure:4685: result: yes
  1600. | configure:4685: checking for inttypes.h
  1601. | configure:4685: gcc -c -g -O2 conftest.c >&5
  1602. | configure:4685: $? = 0
  1603. | configure:4685: result: yes
  1604. | configure:4685: checking for stdint.h
  1605. | configure:4685: gcc -c -g -O2 conftest.c >&5
  1606. | configure:4685: $? = 0
  1607. | configure:4685: result: yes
  1608. | configure:4685: checking for unistd.h
  1609. | configure:4685: gcc -c -g -O2 conftest.c >&5
  1610. | configure:4685: $? = 0
  1611. | configure:4685: result: yes
  1612. | configure:4698: checking minix/config.h usability
  1613. | configure:4698: gcc -c -g -O2 conftest.c >&5
  1614. | conftest.c:56:26: fatal error: minix/config.h: No such file or directory
  1615. | compilation terminated.
  1616. | configure:4698: $? = 1
  1617. | configure: failed program was:
  1618. | | /* confdefs.h */
  1619. | | #define PACKAGE_NAME "GnuCOBOL"
  1620. | | #define PACKAGE_TARNAME "gnu-cobol"
  1621. | | #define PACKAGE_VERSION "2.0"
  1622. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  1623. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  1624. | | #define PACKAGE_URL "http://www.opencobol.org"
  1625. | | #define PACKAGE "gnu-cobol"
  1626. | | #define VERSION "2.0"
  1627. | | #define PATCH_LEVEL 0
  1628. | | #define MAX_CALL_FIELD_PARAMS 192
  1629. | | #define STDC_HEADERS 1
  1630. | | #define HAVE_SYS_TYPES_H 1
  1631. | | #define HAVE_SYS_STAT_H 1
  1632. | | #define HAVE_STDLIB_H 1
  1633. | | #define HAVE_STRING_H 1
  1634. | | #define HAVE_MEMORY_H 1
  1635. | | #define HAVE_STRINGS_H 1
  1636. | | #define HAVE_INTTYPES_H 1
  1637. | | #define HAVE_STDINT_H 1
  1638. | | #define HAVE_UNISTD_H 1
  1639. | | /* end confdefs.h. */
  1640. | | #include <stdio.h>
  1641. | | #ifdef HAVE_SYS_TYPES_H
  1642. | | # include <sys/types.h>
  1643. | | #endif
  1644. | | #ifdef HAVE_SYS_STAT_H
  1645. | | # include <sys/stat.h>
  1646. | | #endif
  1647. | | #ifdef STDC_HEADERS
  1648. | | # include <stdlib.h>
  1649. | | # include <stddef.h>
  1650. | | #else
  1651. | | # ifdef HAVE_STDLIB_H
  1652. | | # include <stdlib.h>
  1653. | | # endif
  1654. | | #endif
  1655. | | #ifdef HAVE_STRING_H
  1656. | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1657. | | # include <memory.h>
  1658. | | # endif
  1659. | | # include <string.h>
  1660. | | #endif
  1661. | | #ifdef HAVE_STRINGS_H
  1662. | | # include <strings.h>
  1663. | | #endif
  1664. | | #ifdef HAVE_INTTYPES_H
  1665. | | # include <inttypes.h>
  1666. | | #endif
  1667. | | #ifdef HAVE_STDINT_H
  1668. | | # include <stdint.h>
  1669. | | #endif
  1670. | | #ifdef HAVE_UNISTD_H
  1671. | | # include <unistd.h>
  1672. | | #endif
  1673. | | #include <minix/config.h>
  1674. | configure:4698: result: no
  1675. | configure:4698: checking minix/config.h presence
  1676. | configure:4698: gcc -E conftest.c
  1677. | conftest.c:23:26: fatal error: minix/config.h: No such file or directory
  1678. | compilation terminated.
  1679. | configure:4698: $? = 1
  1680. | configure: failed program was:
  1681. | | /* confdefs.h */
  1682. | | #define PACKAGE_NAME "GnuCOBOL"
  1683. | | #define PACKAGE_TARNAME "gnu-cobol"
  1684. | | #define PACKAGE_VERSION "2.0"
  1685. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  1686. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  1687. | | #define PACKAGE_URL "http://www.opencobol.org"
  1688. | | #define PACKAGE "gnu-cobol"
  1689. | | #define VERSION "2.0"
  1690. | | #define PATCH_LEVEL 0
  1691. | | #define MAX_CALL_FIELD_PARAMS 192
  1692. | | #define STDC_HEADERS 1
  1693. | | #define HAVE_SYS_TYPES_H 1
  1694. | | #define HAVE_SYS_STAT_H 1
  1695. | | #define HAVE_STDLIB_H 1
  1696. | | #define HAVE_STRING_H 1
  1697. | | #define HAVE_MEMORY_H 1
  1698. | | #define HAVE_STRINGS_H 1
  1699. | | #define HAVE_INTTYPES_H 1
  1700. | | #define HAVE_STDINT_H 1
  1701. | | #define HAVE_UNISTD_H 1
  1702. | | /* end confdefs.h. */
  1703. | | #include <minix/config.h>
  1704. | configure:4698: result: no
  1705. | configure:4698: checking for minix/config.h
  1706. | configure:4698: result: no
  1707. | configure:4719: checking whether it is safe to define __EXTENSIONS__
  1708. | configure:4737: gcc -c -g -O2 conftest.c >&5
  1709. | configure:4737: $? = 0
  1710. | configure:4744: result: yes
  1711. | configure:4788: checking build system type
  1712. | configure:4802: result: i686-pc-mingw32
  1713. | configure:4822: checking host system type
  1714. | configure:4835: result: i686-pc-mingw32
  1715. | configure:4876: checking how to print strings
  1716. | configure:4903: result: printf
  1717. | configure:4924: checking for a sed that does not truncate output
  1718. | configure:4988: result: /bin/sed
  1719. | configure:5006: checking for fgrep
  1720. | configure:5068: result: /bin/grep -F
  1721. | configure:5103: checking for ld used by gcc
  1722. | configure:5170: result: c:/gc20-build/mingw/mingw32/bin/ld.exe
  1723. | configure:5177: checking if the linker (c:/gc20-build/mingw/mingw32/bin/ld.exe) is GNU ld
  1724. | configure:5192: result: yes
  1725. | configure:5204: checking for BSD- or MS-compatible name lister (nm)
  1726. | configure:5258: result: /mingw/bin/nm -B
  1727. | configure:5388: checking the name lister (/mingw/bin/nm -B) interface
  1728. | configure:5395: gcc -c -g -O2 conftest.c >&5
  1729. | configure:5398: /mingw/bin/nm -B "conftest.o"
  1730. | configure:5401: output
  1731. | 00000000 b .bss
  1732. | 00000000 d .data
  1733. | 00000000 N .debug_abbrev
  1734. | 00000000 N .debug_aranges
  1735. | 00000000 N .debug_info
  1736. | 00000000 N .debug_line
  1737. | 00000000 r .rdata$zzz
  1738. | 00000000 t .text
  1739. | 00000000 B _some_variable
  1740. | configure:5408: result: BSD nm
  1741. | configure:5411: checking whether ln -s works
  1742. | configure:5418: result: no, using cp -pR
  1743. | configure:5423: checking the maximum length of command line arguments
  1744. | configure:5554: result: 8192
  1745. | configure:5602: checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 format
  1746. | configure:5642: result: func_convert_file_msys_to_w32
  1747. | configure:5649: checking how to convert i686-pc-mingw32 file names to toolchain format
  1748. | configure:5669: result: func_convert_file_msys_to_w32
  1749. | configure:5676: checking for c:/gc20-build/mingw/mingw32/bin/ld.exe option to reload object files
  1750. | configure:5683: result: -r
  1751. | configure:5757: checking for objdump
  1752. | configure:5773: found /mingw/bin/objdump
  1753. | configure:5784: result: objdump
  1754. | configure:5813: checking how to recognize dependent libraries
  1755. | configure:6013: result: file_magic ^x86 archive import|^x86 DLL
  1756. | configure:6098: checking for dlltool
  1757. | configure:6114: found /mingw/bin/dlltool
  1758. | configure:6125: result: dlltool
  1759. | configure:6155: checking how to associate runtime and link libraries
  1760. | configure:6182: result: func_cygming_dll_for_implib
  1761. | configure:6242: checking for ar
  1762. | configure:6258: found /mingw/bin/ar
  1763. | configure:6269: result: ar
  1764. | configure:6306: checking for archiver @FILE support
  1765. | configure:6323: gcc -c -g -O2 conftest.c >&5
  1766. | configure:6323: $? = 0
  1767. | configure:6326: ar cru libconftest.a @conftest.lst >&5
  1768. | configure:6329: $? = 0
  1769. | configure:6334: ar cru libconftest.a @conftest.lst >&5
  1770. | C:\GC20-build\MinGW\bin\ar.exe: conftest.o: No such file or directory
  1771. | configure:6337: $? = 1
  1772. | configure:6349: result: @
  1773. | configure:6407: checking for strip
  1774. | configure:6423: found /mingw/bin/strip
  1775. | configure:6434: result: strip
  1776. | configure:6506: checking for ranlib
  1777. | configure:6522: found /mingw/bin/ranlib
  1778. | configure:6533: result: ranlib
  1779. | configure:6635: checking command to parse /mingw/bin/nm -B output from gcc object
  1780. | configure:6788: gcc -c -g -O2 conftest.c >&5
  1781. | configure:6791: $? = 0
  1782. | configure:6795: /mingw/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  1783. | configure:6798: $? = 0
  1784. | cannot find nm_test_var in conftest.nm
  1785. | configure:6788: gcc -c -g -O2 conftest.c >&5
  1786. | configure:6791: $? = 0
  1787. | configure:6795: /mingw/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  1788. | configure:6798: $? = 0
  1789. | configure:6864: gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5
  1790. | configure:6867: $? = 0
  1791. | configure:6905: result: ok
  1792. | configure:6952: checking for sysroot
  1793. | configure:6982: result: no
  1794. | configure:6989: checking for a working dd
  1795. | configure:7027: result:
  1796. | configure:7031: checking how to truncate binary pipes
  1797. | configure:7046: result: /bin/sed -e 4q
  1798. | configure:7375: checking for mt
  1799. | configure:7405: result: no
  1800. | configure:7425: checking if : is a manifest tool
  1801. | configure:7431: : '-?'
  1802. | configure:7439: result: no
  1803. | configure:8113: checking for dlfcn.h
  1804. | configure:8113: gcc -c -g -O2 conftest.c >&5
  1805. | configure:8113: $? = 0
  1806. | configure:8113: result: yes
  1807. | configure:8177: checking for as
  1808. | configure:8193: found /mingw/bin/as
  1809. | configure:8204: result: as
  1810. | configure:8269: checking for dlltool
  1811. | configure:8296: result: dlltool
  1812. | configure:8361: checking for objdump
  1813. | configure:8388: result: objdump
  1814. | configure:8666: checking for objdir
  1815. | configure:8681: result: .libs
  1816. | configure:8945: checking if gcc supports -fno-rtti -fno-exceptions
  1817. | configure:8963: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  1818. | cc1.exe: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  1819. | configure:8967: $? = 0
  1820. | configure:8980: result: no
  1821. | configure:9338: checking for gcc option to produce PIC
  1822. | configure:9345: result: -DDLL_EXPORT -DPIC
  1823. | configure:9353: checking if gcc PIC flag -DDLL_EXPORT -DPIC works
  1824. | configure:9371: gcc -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
  1825. | configure:9375: $? = 0
  1826. | configure:9388: result: yes
  1827. | configure:9417: checking if gcc static flag -static works
  1828. | configure:9445: result: yes
  1829. | configure:9460: checking if gcc supports -c -o file.o
  1830. | configure:9481: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  1831. | configure:9485: $? = 0
  1832. | configure:9507: result: yes
  1833. | configure:9515: checking if gcc supports -c -o file.o
  1834. | configure:9562: result: yes
  1835. | configure:9595: checking whether the gcc linker (c:/gc20-build/mingw/mingw32/bin/ld.exe) supports shared libraries
  1836. | configure:10854: result: yes
  1837. | configure:10891: checking whether -lc should be explicitly linked in
  1838. | configure:10899: gcc -c -g -O2 conftest.c >&5
  1839. | configure:10902: $? = 0
  1840. | configure:10917: gcc -shared conftest.o -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  1841. | configure:10920: $? = 1
  1842. | configure:10934: result: yes
  1843. | configure:11094: checking dynamic linker characteristics
  1844. | configure:11912: result: Win32 ld.exe
  1845. | configure:12034: checking how to hardcode library paths into programs
  1846. | configure:12059: result: immediate
  1847. | configure:12607: checking whether stripping libraries is possible
  1848. | configure:12612: result: yes
  1849. | configure:12647: checking if libtool supports shared libraries
  1850. | configure:12649: result: yes
  1851. | configure:12652: checking whether to build shared libraries
  1852. | configure:12677: result: yes
  1853. | configure:12680: checking whether to build static libraries
  1854. | configure:12684: result: yes
  1855. | configure:12722: checking for egrep
  1856. | configure:12784: result: /bin/grep -E
  1857. | configure:12793: checking whether ln -s works
  1858. | configure:12800: result: no, using cp -pR
  1859. | configure:12810: checking whether make sets $(MAKE)
  1860. | configure:12832: result: yes
  1861. | configure:12866: checking for ld used by gcc
  1862. | configure:12933: result: c:/gc20-build/mingw/mingw32/bin/ld.exe
  1863. | configure:12940: checking if the linker (c:/gc20-build/mingw/mingw32/bin/ld.exe) is GNU ld
  1864. | configure:12955: result: yes
  1865. | configure:12962: checking for shared library run path origin
  1866. | configure:12975: result: done
  1867. | configure:12997: checking for ANSI C header files
  1868. | configure:13101: result: yes
  1869. | configure:13113: checking for stdint.h
  1870. | configure:13113: result: yes
  1871. | configure:13113: checking for sys/types.h
  1872. | configure:13113: result: yes
  1873. | configure:13113: checking signal.h usability
  1874. | configure:13113: gcc -c -g -O2 conftest.c >&5
  1875. | configure:13113: $? = 0
  1876. | configure:13113: result: yes
  1877. | configure:13113: checking signal.h presence
  1878. | configure:13113: gcc -E conftest.c
  1879. | configure:13113: $? = 0
  1880. | configure:13113: result: yes
  1881. | configure:13113: checking for signal.h
  1882. | configure:13113: result: yes
  1883. | configure:13113: checking fcntl.h usability
  1884. | configure:13113: gcc -c -g -O2 conftest.c >&5
  1885. | configure:13113: $? = 0
  1886. | configure:13113: result: yes
  1887. | configure:13113: checking fcntl.h presence
  1888. | configure:13113: gcc -E conftest.c
  1889. | configure:13113: $? = 0
  1890. | configure:13113: result: yes
  1891. | configure:13113: checking for fcntl.h
  1892. | configure:13113: result: yes
  1893. | configure:13113: checking malloc.h usability
  1894. | configure:13113: gcc -c -g -O2 conftest.c >&5
  1895. | configure:13113: $? = 0
  1896. | configure:13113: result: yes
  1897. | configure:13113: checking malloc.h presence
  1898. | configure:13113: gcc -E conftest.c
  1899. | configure:13113: $? = 0
  1900. | configure:13113: result: yes
  1901. | configure:13113: checking for malloc.h
  1902. | configure:13113: result: yes
  1903. | configure:13113: checking locale.h usability
  1904. | configure:13113: gcc -c -g -O2 conftest.c >&5
  1905. | configure:13113: $? = 0
  1906. | configure:13113: result: yes
  1907. | configure:13113: checking locale.h presence
  1908. | configure:13113: gcc -E conftest.c
  1909. | configure:13113: $? = 0
  1910. | configure:13113: result: yes
  1911. | configure:13113: checking for locale.h
  1912. | configure:13113: result: yes
  1913. | configure:13113: checking stddef.h usability
  1914. | configure:13113: gcc -c -g -O2 conftest.c >&5
  1915. | configure:13113: $? = 0
  1916. | configure:13113: result: yes
  1917. | configure:13113: checking stddef.h presence
  1918. | configure:13113: gcc -E conftest.c
  1919. | configure:13113: $? = 0
  1920. | configure:13113: result: yes
  1921. | configure:13113: checking for stddef.h
  1922. | configure:13113: result: yes
  1923. | configure:13113: checking wchar.h usability
  1924. | configure:13113: gcc -c -g -O2 conftest.c >&5
  1925. | configure:13113: $? = 0
  1926. | configure:13113: result: yes
  1927. | configure:13113: checking wchar.h presence
  1928. | configure:13113: gcc -E conftest.c
  1929. | configure:13113: $? = 0
  1930. | configure:13113: result: yes
  1931. | configure:13113: checking for wchar.h
  1932. | configure:13113: result: yes
  1933. | configure:13113: checking for dlfcn.h
  1934. | configure:13113: result: yes
  1935. | configure:13113: checking sys/time.h usability
  1936. | configure:13113: gcc -c -g -O2 conftest.c >&5
  1937. | configure:13113: $? = 0
  1938. | configure:13113: result: yes
  1939. | configure:13113: checking sys/time.h presence
  1940. | configure:13113: gcc -E conftest.c
  1941. | configure:13113: $? = 0
  1942. | configure:13113: result: yes
  1943. | configure:13113: checking for sys/time.h
  1944. | configure:13113: result: yes
  1945. | configure:13126: checking for an ANSI C-conforming const
  1946. | configure:13192: gcc -c -g -O2 conftest.c >&5
  1947. | configure:13192: $? = 0
  1948. | configure:13199: result: yes
  1949. | configure:13207: checking whether byte ordering is bigendian
  1950. | configure:13222: gcc -c -g -O2 conftest.c >&5
  1951. | conftest.c:42:9: error: unknown type name 'not'
  1952. | not a universal capable compiler
  1953. | ^
  1954. | conftest.c:42:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  1955. | not a universal capable compiler
  1956. | ^
  1957. | conftest.c:42:15: error: unknown type name 'universal'
  1958. | configure:13222: $? = 1
  1959. | configure: failed program was:
  1960. | | /* confdefs.h */
  1961. | | #define PACKAGE_NAME "GnuCOBOL"
  1962. | | #define PACKAGE_TARNAME "gnu-cobol"
  1963. | | #define PACKAGE_VERSION "2.0"
  1964. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  1965. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  1966. | | #define PACKAGE_URL "http://www.opencobol.org"
  1967. | | #define PACKAGE "gnu-cobol"
  1968. | | #define VERSION "2.0"
  1969. | | #define PATCH_LEVEL 0
  1970. | | #define MAX_CALL_FIELD_PARAMS 192
  1971. | | #define STDC_HEADERS 1
  1972. | | #define HAVE_SYS_TYPES_H 1
  1973. | | #define HAVE_SYS_STAT_H 1
  1974. | | #define HAVE_STDLIB_H 1
  1975. | | #define HAVE_STRING_H 1
  1976. | | #define HAVE_MEMORY_H 1
  1977. | | #define HAVE_STRINGS_H 1
  1978. | | #define HAVE_INTTYPES_H 1
  1979. | | #define HAVE_STDINT_H 1
  1980. | | #define HAVE_UNISTD_H 1
  1981. | | #define __EXTENSIONS__ 1
  1982. | | #define _ALL_SOURCE 1
  1983. | | #define _GNU_SOURCE 1
  1984. | | #define _POSIX_PTHREAD_SEMANTICS 1
  1985. | | #define _TANDEM_SOURCE 1
  1986. | | #define HAVE_DLFCN_H 1
  1987. | | #define LT_OBJDIR ".libs/"
  1988. | | #define STDC_HEADERS 1
  1989. | | #define HAVE_STDINT_H 1
  1990. | | #define HAVE_SYS_TYPES_H 1
  1991. | | #define HAVE_SIGNAL_H 1
  1992. | | #define HAVE_FCNTL_H 1
  1993. | | #define HAVE_MALLOC_H 1
  1994. | | #define HAVE_LOCALE_H 1
  1995. | | #define HAVE_STDDEF_H 1
  1996. | | #define HAVE_WCHAR_H 1
  1997. | | #define HAVE_DLFCN_H 1
  1998. | | #define HAVE_SYS_TIME_H 1
  1999. | | /* end confdefs.h. */
  2000. | | #ifndef __APPLE_CC__
  2001. | | not a universal capable compiler
  2002. | | #endif
  2003. | | typedef int dummy;
  2004. | |
  2005. | configure:13267: gcc -c -g -O2 conftest.c >&5
  2006. | configure:13267: $? = 0
  2007. | configure:13285: gcc -c -g -O2 conftest.c >&5
  2008. | conftest.c: In function 'main':
  2009. | conftest.c:48:4: error: unknown type name 'not'
  2010. | not big endian
  2011. | ^
  2012. | conftest.c:48:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  2013. | not big endian
  2014. | ^
  2015. | configure:13285: $? = 1
  2016. | configure: failed program was:
  2017. | | /* confdefs.h */
  2018. | | #define PACKAGE_NAME "GnuCOBOL"
  2019. | | #define PACKAGE_TARNAME "gnu-cobol"
  2020. | | #define PACKAGE_VERSION "2.0"
  2021. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  2022. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  2023. | | #define PACKAGE_URL "http://www.opencobol.org"
  2024. | | #define PACKAGE "gnu-cobol"
  2025. | | #define VERSION "2.0"
  2026. | | #define PATCH_LEVEL 0
  2027. | | #define MAX_CALL_FIELD_PARAMS 192
  2028. | | #define STDC_HEADERS 1
  2029. | | #define HAVE_SYS_TYPES_H 1
  2030. | | #define HAVE_SYS_STAT_H 1
  2031. | | #define HAVE_STDLIB_H 1
  2032. | | #define HAVE_STRING_H 1
  2033. | | #define HAVE_MEMORY_H 1
  2034. | | #define HAVE_STRINGS_H 1
  2035. | | #define HAVE_INTTYPES_H 1
  2036. | | #define HAVE_STDINT_H 1
  2037. | | #define HAVE_UNISTD_H 1
  2038. | | #define __EXTENSIONS__ 1
  2039. | | #define _ALL_SOURCE 1
  2040. | | #define _GNU_SOURCE 1
  2041. | | #define _POSIX_PTHREAD_SEMANTICS 1
  2042. | | #define _TANDEM_SOURCE 1
  2043. | | #define HAVE_DLFCN_H 1
  2044. | | #define LT_OBJDIR ".libs/"
  2045. | | #define STDC_HEADERS 1
  2046. | | #define HAVE_STDINT_H 1
  2047. | | #define HAVE_SYS_TYPES_H 1
  2048. | | #define HAVE_SIGNAL_H 1
  2049. | | #define HAVE_FCNTL_H 1
  2050. | | #define HAVE_MALLOC_H 1
  2051. | | #define HAVE_LOCALE_H 1
  2052. | | #define HAVE_STDDEF_H 1
  2053. | | #define HAVE_WCHAR_H 1
  2054. | | #define HAVE_DLFCN_H 1
  2055. | | #define HAVE_SYS_TIME_H 1
  2056. | | /* end confdefs.h. */
  2057. | | #include <sys/types.h>
  2058. | | #include <sys/param.h>
  2059. | |
  2060. | | int
  2061. | | main ()
  2062. | | {
  2063. | | #if BYTE_ORDER != BIG_ENDIAN
  2064. | | not big endian
  2065. | | #endif
  2066. | |
  2067. | | ;
  2068. | | return 0;
  2069. | | }
  2070. | configure:13413: result: no
  2071. | configure:13431: checking for size_t
  2072. | configure:13431: gcc -c -g -O2 conftest.c >&5
  2073. | configure:13431: $? = 0
  2074. | configure:13431: gcc -c -g -O2 conftest.c >&5
  2075. | conftest.c: In function 'main':
  2076. | conftest.c:77:21: error: expected expression before ')' token
  2077. | if (sizeof ((size_t)))
  2078. | ^
  2079. | configure:13431: $? = 1
  2080. | configure: failed program was:
  2081. | | /* confdefs.h */
  2082. | | #define PACKAGE_NAME "GnuCOBOL"
  2083. | | #define PACKAGE_TARNAME "gnu-cobol"
  2084. | | #define PACKAGE_VERSION "2.0"
  2085. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  2086. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  2087. | | #define PACKAGE_URL "http://www.opencobol.org"
  2088. | | #define PACKAGE "gnu-cobol"
  2089. | | #define VERSION "2.0"
  2090. | | #define PATCH_LEVEL 0
  2091. | | #define MAX_CALL_FIELD_PARAMS 192
  2092. | | #define STDC_HEADERS 1
  2093. | | #define HAVE_SYS_TYPES_H 1
  2094. | | #define HAVE_SYS_STAT_H 1
  2095. | | #define HAVE_STDLIB_H 1
  2096. | | #define HAVE_STRING_H 1
  2097. | | #define HAVE_MEMORY_H 1
  2098. | | #define HAVE_STRINGS_H 1
  2099. | | #define HAVE_INTTYPES_H 1
  2100. | | #define HAVE_STDINT_H 1
  2101. | | #define HAVE_UNISTD_H 1
  2102. | | #define __EXTENSIONS__ 1
  2103. | | #define _ALL_SOURCE 1
  2104. | | #define _GNU_SOURCE 1
  2105. | | #define _POSIX_PTHREAD_SEMANTICS 1
  2106. | | #define _TANDEM_SOURCE 1
  2107. | | #define HAVE_DLFCN_H 1
  2108. | | #define LT_OBJDIR ".libs/"
  2109. | | #define STDC_HEADERS 1
  2110. | | #define HAVE_STDINT_H 1
  2111. | | #define HAVE_SYS_TYPES_H 1
  2112. | | #define HAVE_SIGNAL_H 1
  2113. | | #define HAVE_FCNTL_H 1
  2114. | | #define HAVE_MALLOC_H 1
  2115. | | #define HAVE_LOCALE_H 1
  2116. | | #define HAVE_STDDEF_H 1
  2117. | | #define HAVE_WCHAR_H 1
  2118. | | #define HAVE_DLFCN_H 1
  2119. | | #define HAVE_SYS_TIME_H 1
  2120. | | /* end confdefs.h. */
  2121. | | #include <stdio.h>
  2122. | | #ifdef HAVE_SYS_TYPES_H
  2123. | | # include <sys/types.h>
  2124. | | #endif
  2125. | | #ifdef HAVE_SYS_STAT_H
  2126. | | # include <sys/stat.h>
  2127. | | #endif
  2128. | | #ifdef STDC_HEADERS
  2129. | | # include <stdlib.h>
  2130. | | # include <stddef.h>
  2131. | | #else
  2132. | | # ifdef HAVE_STDLIB_H
  2133. | | # include <stdlib.h>
  2134. | | # endif
  2135. | | #endif
  2136. | | #ifdef HAVE_STRING_H
  2137. | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2138. | | # include <memory.h>
  2139. | | # endif
  2140. | | # include <string.h>
  2141. | | #endif
  2142. | | #ifdef HAVE_STRINGS_H
  2143. | | # include <strings.h>
  2144. | | #endif
  2145. | | #ifdef HAVE_INTTYPES_H
  2146. | | # include <inttypes.h>
  2147. | | #endif
  2148. | | #ifdef HAVE_STDINT_H
  2149. | | # include <stdint.h>
  2150. | | #endif
  2151. | | #ifdef HAVE_UNISTD_H
  2152. | | # include <unistd.h>
  2153. | | #endif
  2154. | | int
  2155. | | main ()
  2156. | | {
  2157. | | if (sizeof ((size_t)))
  2158. | | return 0;
  2159. | | ;
  2160. | | return 0;
  2161. | | }
  2162. | configure:13431: result: yes
  2163. | configure:13442: checking whether struct tm is in sys/time.h or time.h
  2164. | configure:13462: gcc -c -g -O2 conftest.c >&5
  2165. | configure:13462: $? = 0
  2166. | configure:13469: result: time.h
  2167. | configure:13477: checking for sig_atomic_t
  2168. | configure:13477: gcc -c -g -O2 conftest.c >&5
  2169. | configure:13477: $? = 0
  2170. | configure:13477: gcc -c -g -O2 conftest.c >&5
  2171. | conftest.c: In function 'main':
  2172. | conftest.c:46:27: error: expected expression before ')' token
  2173. | if (sizeof ((sig_atomic_t)))
  2174. | ^
  2175. | configure:13477: $? = 1
  2176. | configure: failed program was:
  2177. | | /* confdefs.h */
  2178. | | #define PACKAGE_NAME "GnuCOBOL"
  2179. | | #define PACKAGE_TARNAME "gnu-cobol"
  2180. | | #define PACKAGE_VERSION "2.0"
  2181. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  2182. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  2183. | | #define PACKAGE_URL "http://www.opencobol.org"
  2184. | | #define PACKAGE "gnu-cobol"
  2185. | | #define VERSION "2.0"
  2186. | | #define PATCH_LEVEL 0
  2187. | | #define MAX_CALL_FIELD_PARAMS 192
  2188. | | #define STDC_HEADERS 1
  2189. | | #define HAVE_SYS_TYPES_H 1
  2190. | | #define HAVE_SYS_STAT_H 1
  2191. | | #define HAVE_STDLIB_H 1
  2192. | | #define HAVE_STRING_H 1
  2193. | | #define HAVE_MEMORY_H 1
  2194. | | #define HAVE_STRINGS_H 1
  2195. | | #define HAVE_INTTYPES_H 1
  2196. | | #define HAVE_STDINT_H 1
  2197. | | #define HAVE_UNISTD_H 1
  2198. | | #define __EXTENSIONS__ 1
  2199. | | #define _ALL_SOURCE 1
  2200. | | #define _GNU_SOURCE 1
  2201. | | #define _POSIX_PTHREAD_SEMANTICS 1
  2202. | | #define _TANDEM_SOURCE 1
  2203. | | #define HAVE_DLFCN_H 1
  2204. | | #define LT_OBJDIR ".libs/"
  2205. | | #define STDC_HEADERS 1
  2206. | | #define HAVE_STDINT_H 1
  2207. | | #define HAVE_SYS_TYPES_H 1
  2208. | | #define HAVE_SIGNAL_H 1
  2209. | | #define HAVE_FCNTL_H 1
  2210. | | #define HAVE_MALLOC_H 1
  2211. | | #define HAVE_LOCALE_H 1
  2212. | | #define HAVE_STDDEF_H 1
  2213. | | #define HAVE_WCHAR_H 1
  2214. | | #define HAVE_DLFCN_H 1
  2215. | | #define HAVE_SYS_TIME_H 1
  2216. | | /* end confdefs.h. */
  2217. | | #include <signal.h>
  2218. | |
  2219. | | int
  2220. | | main ()
  2221. | | {
  2222. | | if (sizeof ((sig_atomic_t)))
  2223. | | return 0;
  2224. | | ;
  2225. | | return 0;
  2226. | | }
  2227. | configure:13477: result: yes
  2228. | configure:13491: checking for inline keyword
  2229. | configure:13515: gcc -c -g -O2 conftest.c >&5
  2230. | configure:13515: $? = 0
  2231. | configure:13523: result: __inline
  2232. | configure:13531: checking for vprintf
  2233. | configure:13531: gcc -o conftest.exe -g -O2 conftest.c >&5
  2234. | conftest.c:66:6: warning: conflicting types for built-in function 'vprintf'
  2235. | char vprintf ();
  2236. | ^
  2237. | configure:13531: $? = 0
  2238. | configure:13531: result: yes
  2239. | configure:13537: checking for _doprnt
  2240. | configure:13537: gcc -o conftest.exe -g -O2 conftest.c >&5
  2241. | C:\Users\Prim\AppData\Local\Temp\cceucIKd.o: In function `main':
  2242. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:78: undefined reference to `_doprnt'
  2243. | collect2.exe: error: ld returned 1 exit status
  2244. | configure:13537: $? = 1
  2245. | configure: failed program was:
  2246. | | /* confdefs.h */
  2247. | | #define PACKAGE_NAME "GnuCOBOL"
  2248. | | #define PACKAGE_TARNAME "gnu-cobol"
  2249. | | #define PACKAGE_VERSION "2.0"
  2250. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  2251. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  2252. | | #define PACKAGE_URL "http://www.opencobol.org"
  2253. | | #define PACKAGE "gnu-cobol"
  2254. | | #define VERSION "2.0"
  2255. | | #define PATCH_LEVEL 0
  2256. | | #define MAX_CALL_FIELD_PARAMS 192
  2257. | | #define STDC_HEADERS 1
  2258. | | #define HAVE_SYS_TYPES_H 1
  2259. | | #define HAVE_SYS_STAT_H 1
  2260. | | #define HAVE_STDLIB_H 1
  2261. | | #define HAVE_STRING_H 1
  2262. | | #define HAVE_MEMORY_H 1
  2263. | | #define HAVE_STRINGS_H 1
  2264. | | #define HAVE_INTTYPES_H 1
  2265. | | #define HAVE_STDINT_H 1
  2266. | | #define HAVE_UNISTD_H 1
  2267. | | #define __EXTENSIONS__ 1
  2268. | | #define _ALL_SOURCE 1
  2269. | | #define _GNU_SOURCE 1
  2270. | | #define _POSIX_PTHREAD_SEMANTICS 1
  2271. | | #define _TANDEM_SOURCE 1
  2272. | | #define HAVE_DLFCN_H 1
  2273. | | #define LT_OBJDIR ".libs/"
  2274. | | #define STDC_HEADERS 1
  2275. | | #define HAVE_STDINT_H 1
  2276. | | #define HAVE_SYS_TYPES_H 1
  2277. | | #define HAVE_SIGNAL_H 1
  2278. | | #define HAVE_FCNTL_H 1
  2279. | | #define HAVE_MALLOC_H 1
  2280. | | #define HAVE_LOCALE_H 1
  2281. | | #define HAVE_STDDEF_H 1
  2282. | | #define HAVE_WCHAR_H 1
  2283. | | #define HAVE_DLFCN_H 1
  2284. | | #define HAVE_SYS_TIME_H 1
  2285. | | #define HAVE_SIG_ATOMIC_T 1
  2286. | | #define COB_KEYWORD_INLINE __inline
  2287. | | #define HAVE_VPRINTF 1
  2288. | | /* end confdefs.h. */
  2289. | | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  2290. | | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2291. | | #define _doprnt innocuous__doprnt
  2292. | |
  2293. | | /* System header to define __stub macros and hopefully few prototypes,
  2294. | | which can conflict with char _doprnt (); below.
  2295. | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2296. | | <limits.h> exists even on freestanding compilers. */
  2297. | |
  2298. | | #ifdef __STDC__
  2299. | | # include <limits.h>
  2300. | | #else
  2301. | | # include <assert.h>
  2302. | | #endif
  2303. | |
  2304. | | #undef _doprnt
  2305. | |
  2306. | | /* Override any GCC internal prototype to avoid an error.
  2307. | | Use char because int might match the return type of a GCC
  2308. | | builtin and then its argument prototype would still apply. */
  2309. | | #ifdef __cplusplus
  2310. | | extern "C"
  2311. | | #endif
  2312. | | char _doprnt ();
  2313. | | /* The GNU C library defines this for functions which it implements
  2314. | | to always fail with ENOSYS. Some functions are actually named
  2315. | | something starting with __ and the normal name is an alias. */
  2316. | | #if defined __stub__doprnt || defined __stub____doprnt
  2317. | | choke me
  2318. | | #endif
  2319. | |
  2320. | | int
  2321. | | main ()
  2322. | | {
  2323. | | return _doprnt ();
  2324. | | ;
  2325. | | return 0;
  2326. | | }
  2327. | configure:13537: result: no
  2328. | configure:13554: checking for memmove
  2329. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  2330. | conftest.c:67:6: warning: conflicting types for built-in function 'memmove'
  2331. | char memmove ();
  2332. | ^
  2333. | configure:13554: $? = 0
  2334. | configure:13554: result: yes
  2335. | configure:13554: checking for memset
  2336. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  2337. | conftest.c:68:6: warning: conflicting types for built-in function 'memset'
  2338. | char memset ();
  2339. | ^
  2340. | configure:13554: $? = 0
  2341. | configure:13554: result: yes
  2342. | configure:13554: checking for setlocale
  2343. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  2344. | configure:13554: $? = 0
  2345. | configure:13554: result: yes
  2346. | configure:13554: checking for fcntl
  2347. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  2348. | C:\Users\Prim\AppData\Local\Temp\cc2eZRv4.o: In function `main':
  2349. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:81: undefined reference to `fcntl'
  2350. | collect2.exe: error: ld returned 1 exit status
  2351. | configure:13554: $? = 1
  2352. | configure: failed program was:
  2353. | | /* confdefs.h */
  2354. | | #define PACKAGE_NAME "GnuCOBOL"
  2355. | | #define PACKAGE_TARNAME "gnu-cobol"
  2356. | | #define PACKAGE_VERSION "2.0"
  2357. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  2358. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  2359. | | #define PACKAGE_URL "http://www.opencobol.org"
  2360. | | #define PACKAGE "gnu-cobol"
  2361. | | #define VERSION "2.0"
  2362. | | #define PATCH_LEVEL 0
  2363. | | #define MAX_CALL_FIELD_PARAMS 192
  2364. | | #define STDC_HEADERS 1
  2365. | | #define HAVE_SYS_TYPES_H 1
  2366. | | #define HAVE_SYS_STAT_H 1
  2367. | | #define HAVE_STDLIB_H 1
  2368. | | #define HAVE_STRING_H 1
  2369. | | #define HAVE_MEMORY_H 1
  2370. | | #define HAVE_STRINGS_H 1
  2371. | | #define HAVE_INTTYPES_H 1
  2372. | | #define HAVE_STDINT_H 1
  2373. | | #define HAVE_UNISTD_H 1
  2374. | | #define __EXTENSIONS__ 1
  2375. | | #define _ALL_SOURCE 1
  2376. | | #define _GNU_SOURCE 1
  2377. | | #define _POSIX_PTHREAD_SEMANTICS 1
  2378. | | #define _TANDEM_SOURCE 1
  2379. | | #define HAVE_DLFCN_H 1
  2380. | | #define LT_OBJDIR ".libs/"
  2381. | | #define STDC_HEADERS 1
  2382. | | #define HAVE_STDINT_H 1
  2383. | | #define HAVE_SYS_TYPES_H 1
  2384. | | #define HAVE_SIGNAL_H 1
  2385. | | #define HAVE_FCNTL_H 1
  2386. | | #define HAVE_MALLOC_H 1
  2387. | | #define HAVE_LOCALE_H 1
  2388. | | #define HAVE_STDDEF_H 1
  2389. | | #define HAVE_WCHAR_H 1
  2390. | | #define HAVE_DLFCN_H 1
  2391. | | #define HAVE_SYS_TIME_H 1
  2392. | | #define HAVE_SIG_ATOMIC_T 1
  2393. | | #define COB_KEYWORD_INLINE __inline
  2394. | | #define HAVE_VPRINTF 1
  2395. | | #define HAVE_MEMMOVE 1
  2396. | | #define HAVE_MEMSET 1
  2397. | | #define HAVE_SETLOCALE 1
  2398. | | /* end confdefs.h. */
  2399. | | /* Define fcntl to an innocuous variant, in case <limits.h> declares fcntl.
  2400. | | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2401. | | #define fcntl innocuous_fcntl
  2402. | |
  2403. | | /* System header to define __stub macros and hopefully few prototypes,
  2404. | | which can conflict with char fcntl (); below.
  2405. | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2406. | | <limits.h> exists even on freestanding compilers. */
  2407. | |
  2408. | | #ifdef __STDC__
  2409. | | # include <limits.h>
  2410. | | #else
  2411. | | # include <assert.h>
  2412. | | #endif
  2413. | |
  2414. | | #undef fcntl
  2415. | |
  2416. | | /* Override any GCC internal prototype to avoid an error.
  2417. | | Use char because int might match the return type of a GCC
  2418. | | builtin and then its argument prototype would still apply. */
  2419. | | #ifdef __cplusplus
  2420. | | extern "C"
  2421. | | #endif
  2422. | | char fcntl ();
  2423. | | /* The GNU C library defines this for functions which it implements
  2424. | | to always fail with ENOSYS. Some functions are actually named
  2425. | | something starting with __ and the normal name is an alias. */
  2426. | | #if defined __stub_fcntl || defined __stub___fcntl
  2427. | | choke me
  2428. | | #endif
  2429. | |
  2430. | | int
  2431. | | main ()
  2432. | | {
  2433. | | return fcntl ();
  2434. | | ;
  2435. | | return 0;
  2436. | | }
  2437. | configure:13554: result: no
  2438. | configure:13554: checking for strerror
  2439. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  2440. | configure:13554: $? = 0
  2441. | configure:13554: result: yes
  2442. | configure:13554: checking for strcasecmp
  2443. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  2444. | conftest.c:71:6: warning: conflicting types for built-in function 'strcasecmp'
  2445. | char strcasecmp ();
  2446. | ^
  2447. | configure:13554: $? = 0
  2448. | configure:13554: result: yes
  2449. | configure:13554: checking for strchr
  2450. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  2451. | conftest.c:72:6: warning: conflicting types for built-in function 'strchr'
  2452. | char strchr ();
  2453. | ^
  2454. | configure:13554: $? = 0
  2455. | configure:13554: result: yes
  2456. | configure:13554: checking for strrchr
  2457. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  2458. | conftest.c:73:6: warning: conflicting types for built-in function 'strrchr'
  2459. | char strrchr ();
  2460. | ^
  2461. | configure:13554: $? = 0
  2462. | configure:13554: result: yes
  2463. | configure:13554: checking for strdup
  2464. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  2465. | conftest.c:74:6: warning: conflicting types for built-in function 'strdup'
  2466. | char strdup ();
  2467. | ^
  2468. | configure:13554: $? = 0
  2469. | configure:13554: result: yes
  2470. | configure:13554: checking for strstr
  2471. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  2472. | conftest.c:75:6: warning: conflicting types for built-in function 'strstr'
  2473. | char strstr ();
  2474. | ^
  2475. | configure:13554: $? = 0
  2476. | configure:13554: result: yes
  2477. | configure:13554: checking for strtol
  2478. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  2479. | configure:13554: $? = 0
  2480. | configure:13554: result: yes
  2481. | configure:13554: checking for gettimeofday
  2482. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  2483. | configure:13554: $? = 0
  2484. | configure:13554: result: yes
  2485. | configure:13554: checking for localeconv
  2486. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  2487. | configure:13554: $? = 0
  2488. | configure:13554: result: yes
  2489. | configure:13554: checking for readlink
  2490. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  2491. | C:\Users\Prim\AppData\Local\Temp\cccK5zTu.o: In function `main':
  2492. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:90: undefined reference to `readlink'
  2493. | collect2.exe: error: ld returned 1 exit status
  2494. | configure:13554: $? = 1
  2495. | configure: failed program was:
  2496. | | /* confdefs.h */
  2497. | | #define PACKAGE_NAME "GnuCOBOL"
  2498. | | #define PACKAGE_TARNAME "gnu-cobol"
  2499. | | #define PACKAGE_VERSION "2.0"
  2500. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  2501. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  2502. | | #define PACKAGE_URL "http://www.opencobol.org"
  2503. | | #define PACKAGE "gnu-cobol"
  2504. | | #define VERSION "2.0"
  2505. | | #define PATCH_LEVEL 0
  2506. | | #define MAX_CALL_FIELD_PARAMS 192
  2507. | | #define STDC_HEADERS 1
  2508. | | #define HAVE_SYS_TYPES_H 1
  2509. | | #define HAVE_SYS_STAT_H 1
  2510. | | #define HAVE_STDLIB_H 1
  2511. | | #define HAVE_STRING_H 1
  2512. | | #define HAVE_MEMORY_H 1
  2513. | | #define HAVE_STRINGS_H 1
  2514. | | #define HAVE_INTTYPES_H 1
  2515. | | #define HAVE_STDINT_H 1
  2516. | | #define HAVE_UNISTD_H 1
  2517. | | #define __EXTENSIONS__ 1
  2518. | | #define _ALL_SOURCE 1
  2519. | | #define _GNU_SOURCE 1
  2520. | | #define _POSIX_PTHREAD_SEMANTICS 1
  2521. | | #define _TANDEM_SOURCE 1
  2522. | | #define HAVE_DLFCN_H 1
  2523. | | #define LT_OBJDIR ".libs/"
  2524. | | #define STDC_HEADERS 1
  2525. | | #define HAVE_STDINT_H 1
  2526. | | #define HAVE_SYS_TYPES_H 1
  2527. | | #define HAVE_SIGNAL_H 1
  2528. | | #define HAVE_FCNTL_H 1
  2529. | | #define HAVE_MALLOC_H 1
  2530. | | #define HAVE_LOCALE_H 1
  2531. | | #define HAVE_STDDEF_H 1
  2532. | | #define HAVE_WCHAR_H 1
  2533. | | #define HAVE_DLFCN_H 1
  2534. | | #define HAVE_SYS_TIME_H 1
  2535. | | #define HAVE_SIG_ATOMIC_T 1
  2536. | | #define COB_KEYWORD_INLINE __inline
  2537. | | #define HAVE_VPRINTF 1
  2538. | | #define HAVE_MEMMOVE 1
  2539. | | #define HAVE_MEMSET 1
  2540. | | #define HAVE_SETLOCALE 1
  2541. | | #define HAVE_STRERROR 1
  2542. | | #define HAVE_STRCASECMP 1
  2543. | | #define HAVE_STRCHR 1
  2544. | | #define HAVE_STRRCHR 1
  2545. | | #define HAVE_STRDUP 1
  2546. | | #define HAVE_STRSTR 1
  2547. | | #define HAVE_STRTOL 1
  2548. | | #define HAVE_GETTIMEOFDAY 1
  2549. | | #define HAVE_LOCALECONV 1
  2550. | | /* end confdefs.h. */
  2551. | | /* Define readlink to an innocuous variant, in case <limits.h> declares readlink.
  2552. | | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2553. | | #define readlink innocuous_readlink
  2554. | |
  2555. | | /* System header to define __stub macros and hopefully few prototypes,
  2556. | | which can conflict with char readlink (); below.
  2557. | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2558. | | <limits.h> exists even on freestanding compilers. */
  2559. | |
  2560. | | #ifdef __STDC__
  2561. | | # include <limits.h>
  2562. | | #else
  2563. | | # include <assert.h>
  2564. | | #endif
  2565. | |
  2566. | | #undef readlink
  2567. | |
  2568. | | /* Override any GCC internal prototype to avoid an error.
  2569. | | Use char because int might match the return type of a GCC
  2570. | | builtin and then its argument prototype would still apply. */
  2571. | | #ifdef __cplusplus
  2572. | | extern "C"
  2573. | | #endif
  2574. | | char readlink ();
  2575. | | /* The GNU C library defines this for functions which it implements
  2576. | | to always fail with ENOSYS. Some functions are actually named
  2577. | | something starting with __ and the normal name is an alias. */
  2578. | | #if defined __stub_readlink || defined __stub___readlink
  2579. | | choke me
  2580. | | #endif
  2581. | |
  2582. | | int
  2583. | | main ()
  2584. | | {
  2585. | | return readlink ();
  2586. | | ;
  2587. | | return 0;
  2588. | | }
  2589. | configure:13554: result: no
  2590. | configure:13554: checking for getexecname
  2591. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  2592. | C:\Users\Prim\AppData\Local\Temp\ccWjKxAK.o: In function `main':
  2593. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:90: undefined reference to `getexecname'
  2594. | collect2.exe: error: ld returned 1 exit status
  2595. | configure:13554: $? = 1
  2596. | configure: failed program was:
  2597. | | /* confdefs.h */
  2598. | | #define PACKAGE_NAME "GnuCOBOL"
  2599. | | #define PACKAGE_TARNAME "gnu-cobol"
  2600. | | #define PACKAGE_VERSION "2.0"
  2601. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  2602. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  2603. | | #define PACKAGE_URL "http://www.opencobol.org"
  2604. | | #define PACKAGE "gnu-cobol"
  2605. | | #define VERSION "2.0"
  2606. | | #define PATCH_LEVEL 0
  2607. | | #define MAX_CALL_FIELD_PARAMS 192
  2608. | | #define STDC_HEADERS 1
  2609. | | #define HAVE_SYS_TYPES_H 1
  2610. | | #define HAVE_SYS_STAT_H 1
  2611. | | #define HAVE_STDLIB_H 1
  2612. | | #define HAVE_STRING_H 1
  2613. | | #define HAVE_MEMORY_H 1
  2614. | | #define HAVE_STRINGS_H 1
  2615. | | #define HAVE_INTTYPES_H 1
  2616. | | #define HAVE_STDINT_H 1
  2617. | | #define HAVE_UNISTD_H 1
  2618. | | #define __EXTENSIONS__ 1
  2619. | | #define _ALL_SOURCE 1
  2620. | | #define _GNU_SOURCE 1
  2621. | | #define _POSIX_PTHREAD_SEMANTICS 1
  2622. | | #define _TANDEM_SOURCE 1
  2623. | | #define HAVE_DLFCN_H 1
  2624. | | #define LT_OBJDIR ".libs/"
  2625. | | #define STDC_HEADERS 1
  2626. | | #define HAVE_STDINT_H 1
  2627. | | #define HAVE_SYS_TYPES_H 1
  2628. | | #define HAVE_SIGNAL_H 1
  2629. | | #define HAVE_FCNTL_H 1
  2630. | | #define HAVE_MALLOC_H 1
  2631. | | #define HAVE_LOCALE_H 1
  2632. | | #define HAVE_STDDEF_H 1
  2633. | | #define HAVE_WCHAR_H 1
  2634. | | #define HAVE_DLFCN_H 1
  2635. | | #define HAVE_SYS_TIME_H 1
  2636. | | #define HAVE_SIG_ATOMIC_T 1
  2637. | | #define COB_KEYWORD_INLINE __inline
  2638. | | #define HAVE_VPRINTF 1
  2639. | | #define HAVE_MEMMOVE 1
  2640. | | #define HAVE_MEMSET 1
  2641. | | #define HAVE_SETLOCALE 1
  2642. | | #define HAVE_STRERROR 1
  2643. | | #define HAVE_STRCASECMP 1
  2644. | | #define HAVE_STRCHR 1
  2645. | | #define HAVE_STRRCHR 1
  2646. | | #define HAVE_STRDUP 1
  2647. | | #define HAVE_STRSTR 1
  2648. | | #define HAVE_STRTOL 1
  2649. | | #define HAVE_GETTIMEOFDAY 1
  2650. | | #define HAVE_LOCALECONV 1
  2651. | | /* end confdefs.h. */
  2652. | | /* Define getexecname to an innocuous variant, in case <limits.h> declares getexecname.
  2653. | | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2654. | | #define getexecname innocuous_getexecname
  2655. | |
  2656. | | /* System header to define __stub macros and hopefully few prototypes,
  2657. | | which can conflict with char getexecname (); below.
  2658. | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2659. | | <limits.h> exists even on freestanding compilers. */
  2660. | |
  2661. | | #ifdef __STDC__
  2662. | | # include <limits.h>
  2663. | | #else
  2664. | | # include <assert.h>
  2665. | | #endif
  2666. | |
  2667. | | #undef getexecname
  2668. | |
  2669. | | /* Override any GCC internal prototype to avoid an error.
  2670. | | Use char because int might match the return type of a GCC
  2671. | | builtin and then its argument prototype would still apply. */
  2672. | | #ifdef __cplusplus
  2673. | | extern "C"
  2674. | | #endif
  2675. | | char getexecname ();
  2676. | | /* The GNU C library defines this for functions which it implements
  2677. | | to always fail with ENOSYS. Some functions are actually named
  2678. | | something starting with __ and the normal name is an alias. */
  2679. | | #if defined __stub_getexecname || defined __stub___getexecname
  2680. | | choke me
  2681. | | #endif
  2682. | |
  2683. | | int
  2684. | | main ()
  2685. | | {
  2686. | | return getexecname ();
  2687. | | ;
  2688. | | return 0;
  2689. | | }
  2690. | configure:13554: result: no
  2691. | configure:13554: checking for canonicalize_file_name
  2692. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  2693. | C:\Users\Prim\AppData\Local\Temp\cciGybGK.o: In function `main':
  2694. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:90: undefined reference to `canonicalize_file_name'
  2695. | collect2.exe: error: ld returned 1 exit status
  2696. | configure:13554: $? = 1
  2697. | configure: failed program was:
  2698. | | /* confdefs.h */
  2699. | | #define PACKAGE_NAME "GnuCOBOL"
  2700. | | #define PACKAGE_TARNAME "gnu-cobol"
  2701. | | #define PACKAGE_VERSION "2.0"
  2702. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  2703. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  2704. | | #define PACKAGE_URL "http://www.opencobol.org"
  2705. | | #define PACKAGE "gnu-cobol"
  2706. | | #define VERSION "2.0"
  2707. | | #define PATCH_LEVEL 0
  2708. | | #define MAX_CALL_FIELD_PARAMS 192
  2709. | | #define STDC_HEADERS 1
  2710. | | #define HAVE_SYS_TYPES_H 1
  2711. | | #define HAVE_SYS_STAT_H 1
  2712. | | #define HAVE_STDLIB_H 1
  2713. | | #define HAVE_STRING_H 1
  2714. | | #define HAVE_MEMORY_H 1
  2715. | | #define HAVE_STRINGS_H 1
  2716. | | #define HAVE_INTTYPES_H 1
  2717. | | #define HAVE_STDINT_H 1
  2718. | | #define HAVE_UNISTD_H 1
  2719. | | #define __EXTENSIONS__ 1
  2720. | | #define _ALL_SOURCE 1
  2721. | | #define _GNU_SOURCE 1
  2722. | | #define _POSIX_PTHREAD_SEMANTICS 1
  2723. | | #define _TANDEM_SOURCE 1
  2724. | | #define HAVE_DLFCN_H 1
  2725. | | #define LT_OBJDIR ".libs/"
  2726. | | #define STDC_HEADERS 1
  2727. | | #define HAVE_STDINT_H 1
  2728. | | #define HAVE_SYS_TYPES_H 1
  2729. | | #define HAVE_SIGNAL_H 1
  2730. | | #define HAVE_FCNTL_H 1
  2731. | | #define HAVE_MALLOC_H 1
  2732. | | #define HAVE_LOCALE_H 1
  2733. | | #define HAVE_STDDEF_H 1
  2734. | | #define HAVE_WCHAR_H 1
  2735. | | #define HAVE_DLFCN_H 1
  2736. | | #define HAVE_SYS_TIME_H 1
  2737. | | #define HAVE_SIG_ATOMIC_T 1
  2738. | | #define COB_KEYWORD_INLINE __inline
  2739. | | #define HAVE_VPRINTF 1
  2740. | | #define HAVE_MEMMOVE 1
  2741. | | #define HAVE_MEMSET 1
  2742. | | #define HAVE_SETLOCALE 1
  2743. | | #define HAVE_STRERROR 1
  2744. | | #define HAVE_STRCASECMP 1
  2745. | | #define HAVE_STRCHR 1
  2746. | | #define HAVE_STRRCHR 1
  2747. | | #define HAVE_STRDUP 1
  2748. | | #define HAVE_STRSTR 1
  2749. | | #define HAVE_STRTOL 1
  2750. | | #define HAVE_GETTIMEOFDAY 1
  2751. | | #define HAVE_LOCALECONV 1
  2752. | | /* end confdefs.h. */
  2753. | | /* Define canonicalize_file_name to an innocuous variant, in case <limits.h> declares canonicalize_file_name.
  2754. | | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2755. | | #define canonicalize_file_name innocuous_canonicalize_file_name
  2756. | |
  2757. | | /* System header to define __stub macros and hopefully few prototypes,
  2758. | | which can conflict with char canonicalize_file_name (); below.
  2759. | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2760. | | <limits.h> exists even on freestanding compilers. */
  2761. | |
  2762. | | #ifdef __STDC__
  2763. | | # include <limits.h>
  2764. | | #else
  2765. | | # include <assert.h>
  2766. | | #endif
  2767. | |
  2768. | | #undef canonicalize_file_name
  2769. | |
  2770. | | /* Override any GCC internal prototype to avoid an error.
  2771. | | Use char because int might match the return type of a GCC
  2772. | | builtin and then its argument prototype would still apply. */
  2773. | | #ifdef __cplusplus
  2774. | | extern "C"
  2775. | | #endif
  2776. | | char canonicalize_file_name ();
  2777. | | /* The GNU C library defines this for functions which it implements
  2778. | | to always fail with ENOSYS. Some functions are actually named
  2779. | | something starting with __ and the normal name is an alias. */
  2780. | | #if defined __stub_canonicalize_file_name || defined __stub___canonicalize_file_name
  2781. | | choke me
  2782. | | #endif
  2783. | |
  2784. | | int
  2785. | | main ()
  2786. | | {
  2787. | | return canonicalize_file_name ();
  2788. | | ;
  2789. | | return 0;
  2790. | | }
  2791. | configure:13554: result: no
  2792. | configure:13554: checking for realpath
  2793. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  2794. | C:\Users\Prim\AppData\Local\Temp\ccCAa7i9.o: In function `main':
  2795. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:90: undefined reference to `realpath'
  2796. | collect2.exe: error: ld returned 1 exit status
  2797. | configure:13554: $? = 1
  2798. | configure: failed program was:
  2799. | | /* confdefs.h */
  2800. | | #define PACKAGE_NAME "GnuCOBOL"
  2801. | | #define PACKAGE_TARNAME "gnu-cobol"
  2802. | | #define PACKAGE_VERSION "2.0"
  2803. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  2804. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  2805. | | #define PACKAGE_URL "http://www.opencobol.org"
  2806. | | #define PACKAGE "gnu-cobol"
  2807. | | #define VERSION "2.0"
  2808. | | #define PATCH_LEVEL 0
  2809. | | #define MAX_CALL_FIELD_PARAMS 192
  2810. | | #define STDC_HEADERS 1
  2811. | | #define HAVE_SYS_TYPES_H 1
  2812. | | #define HAVE_SYS_STAT_H 1
  2813. | | #define HAVE_STDLIB_H 1
  2814. | | #define HAVE_STRING_H 1
  2815. | | #define HAVE_MEMORY_H 1
  2816. | | #define HAVE_STRINGS_H 1
  2817. | | #define HAVE_INTTYPES_H 1
  2818. | | #define HAVE_STDINT_H 1
  2819. | | #define HAVE_UNISTD_H 1
  2820. | | #define __EXTENSIONS__ 1
  2821. | | #define _ALL_SOURCE 1
  2822. | | #define _GNU_SOURCE 1
  2823. | | #define _POSIX_PTHREAD_SEMANTICS 1
  2824. | | #define _TANDEM_SOURCE 1
  2825. | | #define HAVE_DLFCN_H 1
  2826. | | #define LT_OBJDIR ".libs/"
  2827. | | #define STDC_HEADERS 1
  2828. | | #define HAVE_STDINT_H 1
  2829. | | #define HAVE_SYS_TYPES_H 1
  2830. | | #define HAVE_SIGNAL_H 1
  2831. | | #define HAVE_FCNTL_H 1
  2832. | | #define HAVE_MALLOC_H 1
  2833. | | #define HAVE_LOCALE_H 1
  2834. | | #define HAVE_STDDEF_H 1
  2835. | | #define HAVE_WCHAR_H 1
  2836. | | #define HAVE_DLFCN_H 1
  2837. | | #define HAVE_SYS_TIME_H 1
  2838. | | #define HAVE_SIG_ATOMIC_T 1
  2839. | | #define COB_KEYWORD_INLINE __inline
  2840. | | #define HAVE_VPRINTF 1
  2841. | | #define HAVE_MEMMOVE 1
  2842. | | #define HAVE_MEMSET 1
  2843. | | #define HAVE_SETLOCALE 1
  2844. | | #define HAVE_STRERROR 1
  2845. | | #define HAVE_STRCASECMP 1
  2846. | | #define HAVE_STRCHR 1
  2847. | | #define HAVE_STRRCHR 1
  2848. | | #define HAVE_STRDUP 1
  2849. | | #define HAVE_STRSTR 1
  2850. | | #define HAVE_STRTOL 1
  2851. | | #define HAVE_GETTIMEOFDAY 1
  2852. | | #define HAVE_LOCALECONV 1
  2853. | | /* end confdefs.h. */
  2854. | | /* Define realpath to an innocuous variant, in case <limits.h> declares realpath.
  2855. | | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2856. | | #define realpath innocuous_realpath
  2857. | |
  2858. | | /* System header to define __stub macros and hopefully few prototypes,
  2859. | | which can conflict with char realpath (); below.
  2860. | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2861. | | <limits.h> exists even on freestanding compilers. */
  2862. | |
  2863. | | #ifdef __STDC__
  2864. | | # include <limits.h>
  2865. | | #else
  2866. | | # include <assert.h>
  2867. | | #endif
  2868. | |
  2869. | | #undef realpath
  2870. | |
  2871. | | /* Override any GCC internal prototype to avoid an error.
  2872. | | Use char because int might match the return type of a GCC
  2873. | | builtin and then its argument prototype would still apply. */
  2874. | | #ifdef __cplusplus
  2875. | | extern "C"
  2876. | | #endif
  2877. | | char realpath ();
  2878. | | /* The GNU C library defines this for functions which it implements
  2879. | | to always fail with ENOSYS. Some functions are actually named
  2880. | | something starting with __ and the normal name is an alias. */
  2881. | | #if defined __stub_realpath || defined __stub___realpath
  2882. | | choke me
  2883. | | #endif
  2884. | |
  2885. | | int
  2886. | | main ()
  2887. | | {
  2888. | | return realpath ();
  2889. | | ;
  2890. | | return 0;
  2891. | | }
  2892. | configure:13554: result: no
  2893. | configure:13554: checking for strcoll
  2894. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  2895. | configure:13554: $? = 0
  2896. | configure:13554: result: yes
  2897. | configure:13554: checking for strxfrm
  2898. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  2899. | configure:13554: $? = 0
  2900. | configure:13554: result: yes
  2901. | configure:13554: checking for setenv
  2902. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  2903. | configure:13554: $? = 0
  2904. | configure:13554: result: yes
  2905. | configure:13554: checking for raise
  2906. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  2907. | configure:13554: $? = 0
  2908. | configure:13554: result: yes
  2909. | configure:13565: checking for timezone variable access
  2910. | configure:13578: gcc -c -g -O2 conftest.c >&5
  2911. | configure:13578: $? = 0
  2912. | configure:13580: result: yes
  2913. | configure:13589: checking for designated initializers
  2914. | configure:13605: gcc -c -g -O2 conftest.c >&5
  2915. | configure:13605: $? = 0
  2916. | configure:13607: result: yes
  2917. | configure:13643: gcc -o conftest.exe -g -O2 conftest.c >&5
  2918. | configure:13643: $? = 0
  2919. | configure:13643: ./conftest.exe
  2920. | configure:13643: $? = 0
  2921. | configure:13673: gcc -o conftest.exe -g -O2 conftest.c >&5
  2922. | configure:13673: $? = 0
  2923. | configure:13673: ./conftest.exe
  2924. | configure:13673: $? = 0
  2925. | configure:13703: gcc -o conftest.exe -g -O2 conftest.c >&5
  2926. | configure:13703: $? = 0
  2927. | configure:13703: ./conftest.exe
  2928. | configure:13703: $? = 1
  2929. | configure: program exited with status 1
  2930. | configure: failed program was:
  2931. | | /* confdefs.h */
  2932. | | #define PACKAGE_NAME "GnuCOBOL"
  2933. | | #define PACKAGE_TARNAME "gnu-cobol"
  2934. | | #define PACKAGE_VERSION "2.0"
  2935. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  2936. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  2937. | | #define PACKAGE_URL "http://www.opencobol.org"
  2938. | | #define PACKAGE "gnu-cobol"
  2939. | | #define VERSION "2.0"
  2940. | | #define PATCH_LEVEL 0
  2941. | | #define MAX_CALL_FIELD_PARAMS 192
  2942. | | #define STDC_HEADERS 1
  2943. | | #define HAVE_SYS_TYPES_H 1
  2944. | | #define HAVE_SYS_STAT_H 1
  2945. | | #define HAVE_STDLIB_H 1
  2946. | | #define HAVE_STRING_H 1
  2947. | | #define HAVE_MEMORY_H 1
  2948. | | #define HAVE_STRINGS_H 1
  2949. | | #define HAVE_INTTYPES_H 1
  2950. | | #define HAVE_STDINT_H 1
  2951. | | #define HAVE_UNISTD_H 1
  2952. | | #define __EXTENSIONS__ 1
  2953. | | #define _ALL_SOURCE 1
  2954. | | #define _GNU_SOURCE 1
  2955. | | #define _POSIX_PTHREAD_SEMANTICS 1
  2956. | | #define _TANDEM_SOURCE 1
  2957. | | #define HAVE_DLFCN_H 1
  2958. | | #define LT_OBJDIR ".libs/"
  2959. | | #define STDC_HEADERS 1
  2960. | | #define HAVE_STDINT_H 1
  2961. | | #define HAVE_SYS_TYPES_H 1
  2962. | | #define HAVE_SIGNAL_H 1
  2963. | | #define HAVE_FCNTL_H 1
  2964. | | #define HAVE_MALLOC_H 1
  2965. | | #define HAVE_LOCALE_H 1
  2966. | | #define HAVE_STDDEF_H 1
  2967. | | #define HAVE_WCHAR_H 1
  2968. | | #define HAVE_DLFCN_H 1
  2969. | | #define HAVE_SYS_TIME_H 1
  2970. | | #define HAVE_SIG_ATOMIC_T 1
  2971. | | #define COB_KEYWORD_INLINE __inline
  2972. | | #define HAVE_VPRINTF 1
  2973. | | #define HAVE_MEMMOVE 1
  2974. | | #define HAVE_MEMSET 1
  2975. | | #define HAVE_SETLOCALE 1
  2976. | | #define HAVE_STRERROR 1
  2977. | | #define HAVE_STRCASECMP 1
  2978. | | #define HAVE_STRCHR 1
  2979. | | #define HAVE_STRRCHR 1
  2980. | | #define HAVE_STRDUP 1
  2981. | | #define HAVE_STRSTR 1
  2982. | | #define HAVE_STRTOL 1
  2983. | | #define HAVE_GETTIMEOFDAY 1
  2984. | | #define HAVE_LOCALECONV 1
  2985. | | #define HAVE_STRCOLL 1
  2986. | | #define HAVE_STRXFRM 1
  2987. | | #define HAVE_SETENV 1
  2988. | | #define HAVE_RAISE 1
  2989. | | #define HAVE_TIMEZONE 1
  2990. | | #define HAVE_DESIGNATED_INITS 1
  2991. | | /* end confdefs.h. */
  2992. | |
  2993. | | int
  2994. | | main ()
  2995. | | {
  2996. | |
  2997. | | #ifdef __INTEL_COMPILER
  2998. | | return 0;
  2999. | | #else
  3000. | | return 1;
  3001. | | #endif
  3002. | | ;
  3003. | | return 0;
  3004. | | }
  3005. | configure:14015: Checks for GMP ...
  3006. | configure:14019: checking gmp.h usability
  3007. | configure:14019: gcc -c -g -O2 conftest.c >&5
  3008. | configure:14019: $? = 0
  3009. | configure:14019: result: yes
  3010. | configure:14019: checking gmp.h presence
  3011. | configure:14019: gcc -E conftest.c
  3012. | configure:14019: $? = 0
  3013. | configure:14019: result: yes
  3014. | configure:14019: checking for gmp.h
  3015. | configure:14019: result: yes
  3016. | configure:14032: checking for __gmpz_init in -lgmp
  3017. | configure:14057: gcc -o conftest.exe -g -O2 conftest.c -lgmp >&5
  3018. | configure:14057: $? = 0
  3019. | configure:14066: result: yes
  3020. | configure:14099: gcc -o conftest.exe -g -O2 conftest.c -lgmp >&5
  3021. | configure:14099: $? = 0
  3022. | configure:14099: ./conftest.exe
  3023. | configure:14099: $? = 0
  3024. | configure:14133: gcc -o conftest.exe -g -O2 conftest.c -lgmp >&5
  3025. | configure:14133: $? = 0
  3026. | configure:14133: ./conftest.exe
  3027. | configure:14133: $? = 0
  3028. | configure:14146: checking matching GMP version
  3029. | configure:14152: result: yes (6.1)
  3030. | configure:14164: checking for __gmp_get_memory_functions in -lgmp
  3031. | configure:14189: gcc -o conftest.exe -g -O2 conftest.c -lgmp >&5
  3032. | configure:14189: $? = 0
  3033. | configure:14198: result: yes
  3034. | configure:14208: checking for nanosleep
  3035. | configure:14221: gcc -o conftest.exe -g -O2 conftest.c >&5
  3036. | configure:14221: $? = 0
  3037. | configure:14223: result: yes
  3038. | configure:14338: checking for clock_gettime and CLOCK_REALTIME
  3039. | configure:14351: gcc -o conftest.exe -g -O2 conftest.c >&5
  3040. | conftest.c: In function 'main':
  3041. | conftest.c:70:1: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration]
  3042. | clock_gettime (CLOCK_REALTIME, NULL);
  3043. | ^
  3044. | conftest.c:70:16: error: 'CLOCK_REALTIME' undeclared (first use in this function)
  3045. | clock_gettime (CLOCK_REALTIME, NULL);
  3046. | ^
  3047. | conftest.c:70:16: note: each undeclared identifier is reported only once for each function it appears in
  3048. | configure:14351: $? = 1
  3049. | configure: failed program was:
  3050. | | /* confdefs.h */
  3051. | | #define PACKAGE_NAME "GnuCOBOL"
  3052. | | #define PACKAGE_TARNAME "gnu-cobol"
  3053. | | #define PACKAGE_VERSION "2.0"
  3054. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  3055. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  3056. | | #define PACKAGE_URL "http://www.opencobol.org"
  3057. | | #define PACKAGE "gnu-cobol"
  3058. | | #define VERSION "2.0"
  3059. | | #define PATCH_LEVEL 0
  3060. | | #define MAX_CALL_FIELD_PARAMS 192
  3061. | | #define STDC_HEADERS 1
  3062. | | #define HAVE_SYS_TYPES_H 1
  3063. | | #define HAVE_SYS_STAT_H 1
  3064. | | #define HAVE_STDLIB_H 1
  3065. | | #define HAVE_STRING_H 1
  3066. | | #define HAVE_MEMORY_H 1
  3067. | | #define HAVE_STRINGS_H 1
  3068. | | #define HAVE_INTTYPES_H 1
  3069. | | #define HAVE_STDINT_H 1
  3070. | | #define HAVE_UNISTD_H 1
  3071. | | #define __EXTENSIONS__ 1
  3072. | | #define _ALL_SOURCE 1
  3073. | | #define _GNU_SOURCE 1
  3074. | | #define _POSIX_PTHREAD_SEMANTICS 1
  3075. | | #define _TANDEM_SOURCE 1
  3076. | | #define HAVE_DLFCN_H 1
  3077. | | #define LT_OBJDIR ".libs/"
  3078. | | #define STDC_HEADERS 1
  3079. | | #define HAVE_STDINT_H 1
  3080. | | #define HAVE_SYS_TYPES_H 1
  3081. | | #define HAVE_SIGNAL_H 1
  3082. | | #define HAVE_FCNTL_H 1
  3083. | | #define HAVE_MALLOC_H 1
  3084. | | #define HAVE_LOCALE_H 1
  3085. | | #define HAVE_STDDEF_H 1
  3086. | | #define HAVE_WCHAR_H 1
  3087. | | #define HAVE_DLFCN_H 1
  3088. | | #define HAVE_SYS_TIME_H 1
  3089. | | #define HAVE_SIG_ATOMIC_T 1
  3090. | | #define COB_KEYWORD_INLINE __inline
  3091. | | #define HAVE_VPRINTF 1
  3092. | | #define HAVE_MEMMOVE 1
  3093. | | #define HAVE_MEMSET 1
  3094. | | #define HAVE_SETLOCALE 1
  3095. | | #define HAVE_STRERROR 1
  3096. | | #define HAVE_STRCASECMP 1
  3097. | | #define HAVE_STRCHR 1
  3098. | | #define HAVE_STRRCHR 1
  3099. | | #define HAVE_STRDUP 1
  3100. | | #define HAVE_STRSTR 1
  3101. | | #define HAVE_STRTOL 1
  3102. | | #define HAVE_GETTIMEOFDAY 1
  3103. | | #define HAVE_LOCALECONV 1
  3104. | | #define HAVE_STRCOLL 1
  3105. | | #define HAVE_STRXFRM 1
  3106. | | #define HAVE_SETENV 1
  3107. | | #define HAVE_RAISE 1
  3108. | | #define HAVE_TIMEZONE 1
  3109. | | #define HAVE_DESIGNATED_INITS 1
  3110. | | #define WITH_VARSEQ 0
  3111. | | #define HAVE_GMP_H 1
  3112. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  3113. | | #define HAVE_NANO_SLEEP 1
  3114. | | /* end confdefs.h. */
  3115. | | #include <time.h>
  3116. | | int
  3117. | | main ()
  3118. | | {
  3119. | | clock_gettime (CLOCK_REALTIME, NULL);
  3120. | | ;
  3121. | | return 0;
  3122. | | }
  3123. | configure:14356: result: no
  3124. | configure:14371: checking prototype for finite in <math.h>
  3125. | configure:14380: result: yes
  3126. | configure:14411: checking for fdatasync
  3127. | configure:14411: gcc -o conftest.exe -g -O2 conftest.c >&5
  3128. | C:\Users\Prim\AppData\Local\Temp\ccEt0x37.o: In function `main':
  3129. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:100: undefined reference to `fdatasync'
  3130. | collect2.exe: error: ld returned 1 exit status
  3131. | configure:14411: $? = 1
  3132. | configure: failed program was:
  3133. | | /* confdefs.h */
  3134. | | #define PACKAGE_NAME "GnuCOBOL"
  3135. | | #define PACKAGE_TARNAME "gnu-cobol"
  3136. | | #define PACKAGE_VERSION "2.0"
  3137. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  3138. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  3139. | | #define PACKAGE_URL "http://www.opencobol.org"
  3140. | | #define PACKAGE "gnu-cobol"
  3141. | | #define VERSION "2.0"
  3142. | | #define PATCH_LEVEL 0
  3143. | | #define MAX_CALL_FIELD_PARAMS 192
  3144. | | #define STDC_HEADERS 1
  3145. | | #define HAVE_SYS_TYPES_H 1
  3146. | | #define HAVE_SYS_STAT_H 1
  3147. | | #define HAVE_STDLIB_H 1
  3148. | | #define HAVE_STRING_H 1
  3149. | | #define HAVE_MEMORY_H 1
  3150. | | #define HAVE_STRINGS_H 1
  3151. | | #define HAVE_INTTYPES_H 1
  3152. | | #define HAVE_STDINT_H 1
  3153. | | #define HAVE_UNISTD_H 1
  3154. | | #define __EXTENSIONS__ 1
  3155. | | #define _ALL_SOURCE 1
  3156. | | #define _GNU_SOURCE 1
  3157. | | #define _POSIX_PTHREAD_SEMANTICS 1
  3158. | | #define _TANDEM_SOURCE 1
  3159. | | #define HAVE_DLFCN_H 1
  3160. | | #define LT_OBJDIR ".libs/"
  3161. | | #define STDC_HEADERS 1
  3162. | | #define HAVE_STDINT_H 1
  3163. | | #define HAVE_SYS_TYPES_H 1
  3164. | | #define HAVE_SIGNAL_H 1
  3165. | | #define HAVE_FCNTL_H 1
  3166. | | #define HAVE_MALLOC_H 1
  3167. | | #define HAVE_LOCALE_H 1
  3168. | | #define HAVE_STDDEF_H 1
  3169. | | #define HAVE_WCHAR_H 1
  3170. | | #define HAVE_DLFCN_H 1
  3171. | | #define HAVE_SYS_TIME_H 1
  3172. | | #define HAVE_SIG_ATOMIC_T 1
  3173. | | #define COB_KEYWORD_INLINE __inline
  3174. | | #define HAVE_VPRINTF 1
  3175. | | #define HAVE_MEMMOVE 1
  3176. | | #define HAVE_MEMSET 1
  3177. | | #define HAVE_SETLOCALE 1
  3178. | | #define HAVE_STRERROR 1
  3179. | | #define HAVE_STRCASECMP 1
  3180. | | #define HAVE_STRCHR 1
  3181. | | #define HAVE_STRRCHR 1
  3182. | | #define HAVE_STRDUP 1
  3183. | | #define HAVE_STRSTR 1
  3184. | | #define HAVE_STRTOL 1
  3185. | | #define HAVE_GETTIMEOFDAY 1
  3186. | | #define HAVE_LOCALECONV 1
  3187. | | #define HAVE_STRCOLL 1
  3188. | | #define HAVE_STRXFRM 1
  3189. | | #define HAVE_SETENV 1
  3190. | | #define HAVE_RAISE 1
  3191. | | #define HAVE_TIMEZONE 1
  3192. | | #define HAVE_DESIGNATED_INITS 1
  3193. | | #define WITH_VARSEQ 0
  3194. | | #define HAVE_GMP_H 1
  3195. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  3196. | | #define HAVE_NANO_SLEEP 1
  3197. | | /* end confdefs.h. */
  3198. | | /* Define fdatasync to an innocuous variant, in case <limits.h> declares fdatasync.
  3199. | | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3200. | | #define fdatasync innocuous_fdatasync
  3201. | |
  3202. | | /* System header to define __stub macros and hopefully few prototypes,
  3203. | | which can conflict with char fdatasync (); below.
  3204. | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3205. | | <limits.h> exists even on freestanding compilers. */
  3206. | |
  3207. | | #ifdef __STDC__
  3208. | | # include <limits.h>
  3209. | | #else
  3210. | | # include <assert.h>
  3211. | | #endif
  3212. | |
  3213. | | #undef fdatasync
  3214. | |
  3215. | | /* Override any GCC internal prototype to avoid an error.
  3216. | | Use char because int might match the return type of a GCC
  3217. | | builtin and then its argument prototype would still apply. */
  3218. | | #ifdef __cplusplus
  3219. | | extern "C"
  3220. | | #endif
  3221. | | char fdatasync ();
  3222. | | /* The GNU C library defines this for functions which it implements
  3223. | | to always fail with ENOSYS. Some functions are actually named
  3224. | | something starting with __ and the normal name is an alias. */
  3225. | | #if defined __stub_fdatasync || defined __stub___fdatasync
  3226. | | choke me
  3227. | | #endif
  3228. | |
  3229. | | int
  3230. | | main ()
  3231. | | {
  3232. | | return fdatasync ();
  3233. | | ;
  3234. | | return 0;
  3235. | | }
  3236. | configure:14411: result: no
  3237. | configure:14411: checking for sigaction
  3238. | configure:14411: gcc -o conftest.exe -g -O2 conftest.c >&5
  3239. | C:\Users\Prim\AppData\Local\Temp\cc8Po4C4.o: In function `main':
  3240. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:100: undefined reference to `sigaction'
  3241. | collect2.exe: error: ld returned 1 exit status
  3242. | configure:14411: $? = 1
  3243. | configure: failed program was:
  3244. | | /* confdefs.h */
  3245. | | #define PACKAGE_NAME "GnuCOBOL"
  3246. | | #define PACKAGE_TARNAME "gnu-cobol"
  3247. | | #define PACKAGE_VERSION "2.0"
  3248. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  3249. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  3250. | | #define PACKAGE_URL "http://www.opencobol.org"
  3251. | | #define PACKAGE "gnu-cobol"
  3252. | | #define VERSION "2.0"
  3253. | | #define PATCH_LEVEL 0
  3254. | | #define MAX_CALL_FIELD_PARAMS 192
  3255. | | #define STDC_HEADERS 1
  3256. | | #define HAVE_SYS_TYPES_H 1
  3257. | | #define HAVE_SYS_STAT_H 1
  3258. | | #define HAVE_STDLIB_H 1
  3259. | | #define HAVE_STRING_H 1
  3260. | | #define HAVE_MEMORY_H 1
  3261. | | #define HAVE_STRINGS_H 1
  3262. | | #define HAVE_INTTYPES_H 1
  3263. | | #define HAVE_STDINT_H 1
  3264. | | #define HAVE_UNISTD_H 1
  3265. | | #define __EXTENSIONS__ 1
  3266. | | #define _ALL_SOURCE 1
  3267. | | #define _GNU_SOURCE 1
  3268. | | #define _POSIX_PTHREAD_SEMANTICS 1
  3269. | | #define _TANDEM_SOURCE 1
  3270. | | #define HAVE_DLFCN_H 1
  3271. | | #define LT_OBJDIR ".libs/"
  3272. | | #define STDC_HEADERS 1
  3273. | | #define HAVE_STDINT_H 1
  3274. | | #define HAVE_SYS_TYPES_H 1
  3275. | | #define HAVE_SIGNAL_H 1
  3276. | | #define HAVE_FCNTL_H 1
  3277. | | #define HAVE_MALLOC_H 1
  3278. | | #define HAVE_LOCALE_H 1
  3279. | | #define HAVE_STDDEF_H 1
  3280. | | #define HAVE_WCHAR_H 1
  3281. | | #define HAVE_DLFCN_H 1
  3282. | | #define HAVE_SYS_TIME_H 1
  3283. | | #define HAVE_SIG_ATOMIC_T 1
  3284. | | #define COB_KEYWORD_INLINE __inline
  3285. | | #define HAVE_VPRINTF 1
  3286. | | #define HAVE_MEMMOVE 1
  3287. | | #define HAVE_MEMSET 1
  3288. | | #define HAVE_SETLOCALE 1
  3289. | | #define HAVE_STRERROR 1
  3290. | | #define HAVE_STRCASECMP 1
  3291. | | #define HAVE_STRCHR 1
  3292. | | #define HAVE_STRRCHR 1
  3293. | | #define HAVE_STRDUP 1
  3294. | | #define HAVE_STRSTR 1
  3295. | | #define HAVE_STRTOL 1
  3296. | | #define HAVE_GETTIMEOFDAY 1
  3297. | | #define HAVE_LOCALECONV 1
  3298. | | #define HAVE_STRCOLL 1
  3299. | | #define HAVE_STRXFRM 1
  3300. | | #define HAVE_SETENV 1
  3301. | | #define HAVE_RAISE 1
  3302. | | #define HAVE_TIMEZONE 1
  3303. | | #define HAVE_DESIGNATED_INITS 1
  3304. | | #define WITH_VARSEQ 0
  3305. | | #define HAVE_GMP_H 1
  3306. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  3307. | | #define HAVE_NANO_SLEEP 1
  3308. | | /* end confdefs.h. */
  3309. | | /* Define sigaction to an innocuous variant, in case <limits.h> declares sigaction.
  3310. | | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3311. | | #define sigaction innocuous_sigaction
  3312. | |
  3313. | | /* System header to define __stub macros and hopefully few prototypes,
  3314. | | which can conflict with char sigaction (); below.
  3315. | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3316. | | <limits.h> exists even on freestanding compilers. */
  3317. | |
  3318. | | #ifdef __STDC__
  3319. | | # include <limits.h>
  3320. | | #else
  3321. | | # include <assert.h>
  3322. | | #endif
  3323. | |
  3324. | | #undef sigaction
  3325. | |
  3326. | | /* Override any GCC internal prototype to avoid an error.
  3327. | | Use char because int might match the return type of a GCC
  3328. | | builtin and then its argument prototype would still apply. */
  3329. | | #ifdef __cplusplus
  3330. | | extern "C"
  3331. | | #endif
  3332. | | char sigaction ();
  3333. | | /* The GNU C library defines this for functions which it implements
  3334. | | to always fail with ENOSYS. Some functions are actually named
  3335. | | something starting with __ and the normal name is an alias. */
  3336. | | #if defined __stub_sigaction || defined __stub___sigaction
  3337. | | choke me
  3338. | | #endif
  3339. | |
  3340. | | int
  3341. | | main ()
  3342. | | {
  3343. | | return sigaction ();
  3344. | | ;
  3345. | | return 0;
  3346. | | }
  3347. | configure:14411: result: no
  3348. | configure:14445: checking whether NLS is requested
  3349. | configure:14454: result: yes
  3350. | configure:14494: checking for msgfmt
  3351. | configure: trying /mingw/bin/msgfmt...
  3352. | 0 translated messages.
  3353. | configure:14526: result: /mingw/bin/msgfmt
  3354. | configure:14535: checking for gmsgfmt
  3355. | configure:14566: result: /mingw/bin/msgfmt
  3356. | configure:14616: checking for xgettext
  3357. | configure: trying /mingw/bin/xgettext...
  3358. | C:\GC20-build\MinGW\bin\xgettext.exe: warning: file 'nul' extension '' is unknown; will try C
  3359. | configure:14648: result: /mingw/bin/xgettext
  3360. | configure:14693: checking for msgmerge
  3361. | configure: trying /mingw/bin/msgmerge...
  3362. | configure:14724: result: /mingw/bin/msgmerge
  3363. | configure:15310: checking for CFPreferencesCopyAppValue
  3364. | configure:15337: result: no
  3365. | configure:15344: checking for CFLocaleCopyCurrent
  3366. | configure:15371: result: no
  3367. | configure:15420: checking for GNU gettext in libc
  3368. | configure:15449: gcc -o conftest.exe -g -O2 conftest.c >&5
  3369. | C:\Users\Prim\AppData\Local\Temp\ccu7IOOr.o: In function `main':
  3370. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:81: undefined reference to `libintl_bindtextdomain'
  3371. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:82: undefined reference to `libintl_gettext'
  3372. | collect2.exe: error: ld returned 1 exit status
  3373. | configure:15449: $? = 1
  3374. | configure: failed program was:
  3375. | | /* confdefs.h */
  3376. | | #define PACKAGE_NAME "GnuCOBOL"
  3377. | | #define PACKAGE_TARNAME "gnu-cobol"
  3378. | | #define PACKAGE_VERSION "2.0"
  3379. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  3380. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  3381. | | #define PACKAGE_URL "http://www.opencobol.org"
  3382. | | #define PACKAGE "gnu-cobol"
  3383. | | #define VERSION "2.0"
  3384. | | #define PATCH_LEVEL 0
  3385. | | #define MAX_CALL_FIELD_PARAMS 192
  3386. | | #define STDC_HEADERS 1
  3387. | | #define HAVE_SYS_TYPES_H 1
  3388. | | #define HAVE_SYS_STAT_H 1
  3389. | | #define HAVE_STDLIB_H 1
  3390. | | #define HAVE_STRING_H 1
  3391. | | #define HAVE_MEMORY_H 1
  3392. | | #define HAVE_STRINGS_H 1
  3393. | | #define HAVE_INTTYPES_H 1
  3394. | | #define HAVE_STDINT_H 1
  3395. | | #define HAVE_UNISTD_H 1
  3396. | | #define __EXTENSIONS__ 1
  3397. | | #define _ALL_SOURCE 1
  3398. | | #define _GNU_SOURCE 1
  3399. | | #define _POSIX_PTHREAD_SEMANTICS 1
  3400. | | #define _TANDEM_SOURCE 1
  3401. | | #define HAVE_DLFCN_H 1
  3402. | | #define LT_OBJDIR ".libs/"
  3403. | | #define STDC_HEADERS 1
  3404. | | #define HAVE_STDINT_H 1
  3405. | | #define HAVE_SYS_TYPES_H 1
  3406. | | #define HAVE_SIGNAL_H 1
  3407. | | #define HAVE_FCNTL_H 1
  3408. | | #define HAVE_MALLOC_H 1
  3409. | | #define HAVE_LOCALE_H 1
  3410. | | #define HAVE_STDDEF_H 1
  3411. | | #define HAVE_WCHAR_H 1
  3412. | | #define HAVE_DLFCN_H 1
  3413. | | #define HAVE_SYS_TIME_H 1
  3414. | | #define HAVE_SIG_ATOMIC_T 1
  3415. | | #define COB_KEYWORD_INLINE __inline
  3416. | | #define HAVE_VPRINTF 1
  3417. | | #define HAVE_MEMMOVE 1
  3418. | | #define HAVE_MEMSET 1
  3419. | | #define HAVE_SETLOCALE 1
  3420. | | #define HAVE_STRERROR 1
  3421. | | #define HAVE_STRCASECMP 1
  3422. | | #define HAVE_STRCHR 1
  3423. | | #define HAVE_STRRCHR 1
  3424. | | #define HAVE_STRDUP 1
  3425. | | #define HAVE_STRSTR 1
  3426. | | #define HAVE_STRTOL 1
  3427. | | #define HAVE_GETTIMEOFDAY 1
  3428. | | #define HAVE_LOCALECONV 1
  3429. | | #define HAVE_STRCOLL 1
  3430. | | #define HAVE_STRXFRM 1
  3431. | | #define HAVE_SETENV 1
  3432. | | #define HAVE_RAISE 1
  3433. | | #define HAVE_TIMEZONE 1
  3434. | | #define HAVE_DESIGNATED_INITS 1
  3435. | | #define WITH_VARSEQ 0
  3436. | | #define HAVE_GMP_H 1
  3437. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  3438. | | #define HAVE_NANO_SLEEP 1
  3439. | | /* end confdefs.h. */
  3440. | |
  3441. | | #include <libintl.h>
  3442. | | #ifndef __GNU_GETTEXT_SUPPORTED_REVISION
  3443. | | extern int _nl_msg_cat_cntr;
  3444. | | extern int *_nl_domain_bindings;
  3445. | | #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings)
  3446. | | #else
  3447. | | #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0
  3448. | | #endif
  3449. | |
  3450. | |
  3451. | | int
  3452. | | main ()
  3453. | | {
  3454. | |
  3455. | | bindtextdomain ("", "");
  3456. | | return * gettext ("") + __GNU_GETTEXT_SYMBOL_EXPRESSION
  3457. | |
  3458. | | ;
  3459. | | return 0;
  3460. | | }
  3461. | configure:15458: result: no
  3462. | configure:15492: checking for iconv
  3463. | configure:15516: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c >&5
  3464. | C:\Users\Prim\AppData\Local\Temp\ccgM1vLz.o: In function `main':
  3465. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:73: undefined reference to `libiconv_open'
  3466. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:74: undefined reference to `libiconv'
  3467. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:75: undefined reference to `libiconv_close'
  3468. | collect2.exe: error: ld returned 1 exit status
  3469. | configure:15516: $? = 1
  3470. | configure: failed program was:
  3471. | | /* confdefs.h */
  3472. | | #define PACKAGE_NAME "GnuCOBOL"
  3473. | | #define PACKAGE_TARNAME "gnu-cobol"
  3474. | | #define PACKAGE_VERSION "2.0"
  3475. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  3476. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  3477. | | #define PACKAGE_URL "http://www.opencobol.org"
  3478. | | #define PACKAGE "gnu-cobol"
  3479. | | #define VERSION "2.0"
  3480. | | #define PATCH_LEVEL 0
  3481. | | #define MAX_CALL_FIELD_PARAMS 192
  3482. | | #define STDC_HEADERS 1
  3483. | | #define HAVE_SYS_TYPES_H 1
  3484. | | #define HAVE_SYS_STAT_H 1
  3485. | | #define HAVE_STDLIB_H 1
  3486. | | #define HAVE_STRING_H 1
  3487. | | #define HAVE_MEMORY_H 1
  3488. | | #define HAVE_STRINGS_H 1
  3489. | | #define HAVE_INTTYPES_H 1
  3490. | | #define HAVE_STDINT_H 1
  3491. | | #define HAVE_UNISTD_H 1
  3492. | | #define __EXTENSIONS__ 1
  3493. | | #define _ALL_SOURCE 1
  3494. | | #define _GNU_SOURCE 1
  3495. | | #define _POSIX_PTHREAD_SEMANTICS 1
  3496. | | #define _TANDEM_SOURCE 1
  3497. | | #define HAVE_DLFCN_H 1
  3498. | | #define LT_OBJDIR ".libs/"
  3499. | | #define STDC_HEADERS 1
  3500. | | #define HAVE_STDINT_H 1
  3501. | | #define HAVE_SYS_TYPES_H 1
  3502. | | #define HAVE_SIGNAL_H 1
  3503. | | #define HAVE_FCNTL_H 1
  3504. | | #define HAVE_MALLOC_H 1
  3505. | | #define HAVE_LOCALE_H 1
  3506. | | #define HAVE_STDDEF_H 1
  3507. | | #define HAVE_WCHAR_H 1
  3508. | | #define HAVE_DLFCN_H 1
  3509. | | #define HAVE_SYS_TIME_H 1
  3510. | | #define HAVE_SIG_ATOMIC_T 1
  3511. | | #define COB_KEYWORD_INLINE __inline
  3512. | | #define HAVE_VPRINTF 1
  3513. | | #define HAVE_MEMMOVE 1
  3514. | | #define HAVE_MEMSET 1
  3515. | | #define HAVE_SETLOCALE 1
  3516. | | #define HAVE_STRERROR 1
  3517. | | #define HAVE_STRCASECMP 1
  3518. | | #define HAVE_STRCHR 1
  3519. | | #define HAVE_STRRCHR 1
  3520. | | #define HAVE_STRDUP 1
  3521. | | #define HAVE_STRSTR 1
  3522. | | #define HAVE_STRTOL 1
  3523. | | #define HAVE_GETTIMEOFDAY 1
  3524. | | #define HAVE_LOCALECONV 1
  3525. | | #define HAVE_STRCOLL 1
  3526. | | #define HAVE_STRXFRM 1
  3527. | | #define HAVE_SETENV 1
  3528. | | #define HAVE_RAISE 1
  3529. | | #define HAVE_TIMEZONE 1
  3530. | | #define HAVE_DESIGNATED_INITS 1
  3531. | | #define WITH_VARSEQ 0
  3532. | | #define HAVE_GMP_H 1
  3533. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  3534. | | #define HAVE_NANO_SLEEP 1
  3535. | | /* end confdefs.h. */
  3536. | |
  3537. | | #include <stdlib.h>
  3538. | | #include <iconv.h>
  3539. | |
  3540. | | int
  3541. | | main ()
  3542. | | {
  3543. | | iconv_t cd = iconv_open("","");
  3544. | | iconv(cd,NULL,NULL,NULL,NULL);
  3545. | | iconv_close(cd);
  3546. | | ;
  3547. | | return 0;
  3548. | | }
  3549. | configure:15540: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c /mingw/lib/libiconv.dll.a >&5
  3550. | configure:15540: $? = 0
  3551. | configure:15550: result: yes
  3552. | configure:15553: checking for working iconv
  3553. | configure:15682: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c /mingw/lib/libiconv.dll.a >&5
  3554. | configure:15682: $? = 0
  3555. | configure:15682: ./conftest.exe
  3556. | configure:15682: $? = 0
  3557. | configure:15694: result: yes
  3558. | configure:15709: checking how to link with libiconv
  3559. | configure:15711: result: /mingw/lib/libiconv.dll.a
  3560. | configure:16183: checking for GNU gettext in libintl
  3561. | configure:16220: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c /mingw/lib/libintl.dll.a >&5
  3562. | configure:16220: $? = 0
  3563. | configure:16270: result: yes
  3564. | configure:16305: checking whether to use NLS
  3565. | configure:16307: result: yes
  3566. | configure:16310: checking where the gettext function comes from
  3567. | configure:16321: result: external libintl
  3568. | configure:16329: checking how to link with libintl
  3569. | configure:16331: result: /mingw/lib/libintl.dll.a
  3570. | configure:16387: checking for nl_langinfo and CODESET
  3571. | configure:16403: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c >&5
  3572. | conftest.c:70:22: fatal error: langinfo.h: No such file or directory
  3573. | compilation terminated.
  3574. | configure:16403: $? = 1
  3575. | configure: failed program was:
  3576. | | /* confdefs.h */
  3577. | | #define PACKAGE_NAME "GnuCOBOL"
  3578. | | #define PACKAGE_TARNAME "gnu-cobol"
  3579. | | #define PACKAGE_VERSION "2.0"
  3580. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  3581. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  3582. | | #define PACKAGE_URL "http://www.opencobol.org"
  3583. | | #define PACKAGE "gnu-cobol"
  3584. | | #define VERSION "2.0"
  3585. | | #define PATCH_LEVEL 0
  3586. | | #define MAX_CALL_FIELD_PARAMS 192
  3587. | | #define STDC_HEADERS 1
  3588. | | #define HAVE_SYS_TYPES_H 1
  3589. | | #define HAVE_SYS_STAT_H 1
  3590. | | #define HAVE_STDLIB_H 1
  3591. | | #define HAVE_STRING_H 1
  3592. | | #define HAVE_MEMORY_H 1
  3593. | | #define HAVE_STRINGS_H 1
  3594. | | #define HAVE_INTTYPES_H 1
  3595. | | #define HAVE_STDINT_H 1
  3596. | | #define HAVE_UNISTD_H 1
  3597. | | #define __EXTENSIONS__ 1
  3598. | | #define _ALL_SOURCE 1
  3599. | | #define _GNU_SOURCE 1
  3600. | | #define _POSIX_PTHREAD_SEMANTICS 1
  3601. | | #define _TANDEM_SOURCE 1
  3602. | | #define HAVE_DLFCN_H 1
  3603. | | #define LT_OBJDIR ".libs/"
  3604. | | #define STDC_HEADERS 1
  3605. | | #define HAVE_STDINT_H 1
  3606. | | #define HAVE_SYS_TYPES_H 1
  3607. | | #define HAVE_SIGNAL_H 1
  3608. | | #define HAVE_FCNTL_H 1
  3609. | | #define HAVE_MALLOC_H 1
  3610. | | #define HAVE_LOCALE_H 1
  3611. | | #define HAVE_STDDEF_H 1
  3612. | | #define HAVE_WCHAR_H 1
  3613. | | #define HAVE_DLFCN_H 1
  3614. | | #define HAVE_SYS_TIME_H 1
  3615. | | #define HAVE_SIG_ATOMIC_T 1
  3616. | | #define COB_KEYWORD_INLINE __inline
  3617. | | #define HAVE_VPRINTF 1
  3618. | | #define HAVE_MEMMOVE 1
  3619. | | #define HAVE_MEMSET 1
  3620. | | #define HAVE_SETLOCALE 1
  3621. | | #define HAVE_STRERROR 1
  3622. | | #define HAVE_STRCASECMP 1
  3623. | | #define HAVE_STRCHR 1
  3624. | | #define HAVE_STRRCHR 1
  3625. | | #define HAVE_STRDUP 1
  3626. | | #define HAVE_STRSTR 1
  3627. | | #define HAVE_STRTOL 1
  3628. | | #define HAVE_GETTIMEOFDAY 1
  3629. | | #define HAVE_LOCALECONV 1
  3630. | | #define HAVE_STRCOLL 1
  3631. | | #define HAVE_STRXFRM 1
  3632. | | #define HAVE_SETENV 1
  3633. | | #define HAVE_RAISE 1
  3634. | | #define HAVE_TIMEZONE 1
  3635. | | #define HAVE_DESIGNATED_INITS 1
  3636. | | #define WITH_VARSEQ 0
  3637. | | #define HAVE_GMP_H 1
  3638. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  3639. | | #define HAVE_NANO_SLEEP 1
  3640. | | #define HAVE_ICONV 1
  3641. | | #define ENABLE_NLS 1
  3642. | | #define HAVE_GETTEXT 1
  3643. | | #define HAVE_DCGETTEXT 1
  3644. | | /* end confdefs.h. */
  3645. | | #include <langinfo.h>
  3646. | | int
  3647. | | main ()
  3648. | | {
  3649. | | char* cs = nl_langinfo(CODESET); return !cs;
  3650. | | ;
  3651. | | return 0;
  3652. | | }
  3653. | configure:16412: result: no
  3654. | configure:16422: Checks for curses ...
  3655. | configure:16426: checking for initscr in -lncursesw
  3656. | configure:16451: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lncursesw >&5
  3657. | c:/gc20-build/mingw/bin/../lib/gcc/mingw32/5.3.0/../../../../mingw32/bin/ld.exe: cannot find -lncursesw
  3658. | collect2.exe: error: ld returned 1 exit status
  3659. | configure:16451: $? = 1
  3660. | configure: failed program was:
  3661. | | /* confdefs.h */
  3662. | | #define PACKAGE_NAME "GnuCOBOL"
  3663. | | #define PACKAGE_TARNAME "gnu-cobol"
  3664. | | #define PACKAGE_VERSION "2.0"
  3665. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  3666. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  3667. | | #define PACKAGE_URL "http://www.opencobol.org"
  3668. | | #define PACKAGE "gnu-cobol"
  3669. | | #define VERSION "2.0"
  3670. | | #define PATCH_LEVEL 0
  3671. | | #define MAX_CALL_FIELD_PARAMS 192
  3672. | | #define STDC_HEADERS 1
  3673. | | #define HAVE_SYS_TYPES_H 1
  3674. | | #define HAVE_SYS_STAT_H 1
  3675. | | #define HAVE_STDLIB_H 1
  3676. | | #define HAVE_STRING_H 1
  3677. | | #define HAVE_MEMORY_H 1
  3678. | | #define HAVE_STRINGS_H 1
  3679. | | #define HAVE_INTTYPES_H 1
  3680. | | #define HAVE_STDINT_H 1
  3681. | | #define HAVE_UNISTD_H 1
  3682. | | #define __EXTENSIONS__ 1
  3683. | | #define _ALL_SOURCE 1
  3684. | | #define _GNU_SOURCE 1
  3685. | | #define _POSIX_PTHREAD_SEMANTICS 1
  3686. | | #define _TANDEM_SOURCE 1
  3687. | | #define HAVE_DLFCN_H 1
  3688. | | #define LT_OBJDIR ".libs/"
  3689. | | #define STDC_HEADERS 1
  3690. | | #define HAVE_STDINT_H 1
  3691. | | #define HAVE_SYS_TYPES_H 1
  3692. | | #define HAVE_SIGNAL_H 1
  3693. | | #define HAVE_FCNTL_H 1
  3694. | | #define HAVE_MALLOC_H 1
  3695. | | #define HAVE_LOCALE_H 1
  3696. | | #define HAVE_STDDEF_H 1
  3697. | | #define HAVE_WCHAR_H 1
  3698. | | #define HAVE_DLFCN_H 1
  3699. | | #define HAVE_SYS_TIME_H 1
  3700. | | #define HAVE_SIG_ATOMIC_T 1
  3701. | | #define COB_KEYWORD_INLINE __inline
  3702. | | #define HAVE_VPRINTF 1
  3703. | | #define HAVE_MEMMOVE 1
  3704. | | #define HAVE_MEMSET 1
  3705. | | #define HAVE_SETLOCALE 1
  3706. | | #define HAVE_STRERROR 1
  3707. | | #define HAVE_STRCASECMP 1
  3708. | | #define HAVE_STRCHR 1
  3709. | | #define HAVE_STRRCHR 1
  3710. | | #define HAVE_STRDUP 1
  3711. | | #define HAVE_STRSTR 1
  3712. | | #define HAVE_STRTOL 1
  3713. | | #define HAVE_GETTIMEOFDAY 1
  3714. | | #define HAVE_LOCALECONV 1
  3715. | | #define HAVE_STRCOLL 1
  3716. | | #define HAVE_STRXFRM 1
  3717. | | #define HAVE_SETENV 1
  3718. | | #define HAVE_RAISE 1
  3719. | | #define HAVE_TIMEZONE 1
  3720. | | #define HAVE_DESIGNATED_INITS 1
  3721. | | #define WITH_VARSEQ 0
  3722. | | #define HAVE_GMP_H 1
  3723. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  3724. | | #define HAVE_NANO_SLEEP 1
  3725. | | #define HAVE_ICONV 1
  3726. | | #define ENABLE_NLS 1
  3727. | | #define HAVE_GETTEXT 1
  3728. | | #define HAVE_DCGETTEXT 1
  3729. | | /* end confdefs.h. */
  3730. | |
  3731. | | /* Override any GCC internal prototype to avoid an error.
  3732. | | Use char because int might match the return type of a GCC
  3733. | | builtin and then its argument prototype would still apply. */
  3734. | | #ifdef __cplusplus
  3735. | | extern "C"
  3736. | | #endif
  3737. | | char initscr ();
  3738. | | int
  3739. | | main ()
  3740. | | {
  3741. | | return initscr ();
  3742. | | ;
  3743. | | return 0;
  3744. | | }
  3745. | configure:16460: result: no
  3746. | configure:16512: checking for initscr in -lncurses
  3747. | configure:16537: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lncurses >&5
  3748. | c:/gc20-build/mingw/bin/../lib/gcc/mingw32/5.3.0/../../../../mingw32/bin/ld.exe: cannot find -lncurses
  3749. | collect2.exe: error: ld returned 1 exit status
  3750. | configure:16537: $? = 1
  3751. | configure: failed program was:
  3752. | | /* confdefs.h */
  3753. | | #define PACKAGE_NAME "GnuCOBOL"
  3754. | | #define PACKAGE_TARNAME "gnu-cobol"
  3755. | | #define PACKAGE_VERSION "2.0"
  3756. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  3757. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  3758. | | #define PACKAGE_URL "http://www.opencobol.org"
  3759. | | #define PACKAGE "gnu-cobol"
  3760. | | #define VERSION "2.0"
  3761. | | #define PATCH_LEVEL 0
  3762. | | #define MAX_CALL_FIELD_PARAMS 192
  3763. | | #define STDC_HEADERS 1
  3764. | | #define HAVE_SYS_TYPES_H 1
  3765. | | #define HAVE_SYS_STAT_H 1
  3766. | | #define HAVE_STDLIB_H 1
  3767. | | #define HAVE_STRING_H 1
  3768. | | #define HAVE_MEMORY_H 1
  3769. | | #define HAVE_STRINGS_H 1
  3770. | | #define HAVE_INTTYPES_H 1
  3771. | | #define HAVE_STDINT_H 1
  3772. | | #define HAVE_UNISTD_H 1
  3773. | | #define __EXTENSIONS__ 1
  3774. | | #define _ALL_SOURCE 1
  3775. | | #define _GNU_SOURCE 1
  3776. | | #define _POSIX_PTHREAD_SEMANTICS 1
  3777. | | #define _TANDEM_SOURCE 1
  3778. | | #define HAVE_DLFCN_H 1
  3779. | | #define LT_OBJDIR ".libs/"
  3780. | | #define STDC_HEADERS 1
  3781. | | #define HAVE_STDINT_H 1
  3782. | | #define HAVE_SYS_TYPES_H 1
  3783. | | #define HAVE_SIGNAL_H 1
  3784. | | #define HAVE_FCNTL_H 1
  3785. | | #define HAVE_MALLOC_H 1
  3786. | | #define HAVE_LOCALE_H 1
  3787. | | #define HAVE_STDDEF_H 1
  3788. | | #define HAVE_WCHAR_H 1
  3789. | | #define HAVE_DLFCN_H 1
  3790. | | #define HAVE_SYS_TIME_H 1
  3791. | | #define HAVE_SIG_ATOMIC_T 1
  3792. | | #define COB_KEYWORD_INLINE __inline
  3793. | | #define HAVE_VPRINTF 1
  3794. | | #define HAVE_MEMMOVE 1
  3795. | | #define HAVE_MEMSET 1
  3796. | | #define HAVE_SETLOCALE 1
  3797. | | #define HAVE_STRERROR 1
  3798. | | #define HAVE_STRCASECMP 1
  3799. | | #define HAVE_STRCHR 1
  3800. | | #define HAVE_STRRCHR 1
  3801. | | #define HAVE_STRDUP 1
  3802. | | #define HAVE_STRSTR 1
  3803. | | #define HAVE_STRTOL 1
  3804. | | #define HAVE_GETTIMEOFDAY 1
  3805. | | #define HAVE_LOCALECONV 1
  3806. | | #define HAVE_STRCOLL 1
  3807. | | #define HAVE_STRXFRM 1
  3808. | | #define HAVE_SETENV 1
  3809. | | #define HAVE_RAISE 1
  3810. | | #define HAVE_TIMEZONE 1
  3811. | | #define HAVE_DESIGNATED_INITS 1
  3812. | | #define WITH_VARSEQ 0
  3813. | | #define HAVE_GMP_H 1
  3814. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  3815. | | #define HAVE_NANO_SLEEP 1
  3816. | | #define HAVE_ICONV 1
  3817. | | #define ENABLE_NLS 1
  3818. | | #define HAVE_GETTEXT 1
  3819. | | #define HAVE_DCGETTEXT 1
  3820. | | /* end confdefs.h. */
  3821. | |
  3822. | | /* Override any GCC internal prototype to avoid an error.
  3823. | | Use char because int might match the return type of a GCC
  3824. | | builtin and then its argument prototype would still apply. */
  3825. | | #ifdef __cplusplus
  3826. | | extern "C"
  3827. | | #endif
  3828. | | char initscr ();
  3829. | | int
  3830. | | main ()
  3831. | | {
  3832. | | return initscr ();
  3833. | | ;
  3834. | | return 0;
  3835. | | }
  3836. | configure:16546: result: no
  3837. | configure:16612: checking for initscr in -lpdcurses
  3838. | configure:16637: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lpdcurses >&5
  3839. | configure:16637: $? = 0
  3840. | configure:16646: result: yes
  3841. | configure:16660: checking pdcurses.h usability
  3842. | configure:16660: gcc -c -g -O2 -I/mingw/include conftest.c >&5
  3843. | configure:16660: $? = 0
  3844. | configure:16660: result: yes
  3845. | configure:16660: checking pdcurses.h presence
  3846. | configure:16660: gcc -E -I/mingw/include conftest.c
  3847. | configure:16660: $? = 0
  3848. | configure:16660: result: yes
  3849. | configure:16660: checking for pdcurses.h
  3850. | configure:16660: result: yes
  3851. | configure:16857: checking for curses color_set function
  3852. | configure:16884: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lpdcurses >&5
  3853. | configure:16884: $? = 0
  3854. | configure:16886: result: yes
  3855. | configure:16898: Checks for Berkeley DB ...
  3856. | configure:16903: checking db.h usability
  3857. | configure:16903: gcc -c -g -O2 -I/mingw/include conftest.c >&5
  3858. | configure:16903: $? = 0
  3859. | configure:16903: result: yes
  3860. | configure:16903: checking db.h presence
  3861. | configure:16903: gcc -E -I/mingw/include conftest.c
  3862. | configure:16903: $? = 0
  3863. | configure:16903: result: yes
  3864. | configure:16903: checking for db.h
  3865. | configure:16903: result: yes
  3866. | configure:16938: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lpdcurses >&5
  3867. | configure:16938: $? = 0
  3868. | configure:16938: ./conftest.exe
  3869. | configure:16938: $? = 0
  3870. | configure:16950: checking for Berkeley DB db.h version >= 4.1
  3871. | configure:16954: result: yes (6.2)
  3872. | configure:16969: checking for Berkeley DB library with version 6.2
  3873. | configure:16998: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lpdcurses -ldb >&5
  3874. | c:/gc20-build/mingw/bin/../lib/gcc/mingw32/5.3.0/../../../libdb.a(os_pid.o):os_pid.c:(.text+0x25): undefined reference to `pthread_self'
  3875. | collect2.exe: error: ld returned 1 exit status
  3876. | configure:16998: $? = 1
  3877. | configure: program exited with status 1
  3878. | configure: failed program was:
  3879. | | /* confdefs.h */
  3880. | | #define PACKAGE_NAME "GnuCOBOL"
  3881. | | #define PACKAGE_TARNAME "gnu-cobol"
  3882. | | #define PACKAGE_VERSION "2.0"
  3883. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  3884. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  3885. | | #define PACKAGE_URL "http://www.opencobol.org"
  3886. | | #define PACKAGE "gnu-cobol"
  3887. | | #define VERSION "2.0"
  3888. | | #define PATCH_LEVEL 0
  3889. | | #define MAX_CALL_FIELD_PARAMS 192
  3890. | | #define STDC_HEADERS 1
  3891. | | #define HAVE_SYS_TYPES_H 1
  3892. | | #define HAVE_SYS_STAT_H 1
  3893. | | #define HAVE_STDLIB_H 1
  3894. | | #define HAVE_STRING_H 1
  3895. | | #define HAVE_MEMORY_H 1
  3896. | | #define HAVE_STRINGS_H 1
  3897. | | #define HAVE_INTTYPES_H 1
  3898. | | #define HAVE_STDINT_H 1
  3899. | | #define HAVE_UNISTD_H 1
  3900. | | #define __EXTENSIONS__ 1
  3901. | | #define _ALL_SOURCE 1
  3902. | | #define _GNU_SOURCE 1
  3903. | | #define _POSIX_PTHREAD_SEMANTICS 1
  3904. | | #define _TANDEM_SOURCE 1
  3905. | | #define HAVE_DLFCN_H 1
  3906. | | #define LT_OBJDIR ".libs/"
  3907. | | #define STDC_HEADERS 1
  3908. | | #define HAVE_STDINT_H 1
  3909. | | #define HAVE_SYS_TYPES_H 1
  3910. | | #define HAVE_SIGNAL_H 1
  3911. | | #define HAVE_FCNTL_H 1
  3912. | | #define HAVE_MALLOC_H 1
  3913. | | #define HAVE_LOCALE_H 1
  3914. | | #define HAVE_STDDEF_H 1
  3915. | | #define HAVE_WCHAR_H 1
  3916. | | #define HAVE_DLFCN_H 1
  3917. | | #define HAVE_SYS_TIME_H 1
  3918. | | #define HAVE_SIG_ATOMIC_T 1
  3919. | | #define COB_KEYWORD_INLINE __inline
  3920. | | #define HAVE_VPRINTF 1
  3921. | | #define HAVE_MEMMOVE 1
  3922. | | #define HAVE_MEMSET 1
  3923. | | #define HAVE_SETLOCALE 1
  3924. | | #define HAVE_STRERROR 1
  3925. | | #define HAVE_STRCASECMP 1
  3926. | | #define HAVE_STRCHR 1
  3927. | | #define HAVE_STRRCHR 1
  3928. | | #define HAVE_STRDUP 1
  3929. | | #define HAVE_STRSTR 1
  3930. | | #define HAVE_STRTOL 1
  3931. | | #define HAVE_GETTIMEOFDAY 1
  3932. | | #define HAVE_LOCALECONV 1
  3933. | | #define HAVE_STRCOLL 1
  3934. | | #define HAVE_STRXFRM 1
  3935. | | #define HAVE_SETENV 1
  3936. | | #define HAVE_RAISE 1
  3937. | | #define HAVE_TIMEZONE 1
  3938. | | #define HAVE_DESIGNATED_INITS 1
  3939. | | #define WITH_VARSEQ 0
  3940. | | #define HAVE_GMP_H 1
  3941. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  3942. | | #define HAVE_NANO_SLEEP 1
  3943. | | #define HAVE_ICONV 1
  3944. | | #define ENABLE_NLS 1
  3945. | | #define HAVE_GETTEXT 1
  3946. | | #define HAVE_DCGETTEXT 1
  3947. | | #define HAVE_LIBPDCURSES 1
  3948. | | #define HAVE_PDCURSES_H 1
  3949. | | #define WITH_CURSES "pdcurses"
  3950. | | #define HAVE_COLOR_SET 1
  3951. | | #define HAVE_DB_H 1
  3952. | | /* end confdefs.h. */
  3953. | | #include <stdio.h>
  3954. | | #include <db.h>
  3955. | | int
  3956. | | main ()
  3957. | | {
  3958. | |
  3959. | | int major, minor, patch;
  3960. | | db_version (&major, &minor, &patch);
  3961. | | if (major == DB_VERSION_MAJOR && minor == DB_VERSION_MINOR) {
  3962. | | return 0;
  3963. | | }
  3964. | | return 1;
  3965. | | ;
  3966. | | return 0;
  3967. | | }
  3968. | configure:16998: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lpdcurses -ldb-6.2 >&5
  3969. | configure:16998: $? = 0
  3970. | configure:16998: ./conftest.exe
  3971. | configure:16998: $? = 0
  3972. | configure:17012: result: yes
  3973. | configure:17014: BDB library version 6.2 found as -ldb-6.2
  3974. | configure:17051: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lpdcurses >&5
  3975. | configure:17051: $? = 0
  3976. | configure:17051: ./conftest.exe
  3977. | configure:17051: $? = 0
  3978. | configure:17383: checking for working strftime
  3979. | configure:17415: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lpdcurses >&5
  3980. | configure:17415: $? = 0
  3981. | configure:17415: ./conftest.exe
  3982. | configure:17415: $? = 1
  3983. | configure: program exited with status 1
  3984. | configure: failed program was:
  3985. | | /* confdefs.h */
  3986. | | #define PACKAGE_NAME "GnuCOBOL"
  3987. | | #define PACKAGE_TARNAME "gnu-cobol"
  3988. | | #define PACKAGE_VERSION "2.0"
  3989. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  3990. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  3991. | | #define PACKAGE_URL "http://www.opencobol.org"
  3992. | | #define PACKAGE "gnu-cobol"
  3993. | | #define VERSION "2.0"
  3994. | | #define PATCH_LEVEL 0
  3995. | | #define MAX_CALL_FIELD_PARAMS 192
  3996. | | #define STDC_HEADERS 1
  3997. | | #define HAVE_SYS_TYPES_H 1
  3998. | | #define HAVE_SYS_STAT_H 1
  3999. | | #define HAVE_STDLIB_H 1
  4000. | | #define HAVE_STRING_H 1
  4001. | | #define HAVE_MEMORY_H 1
  4002. | | #define HAVE_STRINGS_H 1
  4003. | | #define HAVE_INTTYPES_H 1
  4004. | | #define HAVE_STDINT_H 1
  4005. | | #define HAVE_UNISTD_H 1
  4006. | | #define __EXTENSIONS__ 1
  4007. | | #define _ALL_SOURCE 1
  4008. | | #define _GNU_SOURCE 1
  4009. | | #define _POSIX_PTHREAD_SEMANTICS 1
  4010. | | #define _TANDEM_SOURCE 1
  4011. | | #define HAVE_DLFCN_H 1
  4012. | | #define LT_OBJDIR ".libs/"
  4013. | | #define STDC_HEADERS 1
  4014. | | #define HAVE_STDINT_H 1
  4015. | | #define HAVE_SYS_TYPES_H 1
  4016. | | #define HAVE_SIGNAL_H 1
  4017. | | #define HAVE_FCNTL_H 1
  4018. | | #define HAVE_MALLOC_H 1
  4019. | | #define HAVE_LOCALE_H 1
  4020. | | #define HAVE_STDDEF_H 1
  4021. | | #define HAVE_WCHAR_H 1
  4022. | | #define HAVE_DLFCN_H 1
  4023. | | #define HAVE_SYS_TIME_H 1
  4024. | | #define HAVE_SIG_ATOMIC_T 1
  4025. | | #define COB_KEYWORD_INLINE __inline
  4026. | | #define HAVE_VPRINTF 1
  4027. | | #define HAVE_MEMMOVE 1
  4028. | | #define HAVE_MEMSET 1
  4029. | | #define HAVE_SETLOCALE 1
  4030. | | #define HAVE_STRERROR 1
  4031. | | #define HAVE_STRCASECMP 1
  4032. | | #define HAVE_STRCHR 1
  4033. | | #define HAVE_STRRCHR 1
  4034. | | #define HAVE_STRDUP 1
  4035. | | #define HAVE_STRSTR 1
  4036. | | #define HAVE_STRTOL 1
  4037. | | #define HAVE_GETTIMEOFDAY 1
  4038. | | #define HAVE_LOCALECONV 1
  4039. | | #define HAVE_STRCOLL 1
  4040. | | #define HAVE_STRXFRM 1
  4041. | | #define HAVE_SETENV 1
  4042. | | #define HAVE_RAISE 1
  4043. | | #define HAVE_TIMEZONE 1
  4044. | | #define HAVE_DESIGNATED_INITS 1
  4045. | | #define WITH_VARSEQ 0
  4046. | | #define HAVE_GMP_H 1
  4047. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  4048. | | #define HAVE_NANO_SLEEP 1
  4049. | | #define HAVE_ICONV 1
  4050. | | #define ENABLE_NLS 1
  4051. | | #define HAVE_GETTEXT 1
  4052. | | #define HAVE_DCGETTEXT 1
  4053. | | #define HAVE_LIBPDCURSES 1
  4054. | | #define HAVE_PDCURSES_H 1
  4055. | | #define WITH_CURSES "pdcurses"
  4056. | | #define HAVE_COLOR_SET 1
  4057. | | #define HAVE_DB_H 1
  4058. | | #define WITH_DB 1
  4059. | | /* end confdefs.h. */
  4060. | | #include <stdio.h>
  4061. | | #include <time.h>
  4062. | | int
  4063. | | main ()
  4064. | | {
  4065. | |
  4066. | | time_t ticks;
  4067. | | int ret;
  4068. | | char buff[16];
  4069. | | ticks = time(NULL);
  4070. | | ret = strftime(buff, 15, "%z", localtime(&ticks));
  4071. | | if (ret != 5) {
  4072. | | return 1;
  4073. | | }
  4074. | | if (buff[0] != '+' && buff[0] != '-') {
  4075. | | return 1;
  4076. | | }
  4077. | | return 0;
  4078. | | ;
  4079. | | return 0;
  4080. | | }
  4081. | configure:17420: result: no
  4082. | configure:17429: checking if size of long int = size of long long
  4083. | configure:17452: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lpdcurses >&5
  4084. | configure:17452: $? = 0
  4085. | configure:17452: ./conftest.exe
  4086. | configure:17452: $? = 1
  4087. | configure: program exited with status 1
  4088. | configure: failed program was:
  4089. | | /* confdefs.h */
  4090. | | #define PACKAGE_NAME "GnuCOBOL"
  4091. | | #define PACKAGE_TARNAME "gnu-cobol"
  4092. | | #define PACKAGE_VERSION "2.0"
  4093. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  4094. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  4095. | | #define PACKAGE_URL "http://www.opencobol.org"
  4096. | | #define PACKAGE "gnu-cobol"
  4097. | | #define VERSION "2.0"
  4098. | | #define PATCH_LEVEL 0
  4099. | | #define MAX_CALL_FIELD_PARAMS 192
  4100. | | #define STDC_HEADERS 1
  4101. | | #define HAVE_SYS_TYPES_H 1
  4102. | | #define HAVE_SYS_STAT_H 1
  4103. | | #define HAVE_STDLIB_H 1
  4104. | | #define HAVE_STRING_H 1
  4105. | | #define HAVE_MEMORY_H 1
  4106. | | #define HAVE_STRINGS_H 1
  4107. | | #define HAVE_INTTYPES_H 1
  4108. | | #define HAVE_STDINT_H 1
  4109. | | #define HAVE_UNISTD_H 1
  4110. | | #define __EXTENSIONS__ 1
  4111. | | #define _ALL_SOURCE 1
  4112. | | #define _GNU_SOURCE 1
  4113. | | #define _POSIX_PTHREAD_SEMANTICS 1
  4114. | | #define _TANDEM_SOURCE 1
  4115. | | #define HAVE_DLFCN_H 1
  4116. | | #define LT_OBJDIR ".libs/"
  4117. | | #define STDC_HEADERS 1
  4118. | | #define HAVE_STDINT_H 1
  4119. | | #define HAVE_SYS_TYPES_H 1
  4120. | | #define HAVE_SIGNAL_H 1
  4121. | | #define HAVE_FCNTL_H 1
  4122. | | #define HAVE_MALLOC_H 1
  4123. | | #define HAVE_LOCALE_H 1
  4124. | | #define HAVE_STDDEF_H 1
  4125. | | #define HAVE_WCHAR_H 1
  4126. | | #define HAVE_DLFCN_H 1
  4127. | | #define HAVE_SYS_TIME_H 1
  4128. | | #define HAVE_SIG_ATOMIC_T 1
  4129. | | #define COB_KEYWORD_INLINE __inline
  4130. | | #define HAVE_VPRINTF 1
  4131. | | #define HAVE_MEMMOVE 1
  4132. | | #define HAVE_MEMSET 1
  4133. | | #define HAVE_SETLOCALE 1
  4134. | | #define HAVE_STRERROR 1
  4135. | | #define HAVE_STRCASECMP 1
  4136. | | #define HAVE_STRCHR 1
  4137. | | #define HAVE_STRRCHR 1
  4138. | | #define HAVE_STRDUP 1
  4139. | | #define HAVE_STRSTR 1
  4140. | | #define HAVE_STRTOL 1
  4141. | | #define HAVE_GETTIMEOFDAY 1
  4142. | | #define HAVE_LOCALECONV 1
  4143. | | #define HAVE_STRCOLL 1
  4144. | | #define HAVE_STRXFRM 1
  4145. | | #define HAVE_SETENV 1
  4146. | | #define HAVE_RAISE 1
  4147. | | #define HAVE_TIMEZONE 1
  4148. | | #define HAVE_DESIGNATED_INITS 1
  4149. | | #define WITH_VARSEQ 0
  4150. | | #define HAVE_GMP_H 1
  4151. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  4152. | | #define HAVE_NANO_SLEEP 1
  4153. | | #define HAVE_ICONV 1
  4154. | | #define ENABLE_NLS 1
  4155. | | #define HAVE_GETTEXT 1
  4156. | | #define HAVE_DCGETTEXT 1
  4157. | | #define HAVE_LIBPDCURSES 1
  4158. | | #define HAVE_PDCURSES_H 1
  4159. | | #define WITH_CURSES "pdcurses"
  4160. | | #define HAVE_COLOR_SET 1
  4161. | | #define HAVE_DB_H 1
  4162. | | #define WITH_DB 1
  4163. | | /* end confdefs.h. */
  4164. | |
  4165. | | int
  4166. | | main ()
  4167. | | {
  4168. | |
  4169. | | if (sizeof(long int) == sizeof(long long))
  4170. | | return 0;
  4171. | | return 1;
  4172. | |
  4173. | | ;
  4174. | | return 0;
  4175. | | }
  4176. | configure:17457: result: no
  4177. | configure:17465: checking if long is 32 bits
  4178. | configure:17488: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lpdcurses >&5
  4179. | configure:17488: $? = 0
  4180. | configure:17488: ./conftest.exe
  4181. | configure:17488: $? = 0
  4182. | configure:17490: result: yes
  4183. | configure:17502: checking if pointer is longer than 32 bits
  4184. | configure:17525: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lpdcurses >&5
  4185. | configure:17525: $? = 0
  4186. | configure:17525: ./conftest.exe
  4187. | configure:17525: $? = 1
  4188. | configure: program exited with status 1
  4189. | configure: failed program was:
  4190. | | /* confdefs.h */
  4191. | | #define PACKAGE_NAME "GnuCOBOL"
  4192. | | #define PACKAGE_TARNAME "gnu-cobol"
  4193. | | #define PACKAGE_VERSION "2.0"
  4194. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  4195. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  4196. | | #define PACKAGE_URL "http://www.opencobol.org"
  4197. | | #define PACKAGE "gnu-cobol"
  4198. | | #define VERSION "2.0"
  4199. | | #define PATCH_LEVEL 0
  4200. | | #define MAX_CALL_FIELD_PARAMS 192
  4201. | | #define STDC_HEADERS 1
  4202. | | #define HAVE_SYS_TYPES_H 1
  4203. | | #define HAVE_SYS_STAT_H 1
  4204. | | #define HAVE_STDLIB_H 1
  4205. | | #define HAVE_STRING_H 1
  4206. | | #define HAVE_MEMORY_H 1
  4207. | | #define HAVE_STRINGS_H 1
  4208. | | #define HAVE_INTTYPES_H 1
  4209. | | #define HAVE_STDINT_H 1
  4210. | | #define HAVE_UNISTD_H 1
  4211. | | #define __EXTENSIONS__ 1
  4212. | | #define _ALL_SOURCE 1
  4213. | | #define _GNU_SOURCE 1
  4214. | | #define _POSIX_PTHREAD_SEMANTICS 1
  4215. | | #define _TANDEM_SOURCE 1
  4216. | | #define HAVE_DLFCN_H 1
  4217. | | #define LT_OBJDIR ".libs/"
  4218. | | #define STDC_HEADERS 1
  4219. | | #define HAVE_STDINT_H 1
  4220. | | #define HAVE_SYS_TYPES_H 1
  4221. | | #define HAVE_SIGNAL_H 1
  4222. | | #define HAVE_FCNTL_H 1
  4223. | | #define HAVE_MALLOC_H 1
  4224. | | #define HAVE_LOCALE_H 1
  4225. | | #define HAVE_STDDEF_H 1
  4226. | | #define HAVE_WCHAR_H 1
  4227. | | #define HAVE_DLFCN_H 1
  4228. | | #define HAVE_SYS_TIME_H 1
  4229. | | #define HAVE_SIG_ATOMIC_T 1
  4230. | | #define COB_KEYWORD_INLINE __inline
  4231. | | #define HAVE_VPRINTF 1
  4232. | | #define HAVE_MEMMOVE 1
  4233. | | #define HAVE_MEMSET 1
  4234. | | #define HAVE_SETLOCALE 1
  4235. | | #define HAVE_STRERROR 1
  4236. | | #define HAVE_STRCASECMP 1
  4237. | | #define HAVE_STRCHR 1
  4238. | | #define HAVE_STRRCHR 1
  4239. | | #define HAVE_STRDUP 1
  4240. | | #define HAVE_STRSTR 1
  4241. | | #define HAVE_STRTOL 1
  4242. | | #define HAVE_GETTIMEOFDAY 1
  4243. | | #define HAVE_LOCALECONV 1
  4244. | | #define HAVE_STRCOLL 1
  4245. | | #define HAVE_STRXFRM 1
  4246. | | #define HAVE_SETENV 1
  4247. | | #define HAVE_RAISE 1
  4248. | | #define HAVE_TIMEZONE 1
  4249. | | #define HAVE_DESIGNATED_INITS 1
  4250. | | #define WITH_VARSEQ 0
  4251. | | #define HAVE_GMP_H 1
  4252. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  4253. | | #define HAVE_NANO_SLEEP 1
  4254. | | #define HAVE_ICONV 1
  4255. | | #define ENABLE_NLS 1
  4256. | | #define HAVE_GETTEXT 1
  4257. | | #define HAVE_DCGETTEXT 1
  4258. | | #define HAVE_LIBPDCURSES 1
  4259. | | #define HAVE_PDCURSES_H 1
  4260. | | #define WITH_CURSES "pdcurses"
  4261. | | #define HAVE_COLOR_SET 1
  4262. | | #define HAVE_DB_H 1
  4263. | | #define WITH_DB 1
  4264. | | #define COB_32_BIT_LONG 1
  4265. | | /* end confdefs.h. */
  4266. | |
  4267. | | int
  4268. | | main ()
  4269. | | {
  4270. | |
  4271. | | if (sizeof (void *) > 4U)
  4272. | | return 0;
  4273. | | return 1;
  4274. | |
  4275. | | ;
  4276. | | return 0;
  4277. | | }
  4278. | configure:17530: result: no
  4279. | configure:17542: checking for gcc pointer sign option
  4280. | configure:17555: gcc -c -g -O2 -Wno-pointer-sign -I/mingw/include conftest.c >&5
  4281. | configure:17555: $? = 0
  4282. | configure:17557: result: yes
  4283. | configure:17592: checking for aligned attribute
  4284. | configure:17605: gcc -c -g -O2 -I/mingw/include conftest.c >&5
  4285. | configure:17605: $? = 0
  4286. | configure:17607: result: yes
  4287. | configure:17813: checking for ld bind now option
  4288. | configure:17826: gcc -o conftest.exe -O2 -pipe -I/mingw/include -Wl,-z,relro,-z,now,-O1 conftest.c >&5
  4289. | c:/gc20-build/mingw/bin/../lib/gcc/mingw32/5.3.0/../../../../mingw32/bin/ld.exe: unrecognized option '-z'
  4290. | c:/gc20-build/mingw/bin/../lib/gcc/mingw32/5.3.0/../../../../mingw32/bin/ld.exe: use the --help option for usage information
  4291. | collect2.exe: error: ld returned 1 exit status
  4292. | configure:17826: $? = 1
  4293. | configure: failed program was:
  4294. | | /* confdefs.h */
  4295. | | #define PACKAGE_NAME "GnuCOBOL"
  4296. | | #define PACKAGE_TARNAME "gnu-cobol"
  4297. | | #define PACKAGE_VERSION "2.0"
  4298. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  4299. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  4300. | | #define PACKAGE_URL "http://www.opencobol.org"
  4301. | | #define PACKAGE "gnu-cobol"
  4302. | | #define VERSION "2.0"
  4303. | | #define PATCH_LEVEL 0
  4304. | | #define MAX_CALL_FIELD_PARAMS 192
  4305. | | #define STDC_HEADERS 1
  4306. | | #define HAVE_SYS_TYPES_H 1
  4307. | | #define HAVE_SYS_STAT_H 1
  4308. | | #define HAVE_STDLIB_H 1
  4309. | | #define HAVE_STRING_H 1
  4310. | | #define HAVE_MEMORY_H 1
  4311. | | #define HAVE_STRINGS_H 1
  4312. | | #define HAVE_INTTYPES_H 1
  4313. | | #define HAVE_STDINT_H 1
  4314. | | #define HAVE_UNISTD_H 1
  4315. | | #define __EXTENSIONS__ 1
  4316. | | #define _ALL_SOURCE 1
  4317. | | #define _GNU_SOURCE 1
  4318. | | #define _POSIX_PTHREAD_SEMANTICS 1
  4319. | | #define _TANDEM_SOURCE 1
  4320. | | #define HAVE_DLFCN_H 1
  4321. | | #define LT_OBJDIR ".libs/"
  4322. | | #define STDC_HEADERS 1
  4323. | | #define HAVE_STDINT_H 1
  4324. | | #define HAVE_SYS_TYPES_H 1
  4325. | | #define HAVE_SIGNAL_H 1
  4326. | | #define HAVE_FCNTL_H 1
  4327. | | #define HAVE_MALLOC_H 1
  4328. | | #define HAVE_LOCALE_H 1
  4329. | | #define HAVE_STDDEF_H 1
  4330. | | #define HAVE_WCHAR_H 1
  4331. | | #define HAVE_DLFCN_H 1
  4332. | | #define HAVE_SYS_TIME_H 1
  4333. | | #define HAVE_SIG_ATOMIC_T 1
  4334. | | #define COB_KEYWORD_INLINE __inline
  4335. | | #define HAVE_VPRINTF 1
  4336. | | #define HAVE_MEMMOVE 1
  4337. | | #define HAVE_MEMSET 1
  4338. | | #define HAVE_SETLOCALE 1
  4339. | | #define HAVE_STRERROR 1
  4340. | | #define HAVE_STRCASECMP 1
  4341. | | #define HAVE_STRCHR 1
  4342. | | #define HAVE_STRRCHR 1
  4343. | | #define HAVE_STRDUP 1
  4344. | | #define HAVE_STRSTR 1
  4345. | | #define HAVE_STRTOL 1
  4346. | | #define HAVE_GETTIMEOFDAY 1
  4347. | | #define HAVE_LOCALECONV 1
  4348. | | #define HAVE_STRCOLL 1
  4349. | | #define HAVE_STRXFRM 1
  4350. | | #define HAVE_SETENV 1
  4351. | | #define HAVE_RAISE 1
  4352. | | #define HAVE_TIMEZONE 1
  4353. | | #define HAVE_DESIGNATED_INITS 1
  4354. | | #define WITH_VARSEQ 0
  4355. | | #define HAVE_GMP_H 1
  4356. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  4357. | | #define HAVE_NANO_SLEEP 1
  4358. | | #define HAVE_ICONV 1
  4359. | | #define ENABLE_NLS 1
  4360. | | #define HAVE_GETTEXT 1
  4361. | | #define HAVE_DCGETTEXT 1
  4362. | | #define HAVE_LIBPDCURSES 1
  4363. | | #define HAVE_PDCURSES_H 1
  4364. | | #define WITH_CURSES "pdcurses"
  4365. | | #define HAVE_COLOR_SET 1
  4366. | | #define HAVE_DB_H 1
  4367. | | #define WITH_DB 1
  4368. | | #define COB_32_BIT_LONG 1
  4369. | | #define HAVE_PSIGN_OPT 1
  4370. | | #define HAVE_ATTRIBUTE_ALIGNED 1
  4371. | | /* end confdefs.h. */
  4372. | |
  4373. | | int
  4374. | | main ()
  4375. | | {
  4376. | | int testint;
  4377. | | ;
  4378. | | return 0;
  4379. | | }
  4380. | configure:17831: result: no
  4381. | configure:18057: checking that generated files are newer than configure
  4382. | configure:18063: result: done
  4383. | configure:18095: creating ./config.status
  4384. |
  4385. | ## ---------------------- ##
  4386. | ## Running config.status. ##
  4387. | ## ---------------------- ##
  4388. |
  4389. | This file was extended by GnuCOBOL config.status 2.0, which was
  4390. | generated by GNU Autoconf 2.69. Invocation command line was
  4391. |
  4392. | CONFIG_FILES =
  4393. | CONFIG_HEADERS =
  4394. | CONFIG_LINKS =
  4395. | CONFIG_COMMANDS =
  4396. | $ ./config.status
  4397. |
  4398. | on DESKTOP-DB1BVSF
  4399. |
  4400. | config.status:1231: creating bin/cob-config
  4401. | config.status:1231: creating Makefile
  4402. | config.status:1231: creating libcob/Makefile
  4403. | config.status:1231: creating lib/Makefile
  4404. | config.status:1231: creating cobc/Makefile
  4405. | config.status:1231: creating bin/Makefile
  4406. | config.status:1231: creating po/Makefile.in
  4407. | config.status:1231: creating doc/Makefile
  4408. | config.status:1231: creating config/Makefile
  4409. | config.status:1231: creating copy/Makefile
  4410. | config.status:1231: creating tests/atlocal
  4411. | config.status:1231: creating tests/Makefile
  4412. | config.status:1231: creating tests/cobol85/Makefile
  4413. | config.status:1231: creating extras/Makefile
  4414. | config.status:1231: creating config.h
  4415. | config.status:1412: config.h is unchanged
  4416. | config.status:1460: executing tests/atconfig commands
  4417. | config.status:1460: executing depfiles commands
  4418. | config.status:1460: executing libtool commands
  4419. | config.status:1460: executing po-directories commands
  4420. | config.status:1460: executing chmod1 commands
  4421. | config.status:1460: executing chmod2 commands
  4422. | config.status:1460: executing chmod3 commands
  4423. | configure:20411: GnuCOBOL Configuration:
  4424. | configure:20413: CC gcc
  4425. | configure:20415: CFLAGS -O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE
  4426. | configure:20417: COB_CFLAGS -I/mingw/include -I/mingw/include -pipe
  4427. | configure:20419: LDFLAGS
  4428. | configure:20421: COB_LDFLAGS
  4429. | configure:20424: COBC_LIBS -L/mingw/lib -lintl
  4430. | configure:20427: COB_LIBS -L${exec_prefix}/lib -lcob -lm -lgmp -L/mingw/lib -lintl -lpdcurses -ldb-6.2
  4431. | configure:20429: COB_CONFIG_DIR ${datarootdir}/gnu-cobol/config
  4432. | configure:20431: COB_COPY_DIR ${datarootdir}/gnu-cobol/copy
  4433. | configure:20433: COB_LIBRARY_PATH ${exec_prefix}/lib/gnu-cobol
  4434. | configure:20435: COB_MODULE_EXT dll
  4435. | configure:20437: COB_OBJECT_EXT o
  4436. | configure:20439: COB_SHARED_OPT -shared
  4437. | configure:20441: COB_PIC_FLAGS -DDLL_EXPORT -DPIC
  4438. | configure:20443: COB_EXPORT_DYN -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-auto-image-base
  4439. | configure:20446: COB_STRIP_CMD strip --strip-unneeded
  4440. | configure:20450: Dynamic loading: System
  4441. | configure:20456: Use gettext for international messages: yes
  4442. | configure:20458: Use fcntl for file locking: no
  4443. | configure:20470: Use ncurses/pdcurses/curses for screen I/O: pdcurses
  4444. | configure:20491: Use Berkeley DB for ISAM I/O: yes
  4445. |
  4446. | ## ---------------- ##
  4447. | ## Cache variables. ##
  4448. | ## ---------------- ##
  4449. |
  4450. | ac_cv_build=i686-pc-mingw32
  4451. | ac_cv_c_bigendian=no
  4452. | ac_cv_c_compiler_gnu=yes
  4453. | ac_cv_c_const=yes
  4454. | ac_cv_env_CC_set=
  4455. | ac_cv_env_CC_value=
  4456. | ac_cv_env_CFLAGS_set=
  4457. | ac_cv_env_CFLAGS_value=
  4458. | ac_cv_env_CPPFLAGS_set=
  4459. | ac_cv_env_CPPFLAGS_value=
  4460. | ac_cv_env_CPP_set=
  4461. | ac_cv_env_CPP_value=
  4462. | ac_cv_env_LDFLAGS_set=
  4463. | ac_cv_env_LDFLAGS_value=
  4464. | ac_cv_env_LIBS_set=
  4465. | ac_cv_env_LIBS_value=
  4466. | ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  4467. | ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  4468. | ac_cv_env_build_alias_set=
  4469. | ac_cv_env_build_alias_value=
  4470. | ac_cv_env_host_alias_set=
  4471. | ac_cv_env_host_alias_value=
  4472. | ac_cv_env_target_alias_set=
  4473. | ac_cv_env_target_alias_value=
  4474. | ac_cv_exeext=.exe
  4475. | ac_cv_func__doprnt=no
  4476. | ac_cv_func_canonicalize_file_name=no
  4477. | ac_cv_func_fcntl=no
  4478. | ac_cv_func_fdatasync=no
  4479. | ac_cv_func_getexecname=no
  4480. | ac_cv_func_gettimeofday=yes
  4481. | ac_cv_func_localeconv=yes
  4482. | ac_cv_func_memmove=yes
  4483. | ac_cv_func_memset=yes
  4484. | ac_cv_func_raise=yes
  4485. | ac_cv_func_readlink=no
  4486. | ac_cv_func_realpath=no
  4487. | ac_cv_func_setenv=yes
  4488. | ac_cv_func_setlocale=yes
  4489. | ac_cv_func_sigaction=no
  4490. | ac_cv_func_strcasecmp=yes
  4491. | ac_cv_func_strchr=yes
  4492. | ac_cv_func_strcoll=yes
  4493. | ac_cv_func_strdup=yes
  4494. | ac_cv_func_strerror=yes
  4495. | ac_cv_func_strrchr=yes
  4496. | ac_cv_func_strstr=yes
  4497. | ac_cv_func_strtol=yes
  4498. | ac_cv_func_strxfrm=yes
  4499. | ac_cv_func_vprintf=yes
  4500. | ac_cv_header_db_h=yes
  4501. | ac_cv_header_dlfcn_h=yes
  4502. | ac_cv_header_fcntl_h=yes
  4503. | ac_cv_header_gmp_h=yes
  4504. | ac_cv_header_inttypes_h=yes
  4505. | ac_cv_header_locale_h=yes
  4506. | ac_cv_header_malloc_h=yes
  4507. | ac_cv_header_memory_h=yes
  4508. | ac_cv_header_minix_config_h=no
  4509. | ac_cv_header_pdcurses_h=yes
  4510. | ac_cv_header_signal_h=yes
  4511. | ac_cv_header_stdc=yes
  4512. | ac_cv_header_stddef_h=yes
  4513. | ac_cv_header_stdint_h=yes
  4514. | ac_cv_header_stdlib_h=yes
  4515. | ac_cv_header_string_h=yes
  4516. | ac_cv_header_strings_h=yes
  4517. | ac_cv_header_sys_stat_h=yes
  4518. | ac_cv_header_sys_time_h=yes
  4519. | ac_cv_header_sys_types_h=yes
  4520. | ac_cv_header_unistd_h=yes
  4521. | ac_cv_header_wchar_h=yes
  4522. | ac_cv_host=i686-pc-mingw32
  4523. | ac_cv_lib_gmp___gmp_get_memory_functions=yes
  4524. | ac_cv_lib_gmp___gmpz_init=yes
  4525. | ac_cv_lib_ncurses_initscr=no
  4526. | ac_cv_lib_ncursesw_initscr=no
  4527. | ac_cv_lib_pdcurses_initscr=yes
  4528. | ac_cv_objext=o
  4529. | ac_cv_path_EGREP='/bin/grep -E'
  4530. | ac_cv_path_FGREP='/bin/grep -F'
  4531. | ac_cv_path_GMSGFMT=/mingw/bin/msgfmt
  4532. | ac_cv_path_GREP=/bin/grep
  4533. | ac_cv_path_MSGFMT=/mingw/bin/msgfmt
  4534. | ac_cv_path_MSGMERGE=/mingw/bin/msgmerge
  4535. | ac_cv_path_SED=/bin/sed
  4536. | ac_cv_path_XGETTEXT=/mingw/bin/xgettext
  4537. | ac_cv_path_install='/bin/install -c'
  4538. | ac_cv_path_mkdir=/bin/mkdir
  4539. | ac_cv_prog_AWK=gawk
  4540. | ac_cv_prog_CPP='gcc -E'
  4541. | ac_cv_prog_ac_ct_AR=ar
  4542. | ac_cv_prog_ac_ct_AS=as
  4543. | ac_cv_prog_ac_ct_CC=gcc
  4544. | ac_cv_prog_ac_ct_DLLTOOL=dlltool
  4545. | ac_cv_prog_ac_ct_OBJDUMP=objdump
  4546. | ac_cv_prog_ac_ct_RANLIB=ranlib
  4547. | ac_cv_prog_ac_ct_STRIP=strip
  4548. | ac_cv_prog_cc_c89=
  4549. | ac_cv_prog_cc_c99=
  4550. | ac_cv_prog_cc_g=yes
  4551. | ac_cv_prog_cc_stdc=
  4552. | ac_cv_prog_make_make_set=yes
  4553. | ac_cv_safe_to_define___extensions__=yes
  4554. | ac_cv_struct_tm=time.h
  4555. | ac_cv_type_sig_atomic_t=yes
  4556. | ac_cv_type_size_t=yes
  4557. | acl_cv_hardcode_direct=no
  4558. | acl_cv_hardcode_libdir_flag_spec='-L$libdir'
  4559. | acl_cv_hardcode_libdir_separator=
  4560. | acl_cv_hardcode_minus_L=no
  4561. | acl_cv_libext=a
  4562. | acl_cv_libname_spec='lib$name'
  4563. | acl_cv_library_names_spec='$libname.dll.a $libname.lib'
  4564. | acl_cv_path_LD=c:/gc20-build/mingw/mingw32/bin/ld.exe
  4565. | acl_cv_prog_gnu_ld=yes
  4566. | acl_cv_rpath=done
  4567. | acl_cv_shlibext=dll
  4568. | acl_cv_wl=-Wl,
  4569. | am_cv_CC_dependencies_compiler_type=gcc3
  4570. | am_cv_func_iconv=yes
  4571. | am_cv_func_iconv_works=yes
  4572. | am_cv_langinfo_codeset=no
  4573. | am_cv_lib_iconv=yes
  4574. | am_cv_make_support_nested_variables=yes
  4575. | am_cv_prog_cc_c_o=yes
  4576. | gt_cv_func_CFLocaleCopyCurrent=no
  4577. | gt_cv_func_CFPreferencesCopyAppValue=no
  4578. | gt_cv_func_gnugettext1_libc=no
  4579. | gt_cv_func_gnugettext1_libintl=yes
  4580. | lt_cv_ar_at_file=@
  4581. | lt_cv_archive_cmds_need_lc=yes
  4582. | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
  4583. | lt_cv_dlopen=LoadLibrary
  4584. | lt_cv_dlopen_libs=
  4585. | lt_cv_file_magic_cmd=func_win32_libid
  4586. | lt_cv_file_magic_test_file=
  4587. | lt_cv_ld_reload_flag=-r
  4588. | lt_cv_nm_interface='BSD nm'
  4589. | lt_cv_objdir=.libs
  4590. | lt_cv_path_LD=c:/gc20-build/mingw/mingw32/bin/ld.exe
  4591. | lt_cv_path_NM='/mingw/bin/nm -B'
  4592. | lt_cv_path_mainfest_tool=no
  4593. | lt_cv_prog_compiler_c_o=yes
  4594. | lt_cv_prog_compiler_pic='-DDLL_EXPORT -DPIC'
  4595. | lt_cv_prog_compiler_pic_works=yes
  4596. | lt_cv_prog_compiler_rtti_exceptions=no
  4597. | lt_cv_prog_compiler_static_works=yes
  4598. | lt_cv_prog_gnu_ld=yes
  4599. | lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
  4600. | lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)
  4601. \{0,1\}$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  4602. | lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
  4603. | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
  4604. | lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  4605. | lt_cv_sys_global_symbol_to_import=
  4606. | lt_cv_sys_max_cmd_len=8192
  4607. | lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
  4608. | lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
  4609. | lt_cv_truncate_bin='/bin/sed -e 4q'
  4610. |
  4611. | ## ----------------- ##
  4612. | ## Output variables. ##
  4613. | ## ----------------- ##
  4614. |
  4615. | ACLOCAL='${SHELL} /home/Prim/gnu-cobol-2.0/build_aux/missing aclocal-1.15'
  4616. | AMDEPBACKSLASH='\'
  4617. | AMDEP_FALSE='#'
  4618. | AMDEP_TRUE=''
  4619. | AMTAR='$${TAR-tar}'
  4620. | AM_BACKSLASH='\'
  4621. | AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  4622. | AM_DEFAULT_VERBOSITY='1'
  4623. | AM_V='$(V)'
  4624. | AR='ar'
  4625. | AS='as'
  4626. | AUTOCONF='${SHELL} /home/Prim/gnu-cobol-2.0/build_aux/missing autoconf'
  4627. | AUTOHEADER='${SHELL} /home/Prim/gnu-cobol-2.0/build_aux/missing autoheader'
  4628. | AUTOMAKE='${SHELL} /home/Prim/gnu-cobol-2.0/build_aux/missing automake-1.15'
  4629. | AWK='gawk'
  4630. | CC='gcc'
  4631. | CCDEPMODE='depmode=gcc3'
  4632. | CFLAGS='-O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE'
  4633. | COBC_LIBS=' -L/mingw/lib -lintl'
  4634. | COB_BIGENDIAN='no'
  4635. | COB_CC='gcc'
  4636. | COB_CFLAGS='-I/mingw/include -I/mingw/include -pipe'
  4637. | COB_CONFIG_DIR='${datarootdir}/gnu-cobol/config'
  4638. | COB_COPY_DIR='${datarootdir}/gnu-cobol/copy'
  4639. | COB_EXPORT_DYN='-Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-auto-image-base'
  4640. | COB_FIX_LIB=''
  4641. | COB_FIX_LIBTOOL='-Wl,--enable-auto-import'
  4642. | COB_HAS_CURSES='yes'
  4643. | COB_HAS_ISAM='yes'
  4644. | COB_HAS_UTC_OFFSET='yes'
  4645. | COB_KEYWORD_INLINE=''
  4646. | COB_LDFLAGS=''
  4647. | COB_LIBRARY_PATH='${exec_prefix}/lib/gnu-cobol'
  4648. | COB_LIBS='-L${exec_prefix}/lib -lcob -lm -lgmp -L/mingw/lib -lintl -lpdcurses -ldb-6.2'
  4649. | COB_MAKE_IX_FALSE='#'
  4650. | COB_MAKE_IX_TRUE=''
  4651. | COB_MODULE_EXT='dll'
  4652. | COB_OBJECT_EXT='o'
  4653. | COB_PATCH_LEVEL='0'
  4654. | COB_PIC_FLAGS='-DDLL_EXPORT -DPIC'
  4655. | COB_SHARED_OPT='-shared'
  4656. | CPP='gcc -E'
  4657. | CPPFLAGS='-I/mingw/include'
  4658. | CYGPATH_W='echo'
  4659. | DEFS='-DHAVE_CONFIG_H'
  4660. | DEPDIR='.deps'
  4661. | DLLTOOL='dlltool'
  4662. | DSYMUTIL=''
  4663. | DUMPBIN=''
  4664. | ECHO_C=''
  4665. | ECHO_N='-n'
  4666. | ECHO_T=''
  4667. | EGREP='/bin/grep -E'
  4668. | EXEEXT='.exe'
  4669. | FGREP='/bin/grep -F'
  4670. | GETTEXT_MACRO_VERSION='0.19'
  4671. | GMSGFMT='/mingw/bin/msgfmt'
  4672. | GMSGFMT_015='/mingw/bin/msgfmt'
  4673. | GREP='/bin/grep'
  4674. | INSTALL_DATA='${INSTALL} -m 644'
  4675. | INSTALL_PROGRAM='${INSTALL}'
  4676. | INSTALL_SCRIPT='${INSTALL}'
  4677. | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  4678. | INTLLIBS='/mingw/lib/libintl.dll.a'
  4679. | INTL_MACOSX_LIBS=''
  4680. | LD='c:/gc20-build/mingw/mingw32/bin/ld.exe'
  4681. | LDFLAGS=''
  4682. | LIBCOB_LIBS='-lm -lgmp -L/mingw/lib -lintl -lpdcurses -ldb-6.2'
  4683. | LIBICONV='/mingw/lib/libiconv.dll.a'
  4684. | LIBINTL='/mingw/lib/libintl.dll.a'
  4685. | LIBOBJS=''
  4686. | LIBS=''
  4687. | LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  4688. | LIPO=''
  4689. | LN_S='cp -pR'
  4690. | LTLIBICONV='-L/mingw/lib -liconv'
  4691. | LTLIBINTL='-L/mingw/lib -lintl'
  4692. | LTLIBOBJS=''
  4693. | LT_SYS_LIBRARY_PATH=''
  4694. | MAINT='#'
  4695. | MAINTAINER_MODE_FALSE=''
  4696. | MAINTAINER_MODE_TRUE='#'
  4697. | MAKEINFO='${SHELL} /home/Prim/gnu-cobol-2.0/build_aux/missing makeinfo'
  4698. | MANIFEST_TOOL=':'
  4699. | MKDIR_P='/bin/mkdir -p'
  4700. | MSGFMT='/mingw/bin/msgfmt'
  4701. | MSGFMT_015='/mingw/bin/msgfmt'
  4702. | MSGMERGE='/mingw/bin/msgmerge'
  4703. | NM='/mingw/bin/nm -B'
  4704. | NMEDIT=''
  4705. | OBJDUMP='objdump'
  4706. | OBJEXT='o'
  4707. | OTOOL64=''
  4708. | OTOOL=''
  4709. | PACKAGE='gnu-cobol'
  4710. | PACKAGE_BUGREPORT='open-cobol-list@lists.sourceforge.net'
  4711. | PACKAGE_NAME='GnuCOBOL'
  4712. | PACKAGE_STRING='GnuCOBOL 2.0'
  4713. | PACKAGE_TARNAME='gnu-cobol'
  4714. | PACKAGE_URL='http://www.opencobol.org'
  4715. | PACKAGE_VERSION='2.0'
  4716. | PATH_SEPARATOR=':'
  4717. | POSUB='po'
  4718. | RANLIB='ranlib'
  4719. | SED='/bin/sed'
  4720. | SET_MAKE=''
  4721. | SHELL='/bin/sh'
  4722. | STRIP='strip'
  4723. | USE_NLS='yes'
  4724. | VERSION='2.0'
  4725. | XGETTEXT='/mingw/bin/xgettext'
  4726. | XGETTEXT_015='/mingw/bin/xgettext'
  4727. | XGETTEXT_EXTRA_OPTIONS=''
  4728. | ac_ct_AR='ar'
  4729. | ac_ct_CC='gcc'
  4730. | ac_ct_DUMPBIN=''
  4731. | am__EXEEXT_FALSE='#'
  4732. | am__EXEEXT_TRUE=''
  4733. | am__fastdepCC_FALSE='#'
  4734. | am__fastdepCC_TRUE=''
  4735. | am__include='include'
  4736. | am__isrc=''
  4737. | am__leading_dot='.'
  4738. | am__nodep='_no'
  4739. | am__quote=''
  4740. | am__tar='$${TAR-tar} chof - "$$tardir"'
  4741. | am__untar='$${TAR-tar} xf -'
  4742. | bindir='${exec_prefix}/bin'
  4743. | build='i686-pc-mingw32'
  4744. | build_alias=''
  4745. | build_cpu='i686'
  4746. | build_os='mingw32'
  4747. | build_vendor='pc'
  4748. | datadir='${datarootdir}'
  4749. | datarootdir='${prefix}/share'
  4750. | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  4751. | dvidir='${docdir}'
  4752. | exec_prefix='${prefix}'
  4753. | host='i686-pc-mingw32'
  4754. | host_alias=''
  4755. | host_cpu='i686'
  4756. | host_os='mingw32'
  4757. | host_vendor='pc'
  4758. | htmldir='${docdir}'
  4759. | includedir='${prefix}/include'
  4760. | infodir='${datarootdir}/info'
  4761. | install_sh='${SHELL} /home/Prim/gnu-cobol-2.0/build_aux/install-sh'
  4762. | libdir='${exec_prefix}/lib'
  4763. | libexecdir='${exec_prefix}/libexec'
  4764. | localedir='${datarootdir}/locale'
  4765. | localstatedir='${prefix}/var'
  4766. | mandir='${datarootdir}/man'
  4767. | mkdir_p='$(MKDIR_P)'
  4768. | oldincludedir='/usr/include'
  4769. | pdfdir='${docdir}'
  4770. | prefix='/mingw'
  4771. | program_transform_name='s,x,x,'
  4772. | psdir='${docdir}'
  4773. | sbindir='${exec_prefix}/sbin'
  4774. | sharedstatedir='${prefix}/com'
  4775. | sysconfdir='${prefix}/etc'
  4776. | target_alias=''
  4777. |
  4778. | ## ----------- ##
  4779. | ## confdefs.h. ##
  4780. | ## ----------- ##
  4781. |
  4782. | /* confdefs.h */
  4783. | #define PACKAGE_NAME "GnuCOBOL"
  4784. | #define PACKAGE_TARNAME "gnu-cobol"
  4785. | #define PACKAGE_VERSION "2.0"
  4786. | #define PACKAGE_STRING "GnuCOBOL 2.0"
  4787. | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  4788. | #define PACKAGE_URL "http://www.opencobol.org"
  4789. | #define PACKAGE "gnu-cobol"
  4790. | #define VERSION "2.0"
  4791. | #define PATCH_LEVEL 0
  4792. | #define MAX_CALL_FIELD_PARAMS 192
  4793. | #define STDC_HEADERS 1
  4794. | #define HAVE_SYS_TYPES_H 1
  4795. | #define HAVE_SYS_STAT_H 1
  4796. | #define HAVE_STDLIB_H 1
  4797. | #define HAVE_STRING_H 1
  4798. | #define HAVE_MEMORY_H 1
  4799. | #define HAVE_STRINGS_H 1
  4800. | #define HAVE_INTTYPES_H 1
  4801. | #define HAVE_STDINT_H 1
  4802. | #define HAVE_UNISTD_H 1
  4803. | #define __EXTENSIONS__ 1
  4804. | #define _ALL_SOURCE 1
  4805. | #define _GNU_SOURCE 1
  4806. | #define _POSIX_PTHREAD_SEMANTICS 1
  4807. | #define _TANDEM_SOURCE 1
  4808. | #define HAVE_DLFCN_H 1
  4809. | #define LT_OBJDIR ".libs/"
  4810. | #define STDC_HEADERS 1
  4811. | #define HAVE_STDINT_H 1
  4812. | #define HAVE_SYS_TYPES_H 1
  4813. | #define HAVE_SIGNAL_H 1
  4814. | #define HAVE_FCNTL_H 1
  4815. | #define HAVE_MALLOC_H 1
  4816. | #define HAVE_LOCALE_H 1
  4817. | #define HAVE_STDDEF_H 1
  4818. | #define HAVE_WCHAR_H 1
  4819. | #define HAVE_DLFCN_H 1
  4820. | #define HAVE_SYS_TIME_H 1
  4821. | #define HAVE_SIG_ATOMIC_T 1
  4822. | #define COB_KEYWORD_INLINE __inline
  4823. | #define HAVE_VPRINTF 1
  4824. | #define HAVE_MEMMOVE 1
  4825. | #define HAVE_MEMSET 1
  4826. | #define HAVE_SETLOCALE 1
  4827. | #define HAVE_STRERROR 1
  4828. | #define HAVE_STRCASECMP 1
  4829. | #define HAVE_STRCHR 1
  4830. | #define HAVE_STRRCHR 1
  4831. | #define HAVE_STRDUP 1
  4832. | #define HAVE_STRSTR 1
  4833. | #define HAVE_STRTOL 1
  4834. | #define HAVE_GETTIMEOFDAY 1
  4835. | #define HAVE_LOCALECONV 1
  4836. | #define HAVE_STRCOLL 1
  4837. | #define HAVE_STRXFRM 1
  4838. | #define HAVE_SETENV 1
  4839. | #define HAVE_RAISE 1
  4840. | #define HAVE_TIMEZONE 1
  4841. | #define HAVE_DESIGNATED_INITS 1
  4842. | #define WITH_VARSEQ 0
  4843. | #define HAVE_GMP_H 1
  4844. | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  4845. | #define HAVE_NANO_SLEEP 1
  4846. | #define HAVE_ICONV 1
  4847. | #define ENABLE_NLS 1
  4848. | #define HAVE_GETTEXT 1
  4849. | #define HAVE_DCGETTEXT 1
  4850. | #define HAVE_LIBPDCURSES 1
  4851. | #define HAVE_PDCURSES_H 1
  4852. | #define WITH_CURSES "pdcurses"
  4853. | #define HAVE_COLOR_SET 1
  4854. | #define HAVE_DB_H 1
  4855. | #define WITH_DB 1
  4856. | #define COB_32_BIT_LONG 1
  4857. | #define HAVE_PSIGN_OPT 1
  4858. | #define HAVE_ATTRIBUTE_ALIGNED 1
  4859. | #define COB_NO_SELFOPEN 1
  4860. | #define COB_EXPORT_DYN "-Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-auto-image-base"
  4861. | #define COB_PIC_FLAGS "-DDLL_EXPORT -DPIC"
  4862. | #define COB_SHARED_OPT "-shared"
  4863. | #define COB_EXEEXT ".exe"
  4864. | #define COB_STRIP_CMD "strip --strip-unneeded"
  4865. |
  4866. | configure: exit 0
  4867.  
  4868. testsuite:2502: WARNING: unable to parse test group: 601
  4869. testsuite:2502: WARNING: unable to parse test group: 602
  4870. testsuite:2502: WARNING: unable to parse test group: 603
  4871. testsuite:2502: WARNING: unable to parse test group: 604
  4872. testsuite:2502: WARNING: unable to parse test group: 605
  4873. testsuite:2502: WARNING: unable to parse test group: 606
  4874. testsuite:2502: WARNING: unable to parse test group: 607
  4875. testsuite:2502: WARNING: unable to parse test group: 608
  4876. testsuite:2502: WARNING: unable to parse test group: 609
  4877. testsuite:2502: WARNING: unable to parse test group: 610
  4878. testsuite:2502: WARNING: unable to parse test group: 611
  4879. testsuite:2502: WARNING: unable to parse test group: 612
  4880. testsuite:2502: WARNING: unable to parse test group: 613
  4881. testsuite:2502: WARNING: unable to parse test group: 614
  4882. testsuite:2502: WARNING: unable to parse test group: 615
  4883. testsuite:2502: WARNING: unable to parse test group: 616
  4884. testsuite:2502: WARNING: unable to parse test group: 617
  4885. testsuite:2502: WARNING: unable to parse test group: 618
  4886. testsuite:2502: WARNING: unable to parse test group: 619
  4887. testsuite:2502: WARNING: unable to parse test group: 620
  4888. testsuite:2502: WARNING: unable to parse test group: 621
  4889. testsuite:2502: WARNING: unable to parse test group: 622
  4890. testsuite:2502: WARNING: unable to parse test group: 623
  4891. testsuite:2502: WARNING: unable to parse test group: 624
  4892. testsuite:2502: WARNING: unable to parse test group: 625
  4893. testsuite:2502: WARNING: unable to parse test group: 626
  4894. testsuite:2502: WARNING: unable to parse test group: 627
  4895. testsuite:2502: WARNING: unable to parse test group: 628
  4896. testsuite:2502: WARNING: unable to parse test group: 629
  4897. testsuite:2502: WARNING: unable to parse test group: 630
  4898. testsuite:2502: WARNING: unable to parse test group: 631
  4899. testsuite:2502: WARNING: unable to parse test group: 632
  4900. testsuite:2502: WARNING: unable to parse test group: 633
  4901. testsuite:2502: WARNING: unable to parse test group: 634
  4902. testsuite:2502: WARNING: unable to parse test group: 635
  4903. testsuite:2502: WARNING: unable to parse test group: 636
  4904. testsuite:2502: WARNING: unable to parse test group: 637
  4905. testsuite:2502: WARNING: unable to parse test group: 638
  4906. testsuite:2502: WARNING: unable to parse test group: 639
  4907. testsuite:2502: WARNING: unable to parse test group: 640
  4908. testsuite:2502: WARNING: unable to parse test group: 641
  4909. testsuite:2502: WARNING: unable to parse test group: 642
  4910. testsuite:2502: WARNING: unable to parse test group: 643
  4911. testsuite:2502: WARNING: unable to parse test group: 644
  4912. testsuite:2502: WARNING: unable to parse test group: 645
  4913. testsuite:2502: WARNING: unable to parse test group: 646
  4914. testsuite:2502: WARNING: unable to parse test group: 647
  4915. testsuite:2502: WARNING: unable to parse test group: 648
  4916. testsuite:2502: WARNING: unable to parse test group: 649
  4917. testsuite:2502: WARNING: unable to parse test group: 650
  4918. testsuite:2502: WARNING: unable to parse test group: 651
  4919. testsuite:2502: WARNING: unable to parse test group: 652
  4920. testsuite:2502: WARNING: unable to parse test group: 653
  4921. testsuite:2502: WARNING: unable to parse test group: 654
  4922. testsuite:2502: WARNING: unable to parse test group: 655
  4923. testsuite:2502: WARNING: unable to parse test group: 656
  4924. testsuite:2502: WARNING: unable to parse test group: 657
  4925. testsuite:2502: WARNING: unable to parse test group: 658
  4926. testsuite:2502: WARNING: unable to parse test group: 659
  4927. testsuite:2502: WARNING: unable to parse test group: 660
  4928. testsuite:2502: WARNING: unable to parse test group: 661
  4929. testsuite:2502: WARNING: unable to parse test group: 662
  4930. testsuite:2502: WARNING: unable to parse test group: 663
  4931. testsuite:2502: WARNING: unable to parse test group: 664
  4932. testsuite:2502: WARNING: unable to parse test group: 665
  4933. testsuite:2502: WARNING: unable to parse test group: 666
  4934. testsuite:2502: WARNING: unable to parse test group: 667
  4935. testsuite:2502: WARNING: unable to parse test group: 668
  4936. testsuite:2502: WARNING: unable to parse test group: 669
  4937. testsuite:2502: WARNING: unable to parse test group: 670
  4938. testsuite:2502: WARNING: unable to parse test group: 671
  4939. testsuite:2502: WARNING: unable to parse test group: 672
  4940. testsuite:2502: WARNING: unable to parse test group: 673
  4941. testsuite:2502: WARNING: unable to parse test group: 674
  4942. testsuite:2502: WARNING: unable to parse test group: 675
  4943. testsuite:2502: WARNING: unable to parse test group: 676
  4944. testsuite: ending at: Tue Apr 25 19:25:27 EDT 2017
  4945. testsuite: test suite duration: 0h 8m 33s
  4946.  
  4947. ## ------------- ##
  4948. ## Test results. ##
  4949. ## ------------- ##
  4950.  
  4951. ERROR: 1 test was run,
  4952. 1 failed unexpectedly.
  4953.  
  4954. ## ------------------------ ##
  4955. ## Summary of the failures. ##
  4956. ## ------------------------ ##
  4957. Failed tests:
  4958. GnuCOBOL 2.0 test suite: GnuCOBOL Tests test groups:
  4959.  
  4960. NUM: FILE-NAME:LINE TEST-GROUP-NAME
  4961. KEYWORDS
  4962.  
  4963. 580: run_extensions.at:744 MOVE of non-integer to alphanumeric
  4964. extensions
  4965.  
  4966. ## ---------------------- ##
  4967. ## Detailed failed tests. ##
  4968. ## ---------------------- ##
  4969.  
  4970. # -*- compilation -*-
  4971. 580. run_extensions.at:744: testing MOVE of non-integer to alphanumeric ...
  4972. ./run_extensions.at:814: $COMPILE -std=mf prog.cob
  4973. --- - 2017-04-25 19:25:08 -0400
  4974. +++ /home/Prim/gnu-cobol-2.0/tests/testsuite.dir/at-groups/580/stderr 2017-04-25 19:25:09 -0400
  4975. @@ -1,13 +1 @@
  4976. -prog.cob: in paragraph 'S-03':
  4977. -prog.cob: 36: warning: MOVE of non-integer to alphanumeric
  4978. -prog.cob: in paragraph 'S-10':
  4979. -prog.cob: 41: warning: MOVE of non-integer to alphanumeric
  4980. -prog.cob: in paragraph 'S-20':
  4981. -prog.cob: 46: warning: MOVE of non-integer to alphanumeric
  4982. -prog.cob: in paragraph 'S-30':
  4983. -prog.cob: 51: warning: MOVE of non-integer to alphanumeric
  4984. -prog.cob: in paragraph 'S-40':
  4985. -prog.cob: 56: warning: MOVE of non-integer to alphanumeric
  4986. -prog.cob: in paragraph 'S-50':
  4987. -prog.cob: 61: warning: MOVE of non-integer to alphanumeric
  4988.  
  4989. 580. run_extensions.at:744: 580. MOVE of non-integer to alphanumeric (run_extensions.at:744): FAILED (run_extensions.at:744)
  4990.  
  4991.  
  4992. ## ------------- ##
  4993. ## ../config.log ##
  4994. ## ------------- ##
  4995. | This file contains any messages produced by compilers while
  4996. | running configure, to aid debugging if configure makes a mistake.
  4997. |
  4998. | It was created by GnuCOBOL configure 2.0, which was
  4999. | generated by GNU Autoconf 2.69. Invocation command line was
  5000. |
  5001. | $ ./configure --prefix=/mingw --disable-rpath
  5002. |
  5003. | ## --------- ##
  5004. | ## Platform. ##
  5005. | ## --------- ##
  5006. |
  5007. | hostname = DESKTOP-DB1BVSF
  5008. | uname -m = i686
  5009. | uname -r = 1.0.19(0.48/3/2)
  5010. | uname -s = MINGW32_NT-6.2
  5011. | uname -v = 2016-07-13 17:45
  5012. |
  5013. | /usr/bin/uname -p = unknown
  5014. | /bin/uname -X = unknown
  5015. |
  5016. | /bin/arch = unknown
  5017. | /usr/bin/arch -k = unknown
  5018. | /usr/convex/getsysinfo = unknown
  5019. | /usr/bin/hostinfo = unknown
  5020. | /bin/machine = unknown
  5021. | /usr/bin/oslevel = unknown
  5022. | /bin/universe = unknown
  5023. |
  5024. | PATH: .
  5025. | PATH: /usr/local/bin
  5026. | PATH: /mingw/bin
  5027. | PATH: /bin
  5028. | PATH: /c/ProgramData/Oracle/Java/javapath
  5029. | PATH: /c/Program Files (x86)/NVIDIA Corporation/PhysX/Common
  5030. | PATH: /c/WINDOWS/system32
  5031. | PATH: /c/WINDOWS
  5032. | PATH: /c/WINDOWS/System32/Wbem
  5033. | PATH: /c/WINDOWS/System32/WindowsPowerShell/v1.0/
  5034. | PATH: /c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit/
  5035. | PATH: /c/Program Files/Calibre2/
  5036. | PATH: /c/Program Files/MiKTeX 2.9/miktex/bin/x64/
  5037. | PATH: /c/Users/Prim/AppData/Local/Programs/Python/Python36-32/Scripts/
  5038. | PATH: /c/Users/Prim/AppData/Local/Programs/Python/Python36-32/
  5039. | PATH: /c/Users/Prim/AppData/Local/Microsoft/WindowsApps
  5040. | PATH: .
  5041. |
  5042. |
  5043. | ## ----------- ##
  5044. | ## Core tests. ##
  5045. | ## ----------- ##
  5046. |
  5047. | configure:2436: checking for a BSD-compatible install
  5048. | configure:2504: result: /bin/install -c
  5049. | configure:2515: checking whether build environment is sane
  5050. | configure:2570: result: yes
  5051. | configure:2721: checking for a thread-safe mkdir -p
  5052. | configure:2760: result: /bin/mkdir -p
  5053. | configure:2767: checking for gawk
  5054. | configure:2783: found /bin/gawk
  5055. | configure:2794: result: gawk
  5056. | configure:2805: checking whether make sets $(MAKE)
  5057. | configure:2827: result: yes
  5058. | configure:2856: checking whether make supports nested variables
  5059. | configure:2873: result: yes
  5060. | configure:3000: checking whether to enable maintainer-specific portions of Makefiles
  5061. | configure:3009: result: no
  5062. | configure:3212: checking for gcc
  5063. | configure:3228: found /mingw/bin/gcc
  5064. | configure:3239: result: gcc
  5065. | configure:3270: checking for C compiler version
  5066. | configure:3279: gcc --version >&5
  5067. | gcc.exe (GCC) 5.3.0
  5068. | Copyright (C) 2015 Free Software Foundation, Inc.
  5069. | This is free software; see the source for copying conditions. There is NO
  5070. | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  5071. |
  5072. | configure:3290: $? = 0
  5073. | configure:3279: gcc -v >&5
  5074. | Using built-in specs.
  5075. | COLLECT_GCC=C:\GC20-build\MinGW\bin\gcc.exe
  5076. | COLLECT_LTO_WRAPPER=c:/gc20-build/mingw/bin/../libexec/gcc/mingw32/5.3.0/lto-wrapper.exe
  5077. | Target: mingw32
  5078. | Configured with: ../src/gcc-5.3.0/configure --build=x86_64-pc-linux-gnu --host=mingw32 --prefix=/mingw --disable-win32-registry --target=mingw32 --with-arch=i586 --enable-languages=c,c++,objc,obj-c++,fortran,ada --enable-static --enable-shared --enable-threads --with-dwarf2 --disable-sjlj-exceptions --enable-version-specific-runtime-libs --with-libintl-prefix=/mingw --enable-libstdcxx-debug --with-tune=generic --enable-libgomp --disable-libvtv --enable-nls : (reconfigured) ../src/gcc-5.3.0/configure --build=x86_64-pc-linux-gnu --host=mingw32 --prefix=/mingw --disable-win32-registry --target=mingw32 --with-arch=i586 --enable-languages=c,c++,objc,obj-c++,fortran,ada --enable-static --enable-shared --enable-threads --with-dwarf2 --disable-sjlj-exceptions --enable-version-specific-runtime-libs --with-libiconv-prefix=/mingw --with-libintl-prefix=/mingw --enable-libstdcxx-debug --with-tune=generic --enable-libgomp --disable-libvtv --enable-nls
  5079. | Thread model: win32
  5080. | gcc version 5.3.0 (GCC)
  5081. | configure:3290: $? = 0
  5082. | configure:3279: gcc -V >&5
  5083. | gcc.exe: error: unrecognized command line option '-V'
  5084. | gcc.exe: fatal error: no input files
  5085. | compilation terminated.
  5086. | configure:3290: $? = 1
  5087. | configure:3279: gcc -qversion >&5
  5088. | gcc.exe: error: unrecognized command line option '-qversion'
  5089. | gcc.exe: fatal error: no input files
  5090. | compilation terminated.
  5091. | configure:3290: $? = 1
  5092. | configure:3310: checking whether the C compiler works
  5093. | configure:3332: gcc conftest.c >&5
  5094. | configure:3336: $? = 0
  5095. | configure:3384: result: yes
  5096. | configure:3387: checking for C compiler default output file name
  5097. | configure:3389: result: a.exe
  5098. | configure:3395: checking for suffix of executables
  5099. | configure:3402: gcc -o conftest.exe conftest.c >&5
  5100. | configure:3406: $? = 0
  5101. | configure:3428: result: .exe
  5102. | configure:3450: checking whether we are cross compiling
  5103. | configure:3458: gcc -o conftest.exe conftest.c >&5
  5104. | configure:3462: $? = 0
  5105. | configure:3469: ./conftest.exe
  5106. | configure:3473: $? = 0
  5107. | configure:3488: result: no
  5108. | configure:3493: checking for suffix of object files
  5109. | configure:3515: gcc -c conftest.c >&5
  5110. | configure:3519: $? = 0
  5111. | configure:3540: result: o
  5112. | configure:3544: checking whether we are using the GNU C compiler
  5113. | configure:3563: gcc -c conftest.c >&5
  5114. | configure:3563: $? = 0
  5115. | configure:3572: result: yes
  5116. | configure:3581: checking whether gcc accepts -g
  5117. | configure:3601: gcc -c -g conftest.c >&5
  5118. | configure:3601: $? = 0
  5119. | configure:3642: result: yes
  5120. | configure:3659: checking for gcc option to accept ISO C89
  5121. | configure:3722: gcc -c -g -O2 conftest.c >&5
  5122. | configure:3722: $? = 0
  5123. | configure:3735: result: none needed
  5124. | configure:3760: checking whether gcc understands -c and -o together
  5125. | configure:3782: gcc -c conftest.c -o conftest2.o
  5126. | configure:3785: $? = 0
  5127. | configure:3782: gcc -c conftest.c -o conftest2.o
  5128. | configure:3785: $? = 0
  5129. | configure:3797: result: yes
  5130. | configure:3825: checking for style of include used by make
  5131. | configure:3853: result: GNU
  5132. | configure:3879: checking dependency style of gcc
  5133. | configure:3990: result: gcc3
  5134. | configure:4009: checking for gcc option to accept ISO C99
  5135. | configure:4158: gcc -c -g -O2 conftest.c >&5
  5136. | configure:4158: $? = 0
  5137. | configure:4171: result: none needed
  5138. | configure:4279: checking for gcc option to accept ISO Standard C
  5139. | configure:4290: result: none needed
  5140. | configure:4303: checking how to run the C preprocessor
  5141. | configure:4334: gcc -E conftest.c
  5142. | configure:4334: $? = 0
  5143. | configure:4348: gcc -E conftest.c
  5144. | conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  5145. | compilation terminated.
  5146. | configure:4348: $? = 1
  5147. | configure: failed program was:
  5148. | | /* confdefs.h */
  5149. | | #define PACKAGE_NAME "GnuCOBOL"
  5150. | | #define PACKAGE_TARNAME "gnu-cobol"
  5151. | | #define PACKAGE_VERSION "2.0"
  5152. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  5153. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  5154. | | #define PACKAGE_URL "http://www.opencobol.org"
  5155. | | #define PACKAGE "gnu-cobol"
  5156. | | #define VERSION "2.0"
  5157. | | #define PATCH_LEVEL 0
  5158. | | #define MAX_CALL_FIELD_PARAMS 192
  5159. | | /* end confdefs.h. */
  5160. | | #include <ac_nonexistent.h>
  5161. | configure:4373: result: gcc -E
  5162. | configure:4393: gcc -E conftest.c
  5163. | configure:4393: $? = 0
  5164. | configure:4407: gcc -E conftest.c
  5165. | conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  5166. | compilation terminated.
  5167. | configure:4407: $? = 1
  5168. | configure: failed program was:
  5169. | | /* confdefs.h */
  5170. | | #define PACKAGE_NAME "GnuCOBOL"
  5171. | | #define PACKAGE_TARNAME "gnu-cobol"
  5172. | | #define PACKAGE_VERSION "2.0"
  5173. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  5174. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  5175. | | #define PACKAGE_URL "http://www.opencobol.org"
  5176. | | #define PACKAGE "gnu-cobol"
  5177. | | #define VERSION "2.0"
  5178. | | #define PATCH_LEVEL 0
  5179. | | #define MAX_CALL_FIELD_PARAMS 192
  5180. | | /* end confdefs.h. */
  5181. | | #include <ac_nonexistent.h>
  5182. | configure:4438: checking for grep that handles long lines and -e
  5183. | configure:4496: result: /bin/grep
  5184. | configure:4501: checking for egrep
  5185. | configure:4563: result: /bin/grep -E
  5186. | configure:4568: checking for ANSI C header files
  5187. | configure:4588: gcc -c -g -O2 conftest.c >&5
  5188. | configure:4588: $? = 0
  5189. | configure:4661: gcc -o conftest.exe -g -O2 conftest.c >&5
  5190. | configure:4661: $? = 0
  5191. | configure:4661: ./conftest.exe
  5192. | configure:4661: $? = 0
  5193. | configure:4672: result: yes
  5194. | configure:4685: checking for sys/types.h
  5195. | configure:4685: gcc -c -g -O2 conftest.c >&5
  5196. | configure:4685: $? = 0
  5197. | configure:4685: result: yes
  5198. | configure:4685: checking for sys/stat.h
  5199. | configure:4685: gcc -c -g -O2 conftest.c >&5
  5200. | configure:4685: $? = 0
  5201. | configure:4685: result: yes
  5202. | configure:4685: checking for stdlib.h
  5203. | configure:4685: gcc -c -g -O2 conftest.c >&5
  5204. | configure:4685: $? = 0
  5205. | configure:4685: result: yes
  5206. | configure:4685: checking for string.h
  5207. | configure:4685: gcc -c -g -O2 conftest.c >&5
  5208. | configure:4685: $? = 0
  5209. | configure:4685: result: yes
  5210. | configure:4685: checking for memory.h
  5211. | configure:4685: gcc -c -g -O2 conftest.c >&5
  5212. | configure:4685: $? = 0
  5213. | configure:4685: result: yes
  5214. | configure:4685: checking for strings.h
  5215. | configure:4685: gcc -c -g -O2 conftest.c >&5
  5216. | configure:4685: $? = 0
  5217. | configure:4685: result: yes
  5218. | configure:4685: checking for inttypes.h
  5219. | configure:4685: gcc -c -g -O2 conftest.c >&5
  5220. | configure:4685: $? = 0
  5221. | configure:4685: result: yes
  5222. | configure:4685: checking for stdint.h
  5223. | configure:4685: gcc -c -g -O2 conftest.c >&5
  5224. | configure:4685: $? = 0
  5225. | configure:4685: result: yes
  5226. | configure:4685: checking for unistd.h
  5227. | configure:4685: gcc -c -g -O2 conftest.c >&5
  5228. | configure:4685: $? = 0
  5229. | configure:4685: result: yes
  5230. | configure:4698: checking minix/config.h usability
  5231. | configure:4698: gcc -c -g -O2 conftest.c >&5
  5232. | conftest.c:56:26: fatal error: minix/config.h: No such file or directory
  5233. | compilation terminated.
  5234. | configure:4698: $? = 1
  5235. | configure: failed program was:
  5236. | | /* confdefs.h */
  5237. | | #define PACKAGE_NAME "GnuCOBOL"
  5238. | | #define PACKAGE_TARNAME "gnu-cobol"
  5239. | | #define PACKAGE_VERSION "2.0"
  5240. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  5241. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  5242. | | #define PACKAGE_URL "http://www.opencobol.org"
  5243. | | #define PACKAGE "gnu-cobol"
  5244. | | #define VERSION "2.0"
  5245. | | #define PATCH_LEVEL 0
  5246. | | #define MAX_CALL_FIELD_PARAMS 192
  5247. | | #define STDC_HEADERS 1
  5248. | | #define HAVE_SYS_TYPES_H 1
  5249. | | #define HAVE_SYS_STAT_H 1
  5250. | | #define HAVE_STDLIB_H 1
  5251. | | #define HAVE_STRING_H 1
  5252. | | #define HAVE_MEMORY_H 1
  5253. | | #define HAVE_STRINGS_H 1
  5254. | | #define HAVE_INTTYPES_H 1
  5255. | | #define HAVE_STDINT_H 1
  5256. | | #define HAVE_UNISTD_H 1
  5257. | | /* end confdefs.h. */
  5258. | | #include <stdio.h>
  5259. | | #ifdef HAVE_SYS_TYPES_H
  5260. | | # include <sys/types.h>
  5261. | | #endif
  5262. | | #ifdef HAVE_SYS_STAT_H
  5263. | | # include <sys/stat.h>
  5264. | | #endif
  5265. | | #ifdef STDC_HEADERS
  5266. | | # include <stdlib.h>
  5267. | | # include <stddef.h>
  5268. | | #else
  5269. | | # ifdef HAVE_STDLIB_H
  5270. | | # include <stdlib.h>
  5271. | | # endif
  5272. | | #endif
  5273. | | #ifdef HAVE_STRING_H
  5274. | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5275. | | # include <memory.h>
  5276. | | # endif
  5277. | | # include <string.h>
  5278. | | #endif
  5279. | | #ifdef HAVE_STRINGS_H
  5280. | | # include <strings.h>
  5281. | | #endif
  5282. | | #ifdef HAVE_INTTYPES_H
  5283. | | # include <inttypes.h>
  5284. | | #endif
  5285. | | #ifdef HAVE_STDINT_H
  5286. | | # include <stdint.h>
  5287. | | #endif
  5288. | | #ifdef HAVE_UNISTD_H
  5289. | | # include <unistd.h>
  5290. | | #endif
  5291. | | #include <minix/config.h>
  5292. | configure:4698: result: no
  5293. | configure:4698: checking minix/config.h presence
  5294. | configure:4698: gcc -E conftest.c
  5295. | conftest.c:23:26: fatal error: minix/config.h: No such file or directory
  5296. | compilation terminated.
  5297. | configure:4698: $? = 1
  5298. | configure: failed program was:
  5299. | | /* confdefs.h */
  5300. | | #define PACKAGE_NAME "GnuCOBOL"
  5301. | | #define PACKAGE_TARNAME "gnu-cobol"
  5302. | | #define PACKAGE_VERSION "2.0"
  5303. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  5304. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  5305. | | #define PACKAGE_URL "http://www.opencobol.org"
  5306. | | #define PACKAGE "gnu-cobol"
  5307. | | #define VERSION "2.0"
  5308. | | #define PATCH_LEVEL 0
  5309. | | #define MAX_CALL_FIELD_PARAMS 192
  5310. | | #define STDC_HEADERS 1
  5311. | | #define HAVE_SYS_TYPES_H 1
  5312. | | #define HAVE_SYS_STAT_H 1
  5313. | | #define HAVE_STDLIB_H 1
  5314. | | #define HAVE_STRING_H 1
  5315. | | #define HAVE_MEMORY_H 1
  5316. | | #define HAVE_STRINGS_H 1
  5317. | | #define HAVE_INTTYPES_H 1
  5318. | | #define HAVE_STDINT_H 1
  5319. | | #define HAVE_UNISTD_H 1
  5320. | | /* end confdefs.h. */
  5321. | | #include <minix/config.h>
  5322. | configure:4698: result: no
  5323. | configure:4698: checking for minix/config.h
  5324. | configure:4698: result: no
  5325. | configure:4719: checking whether it is safe to define __EXTENSIONS__
  5326. | configure:4737: gcc -c -g -O2 conftest.c >&5
  5327. | configure:4737: $? = 0
  5328. | configure:4744: result: yes
  5329. | configure:4788: checking build system type
  5330. | configure:4802: result: i686-pc-mingw32
  5331. | configure:4822: checking host system type
  5332. | configure:4835: result: i686-pc-mingw32
  5333. | configure:4876: checking how to print strings
  5334. | configure:4903: result: printf
  5335. | configure:4924: checking for a sed that does not truncate output
  5336. | configure:4988: result: /bin/sed
  5337. | configure:5006: checking for fgrep
  5338. | configure:5068: result: /bin/grep -F
  5339. | configure:5103: checking for ld used by gcc
  5340. | configure:5170: result: c:/gc20-build/mingw/mingw32/bin/ld.exe
  5341. | configure:5177: checking if the linker (c:/gc20-build/mingw/mingw32/bin/ld.exe) is GNU ld
  5342. | configure:5192: result: yes
  5343. | configure:5204: checking for BSD- or MS-compatible name lister (nm)
  5344. | configure:5258: result: /mingw/bin/nm -B
  5345. | configure:5388: checking the name lister (/mingw/bin/nm -B) interface
  5346. | configure:5395: gcc -c -g -O2 conftest.c >&5
  5347. | configure:5398: /mingw/bin/nm -B "conftest.o"
  5348. | configure:5401: output
  5349. | 00000000 b .bss
  5350. | 00000000 d .data
  5351. | 00000000 N .debug_abbrev
  5352. | 00000000 N .debug_aranges
  5353. | 00000000 N .debug_info
  5354. | 00000000 N .debug_line
  5355. | 00000000 r .rdata$zzz
  5356. | 00000000 t .text
  5357. | 00000000 B _some_variable
  5358. | configure:5408: result: BSD nm
  5359. | configure:5411: checking whether ln -s works
  5360. | configure:5418: result: no, using cp -pR
  5361. | configure:5423: checking the maximum length of command line arguments
  5362. | configure:5554: result: 8192
  5363. | configure:5602: checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 format
  5364. | configure:5642: result: func_convert_file_msys_to_w32
  5365. | configure:5649: checking how to convert i686-pc-mingw32 file names to toolchain format
  5366. | configure:5669: result: func_convert_file_msys_to_w32
  5367. | configure:5676: checking for c:/gc20-build/mingw/mingw32/bin/ld.exe option to reload object files
  5368. | configure:5683: result: -r
  5369. | configure:5757: checking for objdump
  5370. | configure:5773: found /mingw/bin/objdump
  5371. | configure:5784: result: objdump
  5372. | configure:5813: checking how to recognize dependent libraries
  5373. | configure:6013: result: file_magic ^x86 archive import|^x86 DLL
  5374. | configure:6098: checking for dlltool
  5375. | configure:6114: found /mingw/bin/dlltool
  5376. | configure:6125: result: dlltool
  5377. | configure:6155: checking how to associate runtime and link libraries
  5378. | configure:6182: result: func_cygming_dll_for_implib
  5379. | configure:6242: checking for ar
  5380. | configure:6258: found /mingw/bin/ar
  5381. | configure:6269: result: ar
  5382. | configure:6306: checking for archiver @FILE support
  5383. | configure:6323: gcc -c -g -O2 conftest.c >&5
  5384. | configure:6323: $? = 0
  5385. | configure:6326: ar cru libconftest.a @conftest.lst >&5
  5386. | configure:6329: $? = 0
  5387. | configure:6334: ar cru libconftest.a @conftest.lst >&5
  5388. | C:\GC20-build\MinGW\bin\ar.exe: conftest.o: No such file or directory
  5389. | configure:6337: $? = 1
  5390. | configure:6349: result: @
  5391. | configure:6407: checking for strip
  5392. | configure:6423: found /mingw/bin/strip
  5393. | configure:6434: result: strip
  5394. | configure:6506: checking for ranlib
  5395. | configure:6522: found /mingw/bin/ranlib
  5396. | configure:6533: result: ranlib
  5397. | configure:6635: checking command to parse /mingw/bin/nm -B output from gcc object
  5398. | configure:6788: gcc -c -g -O2 conftest.c >&5
  5399. | configure:6791: $? = 0
  5400. | configure:6795: /mingw/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  5401. | configure:6798: $? = 0
  5402. | cannot find nm_test_var in conftest.nm
  5403. | configure:6788: gcc -c -g -O2 conftest.c >&5
  5404. | configure:6791: $? = 0
  5405. | configure:6795: /mingw/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  5406. | configure:6798: $? = 0
  5407. | configure:6864: gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5
  5408. | configure:6867: $? = 0
  5409. | configure:6905: result: ok
  5410. | configure:6952: checking for sysroot
  5411. | configure:6982: result: no
  5412. | configure:6989: checking for a working dd
  5413. | configure:7027: result:
  5414. | configure:7031: checking how to truncate binary pipes
  5415. | configure:7046: result: /bin/sed -e 4q
  5416. | configure:7375: checking for mt
  5417. | configure:7405: result: no
  5418. | configure:7425: checking if : is a manifest tool
  5419. | configure:7431: : '-?'
  5420. | configure:7439: result: no
  5421. | configure:8113: checking for dlfcn.h
  5422. | configure:8113: gcc -c -g -O2 conftest.c >&5
  5423. | configure:8113: $? = 0
  5424. | configure:8113: result: yes
  5425. | configure:8177: checking for as
  5426. | configure:8193: found /mingw/bin/as
  5427. | configure:8204: result: as
  5428. | configure:8269: checking for dlltool
  5429. | configure:8296: result: dlltool
  5430. | configure:8361: checking for objdump
  5431. | configure:8388: result: objdump
  5432. | configure:8666: checking for objdir
  5433. | configure:8681: result: .libs
  5434. | configure:8945: checking if gcc supports -fno-rtti -fno-exceptions
  5435. | configure:8963: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  5436. | cc1.exe: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  5437. | configure:8967: $? = 0
  5438. | configure:8980: result: no
  5439. | configure:9338: checking for gcc option to produce PIC
  5440. | configure:9345: result: -DDLL_EXPORT -DPIC
  5441. | configure:9353: checking if gcc PIC flag -DDLL_EXPORT -DPIC works
  5442. | configure:9371: gcc -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
  5443. | configure:9375: $? = 0
  5444. | configure:9388: result: yes
  5445. | configure:9417: checking if gcc static flag -static works
  5446. | configure:9445: result: yes
  5447. | configure:9460: checking if gcc supports -c -o file.o
  5448. | configure:9481: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  5449. | configure:9485: $? = 0
  5450. | configure:9507: result: yes
  5451. | configure:9515: checking if gcc supports -c -o file.o
  5452. | configure:9562: result: yes
  5453. | configure:9595: checking whether the gcc linker (c:/gc20-build/mingw/mingw32/bin/ld.exe) supports shared libraries
  5454. | configure:10854: result: yes
  5455. | configure:10891: checking whether -lc should be explicitly linked in
  5456. | configure:10899: gcc -c -g -O2 conftest.c >&5
  5457. | configure:10902: $? = 0
  5458. | configure:10917: gcc -shared conftest.o -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  5459. | configure:10920: $? = 1
  5460. | configure:10934: result: yes
  5461. | configure:11094: checking dynamic linker characteristics
  5462. | configure:11912: result: Win32 ld.exe
  5463. | configure:12034: checking how to hardcode library paths into programs
  5464. | configure:12059: result: immediate
  5465. | configure:12607: checking whether stripping libraries is possible
  5466. | configure:12612: result: yes
  5467. | configure:12647: checking if libtool supports shared libraries
  5468. | configure:12649: result: yes
  5469. | configure:12652: checking whether to build shared libraries
  5470. | configure:12677: result: yes
  5471. | configure:12680: checking whether to build static libraries
  5472. | configure:12684: result: yes
  5473. | configure:12722: checking for egrep
  5474. | configure:12784: result: /bin/grep -E
  5475. | configure:12793: checking whether ln -s works
  5476. | configure:12800: result: no, using cp -pR
  5477. | configure:12810: checking whether make sets $(MAKE)
  5478. | configure:12832: result: yes
  5479. | configure:12866: checking for ld used by gcc
  5480. | configure:12933: result: c:/gc20-build/mingw/mingw32/bin/ld.exe
  5481. | configure:12940: checking if the linker (c:/gc20-build/mingw/mingw32/bin/ld.exe) is GNU ld
  5482. | configure:12955: result: yes
  5483. | configure:12962: checking for shared library run path origin
  5484. | configure:12975: result: done
  5485. | configure:12997: checking for ANSI C header files
  5486. | configure:13101: result: yes
  5487. | configure:13113: checking for stdint.h
  5488. | configure:13113: result: yes
  5489. | configure:13113: checking for sys/types.h
  5490. | configure:13113: result: yes
  5491. | configure:13113: checking signal.h usability
  5492. | configure:13113: gcc -c -g -O2 conftest.c >&5
  5493. | configure:13113: $? = 0
  5494. | configure:13113: result: yes
  5495. | configure:13113: checking signal.h presence
  5496. | configure:13113: gcc -E conftest.c
  5497. | configure:13113: $? = 0
  5498. | configure:13113: result: yes
  5499. | configure:13113: checking for signal.h
  5500. | configure:13113: result: yes
  5501. | configure:13113: checking fcntl.h usability
  5502. | configure:13113: gcc -c -g -O2 conftest.c >&5
  5503. | configure:13113: $? = 0
  5504. | configure:13113: result: yes
  5505. | configure:13113: checking fcntl.h presence
  5506. | configure:13113: gcc -E conftest.c
  5507. | configure:13113: $? = 0
  5508. | configure:13113: result: yes
  5509. | configure:13113: checking for fcntl.h
  5510. | configure:13113: result: yes
  5511. | configure:13113: checking malloc.h usability
  5512. | configure:13113: gcc -c -g -O2 conftest.c >&5
  5513. | configure:13113: $? = 0
  5514. | configure:13113: result: yes
  5515. | configure:13113: checking malloc.h presence
  5516. | configure:13113: gcc -E conftest.c
  5517. | configure:13113: $? = 0
  5518. | configure:13113: result: yes
  5519. | configure:13113: checking for malloc.h
  5520. | configure:13113: result: yes
  5521. | configure:13113: checking locale.h usability
  5522. | configure:13113: gcc -c -g -O2 conftest.c >&5
  5523. | configure:13113: $? = 0
  5524. | configure:13113: result: yes
  5525. | configure:13113: checking locale.h presence
  5526. | configure:13113: gcc -E conftest.c
  5527. | configure:13113: $? = 0
  5528. | configure:13113: result: yes
  5529. | configure:13113: checking for locale.h
  5530. | configure:13113: result: yes
  5531. | configure:13113: checking stddef.h usability
  5532. | configure:13113: gcc -c -g -O2 conftest.c >&5
  5533. | configure:13113: $? = 0
  5534. | configure:13113: result: yes
  5535. | configure:13113: checking stddef.h presence
  5536. | configure:13113: gcc -E conftest.c
  5537. | configure:13113: $? = 0
  5538. | configure:13113: result: yes
  5539. | configure:13113: checking for stddef.h
  5540. | configure:13113: result: yes
  5541. | configure:13113: checking wchar.h usability
  5542. | configure:13113: gcc -c -g -O2 conftest.c >&5
  5543. | configure:13113: $? = 0
  5544. | configure:13113: result: yes
  5545. | configure:13113: checking wchar.h presence
  5546. | configure:13113: gcc -E conftest.c
  5547. | configure:13113: $? = 0
  5548. | configure:13113: result: yes
  5549. | configure:13113: checking for wchar.h
  5550. | configure:13113: result: yes
  5551. | configure:13113: checking for dlfcn.h
  5552. | configure:13113: result: yes
  5553. | configure:13113: checking sys/time.h usability
  5554. | configure:13113: gcc -c -g -O2 conftest.c >&5
  5555. | configure:13113: $? = 0
  5556. | configure:13113: result: yes
  5557. | configure:13113: checking sys/time.h presence
  5558. | configure:13113: gcc -E conftest.c
  5559. | configure:13113: $? = 0
  5560. | configure:13113: result: yes
  5561. | configure:13113: checking for sys/time.h
  5562. | configure:13113: result: yes
  5563. | configure:13126: checking for an ANSI C-conforming const
  5564. | configure:13192: gcc -c -g -O2 conftest.c >&5
  5565. | configure:13192: $? = 0
  5566. | configure:13199: result: yes
  5567. | configure:13207: checking whether byte ordering is bigendian
  5568. | configure:13222: gcc -c -g -O2 conftest.c >&5
  5569. | conftest.c:42:9: error: unknown type name 'not'
  5570. | not a universal capable compiler
  5571. | ^
  5572. | conftest.c:42:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  5573. | not a universal capable compiler
  5574. | ^
  5575. | conftest.c:42:15: error: unknown type name 'universal'
  5576. | configure:13222: $? = 1
  5577. | configure: failed program was:
  5578. | | /* confdefs.h */
  5579. | | #define PACKAGE_NAME "GnuCOBOL"
  5580. | | #define PACKAGE_TARNAME "gnu-cobol"
  5581. | | #define PACKAGE_VERSION "2.0"
  5582. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  5583. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  5584. | | #define PACKAGE_URL "http://www.opencobol.org"
  5585. | | #define PACKAGE "gnu-cobol"
  5586. | | #define VERSION "2.0"
  5587. | | #define PATCH_LEVEL 0
  5588. | | #define MAX_CALL_FIELD_PARAMS 192
  5589. | | #define STDC_HEADERS 1
  5590. | | #define HAVE_SYS_TYPES_H 1
  5591. | | #define HAVE_SYS_STAT_H 1
  5592. | | #define HAVE_STDLIB_H 1
  5593. | | #define HAVE_STRING_H 1
  5594. | | #define HAVE_MEMORY_H 1
  5595. | | #define HAVE_STRINGS_H 1
  5596. | | #define HAVE_INTTYPES_H 1
  5597. | | #define HAVE_STDINT_H 1
  5598. | | #define HAVE_UNISTD_H 1
  5599. | | #define __EXTENSIONS__ 1
  5600. | | #define _ALL_SOURCE 1
  5601. | | #define _GNU_SOURCE 1
  5602. | | #define _POSIX_PTHREAD_SEMANTICS 1
  5603. | | #define _TANDEM_SOURCE 1
  5604. | | #define HAVE_DLFCN_H 1
  5605. | | #define LT_OBJDIR ".libs/"
  5606. | | #define STDC_HEADERS 1
  5607. | | #define HAVE_STDINT_H 1
  5608. | | #define HAVE_SYS_TYPES_H 1
  5609. | | #define HAVE_SIGNAL_H 1
  5610. | | #define HAVE_FCNTL_H 1
  5611. | | #define HAVE_MALLOC_H 1
  5612. | | #define HAVE_LOCALE_H 1
  5613. | | #define HAVE_STDDEF_H 1
  5614. | | #define HAVE_WCHAR_H 1
  5615. | | #define HAVE_DLFCN_H 1
  5616. | | #define HAVE_SYS_TIME_H 1
  5617. | | /* end confdefs.h. */
  5618. | | #ifndef __APPLE_CC__
  5619. | | not a universal capable compiler
  5620. | | #endif
  5621. | | typedef int dummy;
  5622. | |
  5623. | configure:13267: gcc -c -g -O2 conftest.c >&5
  5624. | configure:13267: $? = 0
  5625. | configure:13285: gcc -c -g -O2 conftest.c >&5
  5626. | conftest.c: In function 'main':
  5627. | conftest.c:48:4: error: unknown type name 'not'
  5628. | not big endian
  5629. | ^
  5630. | conftest.c:48:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  5631. | not big endian
  5632. | ^
  5633. | configure:13285: $? = 1
  5634. | configure: failed program was:
  5635. | | /* confdefs.h */
  5636. | | #define PACKAGE_NAME "GnuCOBOL"
  5637. | | #define PACKAGE_TARNAME "gnu-cobol"
  5638. | | #define PACKAGE_VERSION "2.0"
  5639. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  5640. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  5641. | | #define PACKAGE_URL "http://www.opencobol.org"
  5642. | | #define PACKAGE "gnu-cobol"
  5643. | | #define VERSION "2.0"
  5644. | | #define PATCH_LEVEL 0
  5645. | | #define MAX_CALL_FIELD_PARAMS 192
  5646. | | #define STDC_HEADERS 1
  5647. | | #define HAVE_SYS_TYPES_H 1
  5648. | | #define HAVE_SYS_STAT_H 1
  5649. | | #define HAVE_STDLIB_H 1
  5650. | | #define HAVE_STRING_H 1
  5651. | | #define HAVE_MEMORY_H 1
  5652. | | #define HAVE_STRINGS_H 1
  5653. | | #define HAVE_INTTYPES_H 1
  5654. | | #define HAVE_STDINT_H 1
  5655. | | #define HAVE_UNISTD_H 1
  5656. | | #define __EXTENSIONS__ 1
  5657. | | #define _ALL_SOURCE 1
  5658. | | #define _GNU_SOURCE 1
  5659. | | #define _POSIX_PTHREAD_SEMANTICS 1
  5660. | | #define _TANDEM_SOURCE 1
  5661. | | #define HAVE_DLFCN_H 1
  5662. | | #define LT_OBJDIR ".libs/"
  5663. | | #define STDC_HEADERS 1
  5664. | | #define HAVE_STDINT_H 1
  5665. | | #define HAVE_SYS_TYPES_H 1
  5666. | | #define HAVE_SIGNAL_H 1
  5667. | | #define HAVE_FCNTL_H 1
  5668. | | #define HAVE_MALLOC_H 1
  5669. | | #define HAVE_LOCALE_H 1
  5670. | | #define HAVE_STDDEF_H 1
  5671. | | #define HAVE_WCHAR_H 1
  5672. | | #define HAVE_DLFCN_H 1
  5673. | | #define HAVE_SYS_TIME_H 1
  5674. | | /* end confdefs.h. */
  5675. | | #include <sys/types.h>
  5676. | | #include <sys/param.h>
  5677. | |
  5678. | | int
  5679. | | main ()
  5680. | | {
  5681. | | #if BYTE_ORDER != BIG_ENDIAN
  5682. | | not big endian
  5683. | | #endif
  5684. | |
  5685. | | ;
  5686. | | return 0;
  5687. | | }
  5688. | configure:13413: result: no
  5689. | configure:13431: checking for size_t
  5690. | configure:13431: gcc -c -g -O2 conftest.c >&5
  5691. | configure:13431: $? = 0
  5692. | configure:13431: gcc -c -g -O2 conftest.c >&5
  5693. | conftest.c: In function 'main':
  5694. | conftest.c:77:21: error: expected expression before ')' token
  5695. | if (sizeof ((size_t)))
  5696. | ^
  5697. | configure:13431: $? = 1
  5698. | configure: failed program was:
  5699. | | /* confdefs.h */
  5700. | | #define PACKAGE_NAME "GnuCOBOL"
  5701. | | #define PACKAGE_TARNAME "gnu-cobol"
  5702. | | #define PACKAGE_VERSION "2.0"
  5703. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  5704. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  5705. | | #define PACKAGE_URL "http://www.opencobol.org"
  5706. | | #define PACKAGE "gnu-cobol"
  5707. | | #define VERSION "2.0"
  5708. | | #define PATCH_LEVEL 0
  5709. | | #define MAX_CALL_FIELD_PARAMS 192
  5710. | | #define STDC_HEADERS 1
  5711. | | #define HAVE_SYS_TYPES_H 1
  5712. | | #define HAVE_SYS_STAT_H 1
  5713. | | #define HAVE_STDLIB_H 1
  5714. | | #define HAVE_STRING_H 1
  5715. | | #define HAVE_MEMORY_H 1
  5716. | | #define HAVE_STRINGS_H 1
  5717. | | #define HAVE_INTTYPES_H 1
  5718. | | #define HAVE_STDINT_H 1
  5719. | | #define HAVE_UNISTD_H 1
  5720. | | #define __EXTENSIONS__ 1
  5721. | | #define _ALL_SOURCE 1
  5722. | | #define _GNU_SOURCE 1
  5723. | | #define _POSIX_PTHREAD_SEMANTICS 1
  5724. | | #define _TANDEM_SOURCE 1
  5725. | | #define HAVE_DLFCN_H 1
  5726. | | #define LT_OBJDIR ".libs/"
  5727. | | #define STDC_HEADERS 1
  5728. | | #define HAVE_STDINT_H 1
  5729. | | #define HAVE_SYS_TYPES_H 1
  5730. | | #define HAVE_SIGNAL_H 1
  5731. | | #define HAVE_FCNTL_H 1
  5732. | | #define HAVE_MALLOC_H 1
  5733. | | #define HAVE_LOCALE_H 1
  5734. | | #define HAVE_STDDEF_H 1
  5735. | | #define HAVE_WCHAR_H 1
  5736. | | #define HAVE_DLFCN_H 1
  5737. | | #define HAVE_SYS_TIME_H 1
  5738. | | /* end confdefs.h. */
  5739. | | #include <stdio.h>
  5740. | | #ifdef HAVE_SYS_TYPES_H
  5741. | | # include <sys/types.h>
  5742. | | #endif
  5743. | | #ifdef HAVE_SYS_STAT_H
  5744. | | # include <sys/stat.h>
  5745. | | #endif
  5746. | | #ifdef STDC_HEADERS
  5747. | | # include <stdlib.h>
  5748. | | # include <stddef.h>
  5749. | | #else
  5750. | | # ifdef HAVE_STDLIB_H
  5751. | | # include <stdlib.h>
  5752. | | # endif
  5753. | | #endif
  5754. | | #ifdef HAVE_STRING_H
  5755. | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5756. | | # include <memory.h>
  5757. | | # endif
  5758. | | # include <string.h>
  5759. | | #endif
  5760. | | #ifdef HAVE_STRINGS_H
  5761. | | # include <strings.h>
  5762. | | #endif
  5763. | | #ifdef HAVE_INTTYPES_H
  5764. | | # include <inttypes.h>
  5765. | | #endif
  5766. | | #ifdef HAVE_STDINT_H
  5767. | | # include <stdint.h>
  5768. | | #endif
  5769. | | #ifdef HAVE_UNISTD_H
  5770. | | # include <unistd.h>
  5771. | | #endif
  5772. | | int
  5773. | | main ()
  5774. | | {
  5775. | | if (sizeof ((size_t)))
  5776. | | return 0;
  5777. | | ;
  5778. | | return 0;
  5779. | | }
  5780. | configure:13431: result: yes
  5781. | configure:13442: checking whether struct tm is in sys/time.h or time.h
  5782. | configure:13462: gcc -c -g -O2 conftest.c >&5
  5783. | configure:13462: $? = 0
  5784. | configure:13469: result: time.h
  5785. | configure:13477: checking for sig_atomic_t
  5786. | configure:13477: gcc -c -g -O2 conftest.c >&5
  5787. | configure:13477: $? = 0
  5788. | configure:13477: gcc -c -g -O2 conftest.c >&5
  5789. | conftest.c: In function 'main':
  5790. | conftest.c:46:27: error: expected expression before ')' token
  5791. | if (sizeof ((sig_atomic_t)))
  5792. | ^
  5793. | configure:13477: $? = 1
  5794. | configure: failed program was:
  5795. | | /* confdefs.h */
  5796. | | #define PACKAGE_NAME "GnuCOBOL"
  5797. | | #define PACKAGE_TARNAME "gnu-cobol"
  5798. | | #define PACKAGE_VERSION "2.0"
  5799. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  5800. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  5801. | | #define PACKAGE_URL "http://www.opencobol.org"
  5802. | | #define PACKAGE "gnu-cobol"
  5803. | | #define VERSION "2.0"
  5804. | | #define PATCH_LEVEL 0
  5805. | | #define MAX_CALL_FIELD_PARAMS 192
  5806. | | #define STDC_HEADERS 1
  5807. | | #define HAVE_SYS_TYPES_H 1
  5808. | | #define HAVE_SYS_STAT_H 1
  5809. | | #define HAVE_STDLIB_H 1
  5810. | | #define HAVE_STRING_H 1
  5811. | | #define HAVE_MEMORY_H 1
  5812. | | #define HAVE_STRINGS_H 1
  5813. | | #define HAVE_INTTYPES_H 1
  5814. | | #define HAVE_STDINT_H 1
  5815. | | #define HAVE_UNISTD_H 1
  5816. | | #define __EXTENSIONS__ 1
  5817. | | #define _ALL_SOURCE 1
  5818. | | #define _GNU_SOURCE 1
  5819. | | #define _POSIX_PTHREAD_SEMANTICS 1
  5820. | | #define _TANDEM_SOURCE 1
  5821. | | #define HAVE_DLFCN_H 1
  5822. | | #define LT_OBJDIR ".libs/"
  5823. | | #define STDC_HEADERS 1
  5824. | | #define HAVE_STDINT_H 1
  5825. | | #define HAVE_SYS_TYPES_H 1
  5826. | | #define HAVE_SIGNAL_H 1
  5827. | | #define HAVE_FCNTL_H 1
  5828. | | #define HAVE_MALLOC_H 1
  5829. | | #define HAVE_LOCALE_H 1
  5830. | | #define HAVE_STDDEF_H 1
  5831. | | #define HAVE_WCHAR_H 1
  5832. | | #define HAVE_DLFCN_H 1
  5833. | | #define HAVE_SYS_TIME_H 1
  5834. | | /* end confdefs.h. */
  5835. | | #include <signal.h>
  5836. | |
  5837. | | int
  5838. | | main ()
  5839. | | {
  5840. | | if (sizeof ((sig_atomic_t)))
  5841. | | return 0;
  5842. | | ;
  5843. | | return 0;
  5844. | | }
  5845. | configure:13477: result: yes
  5846. | configure:13491: checking for inline keyword
  5847. | configure:13515: gcc -c -g -O2 conftest.c >&5
  5848. | configure:13515: $? = 0
  5849. | configure:13523: result: __inline
  5850. | configure:13531: checking for vprintf
  5851. | configure:13531: gcc -o conftest.exe -g -O2 conftest.c >&5
  5852. | conftest.c:66:6: warning: conflicting types for built-in function 'vprintf'
  5853. | char vprintf ();
  5854. | ^
  5855. | configure:13531: $? = 0
  5856. | configure:13531: result: yes
  5857. | configure:13537: checking for _doprnt
  5858. | configure:13537: gcc -o conftest.exe -g -O2 conftest.c >&5
  5859. | C:\Users\Prim\AppData\Local\Temp\cceucIKd.o: In function `main':
  5860. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:78: undefined reference to `_doprnt'
  5861. | collect2.exe: error: ld returned 1 exit status
  5862. | configure:13537: $? = 1
  5863. | configure: failed program was:
  5864. | | /* confdefs.h */
  5865. | | #define PACKAGE_NAME "GnuCOBOL"
  5866. | | #define PACKAGE_TARNAME "gnu-cobol"
  5867. | | #define PACKAGE_VERSION "2.0"
  5868. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  5869. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  5870. | | #define PACKAGE_URL "http://www.opencobol.org"
  5871. | | #define PACKAGE "gnu-cobol"
  5872. | | #define VERSION "2.0"
  5873. | | #define PATCH_LEVEL 0
  5874. | | #define MAX_CALL_FIELD_PARAMS 192
  5875. | | #define STDC_HEADERS 1
  5876. | | #define HAVE_SYS_TYPES_H 1
  5877. | | #define HAVE_SYS_STAT_H 1
  5878. | | #define HAVE_STDLIB_H 1
  5879. | | #define HAVE_STRING_H 1
  5880. | | #define HAVE_MEMORY_H 1
  5881. | | #define HAVE_STRINGS_H 1
  5882. | | #define HAVE_INTTYPES_H 1
  5883. | | #define HAVE_STDINT_H 1
  5884. | | #define HAVE_UNISTD_H 1
  5885. | | #define __EXTENSIONS__ 1
  5886. | | #define _ALL_SOURCE 1
  5887. | | #define _GNU_SOURCE 1
  5888. | | #define _POSIX_PTHREAD_SEMANTICS 1
  5889. | | #define _TANDEM_SOURCE 1
  5890. | | #define HAVE_DLFCN_H 1
  5891. | | #define LT_OBJDIR ".libs/"
  5892. | | #define STDC_HEADERS 1
  5893. | | #define HAVE_STDINT_H 1
  5894. | | #define HAVE_SYS_TYPES_H 1
  5895. | | #define HAVE_SIGNAL_H 1
  5896. | | #define HAVE_FCNTL_H 1
  5897. | | #define HAVE_MALLOC_H 1
  5898. | | #define HAVE_LOCALE_H 1
  5899. | | #define HAVE_STDDEF_H 1
  5900. | | #define HAVE_WCHAR_H 1
  5901. | | #define HAVE_DLFCN_H 1
  5902. | | #define HAVE_SYS_TIME_H 1
  5903. | | #define HAVE_SIG_ATOMIC_T 1
  5904. | | #define COB_KEYWORD_INLINE __inline
  5905. | | #define HAVE_VPRINTF 1
  5906. | | /* end confdefs.h. */
  5907. | | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  5908. | | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  5909. | | #define _doprnt innocuous__doprnt
  5910. | |
  5911. | | /* System header to define __stub macros and hopefully few prototypes,
  5912. | | which can conflict with char _doprnt (); below.
  5913. | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5914. | | <limits.h> exists even on freestanding compilers. */
  5915. | |
  5916. | | #ifdef __STDC__
  5917. | | # include <limits.h>
  5918. | | #else
  5919. | | # include <assert.h>
  5920. | | #endif
  5921. | |
  5922. | | #undef _doprnt
  5923. | |
  5924. | | /* Override any GCC internal prototype to avoid an error.
  5925. | | Use char because int might match the return type of a GCC
  5926. | | builtin and then its argument prototype would still apply. */
  5927. | | #ifdef __cplusplus
  5928. | | extern "C"
  5929. | | #endif
  5930. | | char _doprnt ();
  5931. | | /* The GNU C library defines this for functions which it implements
  5932. | | to always fail with ENOSYS. Some functions are actually named
  5933. | | something starting with __ and the normal name is an alias. */
  5934. | | #if defined __stub__doprnt || defined __stub____doprnt
  5935. | | choke me
  5936. | | #endif
  5937. | |
  5938. | | int
  5939. | | main ()
  5940. | | {
  5941. | | return _doprnt ();
  5942. | | ;
  5943. | | return 0;
  5944. | | }
  5945. | configure:13537: result: no
  5946. | configure:13554: checking for memmove
  5947. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  5948. | conftest.c:67:6: warning: conflicting types for built-in function 'memmove'
  5949. | char memmove ();
  5950. | ^
  5951. | configure:13554: $? = 0
  5952. | configure:13554: result: yes
  5953. | configure:13554: checking for memset
  5954. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  5955. | conftest.c:68:6: warning: conflicting types for built-in function 'memset'
  5956. | char memset ();
  5957. | ^
  5958. | configure:13554: $? = 0
  5959. | configure:13554: result: yes
  5960. | configure:13554: checking for setlocale
  5961. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  5962. | configure:13554: $? = 0
  5963. | configure:13554: result: yes
  5964. | configure:13554: checking for fcntl
  5965. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  5966. | C:\Users\Prim\AppData\Local\Temp\cc2eZRv4.o: In function `main':
  5967. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:81: undefined reference to `fcntl'
  5968. | collect2.exe: error: ld returned 1 exit status
  5969. | configure:13554: $? = 1
  5970. | configure: failed program was:
  5971. | | /* confdefs.h */
  5972. | | #define PACKAGE_NAME "GnuCOBOL"
  5973. | | #define PACKAGE_TARNAME "gnu-cobol"
  5974. | | #define PACKAGE_VERSION "2.0"
  5975. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  5976. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  5977. | | #define PACKAGE_URL "http://www.opencobol.org"
  5978. | | #define PACKAGE "gnu-cobol"
  5979. | | #define VERSION "2.0"
  5980. | | #define PATCH_LEVEL 0
  5981. | | #define MAX_CALL_FIELD_PARAMS 192
  5982. | | #define STDC_HEADERS 1
  5983. | | #define HAVE_SYS_TYPES_H 1
  5984. | | #define HAVE_SYS_STAT_H 1
  5985. | | #define HAVE_STDLIB_H 1
  5986. | | #define HAVE_STRING_H 1
  5987. | | #define HAVE_MEMORY_H 1
  5988. | | #define HAVE_STRINGS_H 1
  5989. | | #define HAVE_INTTYPES_H 1
  5990. | | #define HAVE_STDINT_H 1
  5991. | | #define HAVE_UNISTD_H 1
  5992. | | #define __EXTENSIONS__ 1
  5993. | | #define _ALL_SOURCE 1
  5994. | | #define _GNU_SOURCE 1
  5995. | | #define _POSIX_PTHREAD_SEMANTICS 1
  5996. | | #define _TANDEM_SOURCE 1
  5997. | | #define HAVE_DLFCN_H 1
  5998. | | #define LT_OBJDIR ".libs/"
  5999. | | #define STDC_HEADERS 1
  6000. | | #define HAVE_STDINT_H 1
  6001. | | #define HAVE_SYS_TYPES_H 1
  6002. | | #define HAVE_SIGNAL_H 1
  6003. | | #define HAVE_FCNTL_H 1
  6004. | | #define HAVE_MALLOC_H 1
  6005. | | #define HAVE_LOCALE_H 1
  6006. | | #define HAVE_STDDEF_H 1
  6007. | | #define HAVE_WCHAR_H 1
  6008. | | #define HAVE_DLFCN_H 1
  6009. | | #define HAVE_SYS_TIME_H 1
  6010. | | #define HAVE_SIG_ATOMIC_T 1
  6011. | | #define COB_KEYWORD_INLINE __inline
  6012. | | #define HAVE_VPRINTF 1
  6013. | | #define HAVE_MEMMOVE 1
  6014. | | #define HAVE_MEMSET 1
  6015. | | #define HAVE_SETLOCALE 1
  6016. | | /* end confdefs.h. */
  6017. | | /* Define fcntl to an innocuous variant, in case <limits.h> declares fcntl.
  6018. | | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  6019. | | #define fcntl innocuous_fcntl
  6020. | |
  6021. | | /* System header to define __stub macros and hopefully few prototypes,
  6022. | | which can conflict with char fcntl (); below.
  6023. | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  6024. | | <limits.h> exists even on freestanding compilers. */
  6025. | |
  6026. | | #ifdef __STDC__
  6027. | | # include <limits.h>
  6028. | | #else
  6029. | | # include <assert.h>
  6030. | | #endif
  6031. | |
  6032. | | #undef fcntl
  6033. | |
  6034. | | /* Override any GCC internal prototype to avoid an error.
  6035. | | Use char because int might match the return type of a GCC
  6036. | | builtin and then its argument prototype would still apply. */
  6037. | | #ifdef __cplusplus
  6038. | | extern "C"
  6039. | | #endif
  6040. | | char fcntl ();
  6041. | | /* The GNU C library defines this for functions which it implements
  6042. | | to always fail with ENOSYS. Some functions are actually named
  6043. | | something starting with __ and the normal name is an alias. */
  6044. | | #if defined __stub_fcntl || defined __stub___fcntl
  6045. | | choke me
  6046. | | #endif
  6047. | |
  6048. | | int
  6049. | | main ()
  6050. | | {
  6051. | | return fcntl ();
  6052. | | ;
  6053. | | return 0;
  6054. | | }
  6055. | configure:13554: result: no
  6056. | configure:13554: checking for strerror
  6057. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  6058. | configure:13554: $? = 0
  6059. | configure:13554: result: yes
  6060. | configure:13554: checking for strcasecmp
  6061. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  6062. | conftest.c:71:6: warning: conflicting types for built-in function 'strcasecmp'
  6063. | char strcasecmp ();
  6064. | ^
  6065. | configure:13554: $? = 0
  6066. | configure:13554: result: yes
  6067. | configure:13554: checking for strchr
  6068. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  6069. | conftest.c:72:6: warning: conflicting types for built-in function 'strchr'
  6070. | char strchr ();
  6071. | ^
  6072. | configure:13554: $? = 0
  6073. | configure:13554: result: yes
  6074. | configure:13554: checking for strrchr
  6075. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  6076. | conftest.c:73:6: warning: conflicting types for built-in function 'strrchr'
  6077. | char strrchr ();
  6078. | ^
  6079. | configure:13554: $? = 0
  6080. | configure:13554: result: yes
  6081. | configure:13554: checking for strdup
  6082. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  6083. | conftest.c:74:6: warning: conflicting types for built-in function 'strdup'
  6084. | char strdup ();
  6085. | ^
  6086. | configure:13554: $? = 0
  6087. | configure:13554: result: yes
  6088. | configure:13554: checking for strstr
  6089. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  6090. | conftest.c:75:6: warning: conflicting types for built-in function 'strstr'
  6091. | char strstr ();
  6092. | ^
  6093. | configure:13554: $? = 0
  6094. | configure:13554: result: yes
  6095. | configure:13554: checking for strtol
  6096. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  6097. | configure:13554: $? = 0
  6098. | configure:13554: result: yes
  6099. | configure:13554: checking for gettimeofday
  6100. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  6101. | configure:13554: $? = 0
  6102. | configure:13554: result: yes
  6103. | configure:13554: checking for localeconv
  6104. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  6105. | configure:13554: $? = 0
  6106. | configure:13554: result: yes
  6107. | configure:13554: checking for readlink
  6108. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  6109. | C:\Users\Prim\AppData\Local\Temp\cccK5zTu.o: In function `main':
  6110. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:90: undefined reference to `readlink'
  6111. | collect2.exe: error: ld returned 1 exit status
  6112. | configure:13554: $? = 1
  6113. | configure: failed program was:
  6114. | | /* confdefs.h */
  6115. | | #define PACKAGE_NAME "GnuCOBOL"
  6116. | | #define PACKAGE_TARNAME "gnu-cobol"
  6117. | | #define PACKAGE_VERSION "2.0"
  6118. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  6119. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  6120. | | #define PACKAGE_URL "http://www.opencobol.org"
  6121. | | #define PACKAGE "gnu-cobol"
  6122. | | #define VERSION "2.0"
  6123. | | #define PATCH_LEVEL 0
  6124. | | #define MAX_CALL_FIELD_PARAMS 192
  6125. | | #define STDC_HEADERS 1
  6126. | | #define HAVE_SYS_TYPES_H 1
  6127. | | #define HAVE_SYS_STAT_H 1
  6128. | | #define HAVE_STDLIB_H 1
  6129. | | #define HAVE_STRING_H 1
  6130. | | #define HAVE_MEMORY_H 1
  6131. | | #define HAVE_STRINGS_H 1
  6132. | | #define HAVE_INTTYPES_H 1
  6133. | | #define HAVE_STDINT_H 1
  6134. | | #define HAVE_UNISTD_H 1
  6135. | | #define __EXTENSIONS__ 1
  6136. | | #define _ALL_SOURCE 1
  6137. | | #define _GNU_SOURCE 1
  6138. | | #define _POSIX_PTHREAD_SEMANTICS 1
  6139. | | #define _TANDEM_SOURCE 1
  6140. | | #define HAVE_DLFCN_H 1
  6141. | | #define LT_OBJDIR ".libs/"
  6142. | | #define STDC_HEADERS 1
  6143. | | #define HAVE_STDINT_H 1
  6144. | | #define HAVE_SYS_TYPES_H 1
  6145. | | #define HAVE_SIGNAL_H 1
  6146. | | #define HAVE_FCNTL_H 1
  6147. | | #define HAVE_MALLOC_H 1
  6148. | | #define HAVE_LOCALE_H 1
  6149. | | #define HAVE_STDDEF_H 1
  6150. | | #define HAVE_WCHAR_H 1
  6151. | | #define HAVE_DLFCN_H 1
  6152. | | #define HAVE_SYS_TIME_H 1
  6153. | | #define HAVE_SIG_ATOMIC_T 1
  6154. | | #define COB_KEYWORD_INLINE __inline
  6155. | | #define HAVE_VPRINTF 1
  6156. | | #define HAVE_MEMMOVE 1
  6157. | | #define HAVE_MEMSET 1
  6158. | | #define HAVE_SETLOCALE 1
  6159. | | #define HAVE_STRERROR 1
  6160. | | #define HAVE_STRCASECMP 1
  6161. | | #define HAVE_STRCHR 1
  6162. | | #define HAVE_STRRCHR 1
  6163. | | #define HAVE_STRDUP 1
  6164. | | #define HAVE_STRSTR 1
  6165. | | #define HAVE_STRTOL 1
  6166. | | #define HAVE_GETTIMEOFDAY 1
  6167. | | #define HAVE_LOCALECONV 1
  6168. | | /* end confdefs.h. */
  6169. | | /* Define readlink to an innocuous variant, in case <limits.h> declares readlink.
  6170. | | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  6171. | | #define readlink innocuous_readlink
  6172. | |
  6173. | | /* System header to define __stub macros and hopefully few prototypes,
  6174. | | which can conflict with char readlink (); below.
  6175. | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  6176. | | <limits.h> exists even on freestanding compilers. */
  6177. | |
  6178. | | #ifdef __STDC__
  6179. | | # include <limits.h>
  6180. | | #else
  6181. | | # include <assert.h>
  6182. | | #endif
  6183. | |
  6184. | | #undef readlink
  6185. | |
  6186. | | /* Override any GCC internal prototype to avoid an error.
  6187. | | Use char because int might match the return type of a GCC
  6188. | | builtin and then its argument prototype would still apply. */
  6189. | | #ifdef __cplusplus
  6190. | | extern "C"
  6191. | | #endif
  6192. | | char readlink ();
  6193. | | /* The GNU C library defines this for functions which it implements
  6194. | | to always fail with ENOSYS. Some functions are actually named
  6195. | | something starting with __ and the normal name is an alias. */
  6196. | | #if defined __stub_readlink || defined __stub___readlink
  6197. | | choke me
  6198. | | #endif
  6199. | |
  6200. | | int
  6201. | | main ()
  6202. | | {
  6203. | | return readlink ();
  6204. | | ;
  6205. | | return 0;
  6206. | | }
  6207. | configure:13554: result: no
  6208. | configure:13554: checking for getexecname
  6209. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  6210. | C:\Users\Prim\AppData\Local\Temp\ccWjKxAK.o: In function `main':
  6211. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:90: undefined reference to `getexecname'
  6212. | collect2.exe: error: ld returned 1 exit status
  6213. | configure:13554: $? = 1
  6214. | configure: failed program was:
  6215. | | /* confdefs.h */
  6216. | | #define PACKAGE_NAME "GnuCOBOL"
  6217. | | #define PACKAGE_TARNAME "gnu-cobol"
  6218. | | #define PACKAGE_VERSION "2.0"
  6219. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  6220. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  6221. | | #define PACKAGE_URL "http://www.opencobol.org"
  6222. | | #define PACKAGE "gnu-cobol"
  6223. | | #define VERSION "2.0"
  6224. | | #define PATCH_LEVEL 0
  6225. | | #define MAX_CALL_FIELD_PARAMS 192
  6226. | | #define STDC_HEADERS 1
  6227. | | #define HAVE_SYS_TYPES_H 1
  6228. | | #define HAVE_SYS_STAT_H 1
  6229. | | #define HAVE_STDLIB_H 1
  6230. | | #define HAVE_STRING_H 1
  6231. | | #define HAVE_MEMORY_H 1
  6232. | | #define HAVE_STRINGS_H 1
  6233. | | #define HAVE_INTTYPES_H 1
  6234. | | #define HAVE_STDINT_H 1
  6235. | | #define HAVE_UNISTD_H 1
  6236. | | #define __EXTENSIONS__ 1
  6237. | | #define _ALL_SOURCE 1
  6238. | | #define _GNU_SOURCE 1
  6239. | | #define _POSIX_PTHREAD_SEMANTICS 1
  6240. | | #define _TANDEM_SOURCE 1
  6241. | | #define HAVE_DLFCN_H 1
  6242. | | #define LT_OBJDIR ".libs/"
  6243. | | #define STDC_HEADERS 1
  6244. | | #define HAVE_STDINT_H 1
  6245. | | #define HAVE_SYS_TYPES_H 1
  6246. | | #define HAVE_SIGNAL_H 1
  6247. | | #define HAVE_FCNTL_H 1
  6248. | | #define HAVE_MALLOC_H 1
  6249. | | #define HAVE_LOCALE_H 1
  6250. | | #define HAVE_STDDEF_H 1
  6251. | | #define HAVE_WCHAR_H 1
  6252. | | #define HAVE_DLFCN_H 1
  6253. | | #define HAVE_SYS_TIME_H 1
  6254. | | #define HAVE_SIG_ATOMIC_T 1
  6255. | | #define COB_KEYWORD_INLINE __inline
  6256. | | #define HAVE_VPRINTF 1
  6257. | | #define HAVE_MEMMOVE 1
  6258. | | #define HAVE_MEMSET 1
  6259. | | #define HAVE_SETLOCALE 1
  6260. | | #define HAVE_STRERROR 1
  6261. | | #define HAVE_STRCASECMP 1
  6262. | | #define HAVE_STRCHR 1
  6263. | | #define HAVE_STRRCHR 1
  6264. | | #define HAVE_STRDUP 1
  6265. | | #define HAVE_STRSTR 1
  6266. | | #define HAVE_STRTOL 1
  6267. | | #define HAVE_GETTIMEOFDAY 1
  6268. | | #define HAVE_LOCALECONV 1
  6269. | | /* end confdefs.h. */
  6270. | | /* Define getexecname to an innocuous variant, in case <limits.h> declares getexecname.
  6271. | | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  6272. | | #define getexecname innocuous_getexecname
  6273. | |
  6274. | | /* System header to define __stub macros and hopefully few prototypes,
  6275. | | which can conflict with char getexecname (); below.
  6276. | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  6277. | | <limits.h> exists even on freestanding compilers. */
  6278. | |
  6279. | | #ifdef __STDC__
  6280. | | # include <limits.h>
  6281. | | #else
  6282. | | # include <assert.h>
  6283. | | #endif
  6284. | |
  6285. | | #undef getexecname
  6286. | |
  6287. | | /* Override any GCC internal prototype to avoid an error.
  6288. | | Use char because int might match the return type of a GCC
  6289. | | builtin and then its argument prototype would still apply. */
  6290. | | #ifdef __cplusplus
  6291. | | extern "C"
  6292. | | #endif
  6293. | | char getexecname ();
  6294. | | /* The GNU C library defines this for functions which it implements
  6295. | | to always fail with ENOSYS. Some functions are actually named
  6296. | | something starting with __ and the normal name is an alias. */
  6297. | | #if defined __stub_getexecname || defined __stub___getexecname
  6298. | | choke me
  6299. | | #endif
  6300. | |
  6301. | | int
  6302. | | main ()
  6303. | | {
  6304. | | return getexecname ();
  6305. | | ;
  6306. | | return 0;
  6307. | | }
  6308. | configure:13554: result: no
  6309. | configure:13554: checking for canonicalize_file_name
  6310. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  6311. | C:\Users\Prim\AppData\Local\Temp\cciGybGK.o: In function `main':
  6312. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:90: undefined reference to `canonicalize_file_name'
  6313. | collect2.exe: error: ld returned 1 exit status
  6314. | configure:13554: $? = 1
  6315. | configure: failed program was:
  6316. | | /* confdefs.h */
  6317. | | #define PACKAGE_NAME "GnuCOBOL"
  6318. | | #define PACKAGE_TARNAME "gnu-cobol"
  6319. | | #define PACKAGE_VERSION "2.0"
  6320. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  6321. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  6322. | | #define PACKAGE_URL "http://www.opencobol.org"
  6323. | | #define PACKAGE "gnu-cobol"
  6324. | | #define VERSION "2.0"
  6325. | | #define PATCH_LEVEL 0
  6326. | | #define MAX_CALL_FIELD_PARAMS 192
  6327. | | #define STDC_HEADERS 1
  6328. | | #define HAVE_SYS_TYPES_H 1
  6329. | | #define HAVE_SYS_STAT_H 1
  6330. | | #define HAVE_STDLIB_H 1
  6331. | | #define HAVE_STRING_H 1
  6332. | | #define HAVE_MEMORY_H 1
  6333. | | #define HAVE_STRINGS_H 1
  6334. | | #define HAVE_INTTYPES_H 1
  6335. | | #define HAVE_STDINT_H 1
  6336. | | #define HAVE_UNISTD_H 1
  6337. | | #define __EXTENSIONS__ 1
  6338. | | #define _ALL_SOURCE 1
  6339. | | #define _GNU_SOURCE 1
  6340. | | #define _POSIX_PTHREAD_SEMANTICS 1
  6341. | | #define _TANDEM_SOURCE 1
  6342. | | #define HAVE_DLFCN_H 1
  6343. | | #define LT_OBJDIR ".libs/"
  6344. | | #define STDC_HEADERS 1
  6345. | | #define HAVE_STDINT_H 1
  6346. | | #define HAVE_SYS_TYPES_H 1
  6347. | | #define HAVE_SIGNAL_H 1
  6348. | | #define HAVE_FCNTL_H 1
  6349. | | #define HAVE_MALLOC_H 1
  6350. | | #define HAVE_LOCALE_H 1
  6351. | | #define HAVE_STDDEF_H 1
  6352. | | #define HAVE_WCHAR_H 1
  6353. | | #define HAVE_DLFCN_H 1
  6354. | | #define HAVE_SYS_TIME_H 1
  6355. | | #define HAVE_SIG_ATOMIC_T 1
  6356. | | #define COB_KEYWORD_INLINE __inline
  6357. | | #define HAVE_VPRINTF 1
  6358. | | #define HAVE_MEMMOVE 1
  6359. | | #define HAVE_MEMSET 1
  6360. | | #define HAVE_SETLOCALE 1
  6361. | | #define HAVE_STRERROR 1
  6362. | | #define HAVE_STRCASECMP 1
  6363. | | #define HAVE_STRCHR 1
  6364. | | #define HAVE_STRRCHR 1
  6365. | | #define HAVE_STRDUP 1
  6366. | | #define HAVE_STRSTR 1
  6367. | | #define HAVE_STRTOL 1
  6368. | | #define HAVE_GETTIMEOFDAY 1
  6369. | | #define HAVE_LOCALECONV 1
  6370. | | /* end confdefs.h. */
  6371. | | /* Define canonicalize_file_name to an innocuous variant, in case <limits.h> declares canonicalize_file_name.
  6372. | | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  6373. | | #define canonicalize_file_name innocuous_canonicalize_file_name
  6374. | |
  6375. | | /* System header to define __stub macros and hopefully few prototypes,
  6376. | | which can conflict with char canonicalize_file_name (); below.
  6377. | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  6378. | | <limits.h> exists even on freestanding compilers. */
  6379. | |
  6380. | | #ifdef __STDC__
  6381. | | # include <limits.h>
  6382. | | #else
  6383. | | # include <assert.h>
  6384. | | #endif
  6385. | |
  6386. | | #undef canonicalize_file_name
  6387. | |
  6388. | | /* Override any GCC internal prototype to avoid an error.
  6389. | | Use char because int might match the return type of a GCC
  6390. | | builtin and then its argument prototype would still apply. */
  6391. | | #ifdef __cplusplus
  6392. | | extern "C"
  6393. | | #endif
  6394. | | char canonicalize_file_name ();
  6395. | | /* The GNU C library defines this for functions which it implements
  6396. | | to always fail with ENOSYS. Some functions are actually named
  6397. | | something starting with __ and the normal name is an alias. */
  6398. | | #if defined __stub_canonicalize_file_name || defined __stub___canonicalize_file_name
  6399. | | choke me
  6400. | | #endif
  6401. | |
  6402. | | int
  6403. | | main ()
  6404. | | {
  6405. | | return canonicalize_file_name ();
  6406. | | ;
  6407. | | return 0;
  6408. | | }
  6409. | configure:13554: result: no
  6410. | configure:13554: checking for realpath
  6411. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  6412. | C:\Users\Prim\AppData\Local\Temp\ccCAa7i9.o: In function `main':
  6413. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:90: undefined reference to `realpath'
  6414. | collect2.exe: error: ld returned 1 exit status
  6415. | configure:13554: $? = 1
  6416. | configure: failed program was:
  6417. | | /* confdefs.h */
  6418. | | #define PACKAGE_NAME "GnuCOBOL"
  6419. | | #define PACKAGE_TARNAME "gnu-cobol"
  6420. | | #define PACKAGE_VERSION "2.0"
  6421. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  6422. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  6423. | | #define PACKAGE_URL "http://www.opencobol.org"
  6424. | | #define PACKAGE "gnu-cobol"
  6425. | | #define VERSION "2.0"
  6426. | | #define PATCH_LEVEL 0
  6427. | | #define MAX_CALL_FIELD_PARAMS 192
  6428. | | #define STDC_HEADERS 1
  6429. | | #define HAVE_SYS_TYPES_H 1
  6430. | | #define HAVE_SYS_STAT_H 1
  6431. | | #define HAVE_STDLIB_H 1
  6432. | | #define HAVE_STRING_H 1
  6433. | | #define HAVE_MEMORY_H 1
  6434. | | #define HAVE_STRINGS_H 1
  6435. | | #define HAVE_INTTYPES_H 1
  6436. | | #define HAVE_STDINT_H 1
  6437. | | #define HAVE_UNISTD_H 1
  6438. | | #define __EXTENSIONS__ 1
  6439. | | #define _ALL_SOURCE 1
  6440. | | #define _GNU_SOURCE 1
  6441. | | #define _POSIX_PTHREAD_SEMANTICS 1
  6442. | | #define _TANDEM_SOURCE 1
  6443. | | #define HAVE_DLFCN_H 1
  6444. | | #define LT_OBJDIR ".libs/"
  6445. | | #define STDC_HEADERS 1
  6446. | | #define HAVE_STDINT_H 1
  6447. | | #define HAVE_SYS_TYPES_H 1
  6448. | | #define HAVE_SIGNAL_H 1
  6449. | | #define HAVE_FCNTL_H 1
  6450. | | #define HAVE_MALLOC_H 1
  6451. | | #define HAVE_LOCALE_H 1
  6452. | | #define HAVE_STDDEF_H 1
  6453. | | #define HAVE_WCHAR_H 1
  6454. | | #define HAVE_DLFCN_H 1
  6455. | | #define HAVE_SYS_TIME_H 1
  6456. | | #define HAVE_SIG_ATOMIC_T 1
  6457. | | #define COB_KEYWORD_INLINE __inline
  6458. | | #define HAVE_VPRINTF 1
  6459. | | #define HAVE_MEMMOVE 1
  6460. | | #define HAVE_MEMSET 1
  6461. | | #define HAVE_SETLOCALE 1
  6462. | | #define HAVE_STRERROR 1
  6463. | | #define HAVE_STRCASECMP 1
  6464. | | #define HAVE_STRCHR 1
  6465. | | #define HAVE_STRRCHR 1
  6466. | | #define HAVE_STRDUP 1
  6467. | | #define HAVE_STRSTR 1
  6468. | | #define HAVE_STRTOL 1
  6469. | | #define HAVE_GETTIMEOFDAY 1
  6470. | | #define HAVE_LOCALECONV 1
  6471. | | /* end confdefs.h. */
  6472. | | /* Define realpath to an innocuous variant, in case <limits.h> declares realpath.
  6473. | | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  6474. | | #define realpath innocuous_realpath
  6475. | |
  6476. | | /* System header to define __stub macros and hopefully few prototypes,
  6477. | | which can conflict with char realpath (); below.
  6478. | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  6479. | | <limits.h> exists even on freestanding compilers. */
  6480. | |
  6481. | | #ifdef __STDC__
  6482. | | # include <limits.h>
  6483. | | #else
  6484. | | # include <assert.h>
  6485. | | #endif
  6486. | |
  6487. | | #undef realpath
  6488. | |
  6489. | | /* Override any GCC internal prototype to avoid an error.
  6490. | | Use char because int might match the return type of a GCC
  6491. | | builtin and then its argument prototype would still apply. */
  6492. | | #ifdef __cplusplus
  6493. | | extern "C"
  6494. | | #endif
  6495. | | char realpath ();
  6496. | | /* The GNU C library defines this for functions which it implements
  6497. | | to always fail with ENOSYS. Some functions are actually named
  6498. | | something starting with __ and the normal name is an alias. */
  6499. | | #if defined __stub_realpath || defined __stub___realpath
  6500. | | choke me
  6501. | | #endif
  6502. | |
  6503. | | int
  6504. | | main ()
  6505. | | {
  6506. | | return realpath ();
  6507. | | ;
  6508. | | return 0;
  6509. | | }
  6510. | configure:13554: result: no
  6511. | configure:13554: checking for strcoll
  6512. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  6513. | configure:13554: $? = 0
  6514. | configure:13554: result: yes
  6515. | configure:13554: checking for strxfrm
  6516. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  6517. | configure:13554: $? = 0
  6518. | configure:13554: result: yes
  6519. | configure:13554: checking for setenv
  6520. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  6521. | configure:13554: $? = 0
  6522. | configure:13554: result: yes
  6523. | configure:13554: checking for raise
  6524. | configure:13554: gcc -o conftest.exe -g -O2 conftest.c >&5
  6525. | configure:13554: $? = 0
  6526. | configure:13554: result: yes
  6527. | configure:13565: checking for timezone variable access
  6528. | configure:13578: gcc -c -g -O2 conftest.c >&5
  6529. | configure:13578: $? = 0
  6530. | configure:13580: result: yes
  6531. | configure:13589: checking for designated initializers
  6532. | configure:13605: gcc -c -g -O2 conftest.c >&5
  6533. | configure:13605: $? = 0
  6534. | configure:13607: result: yes
  6535. | configure:13643: gcc -o conftest.exe -g -O2 conftest.c >&5
  6536. | configure:13643: $? = 0
  6537. | configure:13643: ./conftest.exe
  6538. | configure:13643: $? = 0
  6539. | configure:13673: gcc -o conftest.exe -g -O2 conftest.c >&5
  6540. | configure:13673: $? = 0
  6541. | configure:13673: ./conftest.exe
  6542. | configure:13673: $? = 0
  6543. | configure:13703: gcc -o conftest.exe -g -O2 conftest.c >&5
  6544. | configure:13703: $? = 0
  6545. | configure:13703: ./conftest.exe
  6546. | configure:13703: $? = 1
  6547. | configure: program exited with status 1
  6548. | configure: failed program was:
  6549. | | /* confdefs.h */
  6550. | | #define PACKAGE_NAME "GnuCOBOL"
  6551. | | #define PACKAGE_TARNAME "gnu-cobol"
  6552. | | #define PACKAGE_VERSION "2.0"
  6553. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  6554. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  6555. | | #define PACKAGE_URL "http://www.opencobol.org"
  6556. | | #define PACKAGE "gnu-cobol"
  6557. | | #define VERSION "2.0"
  6558. | | #define PATCH_LEVEL 0
  6559. | | #define MAX_CALL_FIELD_PARAMS 192
  6560. | | #define STDC_HEADERS 1
  6561. | | #define HAVE_SYS_TYPES_H 1
  6562. | | #define HAVE_SYS_STAT_H 1
  6563. | | #define HAVE_STDLIB_H 1
  6564. | | #define HAVE_STRING_H 1
  6565. | | #define HAVE_MEMORY_H 1
  6566. | | #define HAVE_STRINGS_H 1
  6567. | | #define HAVE_INTTYPES_H 1
  6568. | | #define HAVE_STDINT_H 1
  6569. | | #define HAVE_UNISTD_H 1
  6570. | | #define __EXTENSIONS__ 1
  6571. | | #define _ALL_SOURCE 1
  6572. | | #define _GNU_SOURCE 1
  6573. | | #define _POSIX_PTHREAD_SEMANTICS 1
  6574. | | #define _TANDEM_SOURCE 1
  6575. | | #define HAVE_DLFCN_H 1
  6576. | | #define LT_OBJDIR ".libs/"
  6577. | | #define STDC_HEADERS 1
  6578. | | #define HAVE_STDINT_H 1
  6579. | | #define HAVE_SYS_TYPES_H 1
  6580. | | #define HAVE_SIGNAL_H 1
  6581. | | #define HAVE_FCNTL_H 1
  6582. | | #define HAVE_MALLOC_H 1
  6583. | | #define HAVE_LOCALE_H 1
  6584. | | #define HAVE_STDDEF_H 1
  6585. | | #define HAVE_WCHAR_H 1
  6586. | | #define HAVE_DLFCN_H 1
  6587. | | #define HAVE_SYS_TIME_H 1
  6588. | | #define HAVE_SIG_ATOMIC_T 1
  6589. | | #define COB_KEYWORD_INLINE __inline
  6590. | | #define HAVE_VPRINTF 1
  6591. | | #define HAVE_MEMMOVE 1
  6592. | | #define HAVE_MEMSET 1
  6593. | | #define HAVE_SETLOCALE 1
  6594. | | #define HAVE_STRERROR 1
  6595. | | #define HAVE_STRCASECMP 1
  6596. | | #define HAVE_STRCHR 1
  6597. | | #define HAVE_STRRCHR 1
  6598. | | #define HAVE_STRDUP 1
  6599. | | #define HAVE_STRSTR 1
  6600. | | #define HAVE_STRTOL 1
  6601. | | #define HAVE_GETTIMEOFDAY 1
  6602. | | #define HAVE_LOCALECONV 1
  6603. | | #define HAVE_STRCOLL 1
  6604. | | #define HAVE_STRXFRM 1
  6605. | | #define HAVE_SETENV 1
  6606. | | #define HAVE_RAISE 1
  6607. | | #define HAVE_TIMEZONE 1
  6608. | | #define HAVE_DESIGNATED_INITS 1
  6609. | | /* end confdefs.h. */
  6610. | |
  6611. | | int
  6612. | | main ()
  6613. | | {
  6614. | |
  6615. | | #ifdef __INTEL_COMPILER
  6616. | | return 0;
  6617. | | #else
  6618. | | return 1;
  6619. | | #endif
  6620. | | ;
  6621. | | return 0;
  6622. | | }
  6623. | configure:14015: Checks for GMP ...
  6624. | configure:14019: checking gmp.h usability
  6625. | configure:14019: gcc -c -g -O2 conftest.c >&5
  6626. | configure:14019: $? = 0
  6627. | configure:14019: result: yes
  6628. | configure:14019: checking gmp.h presence
  6629. | configure:14019: gcc -E conftest.c
  6630. | configure:14019: $? = 0
  6631. | configure:14019: result: yes
  6632. | configure:14019: checking for gmp.h
  6633. | configure:14019: result: yes
  6634. | configure:14032: checking for __gmpz_init in -lgmp
  6635. | configure:14057: gcc -o conftest.exe -g -O2 conftest.c -lgmp >&5
  6636. | configure:14057: $? = 0
  6637. | configure:14066: result: yes
  6638. | configure:14099: gcc -o conftest.exe -g -O2 conftest.c -lgmp >&5
  6639. | configure:14099: $? = 0
  6640. | configure:14099: ./conftest.exe
  6641. | configure:14099: $? = 0
  6642. | configure:14133: gcc -o conftest.exe -g -O2 conftest.c -lgmp >&5
  6643. | configure:14133: $? = 0
  6644. | configure:14133: ./conftest.exe
  6645. | configure:14133: $? = 0
  6646. | configure:14146: checking matching GMP version
  6647. | configure:14152: result: yes (6.1)
  6648. | configure:14164: checking for __gmp_get_memory_functions in -lgmp
  6649. | configure:14189: gcc -o conftest.exe -g -O2 conftest.c -lgmp >&5
  6650. | configure:14189: $? = 0
  6651. | configure:14198: result: yes
  6652. | configure:14208: checking for nanosleep
  6653. | configure:14221: gcc -o conftest.exe -g -O2 conftest.c >&5
  6654. | configure:14221: $? = 0
  6655. | configure:14223: result: yes
  6656. | configure:14338: checking for clock_gettime and CLOCK_REALTIME
  6657. | configure:14351: gcc -o conftest.exe -g -O2 conftest.c >&5
  6658. | conftest.c: In function 'main':
  6659. | conftest.c:70:1: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration]
  6660. | clock_gettime (CLOCK_REALTIME, NULL);
  6661. | ^
  6662. | conftest.c:70:16: error: 'CLOCK_REALTIME' undeclared (first use in this function)
  6663. | clock_gettime (CLOCK_REALTIME, NULL);
  6664. | ^
  6665. | conftest.c:70:16: note: each undeclared identifier is reported only once for each function it appears in
  6666. | configure:14351: $? = 1
  6667. | configure: failed program was:
  6668. | | /* confdefs.h */
  6669. | | #define PACKAGE_NAME "GnuCOBOL"
  6670. | | #define PACKAGE_TARNAME "gnu-cobol"
  6671. | | #define PACKAGE_VERSION "2.0"
  6672. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  6673. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  6674. | | #define PACKAGE_URL "http://www.opencobol.org"
  6675. | | #define PACKAGE "gnu-cobol"
  6676. | | #define VERSION "2.0"
  6677. | | #define PATCH_LEVEL 0
  6678. | | #define MAX_CALL_FIELD_PARAMS 192
  6679. | | #define STDC_HEADERS 1
  6680. | | #define HAVE_SYS_TYPES_H 1
  6681. | | #define HAVE_SYS_STAT_H 1
  6682. | | #define HAVE_STDLIB_H 1
  6683. | | #define HAVE_STRING_H 1
  6684. | | #define HAVE_MEMORY_H 1
  6685. | | #define HAVE_STRINGS_H 1
  6686. | | #define HAVE_INTTYPES_H 1
  6687. | | #define HAVE_STDINT_H 1
  6688. | | #define HAVE_UNISTD_H 1
  6689. | | #define __EXTENSIONS__ 1
  6690. | | #define _ALL_SOURCE 1
  6691. | | #define _GNU_SOURCE 1
  6692. | | #define _POSIX_PTHREAD_SEMANTICS 1
  6693. | | #define _TANDEM_SOURCE 1
  6694. | | #define HAVE_DLFCN_H 1
  6695. | | #define LT_OBJDIR ".libs/"
  6696. | | #define STDC_HEADERS 1
  6697. | | #define HAVE_STDINT_H 1
  6698. | | #define HAVE_SYS_TYPES_H 1
  6699. | | #define HAVE_SIGNAL_H 1
  6700. | | #define HAVE_FCNTL_H 1
  6701. | | #define HAVE_MALLOC_H 1
  6702. | | #define HAVE_LOCALE_H 1
  6703. | | #define HAVE_STDDEF_H 1
  6704. | | #define HAVE_WCHAR_H 1
  6705. | | #define HAVE_DLFCN_H 1
  6706. | | #define HAVE_SYS_TIME_H 1
  6707. | | #define HAVE_SIG_ATOMIC_T 1
  6708. | | #define COB_KEYWORD_INLINE __inline
  6709. | | #define HAVE_VPRINTF 1
  6710. | | #define HAVE_MEMMOVE 1
  6711. | | #define HAVE_MEMSET 1
  6712. | | #define HAVE_SETLOCALE 1
  6713. | | #define HAVE_STRERROR 1
  6714. | | #define HAVE_STRCASECMP 1
  6715. | | #define HAVE_STRCHR 1
  6716. | | #define HAVE_STRRCHR 1
  6717. | | #define HAVE_STRDUP 1
  6718. | | #define HAVE_STRSTR 1
  6719. | | #define HAVE_STRTOL 1
  6720. | | #define HAVE_GETTIMEOFDAY 1
  6721. | | #define HAVE_LOCALECONV 1
  6722. | | #define HAVE_STRCOLL 1
  6723. | | #define HAVE_STRXFRM 1
  6724. | | #define HAVE_SETENV 1
  6725. | | #define HAVE_RAISE 1
  6726. | | #define HAVE_TIMEZONE 1
  6727. | | #define HAVE_DESIGNATED_INITS 1
  6728. | | #define WITH_VARSEQ 0
  6729. | | #define HAVE_GMP_H 1
  6730. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  6731. | | #define HAVE_NANO_SLEEP 1
  6732. | | /* end confdefs.h. */
  6733. | | #include <time.h>
  6734. | | int
  6735. | | main ()
  6736. | | {
  6737. | | clock_gettime (CLOCK_REALTIME, NULL);
  6738. | | ;
  6739. | | return 0;
  6740. | | }
  6741. | configure:14356: result: no
  6742. | configure:14371: checking prototype for finite in <math.h>
  6743. | configure:14380: result: yes
  6744. | configure:14411: checking for fdatasync
  6745. | configure:14411: gcc -o conftest.exe -g -O2 conftest.c >&5
  6746. | C:\Users\Prim\AppData\Local\Temp\ccEt0x37.o: In function `main':
  6747. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:100: undefined reference to `fdatasync'
  6748. | collect2.exe: error: ld returned 1 exit status
  6749. | configure:14411: $? = 1
  6750. | configure: failed program was:
  6751. | | /* confdefs.h */
  6752. | | #define PACKAGE_NAME "GnuCOBOL"
  6753. | | #define PACKAGE_TARNAME "gnu-cobol"
  6754. | | #define PACKAGE_VERSION "2.0"
  6755. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  6756. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  6757. | | #define PACKAGE_URL "http://www.opencobol.org"
  6758. | | #define PACKAGE "gnu-cobol"
  6759. | | #define VERSION "2.0"
  6760. | | #define PATCH_LEVEL 0
  6761. | | #define MAX_CALL_FIELD_PARAMS 192
  6762. | | #define STDC_HEADERS 1
  6763. | | #define HAVE_SYS_TYPES_H 1
  6764. | | #define HAVE_SYS_STAT_H 1
  6765. | | #define HAVE_STDLIB_H 1
  6766. | | #define HAVE_STRING_H 1
  6767. | | #define HAVE_MEMORY_H 1
  6768. | | #define HAVE_STRINGS_H 1
  6769. | | #define HAVE_INTTYPES_H 1
  6770. | | #define HAVE_STDINT_H 1
  6771. | | #define HAVE_UNISTD_H 1
  6772. | | #define __EXTENSIONS__ 1
  6773. | | #define _ALL_SOURCE 1
  6774. | | #define _GNU_SOURCE 1
  6775. | | #define _POSIX_PTHREAD_SEMANTICS 1
  6776. | | #define _TANDEM_SOURCE 1
  6777. | | #define HAVE_DLFCN_H 1
  6778. | | #define LT_OBJDIR ".libs/"
  6779. | | #define STDC_HEADERS 1
  6780. | | #define HAVE_STDINT_H 1
  6781. | | #define HAVE_SYS_TYPES_H 1
  6782. | | #define HAVE_SIGNAL_H 1
  6783. | | #define HAVE_FCNTL_H 1
  6784. | | #define HAVE_MALLOC_H 1
  6785. | | #define HAVE_LOCALE_H 1
  6786. | | #define HAVE_STDDEF_H 1
  6787. | | #define HAVE_WCHAR_H 1
  6788. | | #define HAVE_DLFCN_H 1
  6789. | | #define HAVE_SYS_TIME_H 1
  6790. | | #define HAVE_SIG_ATOMIC_T 1
  6791. | | #define COB_KEYWORD_INLINE __inline
  6792. | | #define HAVE_VPRINTF 1
  6793. | | #define HAVE_MEMMOVE 1
  6794. | | #define HAVE_MEMSET 1
  6795. | | #define HAVE_SETLOCALE 1
  6796. | | #define HAVE_STRERROR 1
  6797. | | #define HAVE_STRCASECMP 1
  6798. | | #define HAVE_STRCHR 1
  6799. | | #define HAVE_STRRCHR 1
  6800. | | #define HAVE_STRDUP 1
  6801. | | #define HAVE_STRSTR 1
  6802. | | #define HAVE_STRTOL 1
  6803. | | #define HAVE_GETTIMEOFDAY 1
  6804. | | #define HAVE_LOCALECONV 1
  6805. | | #define HAVE_STRCOLL 1
  6806. | | #define HAVE_STRXFRM 1
  6807. | | #define HAVE_SETENV 1
  6808. | | #define HAVE_RAISE 1
  6809. | | #define HAVE_TIMEZONE 1
  6810. | | #define HAVE_DESIGNATED_INITS 1
  6811. | | #define WITH_VARSEQ 0
  6812. | | #define HAVE_GMP_H 1
  6813. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  6814. | | #define HAVE_NANO_SLEEP 1
  6815. | | /* end confdefs.h. */
  6816. | | /* Define fdatasync to an innocuous variant, in case <limits.h> declares fdatasync.
  6817. | | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  6818. | | #define fdatasync innocuous_fdatasync
  6819. | |
  6820. | | /* System header to define __stub macros and hopefully few prototypes,
  6821. | | which can conflict with char fdatasync (); below.
  6822. | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  6823. | | <limits.h> exists even on freestanding compilers. */
  6824. | |
  6825. | | #ifdef __STDC__
  6826. | | # include <limits.h>
  6827. | | #else
  6828. | | # include <assert.h>
  6829. | | #endif
  6830. | |
  6831. | | #undef fdatasync
  6832. | |
  6833. | | /* Override any GCC internal prototype to avoid an error.
  6834. | | Use char because int might match the return type of a GCC
  6835. | | builtin and then its argument prototype would still apply. */
  6836. | | #ifdef __cplusplus
  6837. | | extern "C"
  6838. | | #endif
  6839. | | char fdatasync ();
  6840. | | /* The GNU C library defines this for functions which it implements
  6841. | | to always fail with ENOSYS. Some functions are actually named
  6842. | | something starting with __ and the normal name is an alias. */
  6843. | | #if defined __stub_fdatasync || defined __stub___fdatasync
  6844. | | choke me
  6845. | | #endif
  6846. | |
  6847. | | int
  6848. | | main ()
  6849. | | {
  6850. | | return fdatasync ();
  6851. | | ;
  6852. | | return 0;
  6853. | | }
  6854. | configure:14411: result: no
  6855. | configure:14411: checking for sigaction
  6856. | configure:14411: gcc -o conftest.exe -g -O2 conftest.c >&5
  6857. | C:\Users\Prim\AppData\Local\Temp\cc8Po4C4.o: In function `main':
  6858. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:100: undefined reference to `sigaction'
  6859. | collect2.exe: error: ld returned 1 exit status
  6860. | configure:14411: $? = 1
  6861. | configure: failed program was:
  6862. | | /* confdefs.h */
  6863. | | #define PACKAGE_NAME "GnuCOBOL"
  6864. | | #define PACKAGE_TARNAME "gnu-cobol"
  6865. | | #define PACKAGE_VERSION "2.0"
  6866. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  6867. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  6868. | | #define PACKAGE_URL "http://www.opencobol.org"
  6869. | | #define PACKAGE "gnu-cobol"
  6870. | | #define VERSION "2.0"
  6871. | | #define PATCH_LEVEL 0
  6872. | | #define MAX_CALL_FIELD_PARAMS 192
  6873. | | #define STDC_HEADERS 1
  6874. | | #define HAVE_SYS_TYPES_H 1
  6875. | | #define HAVE_SYS_STAT_H 1
  6876. | | #define HAVE_STDLIB_H 1
  6877. | | #define HAVE_STRING_H 1
  6878. | | #define HAVE_MEMORY_H 1
  6879. | | #define HAVE_STRINGS_H 1
  6880. | | #define HAVE_INTTYPES_H 1
  6881. | | #define HAVE_STDINT_H 1
  6882. | | #define HAVE_UNISTD_H 1
  6883. | | #define __EXTENSIONS__ 1
  6884. | | #define _ALL_SOURCE 1
  6885. | | #define _GNU_SOURCE 1
  6886. | | #define _POSIX_PTHREAD_SEMANTICS 1
  6887. | | #define _TANDEM_SOURCE 1
  6888. | | #define HAVE_DLFCN_H 1
  6889. | | #define LT_OBJDIR ".libs/"
  6890. | | #define STDC_HEADERS 1
  6891. | | #define HAVE_STDINT_H 1
  6892. | | #define HAVE_SYS_TYPES_H 1
  6893. | | #define HAVE_SIGNAL_H 1
  6894. | | #define HAVE_FCNTL_H 1
  6895. | | #define HAVE_MALLOC_H 1
  6896. | | #define HAVE_LOCALE_H 1
  6897. | | #define HAVE_STDDEF_H 1
  6898. | | #define HAVE_WCHAR_H 1
  6899. | | #define HAVE_DLFCN_H 1
  6900. | | #define HAVE_SYS_TIME_H 1
  6901. | | #define HAVE_SIG_ATOMIC_T 1
  6902. | | #define COB_KEYWORD_INLINE __inline
  6903. | | #define HAVE_VPRINTF 1
  6904. | | #define HAVE_MEMMOVE 1
  6905. | | #define HAVE_MEMSET 1
  6906. | | #define HAVE_SETLOCALE 1
  6907. | | #define HAVE_STRERROR 1
  6908. | | #define HAVE_STRCASECMP 1
  6909. | | #define HAVE_STRCHR 1
  6910. | | #define HAVE_STRRCHR 1
  6911. | | #define HAVE_STRDUP 1
  6912. | | #define HAVE_STRSTR 1
  6913. | | #define HAVE_STRTOL 1
  6914. | | #define HAVE_GETTIMEOFDAY 1
  6915. | | #define HAVE_LOCALECONV 1
  6916. | | #define HAVE_STRCOLL 1
  6917. | | #define HAVE_STRXFRM 1
  6918. | | #define HAVE_SETENV 1
  6919. | | #define HAVE_RAISE 1
  6920. | | #define HAVE_TIMEZONE 1
  6921. | | #define HAVE_DESIGNATED_INITS 1
  6922. | | #define WITH_VARSEQ 0
  6923. | | #define HAVE_GMP_H 1
  6924. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  6925. | | #define HAVE_NANO_SLEEP 1
  6926. | | /* end confdefs.h. */
  6927. | | /* Define sigaction to an innocuous variant, in case <limits.h> declares sigaction.
  6928. | | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  6929. | | #define sigaction innocuous_sigaction
  6930. | |
  6931. | | /* System header to define __stub macros and hopefully few prototypes,
  6932. | | which can conflict with char sigaction (); below.
  6933. | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  6934. | | <limits.h> exists even on freestanding compilers. */
  6935. | |
  6936. | | #ifdef __STDC__
  6937. | | # include <limits.h>
  6938. | | #else
  6939. | | # include <assert.h>
  6940. | | #endif
  6941. | |
  6942. | | #undef sigaction
  6943. | |
  6944. | | /* Override any GCC internal prototype to avoid an error.
  6945. | | Use char because int might match the return type of a GCC
  6946. | | builtin and then its argument prototype would still apply. */
  6947. | | #ifdef __cplusplus
  6948. | | extern "C"
  6949. | | #endif
  6950. | | char sigaction ();
  6951. | | /* The GNU C library defines this for functions which it implements
  6952. | | to always fail with ENOSYS. Some functions are actually named
  6953. | | something starting with __ and the normal name is an alias. */
  6954. | | #if defined __stub_sigaction || defined __stub___sigaction
  6955. | | choke me
  6956. | | #endif
  6957. | |
  6958. | | int
  6959. | | main ()
  6960. | | {
  6961. | | return sigaction ();
  6962. | | ;
  6963. | | return 0;
  6964. | | }
  6965. | configure:14411: result: no
  6966. | configure:14445: checking whether NLS is requested
  6967. | configure:14454: result: yes
  6968. | configure:14494: checking for msgfmt
  6969. | configure: trying /mingw/bin/msgfmt...
  6970. | 0 translated messages.
  6971. | configure:14526: result: /mingw/bin/msgfmt
  6972. | configure:14535: checking for gmsgfmt
  6973. | configure:14566: result: /mingw/bin/msgfmt
  6974. | configure:14616: checking for xgettext
  6975. | configure: trying /mingw/bin/xgettext...
  6976. | C:\GC20-build\MinGW\bin\xgettext.exe: warning: file 'nul' extension '' is unknown; will try C
  6977. | configure:14648: result: /mingw/bin/xgettext
  6978. | configure:14693: checking for msgmerge
  6979. | configure: trying /mingw/bin/msgmerge...
  6980. | configure:14724: result: /mingw/bin/msgmerge
  6981. | configure:15310: checking for CFPreferencesCopyAppValue
  6982. | configure:15337: result: no
  6983. | configure:15344: checking for CFLocaleCopyCurrent
  6984. | configure:15371: result: no
  6985. | configure:15420: checking for GNU gettext in libc
  6986. | configure:15449: gcc -o conftest.exe -g -O2 conftest.c >&5
  6987. | C:\Users\Prim\AppData\Local\Temp\ccu7IOOr.o: In function `main':
  6988. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:81: undefined reference to `libintl_bindtextdomain'
  6989. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:82: undefined reference to `libintl_gettext'
  6990. | collect2.exe: error: ld returned 1 exit status
  6991. | configure:15449: $? = 1
  6992. | configure: failed program was:
  6993. | | /* confdefs.h */
  6994. | | #define PACKAGE_NAME "GnuCOBOL"
  6995. | | #define PACKAGE_TARNAME "gnu-cobol"
  6996. | | #define PACKAGE_VERSION "2.0"
  6997. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  6998. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  6999. | | #define PACKAGE_URL "http://www.opencobol.org"
  7000. | | #define PACKAGE "gnu-cobol"
  7001. | | #define VERSION "2.0"
  7002. | | #define PATCH_LEVEL 0
  7003. | | #define MAX_CALL_FIELD_PARAMS 192
  7004. | | #define STDC_HEADERS 1
  7005. | | #define HAVE_SYS_TYPES_H 1
  7006. | | #define HAVE_SYS_STAT_H 1
  7007. | | #define HAVE_STDLIB_H 1
  7008. | | #define HAVE_STRING_H 1
  7009. | | #define HAVE_MEMORY_H 1
  7010. | | #define HAVE_STRINGS_H 1
  7011. | | #define HAVE_INTTYPES_H 1
  7012. | | #define HAVE_STDINT_H 1
  7013. | | #define HAVE_UNISTD_H 1
  7014. | | #define __EXTENSIONS__ 1
  7015. | | #define _ALL_SOURCE 1
  7016. | | #define _GNU_SOURCE 1
  7017. | | #define _POSIX_PTHREAD_SEMANTICS 1
  7018. | | #define _TANDEM_SOURCE 1
  7019. | | #define HAVE_DLFCN_H 1
  7020. | | #define LT_OBJDIR ".libs/"
  7021. | | #define STDC_HEADERS 1
  7022. | | #define HAVE_STDINT_H 1
  7023. | | #define HAVE_SYS_TYPES_H 1
  7024. | | #define HAVE_SIGNAL_H 1
  7025. | | #define HAVE_FCNTL_H 1
  7026. | | #define HAVE_MALLOC_H 1
  7027. | | #define HAVE_LOCALE_H 1
  7028. | | #define HAVE_STDDEF_H 1
  7029. | | #define HAVE_WCHAR_H 1
  7030. | | #define HAVE_DLFCN_H 1
  7031. | | #define HAVE_SYS_TIME_H 1
  7032. | | #define HAVE_SIG_ATOMIC_T 1
  7033. | | #define COB_KEYWORD_INLINE __inline
  7034. | | #define HAVE_VPRINTF 1
  7035. | | #define HAVE_MEMMOVE 1
  7036. | | #define HAVE_MEMSET 1
  7037. | | #define HAVE_SETLOCALE 1
  7038. | | #define HAVE_STRERROR 1
  7039. | | #define HAVE_STRCASECMP 1
  7040. | | #define HAVE_STRCHR 1
  7041. | | #define HAVE_STRRCHR 1
  7042. | | #define HAVE_STRDUP 1
  7043. | | #define HAVE_STRSTR 1
  7044. | | #define HAVE_STRTOL 1
  7045. | | #define HAVE_GETTIMEOFDAY 1
  7046. | | #define HAVE_LOCALECONV 1
  7047. | | #define HAVE_STRCOLL 1
  7048. | | #define HAVE_STRXFRM 1
  7049. | | #define HAVE_SETENV 1
  7050. | | #define HAVE_RAISE 1
  7051. | | #define HAVE_TIMEZONE 1
  7052. | | #define HAVE_DESIGNATED_INITS 1
  7053. | | #define WITH_VARSEQ 0
  7054. | | #define HAVE_GMP_H 1
  7055. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  7056. | | #define HAVE_NANO_SLEEP 1
  7057. | | /* end confdefs.h. */
  7058. | |
  7059. | | #include <libintl.h>
  7060. | | #ifndef __GNU_GETTEXT_SUPPORTED_REVISION
  7061. | | extern int _nl_msg_cat_cntr;
  7062. | | extern int *_nl_domain_bindings;
  7063. | | #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings)
  7064. | | #else
  7065. | | #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0
  7066. | | #endif
  7067. | |
  7068. | |
  7069. | | int
  7070. | | main ()
  7071. | | {
  7072. | |
  7073. | | bindtextdomain ("", "");
  7074. | | return * gettext ("") + __GNU_GETTEXT_SYMBOL_EXPRESSION
  7075. | |
  7076. | | ;
  7077. | | return 0;
  7078. | | }
  7079. | configure:15458: result: no
  7080. | configure:15492: checking for iconv
  7081. | configure:15516: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c >&5
  7082. | C:\Users\Prim\AppData\Local\Temp\ccgM1vLz.o: In function `main':
  7083. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:73: undefined reference to `libiconv_open'
  7084. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:74: undefined reference to `libiconv'
  7085. | C:\GC20-build\MinGW\msys\1.0\home\Prim\gnu-cobol-2.0/conftest.c:75: undefined reference to `libiconv_close'
  7086. | collect2.exe: error: ld returned 1 exit status
  7087. | configure:15516: $? = 1
  7088. | configure: failed program was:
  7089. | | /* confdefs.h */
  7090. | | #define PACKAGE_NAME "GnuCOBOL"
  7091. | | #define PACKAGE_TARNAME "gnu-cobol"
  7092. | | #define PACKAGE_VERSION "2.0"
  7093. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  7094. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  7095. | | #define PACKAGE_URL "http://www.opencobol.org"
  7096. | | #define PACKAGE "gnu-cobol"
  7097. | | #define VERSION "2.0"
  7098. | | #define PATCH_LEVEL 0
  7099. | | #define MAX_CALL_FIELD_PARAMS 192
  7100. | | #define STDC_HEADERS 1
  7101. | | #define HAVE_SYS_TYPES_H 1
  7102. | | #define HAVE_SYS_STAT_H 1
  7103. | | #define HAVE_STDLIB_H 1
  7104. | | #define HAVE_STRING_H 1
  7105. | | #define HAVE_MEMORY_H 1
  7106. | | #define HAVE_STRINGS_H 1
  7107. | | #define HAVE_INTTYPES_H 1
  7108. | | #define HAVE_STDINT_H 1
  7109. | | #define HAVE_UNISTD_H 1
  7110. | | #define __EXTENSIONS__ 1
  7111. | | #define _ALL_SOURCE 1
  7112. | | #define _GNU_SOURCE 1
  7113. | | #define _POSIX_PTHREAD_SEMANTICS 1
  7114. | | #define _TANDEM_SOURCE 1
  7115. | | #define HAVE_DLFCN_H 1
  7116. | | #define LT_OBJDIR ".libs/"
  7117. | | #define STDC_HEADERS 1
  7118. | | #define HAVE_STDINT_H 1
  7119. | | #define HAVE_SYS_TYPES_H 1
  7120. | | #define HAVE_SIGNAL_H 1
  7121. | | #define HAVE_FCNTL_H 1
  7122. | | #define HAVE_MALLOC_H 1
  7123. | | #define HAVE_LOCALE_H 1
  7124. | | #define HAVE_STDDEF_H 1
  7125. | | #define HAVE_WCHAR_H 1
  7126. | | #define HAVE_DLFCN_H 1
  7127. | | #define HAVE_SYS_TIME_H 1
  7128. | | #define HAVE_SIG_ATOMIC_T 1
  7129. | | #define COB_KEYWORD_INLINE __inline
  7130. | | #define HAVE_VPRINTF 1
  7131. | | #define HAVE_MEMMOVE 1
  7132. | | #define HAVE_MEMSET 1
  7133. | | #define HAVE_SETLOCALE 1
  7134. | | #define HAVE_STRERROR 1
  7135. | | #define HAVE_STRCASECMP 1
  7136. | | #define HAVE_STRCHR 1
  7137. | | #define HAVE_STRRCHR 1
  7138. | | #define HAVE_STRDUP 1
  7139. | | #define HAVE_STRSTR 1
  7140. | | #define HAVE_STRTOL 1
  7141. | | #define HAVE_GETTIMEOFDAY 1
  7142. | | #define HAVE_LOCALECONV 1
  7143. | | #define HAVE_STRCOLL 1
  7144. | | #define HAVE_STRXFRM 1
  7145. | | #define HAVE_SETENV 1
  7146. | | #define HAVE_RAISE 1
  7147. | | #define HAVE_TIMEZONE 1
  7148. | | #define HAVE_DESIGNATED_INITS 1
  7149. | | #define WITH_VARSEQ 0
  7150. | | #define HAVE_GMP_H 1
  7151. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  7152. | | #define HAVE_NANO_SLEEP 1
  7153. | | /* end confdefs.h. */
  7154. | |
  7155. | | #include <stdlib.h>
  7156. | | #include <iconv.h>
  7157. | |
  7158. | | int
  7159. | | main ()
  7160. | | {
  7161. | | iconv_t cd = iconv_open("","");
  7162. | | iconv(cd,NULL,NULL,NULL,NULL);
  7163. | | iconv_close(cd);
  7164. | | ;
  7165. | | return 0;
  7166. | | }
  7167. | configure:15540: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c /mingw/lib/libiconv.dll.a >&5
  7168. | configure:15540: $? = 0
  7169. | configure:15550: result: yes
  7170. | configure:15553: checking for working iconv
  7171. | configure:15682: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c /mingw/lib/libiconv.dll.a >&5
  7172. | configure:15682: $? = 0
  7173. | configure:15682: ./conftest.exe
  7174. | configure:15682: $? = 0
  7175. | configure:15694: result: yes
  7176. | configure:15709: checking how to link with libiconv
  7177. | configure:15711: result: /mingw/lib/libiconv.dll.a
  7178. | configure:16183: checking for GNU gettext in libintl
  7179. | configure:16220: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c /mingw/lib/libintl.dll.a >&5
  7180. | configure:16220: $? = 0
  7181. | configure:16270: result: yes
  7182. | configure:16305: checking whether to use NLS
  7183. | configure:16307: result: yes
  7184. | configure:16310: checking where the gettext function comes from
  7185. | configure:16321: result: external libintl
  7186. | configure:16329: checking how to link with libintl
  7187. | configure:16331: result: /mingw/lib/libintl.dll.a
  7188. | configure:16387: checking for nl_langinfo and CODESET
  7189. | configure:16403: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c >&5
  7190. | conftest.c:70:22: fatal error: langinfo.h: No such file or directory
  7191. | compilation terminated.
  7192. | configure:16403: $? = 1
  7193. | configure: failed program was:
  7194. | | /* confdefs.h */
  7195. | | #define PACKAGE_NAME "GnuCOBOL"
  7196. | | #define PACKAGE_TARNAME "gnu-cobol"
  7197. | | #define PACKAGE_VERSION "2.0"
  7198. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  7199. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  7200. | | #define PACKAGE_URL "http://www.opencobol.org"
  7201. | | #define PACKAGE "gnu-cobol"
  7202. | | #define VERSION "2.0"
  7203. | | #define PATCH_LEVEL 0
  7204. | | #define MAX_CALL_FIELD_PARAMS 192
  7205. | | #define STDC_HEADERS 1
  7206. | | #define HAVE_SYS_TYPES_H 1
  7207. | | #define HAVE_SYS_STAT_H 1
  7208. | | #define HAVE_STDLIB_H 1
  7209. | | #define HAVE_STRING_H 1
  7210. | | #define HAVE_MEMORY_H 1
  7211. | | #define HAVE_STRINGS_H 1
  7212. | | #define HAVE_INTTYPES_H 1
  7213. | | #define HAVE_STDINT_H 1
  7214. | | #define HAVE_UNISTD_H 1
  7215. | | #define __EXTENSIONS__ 1
  7216. | | #define _ALL_SOURCE 1
  7217. | | #define _GNU_SOURCE 1
  7218. | | #define _POSIX_PTHREAD_SEMANTICS 1
  7219. | | #define _TANDEM_SOURCE 1
  7220. | | #define HAVE_DLFCN_H 1
  7221. | | #define LT_OBJDIR ".libs/"
  7222. | | #define STDC_HEADERS 1
  7223. | | #define HAVE_STDINT_H 1
  7224. | | #define HAVE_SYS_TYPES_H 1
  7225. | | #define HAVE_SIGNAL_H 1
  7226. | | #define HAVE_FCNTL_H 1
  7227. | | #define HAVE_MALLOC_H 1
  7228. | | #define HAVE_LOCALE_H 1
  7229. | | #define HAVE_STDDEF_H 1
  7230. | | #define HAVE_WCHAR_H 1
  7231. | | #define HAVE_DLFCN_H 1
  7232. | | #define HAVE_SYS_TIME_H 1
  7233. | | #define HAVE_SIG_ATOMIC_T 1
  7234. | | #define COB_KEYWORD_INLINE __inline
  7235. | | #define HAVE_VPRINTF 1
  7236. | | #define HAVE_MEMMOVE 1
  7237. | | #define HAVE_MEMSET 1
  7238. | | #define HAVE_SETLOCALE 1
  7239. | | #define HAVE_STRERROR 1
  7240. | | #define HAVE_STRCASECMP 1
  7241. | | #define HAVE_STRCHR 1
  7242. | | #define HAVE_STRRCHR 1
  7243. | | #define HAVE_STRDUP 1
  7244. | | #define HAVE_STRSTR 1
  7245. | | #define HAVE_STRTOL 1
  7246. | | #define HAVE_GETTIMEOFDAY 1
  7247. | | #define HAVE_LOCALECONV 1
  7248. | | #define HAVE_STRCOLL 1
  7249. | | #define HAVE_STRXFRM 1
  7250. | | #define HAVE_SETENV 1
  7251. | | #define HAVE_RAISE 1
  7252. | | #define HAVE_TIMEZONE 1
  7253. | | #define HAVE_DESIGNATED_INITS 1
  7254. | | #define WITH_VARSEQ 0
  7255. | | #define HAVE_GMP_H 1
  7256. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  7257. | | #define HAVE_NANO_SLEEP 1
  7258. | | #define HAVE_ICONV 1
  7259. | | #define ENABLE_NLS 1
  7260. | | #define HAVE_GETTEXT 1
  7261. | | #define HAVE_DCGETTEXT 1
  7262. | | /* end confdefs.h. */
  7263. | | #include <langinfo.h>
  7264. | | int
  7265. | | main ()
  7266. | | {
  7267. | | char* cs = nl_langinfo(CODESET); return !cs;
  7268. | | ;
  7269. | | return 0;
  7270. | | }
  7271. | configure:16412: result: no
  7272. | configure:16422: Checks for curses ...
  7273. | configure:16426: checking for initscr in -lncursesw
  7274. | configure:16451: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lncursesw >&5
  7275. | c:/gc20-build/mingw/bin/../lib/gcc/mingw32/5.3.0/../../../../mingw32/bin/ld.exe: cannot find -lncursesw
  7276. | collect2.exe: error: ld returned 1 exit status
  7277. | configure:16451: $? = 1
  7278. | configure: failed program was:
  7279. | | /* confdefs.h */
  7280. | | #define PACKAGE_NAME "GnuCOBOL"
  7281. | | #define PACKAGE_TARNAME "gnu-cobol"
  7282. | | #define PACKAGE_VERSION "2.0"
  7283. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  7284. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  7285. | | #define PACKAGE_URL "http://www.opencobol.org"
  7286. | | #define PACKAGE "gnu-cobol"
  7287. | | #define VERSION "2.0"
  7288. | | #define PATCH_LEVEL 0
  7289. | | #define MAX_CALL_FIELD_PARAMS 192
  7290. | | #define STDC_HEADERS 1
  7291. | | #define HAVE_SYS_TYPES_H 1
  7292. | | #define HAVE_SYS_STAT_H 1
  7293. | | #define HAVE_STDLIB_H 1
  7294. | | #define HAVE_STRING_H 1
  7295. | | #define HAVE_MEMORY_H 1
  7296. | | #define HAVE_STRINGS_H 1
  7297. | | #define HAVE_INTTYPES_H 1
  7298. | | #define HAVE_STDINT_H 1
  7299. | | #define HAVE_UNISTD_H 1
  7300. | | #define __EXTENSIONS__ 1
  7301. | | #define _ALL_SOURCE 1
  7302. | | #define _GNU_SOURCE 1
  7303. | | #define _POSIX_PTHREAD_SEMANTICS 1
  7304. | | #define _TANDEM_SOURCE 1
  7305. | | #define HAVE_DLFCN_H 1
  7306. | | #define LT_OBJDIR ".libs/"
  7307. | | #define STDC_HEADERS 1
  7308. | | #define HAVE_STDINT_H 1
  7309. | | #define HAVE_SYS_TYPES_H 1
  7310. | | #define HAVE_SIGNAL_H 1
  7311. | | #define HAVE_FCNTL_H 1
  7312. | | #define HAVE_MALLOC_H 1
  7313. | | #define HAVE_LOCALE_H 1
  7314. | | #define HAVE_STDDEF_H 1
  7315. | | #define HAVE_WCHAR_H 1
  7316. | | #define HAVE_DLFCN_H 1
  7317. | | #define HAVE_SYS_TIME_H 1
  7318. | | #define HAVE_SIG_ATOMIC_T 1
  7319. | | #define COB_KEYWORD_INLINE __inline
  7320. | | #define HAVE_VPRINTF 1
  7321. | | #define HAVE_MEMMOVE 1
  7322. | | #define HAVE_MEMSET 1
  7323. | | #define HAVE_SETLOCALE 1
  7324. | | #define HAVE_STRERROR 1
  7325. | | #define HAVE_STRCASECMP 1
  7326. | | #define HAVE_STRCHR 1
  7327. | | #define HAVE_STRRCHR 1
  7328. | | #define HAVE_STRDUP 1
  7329. | | #define HAVE_STRSTR 1
  7330. | | #define HAVE_STRTOL 1
  7331. | | #define HAVE_GETTIMEOFDAY 1
  7332. | | #define HAVE_LOCALECONV 1
  7333. | | #define HAVE_STRCOLL 1
  7334. | | #define HAVE_STRXFRM 1
  7335. | | #define HAVE_SETENV 1
  7336. | | #define HAVE_RAISE 1
  7337. | | #define HAVE_TIMEZONE 1
  7338. | | #define HAVE_DESIGNATED_INITS 1
  7339. | | #define WITH_VARSEQ 0
  7340. | | #define HAVE_GMP_H 1
  7341. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  7342. | | #define HAVE_NANO_SLEEP 1
  7343. | | #define HAVE_ICONV 1
  7344. | | #define ENABLE_NLS 1
  7345. | | #define HAVE_GETTEXT 1
  7346. | | #define HAVE_DCGETTEXT 1
  7347. | | /* end confdefs.h. */
  7348. | |
  7349. | | /* Override any GCC internal prototype to avoid an error.
  7350. | | Use char because int might match the return type of a GCC
  7351. | | builtin and then its argument prototype would still apply. */
  7352. | | #ifdef __cplusplus
  7353. | | extern "C"
  7354. | | #endif
  7355. | | char initscr ();
  7356. | | int
  7357. | | main ()
  7358. | | {
  7359. | | return initscr ();
  7360. | | ;
  7361. | | return 0;
  7362. | | }
  7363. | configure:16460: result: no
  7364. | configure:16512: checking for initscr in -lncurses
  7365. | configure:16537: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lncurses >&5
  7366. | c:/gc20-build/mingw/bin/../lib/gcc/mingw32/5.3.0/../../../../mingw32/bin/ld.exe: cannot find -lncurses
  7367. | collect2.exe: error: ld returned 1 exit status
  7368. | configure:16537: $? = 1
  7369. | configure: failed program was:
  7370. | | /* confdefs.h */
  7371. | | #define PACKAGE_NAME "GnuCOBOL"
  7372. | | #define PACKAGE_TARNAME "gnu-cobol"
  7373. | | #define PACKAGE_VERSION "2.0"
  7374. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  7375. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  7376. | | #define PACKAGE_URL "http://www.opencobol.org"
  7377. | | #define PACKAGE "gnu-cobol"
  7378. | | #define VERSION "2.0"
  7379. | | #define PATCH_LEVEL 0
  7380. | | #define MAX_CALL_FIELD_PARAMS 192
  7381. | | #define STDC_HEADERS 1
  7382. | | #define HAVE_SYS_TYPES_H 1
  7383. | | #define HAVE_SYS_STAT_H 1
  7384. | | #define HAVE_STDLIB_H 1
  7385. | | #define HAVE_STRING_H 1
  7386. | | #define HAVE_MEMORY_H 1
  7387. | | #define HAVE_STRINGS_H 1
  7388. | | #define HAVE_INTTYPES_H 1
  7389. | | #define HAVE_STDINT_H 1
  7390. | | #define HAVE_UNISTD_H 1
  7391. | | #define __EXTENSIONS__ 1
  7392. | | #define _ALL_SOURCE 1
  7393. | | #define _GNU_SOURCE 1
  7394. | | #define _POSIX_PTHREAD_SEMANTICS 1
  7395. | | #define _TANDEM_SOURCE 1
  7396. | | #define HAVE_DLFCN_H 1
  7397. | | #define LT_OBJDIR ".libs/"
  7398. | | #define STDC_HEADERS 1
  7399. | | #define HAVE_STDINT_H 1
  7400. | | #define HAVE_SYS_TYPES_H 1
  7401. | | #define HAVE_SIGNAL_H 1
  7402. | | #define HAVE_FCNTL_H 1
  7403. | | #define HAVE_MALLOC_H 1
  7404. | | #define HAVE_LOCALE_H 1
  7405. | | #define HAVE_STDDEF_H 1
  7406. | | #define HAVE_WCHAR_H 1
  7407. | | #define HAVE_DLFCN_H 1
  7408. | | #define HAVE_SYS_TIME_H 1
  7409. | | #define HAVE_SIG_ATOMIC_T 1
  7410. | | #define COB_KEYWORD_INLINE __inline
  7411. | | #define HAVE_VPRINTF 1
  7412. | | #define HAVE_MEMMOVE 1
  7413. | | #define HAVE_MEMSET 1
  7414. | | #define HAVE_SETLOCALE 1
  7415. | | #define HAVE_STRERROR 1
  7416. | | #define HAVE_STRCASECMP 1
  7417. | | #define HAVE_STRCHR 1
  7418. | | #define HAVE_STRRCHR 1
  7419. | | #define HAVE_STRDUP 1
  7420. | | #define HAVE_STRSTR 1
  7421. | | #define HAVE_STRTOL 1
  7422. | | #define HAVE_GETTIMEOFDAY 1
  7423. | | #define HAVE_LOCALECONV 1
  7424. | | #define HAVE_STRCOLL 1
  7425. | | #define HAVE_STRXFRM 1
  7426. | | #define HAVE_SETENV 1
  7427. | | #define HAVE_RAISE 1
  7428. | | #define HAVE_TIMEZONE 1
  7429. | | #define HAVE_DESIGNATED_INITS 1
  7430. | | #define WITH_VARSEQ 0
  7431. | | #define HAVE_GMP_H 1
  7432. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  7433. | | #define HAVE_NANO_SLEEP 1
  7434. | | #define HAVE_ICONV 1
  7435. | | #define ENABLE_NLS 1
  7436. | | #define HAVE_GETTEXT 1
  7437. | | #define HAVE_DCGETTEXT 1
  7438. | | /* end confdefs.h. */
  7439. | |
  7440. | | /* Override any GCC internal prototype to avoid an error.
  7441. | | Use char because int might match the return type of a GCC
  7442. | | builtin and then its argument prototype would still apply. */
  7443. | | #ifdef __cplusplus
  7444. | | extern "C"
  7445. | | #endif
  7446. | | char initscr ();
  7447. | | int
  7448. | | main ()
  7449. | | {
  7450. | | return initscr ();
  7451. | | ;
  7452. | | return 0;
  7453. | | }
  7454. | configure:16546: result: no
  7455. | configure:16612: checking for initscr in -lpdcurses
  7456. | configure:16637: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lpdcurses >&5
  7457. | configure:16637: $? = 0
  7458. | configure:16646: result: yes
  7459. | configure:16660: checking pdcurses.h usability
  7460. | configure:16660: gcc -c -g -O2 -I/mingw/include conftest.c >&5
  7461. | configure:16660: $? = 0
  7462. | configure:16660: result: yes
  7463. | configure:16660: checking pdcurses.h presence
  7464. | configure:16660: gcc -E -I/mingw/include conftest.c
  7465. | configure:16660: $? = 0
  7466. | configure:16660: result: yes
  7467. | configure:16660: checking for pdcurses.h
  7468. | configure:16660: result: yes
  7469. | configure:16857: checking for curses color_set function
  7470. | configure:16884: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lpdcurses >&5
  7471. | configure:16884: $? = 0
  7472. | configure:16886: result: yes
  7473. | configure:16898: Checks for Berkeley DB ...
  7474. | configure:16903: checking db.h usability
  7475. | configure:16903: gcc -c -g -O2 -I/mingw/include conftest.c >&5
  7476. | configure:16903: $? = 0
  7477. | configure:16903: result: yes
  7478. | configure:16903: checking db.h presence
  7479. | configure:16903: gcc -E -I/mingw/include conftest.c
  7480. | configure:16903: $? = 0
  7481. | configure:16903: result: yes
  7482. | configure:16903: checking for db.h
  7483. | configure:16903: result: yes
  7484. | configure:16938: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lpdcurses >&5
  7485. | configure:16938: $? = 0
  7486. | configure:16938: ./conftest.exe
  7487. | configure:16938: $? = 0
  7488. | configure:16950: checking for Berkeley DB db.h version >= 4.1
  7489. | configure:16954: result: yes (6.2)
  7490. | configure:16969: checking for Berkeley DB library with version 6.2
  7491. | configure:16998: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lpdcurses -ldb >&5
  7492. | c:/gc20-build/mingw/bin/../lib/gcc/mingw32/5.3.0/../../../libdb.a(os_pid.o):os_pid.c:(.text+0x25): undefined reference to `pthread_self'
  7493. | collect2.exe: error: ld returned 1 exit status
  7494. | configure:16998: $? = 1
  7495. | configure: program exited with status 1
  7496. | configure: failed program was:
  7497. | | /* confdefs.h */
  7498. | | #define PACKAGE_NAME "GnuCOBOL"
  7499. | | #define PACKAGE_TARNAME "gnu-cobol"
  7500. | | #define PACKAGE_VERSION "2.0"
  7501. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  7502. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  7503. | | #define PACKAGE_URL "http://www.opencobol.org"
  7504. | | #define PACKAGE "gnu-cobol"
  7505. | | #define VERSION "2.0"
  7506. | | #define PATCH_LEVEL 0
  7507. | | #define MAX_CALL_FIELD_PARAMS 192
  7508. | | #define STDC_HEADERS 1
  7509. | | #define HAVE_SYS_TYPES_H 1
  7510. | | #define HAVE_SYS_STAT_H 1
  7511. | | #define HAVE_STDLIB_H 1
  7512. | | #define HAVE_STRING_H 1
  7513. | | #define HAVE_MEMORY_H 1
  7514. | | #define HAVE_STRINGS_H 1
  7515. | | #define HAVE_INTTYPES_H 1
  7516. | | #define HAVE_STDINT_H 1
  7517. | | #define HAVE_UNISTD_H 1
  7518. | | #define __EXTENSIONS__ 1
  7519. | | #define _ALL_SOURCE 1
  7520. | | #define _GNU_SOURCE 1
  7521. | | #define _POSIX_PTHREAD_SEMANTICS 1
  7522. | | #define _TANDEM_SOURCE 1
  7523. | | #define HAVE_DLFCN_H 1
  7524. | | #define LT_OBJDIR ".libs/"
  7525. | | #define STDC_HEADERS 1
  7526. | | #define HAVE_STDINT_H 1
  7527. | | #define HAVE_SYS_TYPES_H 1
  7528. | | #define HAVE_SIGNAL_H 1
  7529. | | #define HAVE_FCNTL_H 1
  7530. | | #define HAVE_MALLOC_H 1
  7531. | | #define HAVE_LOCALE_H 1
  7532. | | #define HAVE_STDDEF_H 1
  7533. | | #define HAVE_WCHAR_H 1
  7534. | | #define HAVE_DLFCN_H 1
  7535. | | #define HAVE_SYS_TIME_H 1
  7536. | | #define HAVE_SIG_ATOMIC_T 1
  7537. | | #define COB_KEYWORD_INLINE __inline
  7538. | | #define HAVE_VPRINTF 1
  7539. | | #define HAVE_MEMMOVE 1
  7540. | | #define HAVE_MEMSET 1
  7541. | | #define HAVE_SETLOCALE 1
  7542. | | #define HAVE_STRERROR 1
  7543. | | #define HAVE_STRCASECMP 1
  7544. | | #define HAVE_STRCHR 1
  7545. | | #define HAVE_STRRCHR 1
  7546. | | #define HAVE_STRDUP 1
  7547. | | #define HAVE_STRSTR 1
  7548. | | #define HAVE_STRTOL 1
  7549. | | #define HAVE_GETTIMEOFDAY 1
  7550. | | #define HAVE_LOCALECONV 1
  7551. | | #define HAVE_STRCOLL 1
  7552. | | #define HAVE_STRXFRM 1
  7553. | | #define HAVE_SETENV 1
  7554. | | #define HAVE_RAISE 1
  7555. | | #define HAVE_TIMEZONE 1
  7556. | | #define HAVE_DESIGNATED_INITS 1
  7557. | | #define WITH_VARSEQ 0
  7558. | | #define HAVE_GMP_H 1
  7559. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  7560. | | #define HAVE_NANO_SLEEP 1
  7561. | | #define HAVE_ICONV 1
  7562. | | #define ENABLE_NLS 1
  7563. | | #define HAVE_GETTEXT 1
  7564. | | #define HAVE_DCGETTEXT 1
  7565. | | #define HAVE_LIBPDCURSES 1
  7566. | | #define HAVE_PDCURSES_H 1
  7567. | | #define WITH_CURSES "pdcurses"
  7568. | | #define HAVE_COLOR_SET 1
  7569. | | #define HAVE_DB_H 1
  7570. | | /* end confdefs.h. */
  7571. | | #include <stdio.h>
  7572. | | #include <db.h>
  7573. | | int
  7574. | | main ()
  7575. | | {
  7576. | |
  7577. | | int major, minor, patch;
  7578. | | db_version (&major, &minor, &patch);
  7579. | | if (major == DB_VERSION_MAJOR && minor == DB_VERSION_MINOR) {
  7580. | | return 0;
  7581. | | }
  7582. | | return 1;
  7583. | | ;
  7584. | | return 0;
  7585. | | }
  7586. | configure:16998: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lpdcurses -ldb-6.2 >&5
  7587. | configure:16998: $? = 0
  7588. | configure:16998: ./conftest.exe
  7589. | configure:16998: $? = 0
  7590. | configure:17012: result: yes
  7591. | configure:17014: BDB library version 6.2 found as -ldb-6.2
  7592. | configure:17051: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lpdcurses >&5
  7593. | configure:17051: $? = 0
  7594. | configure:17051: ./conftest.exe
  7595. | configure:17051: $? = 0
  7596. | configure:17383: checking for working strftime
  7597. | configure:17415: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lpdcurses >&5
  7598. | configure:17415: $? = 0
  7599. | configure:17415: ./conftest.exe
  7600. | configure:17415: $? = 1
  7601. | configure: program exited with status 1
  7602. | configure: failed program was:
  7603. | | /* confdefs.h */
  7604. | | #define PACKAGE_NAME "GnuCOBOL"
  7605. | | #define PACKAGE_TARNAME "gnu-cobol"
  7606. | | #define PACKAGE_VERSION "2.0"
  7607. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  7608. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  7609. | | #define PACKAGE_URL "http://www.opencobol.org"
  7610. | | #define PACKAGE "gnu-cobol"
  7611. | | #define VERSION "2.0"
  7612. | | #define PATCH_LEVEL 0
  7613. | | #define MAX_CALL_FIELD_PARAMS 192
  7614. | | #define STDC_HEADERS 1
  7615. | | #define HAVE_SYS_TYPES_H 1
  7616. | | #define HAVE_SYS_STAT_H 1
  7617. | | #define HAVE_STDLIB_H 1
  7618. | | #define HAVE_STRING_H 1
  7619. | | #define HAVE_MEMORY_H 1
  7620. | | #define HAVE_STRINGS_H 1
  7621. | | #define HAVE_INTTYPES_H 1
  7622. | | #define HAVE_STDINT_H 1
  7623. | | #define HAVE_UNISTD_H 1
  7624. | | #define __EXTENSIONS__ 1
  7625. | | #define _ALL_SOURCE 1
  7626. | | #define _GNU_SOURCE 1
  7627. | | #define _POSIX_PTHREAD_SEMANTICS 1
  7628. | | #define _TANDEM_SOURCE 1
  7629. | | #define HAVE_DLFCN_H 1
  7630. | | #define LT_OBJDIR ".libs/"
  7631. | | #define STDC_HEADERS 1
  7632. | | #define HAVE_STDINT_H 1
  7633. | | #define HAVE_SYS_TYPES_H 1
  7634. | | #define HAVE_SIGNAL_H 1
  7635. | | #define HAVE_FCNTL_H 1
  7636. | | #define HAVE_MALLOC_H 1
  7637. | | #define HAVE_LOCALE_H 1
  7638. | | #define HAVE_STDDEF_H 1
  7639. | | #define HAVE_WCHAR_H 1
  7640. | | #define HAVE_DLFCN_H 1
  7641. | | #define HAVE_SYS_TIME_H 1
  7642. | | #define HAVE_SIG_ATOMIC_T 1
  7643. | | #define COB_KEYWORD_INLINE __inline
  7644. | | #define HAVE_VPRINTF 1
  7645. | | #define HAVE_MEMMOVE 1
  7646. | | #define HAVE_MEMSET 1
  7647. | | #define HAVE_SETLOCALE 1
  7648. | | #define HAVE_STRERROR 1
  7649. | | #define HAVE_STRCASECMP 1
  7650. | | #define HAVE_STRCHR 1
  7651. | | #define HAVE_STRRCHR 1
  7652. | | #define HAVE_STRDUP 1
  7653. | | #define HAVE_STRSTR 1
  7654. | | #define HAVE_STRTOL 1
  7655. | | #define HAVE_GETTIMEOFDAY 1
  7656. | | #define HAVE_LOCALECONV 1
  7657. | | #define HAVE_STRCOLL 1
  7658. | | #define HAVE_STRXFRM 1
  7659. | | #define HAVE_SETENV 1
  7660. | | #define HAVE_RAISE 1
  7661. | | #define HAVE_TIMEZONE 1
  7662. | | #define HAVE_DESIGNATED_INITS 1
  7663. | | #define WITH_VARSEQ 0
  7664. | | #define HAVE_GMP_H 1
  7665. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  7666. | | #define HAVE_NANO_SLEEP 1
  7667. | | #define HAVE_ICONV 1
  7668. | | #define ENABLE_NLS 1
  7669. | | #define HAVE_GETTEXT 1
  7670. | | #define HAVE_DCGETTEXT 1
  7671. | | #define HAVE_LIBPDCURSES 1
  7672. | | #define HAVE_PDCURSES_H 1
  7673. | | #define WITH_CURSES "pdcurses"
  7674. | | #define HAVE_COLOR_SET 1
  7675. | | #define HAVE_DB_H 1
  7676. | | #define WITH_DB 1
  7677. | | /* end confdefs.h. */
  7678. | | #include <stdio.h>
  7679. | | #include <time.h>
  7680. | | int
  7681. | | main ()
  7682. | | {
  7683. | |
  7684. | | time_t ticks;
  7685. | | int ret;
  7686. | | char buff[16];
  7687. | | ticks = time(NULL);
  7688. | | ret = strftime(buff, 15, "%z", localtime(&ticks));
  7689. | | if (ret != 5) {
  7690. | | return 1;
  7691. | | }
  7692. | | if (buff[0] != '+' && buff[0] != '-') {
  7693. | | return 1;
  7694. | | }
  7695. | | return 0;
  7696. | | ;
  7697. | | return 0;
  7698. | | }
  7699. | configure:17420: result: no
  7700. | configure:17429: checking if size of long int = size of long long
  7701. | configure:17452: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lpdcurses >&5
  7702. | configure:17452: $? = 0
  7703. | configure:17452: ./conftest.exe
  7704. | configure:17452: $? = 1
  7705. | configure: program exited with status 1
  7706. | configure: failed program was:
  7707. | | /* confdefs.h */
  7708. | | #define PACKAGE_NAME "GnuCOBOL"
  7709. | | #define PACKAGE_TARNAME "gnu-cobol"
  7710. | | #define PACKAGE_VERSION "2.0"
  7711. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  7712. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  7713. | | #define PACKAGE_URL "http://www.opencobol.org"
  7714. | | #define PACKAGE "gnu-cobol"
  7715. | | #define VERSION "2.0"
  7716. | | #define PATCH_LEVEL 0
  7717. | | #define MAX_CALL_FIELD_PARAMS 192
  7718. | | #define STDC_HEADERS 1
  7719. | | #define HAVE_SYS_TYPES_H 1
  7720. | | #define HAVE_SYS_STAT_H 1
  7721. | | #define HAVE_STDLIB_H 1
  7722. | | #define HAVE_STRING_H 1
  7723. | | #define HAVE_MEMORY_H 1
  7724. | | #define HAVE_STRINGS_H 1
  7725. | | #define HAVE_INTTYPES_H 1
  7726. | | #define HAVE_STDINT_H 1
  7727. | | #define HAVE_UNISTD_H 1
  7728. | | #define __EXTENSIONS__ 1
  7729. | | #define _ALL_SOURCE 1
  7730. | | #define _GNU_SOURCE 1
  7731. | | #define _POSIX_PTHREAD_SEMANTICS 1
  7732. | | #define _TANDEM_SOURCE 1
  7733. | | #define HAVE_DLFCN_H 1
  7734. | | #define LT_OBJDIR ".libs/"
  7735. | | #define STDC_HEADERS 1
  7736. | | #define HAVE_STDINT_H 1
  7737. | | #define HAVE_SYS_TYPES_H 1
  7738. | | #define HAVE_SIGNAL_H 1
  7739. | | #define HAVE_FCNTL_H 1
  7740. | | #define HAVE_MALLOC_H 1
  7741. | | #define HAVE_LOCALE_H 1
  7742. | | #define HAVE_STDDEF_H 1
  7743. | | #define HAVE_WCHAR_H 1
  7744. | | #define HAVE_DLFCN_H 1
  7745. | | #define HAVE_SYS_TIME_H 1
  7746. | | #define HAVE_SIG_ATOMIC_T 1
  7747. | | #define COB_KEYWORD_INLINE __inline
  7748. | | #define HAVE_VPRINTF 1
  7749. | | #define HAVE_MEMMOVE 1
  7750. | | #define HAVE_MEMSET 1
  7751. | | #define HAVE_SETLOCALE 1
  7752. | | #define HAVE_STRERROR 1
  7753. | | #define HAVE_STRCASECMP 1
  7754. | | #define HAVE_STRCHR 1
  7755. | | #define HAVE_STRRCHR 1
  7756. | | #define HAVE_STRDUP 1
  7757. | | #define HAVE_STRSTR 1
  7758. | | #define HAVE_STRTOL 1
  7759. | | #define HAVE_GETTIMEOFDAY 1
  7760. | | #define HAVE_LOCALECONV 1
  7761. | | #define HAVE_STRCOLL 1
  7762. | | #define HAVE_STRXFRM 1
  7763. | | #define HAVE_SETENV 1
  7764. | | #define HAVE_RAISE 1
  7765. | | #define HAVE_TIMEZONE 1
  7766. | | #define HAVE_DESIGNATED_INITS 1
  7767. | | #define WITH_VARSEQ 0
  7768. | | #define HAVE_GMP_H 1
  7769. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  7770. | | #define HAVE_NANO_SLEEP 1
  7771. | | #define HAVE_ICONV 1
  7772. | | #define ENABLE_NLS 1
  7773. | | #define HAVE_GETTEXT 1
  7774. | | #define HAVE_DCGETTEXT 1
  7775. | | #define HAVE_LIBPDCURSES 1
  7776. | | #define HAVE_PDCURSES_H 1
  7777. | | #define WITH_CURSES "pdcurses"
  7778. | | #define HAVE_COLOR_SET 1
  7779. | | #define HAVE_DB_H 1
  7780. | | #define WITH_DB 1
  7781. | | /* end confdefs.h. */
  7782. | |
  7783. | | int
  7784. | | main ()
  7785. | | {
  7786. | |
  7787. | | if (sizeof(long int) == sizeof(long long))
  7788. | | return 0;
  7789. | | return 1;
  7790. | |
  7791. | | ;
  7792. | | return 0;
  7793. | | }
  7794. | configure:17457: result: no
  7795. | configure:17465: checking if long is 32 bits
  7796. | configure:17488: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lpdcurses >&5
  7797. | configure:17488: $? = 0
  7798. | configure:17488: ./conftest.exe
  7799. | configure:17488: $? = 0
  7800. | configure:17490: result: yes
  7801. | configure:17502: checking if pointer is longer than 32 bits
  7802. | configure:17525: gcc -o conftest.exe -g -O2 -I/mingw/include conftest.c -lpdcurses >&5
  7803. | configure:17525: $? = 0
  7804. | configure:17525: ./conftest.exe
  7805. | configure:17525: $? = 1
  7806. | configure: program exited with status 1
  7807. | configure: failed program was:
  7808. | | /* confdefs.h */
  7809. | | #define PACKAGE_NAME "GnuCOBOL"
  7810. | | #define PACKAGE_TARNAME "gnu-cobol"
  7811. | | #define PACKAGE_VERSION "2.0"
  7812. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  7813. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  7814. | | #define PACKAGE_URL "http://www.opencobol.org"
  7815. | | #define PACKAGE "gnu-cobol"
  7816. | | #define VERSION "2.0"
  7817. | | #define PATCH_LEVEL 0
  7818. | | #define MAX_CALL_FIELD_PARAMS 192
  7819. | | #define STDC_HEADERS 1
  7820. | | #define HAVE_SYS_TYPES_H 1
  7821. | | #define HAVE_SYS_STAT_H 1
  7822. | | #define HAVE_STDLIB_H 1
  7823. | | #define HAVE_STRING_H 1
  7824. | | #define HAVE_MEMORY_H 1
  7825. | | #define HAVE_STRINGS_H 1
  7826. | | #define HAVE_INTTYPES_H 1
  7827. | | #define HAVE_STDINT_H 1
  7828. | | #define HAVE_UNISTD_H 1
  7829. | | #define __EXTENSIONS__ 1
  7830. | | #define _ALL_SOURCE 1
  7831. | | #define _GNU_SOURCE 1
  7832. | | #define _POSIX_PTHREAD_SEMANTICS 1
  7833. | | #define _TANDEM_SOURCE 1
  7834. | | #define HAVE_DLFCN_H 1
  7835. | | #define LT_OBJDIR ".libs/"
  7836. | | #define STDC_HEADERS 1
  7837. | | #define HAVE_STDINT_H 1
  7838. | | #define HAVE_SYS_TYPES_H 1
  7839. | | #define HAVE_SIGNAL_H 1
  7840. | | #define HAVE_FCNTL_H 1
  7841. | | #define HAVE_MALLOC_H 1
  7842. | | #define HAVE_LOCALE_H 1
  7843. | | #define HAVE_STDDEF_H 1
  7844. | | #define HAVE_WCHAR_H 1
  7845. | | #define HAVE_DLFCN_H 1
  7846. | | #define HAVE_SYS_TIME_H 1
  7847. | | #define HAVE_SIG_ATOMIC_T 1
  7848. | | #define COB_KEYWORD_INLINE __inline
  7849. | | #define HAVE_VPRINTF 1
  7850. | | #define HAVE_MEMMOVE 1
  7851. | | #define HAVE_MEMSET 1
  7852. | | #define HAVE_SETLOCALE 1
  7853. | | #define HAVE_STRERROR 1
  7854. | | #define HAVE_STRCASECMP 1
  7855. | | #define HAVE_STRCHR 1
  7856. | | #define HAVE_STRRCHR 1
  7857. | | #define HAVE_STRDUP 1
  7858. | | #define HAVE_STRSTR 1
  7859. | | #define HAVE_STRTOL 1
  7860. | | #define HAVE_GETTIMEOFDAY 1
  7861. | | #define HAVE_LOCALECONV 1
  7862. | | #define HAVE_STRCOLL 1
  7863. | | #define HAVE_STRXFRM 1
  7864. | | #define HAVE_SETENV 1
  7865. | | #define HAVE_RAISE 1
  7866. | | #define HAVE_TIMEZONE 1
  7867. | | #define HAVE_DESIGNATED_INITS 1
  7868. | | #define WITH_VARSEQ 0
  7869. | | #define HAVE_GMP_H 1
  7870. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  7871. | | #define HAVE_NANO_SLEEP 1
  7872. | | #define HAVE_ICONV 1
  7873. | | #define ENABLE_NLS 1
  7874. | | #define HAVE_GETTEXT 1
  7875. | | #define HAVE_DCGETTEXT 1
  7876. | | #define HAVE_LIBPDCURSES 1
  7877. | | #define HAVE_PDCURSES_H 1
  7878. | | #define WITH_CURSES "pdcurses"
  7879. | | #define HAVE_COLOR_SET 1
  7880. | | #define HAVE_DB_H 1
  7881. | | #define WITH_DB 1
  7882. | | #define COB_32_BIT_LONG 1
  7883. | | /* end confdefs.h. */
  7884. | |
  7885. | | int
  7886. | | main ()
  7887. | | {
  7888. | |
  7889. | | if (sizeof (void *) > 4U)
  7890. | | return 0;
  7891. | | return 1;
  7892. | |
  7893. | | ;
  7894. | | return 0;
  7895. | | }
  7896. | configure:17530: result: no
  7897. | configure:17542: checking for gcc pointer sign option
  7898. | configure:17555: gcc -c -g -O2 -Wno-pointer-sign -I/mingw/include conftest.c >&5
  7899. | configure:17555: $? = 0
  7900. | configure:17557: result: yes
  7901. | configure:17592: checking for aligned attribute
  7902. | configure:17605: gcc -c -g -O2 -I/mingw/include conftest.c >&5
  7903. | configure:17605: $? = 0
  7904. | configure:17607: result: yes
  7905. | configure:17813: checking for ld bind now option
  7906. | configure:17826: gcc -o conftest.exe -O2 -pipe -I/mingw/include -Wl,-z,relro,-z,now,-O1 conftest.c >&5
  7907. | c:/gc20-build/mingw/bin/../lib/gcc/mingw32/5.3.0/../../../../mingw32/bin/ld.exe: unrecognized option '-z'
  7908. | c:/gc20-build/mingw/bin/../lib/gcc/mingw32/5.3.0/../../../../mingw32/bin/ld.exe: use the --help option for usage information
  7909. | collect2.exe: error: ld returned 1 exit status
  7910. | configure:17826: $? = 1
  7911. | configure: failed program was:
  7912. | | /* confdefs.h */
  7913. | | #define PACKAGE_NAME "GnuCOBOL"
  7914. | | #define PACKAGE_TARNAME "gnu-cobol"
  7915. | | #define PACKAGE_VERSION "2.0"
  7916. | | #define PACKAGE_STRING "GnuCOBOL 2.0"
  7917. | | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  7918. | | #define PACKAGE_URL "http://www.opencobol.org"
  7919. | | #define PACKAGE "gnu-cobol"
  7920. | | #define VERSION "2.0"
  7921. | | #define PATCH_LEVEL 0
  7922. | | #define MAX_CALL_FIELD_PARAMS 192
  7923. | | #define STDC_HEADERS 1
  7924. | | #define HAVE_SYS_TYPES_H 1
  7925. | | #define HAVE_SYS_STAT_H 1
  7926. | | #define HAVE_STDLIB_H 1
  7927. | | #define HAVE_STRING_H 1
  7928. | | #define HAVE_MEMORY_H 1
  7929. | | #define HAVE_STRINGS_H 1
  7930. | | #define HAVE_INTTYPES_H 1
  7931. | | #define HAVE_STDINT_H 1
  7932. | | #define HAVE_UNISTD_H 1
  7933. | | #define __EXTENSIONS__ 1
  7934. | | #define _ALL_SOURCE 1
  7935. | | #define _GNU_SOURCE 1
  7936. | | #define _POSIX_PTHREAD_SEMANTICS 1
  7937. | | #define _TANDEM_SOURCE 1
  7938. | | #define HAVE_DLFCN_H 1
  7939. | | #define LT_OBJDIR ".libs/"
  7940. | | #define STDC_HEADERS 1
  7941. | | #define HAVE_STDINT_H 1
  7942. | | #define HAVE_SYS_TYPES_H 1
  7943. | | #define HAVE_SIGNAL_H 1
  7944. | | #define HAVE_FCNTL_H 1
  7945. | | #define HAVE_MALLOC_H 1
  7946. | | #define HAVE_LOCALE_H 1
  7947. | | #define HAVE_STDDEF_H 1
  7948. | | #define HAVE_WCHAR_H 1
  7949. | | #define HAVE_DLFCN_H 1
  7950. | | #define HAVE_SYS_TIME_H 1
  7951. | | #define HAVE_SIG_ATOMIC_T 1
  7952. | | #define COB_KEYWORD_INLINE __inline
  7953. | | #define HAVE_VPRINTF 1
  7954. | | #define HAVE_MEMMOVE 1
  7955. | | #define HAVE_MEMSET 1
  7956. | | #define HAVE_SETLOCALE 1
  7957. | | #define HAVE_STRERROR 1
  7958. | | #define HAVE_STRCASECMP 1
  7959. | | #define HAVE_STRCHR 1
  7960. | | #define HAVE_STRRCHR 1
  7961. | | #define HAVE_STRDUP 1
  7962. | | #define HAVE_STRSTR 1
  7963. | | #define HAVE_STRTOL 1
  7964. | | #define HAVE_GETTIMEOFDAY 1
  7965. | | #define HAVE_LOCALECONV 1
  7966. | | #define HAVE_STRCOLL 1
  7967. | | #define HAVE_STRXFRM 1
  7968. | | #define HAVE_SETENV 1
  7969. | | #define HAVE_RAISE 1
  7970. | | #define HAVE_TIMEZONE 1
  7971. | | #define HAVE_DESIGNATED_INITS 1
  7972. | | #define WITH_VARSEQ 0
  7973. | | #define HAVE_GMP_H 1
  7974. | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  7975. | | #define HAVE_NANO_SLEEP 1
  7976. | | #define HAVE_ICONV 1
  7977. | | #define ENABLE_NLS 1
  7978. | | #define HAVE_GETTEXT 1
  7979. | | #define HAVE_DCGETTEXT 1
  7980. | | #define HAVE_LIBPDCURSES 1
  7981. | | #define HAVE_PDCURSES_H 1
  7982. | | #define WITH_CURSES "pdcurses"
  7983. | | #define HAVE_COLOR_SET 1
  7984. | | #define HAVE_DB_H 1
  7985. | | #define WITH_DB 1
  7986. | | #define COB_32_BIT_LONG 1
  7987. | | #define HAVE_PSIGN_OPT 1
  7988. | | #define HAVE_ATTRIBUTE_ALIGNED 1
  7989. | | /* end confdefs.h. */
  7990. | |
  7991. | | int
  7992. | | main ()
  7993. | | {
  7994. | | int testint;
  7995. | | ;
  7996. | | return 0;
  7997. | | }
  7998. | configure:17831: result: no
  7999. | configure:18057: checking that generated files are newer than configure
  8000. | configure:18063: result: done
  8001. | configure:18095: creating ./config.status
  8002. |
  8003. | ## ---------------------- ##
  8004. | ## Running config.status. ##
  8005. | ## ---------------------- ##
  8006. |
  8007. | This file was extended by GnuCOBOL config.status 2.0, which was
  8008. | generated by GNU Autoconf 2.69. Invocation command line was
  8009. |
  8010. | CONFIG_FILES =
  8011. | CONFIG_HEADERS =
  8012. | CONFIG_LINKS =
  8013. | CONFIG_COMMANDS =
  8014. | $ ./config.status
  8015. |
  8016. | on DESKTOP-DB1BVSF
  8017. |
  8018. | config.status:1231: creating bin/cob-config
  8019. | config.status:1231: creating Makefile
  8020. | config.status:1231: creating libcob/Makefile
  8021. | config.status:1231: creating lib/Makefile
  8022. | config.status:1231: creating cobc/Makefile
  8023. | config.status:1231: creating bin/Makefile
  8024. | config.status:1231: creating po/Makefile.in
  8025. | config.status:1231: creating doc/Makefile
  8026. | config.status:1231: creating config/Makefile
  8027. | config.status:1231: creating copy/Makefile
  8028. | config.status:1231: creating tests/atlocal
  8029. | config.status:1231: creating tests/Makefile
  8030. | config.status:1231: creating tests/cobol85/Makefile
  8031. | config.status:1231: creating extras/Makefile
  8032. | config.status:1231: creating config.h
  8033. | config.status:1412: config.h is unchanged
  8034. | config.status:1460: executing tests/atconfig commands
  8035. | config.status:1460: executing depfiles commands
  8036. | config.status:1460: executing libtool commands
  8037. | config.status:1460: executing po-directories commands
  8038. | config.status:1460: executing chmod1 commands
  8039. | config.status:1460: executing chmod2 commands
  8040. | config.status:1460: executing chmod3 commands
  8041. | configure:20411: GnuCOBOL Configuration:
  8042. | configure:20413: CC gcc
  8043. | configure:20415: CFLAGS -O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE
  8044. | configure:20417: COB_CFLAGS -I/mingw/include -I/mingw/include -pipe
  8045. | configure:20419: LDFLAGS
  8046. | configure:20421: COB_LDFLAGS
  8047. | configure:20424: COBC_LIBS -L/mingw/lib -lintl
  8048. | configure:20427: COB_LIBS -L${exec_prefix}/lib -lcob -lm -lgmp -L/mingw/lib -lintl -lpdcurses -ldb-6.2
  8049. | configure:20429: COB_CONFIG_DIR ${datarootdir}/gnu-cobol/config
  8050. | configure:20431: COB_COPY_DIR ${datarootdir}/gnu-cobol/copy
  8051. | configure:20433: COB_LIBRARY_PATH ${exec_prefix}/lib/gnu-cobol
  8052. | configure:20435: COB_MODULE_EXT dll
  8053. | configure:20437: COB_OBJECT_EXT o
  8054. | configure:20439: COB_SHARED_OPT -shared
  8055. | configure:20441: COB_PIC_FLAGS -DDLL_EXPORT -DPIC
  8056. | configure:20443: COB_EXPORT_DYN -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-auto-image-base
  8057. | configure:20446: COB_STRIP_CMD strip --strip-unneeded
  8058. | configure:20450: Dynamic loading: System
  8059. | configure:20456: Use gettext for international messages: yes
  8060. | configure:20458: Use fcntl for file locking: no
  8061. | configure:20470: Use ncurses/pdcurses/curses for screen I/O: pdcurses
  8062. | configure:20491: Use Berkeley DB for ISAM I/O: yes
  8063. |
  8064. | ## ---------------- ##
  8065. | ## Cache variables. ##
  8066. | ## ---------------- ##
  8067. |
  8068. | ac_cv_build=i686-pc-mingw32
  8069. | ac_cv_c_bigendian=no
  8070. | ac_cv_c_compiler_gnu=yes
  8071. | ac_cv_c_const=yes
  8072. | ac_cv_env_CC_set=
  8073. | ac_cv_env_CC_value=
  8074. | ac_cv_env_CFLAGS_set=
  8075. | ac_cv_env_CFLAGS_value=
  8076. | ac_cv_env_CPPFLAGS_set=
  8077. | ac_cv_env_CPPFLAGS_value=
  8078. | ac_cv_env_CPP_set=
  8079. | ac_cv_env_CPP_value=
  8080. | ac_cv_env_LDFLAGS_set=
  8081. | ac_cv_env_LDFLAGS_value=
  8082. | ac_cv_env_LIBS_set=
  8083. | ac_cv_env_LIBS_value=
  8084. | ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  8085. | ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  8086. | ac_cv_env_build_alias_set=
  8087. | ac_cv_env_build_alias_value=
  8088. | ac_cv_env_host_alias_set=
  8089. | ac_cv_env_host_alias_value=
  8090. | ac_cv_env_target_alias_set=
  8091. | ac_cv_env_target_alias_value=
  8092. | ac_cv_exeext=.exe
  8093. | ac_cv_func__doprnt=no
  8094. | ac_cv_func_canonicalize_file_name=no
  8095. | ac_cv_func_fcntl=no
  8096. | ac_cv_func_fdatasync=no
  8097. | ac_cv_func_getexecname=no
  8098. | ac_cv_func_gettimeofday=yes
  8099. | ac_cv_func_localeconv=yes
  8100. | ac_cv_func_memmove=yes
  8101. | ac_cv_func_memset=yes
  8102. | ac_cv_func_raise=yes
  8103. | ac_cv_func_readlink=no
  8104. | ac_cv_func_realpath=no
  8105. | ac_cv_func_setenv=yes
  8106. | ac_cv_func_setlocale=yes
  8107. | ac_cv_func_sigaction=no
  8108. | ac_cv_func_strcasecmp=yes
  8109. | ac_cv_func_strchr=yes
  8110. | ac_cv_func_strcoll=yes
  8111. | ac_cv_func_strdup=yes
  8112. | ac_cv_func_strerror=yes
  8113. | ac_cv_func_strrchr=yes
  8114. | ac_cv_func_strstr=yes
  8115. | ac_cv_func_strtol=yes
  8116. | ac_cv_func_strxfrm=yes
  8117. | ac_cv_func_vprintf=yes
  8118. | ac_cv_header_db_h=yes
  8119. | ac_cv_header_dlfcn_h=yes
  8120. | ac_cv_header_fcntl_h=yes
  8121. | ac_cv_header_gmp_h=yes
  8122. | ac_cv_header_inttypes_h=yes
  8123. | ac_cv_header_locale_h=yes
  8124. | ac_cv_header_malloc_h=yes
  8125. | ac_cv_header_memory_h=yes
  8126. | ac_cv_header_minix_config_h=no
  8127. | ac_cv_header_pdcurses_h=yes
  8128. | ac_cv_header_signal_h=yes
  8129. | ac_cv_header_stdc=yes
  8130. | ac_cv_header_stddef_h=yes
  8131. | ac_cv_header_stdint_h=yes
  8132. | ac_cv_header_stdlib_h=yes
  8133. | ac_cv_header_string_h=yes
  8134. | ac_cv_header_strings_h=yes
  8135. | ac_cv_header_sys_stat_h=yes
  8136. | ac_cv_header_sys_time_h=yes
  8137. | ac_cv_header_sys_types_h=yes
  8138. | ac_cv_header_unistd_h=yes
  8139. | ac_cv_header_wchar_h=yes
  8140. | ac_cv_host=i686-pc-mingw32
  8141. | ac_cv_lib_gmp___gmp_get_memory_functions=yes
  8142. | ac_cv_lib_gmp___gmpz_init=yes
  8143. | ac_cv_lib_ncurses_initscr=no
  8144. | ac_cv_lib_ncursesw_initscr=no
  8145. | ac_cv_lib_pdcurses_initscr=yes
  8146. | ac_cv_objext=o
  8147. | ac_cv_path_EGREP='/bin/grep -E'
  8148. | ac_cv_path_FGREP='/bin/grep -F'
  8149. | ac_cv_path_GMSGFMT=/mingw/bin/msgfmt
  8150. | ac_cv_path_GREP=/bin/grep
  8151. | ac_cv_path_MSGFMT=/mingw/bin/msgfmt
  8152. | ac_cv_path_MSGMERGE=/mingw/bin/msgmerge
  8153. | ac_cv_path_SED=/bin/sed
  8154. | ac_cv_path_XGETTEXT=/mingw/bin/xgettext
  8155. | ac_cv_path_install='/bin/install -c'
  8156. | ac_cv_path_mkdir=/bin/mkdir
  8157. | ac_cv_prog_AWK=gawk
  8158. | ac_cv_prog_CPP='gcc -E'
  8159. | ac_cv_prog_ac_ct_AR=ar
  8160. | ac_cv_prog_ac_ct_AS=as
  8161. | ac_cv_prog_ac_ct_CC=gcc
  8162. | ac_cv_prog_ac_ct_DLLTOOL=dlltool
  8163. | ac_cv_prog_ac_ct_OBJDUMP=objdump
  8164. | ac_cv_prog_ac_ct_RANLIB=ranlib
  8165. | ac_cv_prog_ac_ct_STRIP=strip
  8166. | ac_cv_prog_cc_c89=
  8167. | ac_cv_prog_cc_c99=
  8168. | ac_cv_prog_cc_g=yes
  8169. | ac_cv_prog_cc_stdc=
  8170. | ac_cv_prog_make_make_set=yes
  8171. | ac_cv_safe_to_define___extensions__=yes
  8172. | ac_cv_struct_tm=time.h
  8173. | ac_cv_type_sig_atomic_t=yes
  8174. | ac_cv_type_size_t=yes
  8175. | acl_cv_hardcode_direct=no
  8176. | acl_cv_hardcode_libdir_flag_spec='-L$libdir'
  8177. | acl_cv_hardcode_libdir_separator=
  8178. | acl_cv_hardcode_minus_L=no
  8179. | acl_cv_libext=a
  8180. | acl_cv_libname_spec='lib$name'
  8181. | acl_cv_library_names_spec='$libname.dll.a $libname.lib'
  8182. | acl_cv_path_LD=c:/gc20-build/mingw/mingw32/bin/ld.exe
  8183. | acl_cv_prog_gnu_ld=yes
  8184. | acl_cv_rpath=done
  8185. | acl_cv_shlibext=dll
  8186. | acl_cv_wl=-Wl,
  8187. | am_cv_CC_dependencies_compiler_type=gcc3
  8188. | am_cv_func_iconv=yes
  8189. | am_cv_func_iconv_works=yes
  8190. | am_cv_langinfo_codeset=no
  8191. | am_cv_lib_iconv=yes
  8192. | am_cv_make_support_nested_variables=yes
  8193. | am_cv_prog_cc_c_o=yes
  8194. | gt_cv_func_CFLocaleCopyCurrent=no
  8195. | gt_cv_func_CFPreferencesCopyAppValue=no
  8196. | gt_cv_func_gnugettext1_libc=no
  8197. | gt_cv_func_gnugettext1_libintl=yes
  8198. | lt_cv_ar_at_file=@
  8199. | lt_cv_archive_cmds_need_lc=yes
  8200. | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
  8201. | lt_cv_dlopen=LoadLibrary
  8202. | lt_cv_dlopen_libs=
  8203. | lt_cv_file_magic_cmd=func_win32_libid
  8204. | lt_cv_file_magic_test_file=
  8205. | lt_cv_ld_reload_flag=-r
  8206. | lt_cv_nm_interface='BSD nm'
  8207. | lt_cv_objdir=.libs
  8208. | lt_cv_path_LD=c:/gc20-build/mingw/mingw32/bin/ld.exe
  8209. | lt_cv_path_NM='/mingw/bin/nm -B'
  8210. | lt_cv_path_mainfest_tool=no
  8211. | lt_cv_prog_compiler_c_o=yes
  8212. | lt_cv_prog_compiler_pic='-DDLL_EXPORT -DPIC'
  8213. | lt_cv_prog_compiler_pic_works=yes
  8214. | lt_cv_prog_compiler_rtti_exceptions=no
  8215. | lt_cv_prog_compiler_static_works=yes
  8216. | lt_cv_prog_gnu_ld=yes
  8217. | lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
  8218. | lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)
  8219. \{0,1\}$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  8220. | lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
  8221. | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
  8222. | lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  8223. | lt_cv_sys_global_symbol_to_import=
  8224. | lt_cv_sys_max_cmd_len=8192
  8225. | lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
  8226. | lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
  8227. | lt_cv_truncate_bin='/bin/sed -e 4q'
  8228. |
  8229. | ## ----------------- ##
  8230. | ## Output variables. ##
  8231. | ## ----------------- ##
  8232. |
  8233. | ACLOCAL='${SHELL} /home/Prim/gnu-cobol-2.0/build_aux/missing aclocal-1.15'
  8234. | AMDEPBACKSLASH='\'
  8235. | AMDEP_FALSE='#'
  8236. | AMDEP_TRUE=''
  8237. | AMTAR='$${TAR-tar}'
  8238. | AM_BACKSLASH='\'
  8239. | AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  8240. | AM_DEFAULT_VERBOSITY='1'
  8241. | AM_V='$(V)'
  8242. | AR='ar'
  8243. | AS='as'
  8244. | AUTOCONF='${SHELL} /home/Prim/gnu-cobol-2.0/build_aux/missing autoconf'
  8245. | AUTOHEADER='${SHELL} /home/Prim/gnu-cobol-2.0/build_aux/missing autoheader'
  8246. | AUTOMAKE='${SHELL} /home/Prim/gnu-cobol-2.0/build_aux/missing automake-1.15'
  8247. | AWK='gawk'
  8248. | CC='gcc'
  8249. | CCDEPMODE='depmode=gcc3'
  8250. | CFLAGS='-O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE'
  8251. | COBC_LIBS=' -L/mingw/lib -lintl'
  8252. | COB_BIGENDIAN='no'
  8253. | COB_CC='gcc'
  8254. | COB_CFLAGS='-I/mingw/include -I/mingw/include -pipe'
  8255. | COB_CONFIG_DIR='${datarootdir}/gnu-cobol/config'
  8256. | COB_COPY_DIR='${datarootdir}/gnu-cobol/copy'
  8257. | COB_EXPORT_DYN='-Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-auto-image-base'
  8258. | COB_FIX_LIB=''
  8259. | COB_FIX_LIBTOOL='-Wl,--enable-auto-import'
  8260. | COB_HAS_CURSES='yes'
  8261. | COB_HAS_ISAM='yes'
  8262. | COB_HAS_UTC_OFFSET='yes'
  8263. | COB_KEYWORD_INLINE=''
  8264. | COB_LDFLAGS=''
  8265. | COB_LIBRARY_PATH='${exec_prefix}/lib/gnu-cobol'
  8266. | COB_LIBS='-L${exec_prefix}/lib -lcob -lm -lgmp -L/mingw/lib -lintl -lpdcurses -ldb-6.2'
  8267. | COB_MAKE_IX_FALSE='#'
  8268. | COB_MAKE_IX_TRUE=''
  8269. | COB_MODULE_EXT='dll'
  8270. | COB_OBJECT_EXT='o'
  8271. | COB_PATCH_LEVEL='0'
  8272. | COB_PIC_FLAGS='-DDLL_EXPORT -DPIC'
  8273. | COB_SHARED_OPT='-shared'
  8274. | CPP='gcc -E'
  8275. | CPPFLAGS='-I/mingw/include'
  8276. | CYGPATH_W='echo'
  8277. | DEFS='-DHAVE_CONFIG_H'
  8278. | DEPDIR='.deps'
  8279. | DLLTOOL='dlltool'
  8280. | DSYMUTIL=''
  8281. | DUMPBIN=''
  8282. | ECHO_C=''
  8283. | ECHO_N='-n'
  8284. | ECHO_T=''
  8285. | EGREP='/bin/grep -E'
  8286. | EXEEXT='.exe'
  8287. | FGREP='/bin/grep -F'
  8288. | GETTEXT_MACRO_VERSION='0.19'
  8289. | GMSGFMT='/mingw/bin/msgfmt'
  8290. | GMSGFMT_015='/mingw/bin/msgfmt'
  8291. | GREP='/bin/grep'
  8292. | INSTALL_DATA='${INSTALL} -m 644'
  8293. | INSTALL_PROGRAM='${INSTALL}'
  8294. | INSTALL_SCRIPT='${INSTALL}'
  8295. | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  8296. | INTLLIBS='/mingw/lib/libintl.dll.a'
  8297. | INTL_MACOSX_LIBS=''
  8298. | LD='c:/gc20-build/mingw/mingw32/bin/ld.exe'
  8299. | LDFLAGS=''
  8300. | LIBCOB_LIBS='-lm -lgmp -L/mingw/lib -lintl -lpdcurses -ldb-6.2'
  8301. | LIBICONV='/mingw/lib/libiconv.dll.a'
  8302. | LIBINTL='/mingw/lib/libintl.dll.a'
  8303. | LIBOBJS=''
  8304. | LIBS=''
  8305. | LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  8306. | LIPO=''
  8307. | LN_S='cp -pR'
  8308. | LTLIBICONV='-L/mingw/lib -liconv'
  8309. | LTLIBINTL='-L/mingw/lib -lintl'
  8310. | LTLIBOBJS=''
  8311. | LT_SYS_LIBRARY_PATH=''
  8312. | MAINT='#'
  8313. | MAINTAINER_MODE_FALSE=''
  8314. | MAINTAINER_MODE_TRUE='#'
  8315. | MAKEINFO='${SHELL} /home/Prim/gnu-cobol-2.0/build_aux/missing makeinfo'
  8316. | MANIFEST_TOOL=':'
  8317. | MKDIR_P='/bin/mkdir -p'
  8318. | MSGFMT='/mingw/bin/msgfmt'
  8319. | MSGFMT_015='/mingw/bin/msgfmt'
  8320. | MSGMERGE='/mingw/bin/msgmerge'
  8321. | NM='/mingw/bin/nm -B'
  8322. | NMEDIT=''
  8323. | OBJDUMP='objdump'
  8324. | OBJEXT='o'
  8325. | OTOOL64=''
  8326. | OTOOL=''
  8327. | PACKAGE='gnu-cobol'
  8328. | PACKAGE_BUGREPORT='open-cobol-list@lists.sourceforge.net'
  8329. | PACKAGE_NAME='GnuCOBOL'
  8330. | PACKAGE_STRING='GnuCOBOL 2.0'
  8331. | PACKAGE_TARNAME='gnu-cobol'
  8332. | PACKAGE_URL='http://www.opencobol.org'
  8333. | PACKAGE_VERSION='2.0'
  8334. | PATH_SEPARATOR=':'
  8335. | POSUB='po'
  8336. | RANLIB='ranlib'
  8337. | SED='/bin/sed'
  8338. | SET_MAKE=''
  8339. | SHELL='/bin/sh'
  8340. | STRIP='strip'
  8341. | USE_NLS='yes'
  8342. | VERSION='2.0'
  8343. | XGETTEXT='/mingw/bin/xgettext'
  8344. | XGETTEXT_015='/mingw/bin/xgettext'
  8345. | XGETTEXT_EXTRA_OPTIONS=''
  8346. | ac_ct_AR='ar'
  8347. | ac_ct_CC='gcc'
  8348. | ac_ct_DUMPBIN=''
  8349. | am__EXEEXT_FALSE='#'
  8350. | am__EXEEXT_TRUE=''
  8351. | am__fastdepCC_FALSE='#'
  8352. | am__fastdepCC_TRUE=''
  8353. | am__include='include'
  8354. | am__isrc=''
  8355. | am__leading_dot='.'
  8356. | am__nodep='_no'
  8357. | am__quote=''
  8358. | am__tar='$${TAR-tar} chof - "$$tardir"'
  8359. | am__untar='$${TAR-tar} xf -'
  8360. | bindir='${exec_prefix}/bin'
  8361. | build='i686-pc-mingw32'
  8362. | build_alias=''
  8363. | build_cpu='i686'
  8364. | build_os='mingw32'
  8365. | build_vendor='pc'
  8366. | datadir='${datarootdir}'
  8367. | datarootdir='${prefix}/share'
  8368. | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  8369. | dvidir='${docdir}'
  8370. | exec_prefix='${prefix}'
  8371. | host='i686-pc-mingw32'
  8372. | host_alias=''
  8373. | host_cpu='i686'
  8374. | host_os='mingw32'
  8375. | host_vendor='pc'
  8376. | htmldir='${docdir}'
  8377. | includedir='${prefix}/include'
  8378. | infodir='${datarootdir}/info'
  8379. | install_sh='${SHELL} /home/Prim/gnu-cobol-2.0/build_aux/install-sh'
  8380. | libdir='${exec_prefix}/lib'
  8381. | libexecdir='${exec_prefix}/libexec'
  8382. | localedir='${datarootdir}/locale'
  8383. | localstatedir='${prefix}/var'
  8384. | mandir='${datarootdir}/man'
  8385. | mkdir_p='$(MKDIR_P)'
  8386. | oldincludedir='/usr/include'
  8387. | pdfdir='${docdir}'
  8388. | prefix='/mingw'
  8389. | program_transform_name='s,x,x,'
  8390. | psdir='${docdir}'
  8391. | sbindir='${exec_prefix}/sbin'
  8392. | sharedstatedir='${prefix}/com'
  8393. | sysconfdir='${prefix}/etc'
  8394. | target_alias=''
  8395. |
  8396. | ## ----------- ##
  8397. | ## confdefs.h. ##
  8398. | ## ----------- ##
  8399. |
  8400. | /* confdefs.h */
  8401. | #define PACKAGE_NAME "GnuCOBOL"
  8402. | #define PACKAGE_TARNAME "gnu-cobol"
  8403. | #define PACKAGE_VERSION "2.0"
  8404. | #define PACKAGE_STRING "GnuCOBOL 2.0"
  8405. | #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
  8406. | #define PACKAGE_URL "http://www.opencobol.org"
  8407. | #define PACKAGE "gnu-cobol"
  8408. | #define VERSION "2.0"
  8409. | #define PATCH_LEVEL 0
  8410. | #define MAX_CALL_FIELD_PARAMS 192
  8411. | #define STDC_HEADERS 1
  8412. | #define HAVE_SYS_TYPES_H 1
  8413. | #define HAVE_SYS_STAT_H 1
  8414. | #define HAVE_STDLIB_H 1
  8415. | #define HAVE_STRING_H 1
  8416. | #define HAVE_MEMORY_H 1
  8417. | #define HAVE_STRINGS_H 1
  8418. | #define HAVE_INTTYPES_H 1
  8419. | #define HAVE_STDINT_H 1
  8420. | #define HAVE_UNISTD_H 1
  8421. | #define __EXTENSIONS__ 1
  8422. | #define _ALL_SOURCE 1
  8423. | #define _GNU_SOURCE 1
  8424. | #define _POSIX_PTHREAD_SEMANTICS 1
  8425. | #define _TANDEM_SOURCE 1
  8426. | #define HAVE_DLFCN_H 1
  8427. | #define LT_OBJDIR ".libs/"
  8428. | #define STDC_HEADERS 1
  8429. | #define HAVE_STDINT_H 1
  8430. | #define HAVE_SYS_TYPES_H 1
  8431. | #define HAVE_SIGNAL_H 1
  8432. | #define HAVE_FCNTL_H 1
  8433. | #define HAVE_MALLOC_H 1
  8434. | #define HAVE_LOCALE_H 1
  8435. | #define HAVE_STDDEF_H 1
  8436. | #define HAVE_WCHAR_H 1
  8437. | #define HAVE_DLFCN_H 1
  8438. | #define HAVE_SYS_TIME_H 1
  8439. | #define HAVE_SIG_ATOMIC_T 1
  8440. | #define COB_KEYWORD_INLINE __inline
  8441. | #define HAVE_VPRINTF 1
  8442. | #define HAVE_MEMMOVE 1
  8443. | #define HAVE_MEMSET 1
  8444. | #define HAVE_SETLOCALE 1
  8445. | #define HAVE_STRERROR 1
  8446. | #define HAVE_STRCASECMP 1
  8447. | #define HAVE_STRCHR 1
  8448. | #define HAVE_STRRCHR 1
  8449. | #define HAVE_STRDUP 1
  8450. | #define HAVE_STRSTR 1
  8451. | #define HAVE_STRTOL 1
  8452. | #define HAVE_GETTIMEOFDAY 1
  8453. | #define HAVE_LOCALECONV 1
  8454. | #define HAVE_STRCOLL 1
  8455. | #define HAVE_STRXFRM 1
  8456. | #define HAVE_SETENV 1
  8457. | #define HAVE_RAISE 1
  8458. | #define HAVE_TIMEZONE 1
  8459. | #define HAVE_DESIGNATED_INITS 1
  8460. | #define WITH_VARSEQ 0
  8461. | #define HAVE_GMP_H 1
  8462. | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
  8463. | #define HAVE_NANO_SLEEP 1
  8464. | #define HAVE_ICONV 1
  8465. | #define ENABLE_NLS 1
  8466. | #define HAVE_GETTEXT 1
  8467. | #define HAVE_DCGETTEXT 1
  8468. | #define HAVE_LIBPDCURSES 1
  8469. | #define HAVE_PDCURSES_H 1
  8470. | #define WITH_CURSES "pdcurses"
  8471. | #define HAVE_COLOR_SET 1
  8472. | #define HAVE_DB_H 1
  8473. | #define WITH_DB 1
  8474. | #define COB_32_BIT_LONG 1
  8475. | #define HAVE_PSIGN_OPT 1
  8476. | #define HAVE_ATTRIBUTE_ALIGNED 1
  8477. | #define COB_NO_SELFOPEN 1
  8478. | #define COB_EXPORT_DYN "-Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-auto-image-base"
  8479. | #define COB_PIC_FLAGS "-DDLL_EXPORT -DPIC"
  8480. | #define COB_SHARED_OPT "-shared"
  8481. | #define COB_EXEEXT ".exe"
  8482. | #define COB_STRIP_CMD "strip --strip-unneeded"
  8483. |
  8484. | configure: exit 0
Add Comment
Please, Sign In to add comment