bug-gnucobol
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[open-cobol-list] [OpenCOBOL 1.1] run: 32 failed


From: Bruce M. Axtens
Subject: [open-cobol-list] [OpenCOBOL 1.1] run: 32 failed
Date: Wed, 28 Jan 2009 23:13:56 +0900
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

## ------------------------------------ ##
## OpenCOBOL 1.1 test suite: Run Tests. ##
## ------------------------------------ ##

run: command line was:
 $ /home/Bruce/open-cobol-1.1/tests/run

## ----------- ##
## ChangeLogs. ##
## ----------- ##

run: ../bin/ChangeLog:
| 2008-10-20  Roger While <address@hidden>
|
|     * cobcrun.c : Allow help and version options
|
| 2007-12-27  Roger While <address@hidden>
|
|     ** Mark 1.0 RELEASE
|
| 2006-10-23  Roger While <address@hidden>
|

run: ../ChangeLog:
| 2008-11-17  Roger While <address@hidden>
|
|     * configure.ac : Correct sed usage
|
| 2008-11-15  Roger While <address@hidden>
|
|     * configure.ac : Remove lfs64 option, reinstate --enable-debug
|
| 2008-11-01  Roger While <address@hidden>
|

run: ../cobc/ChangeLog:
| 2009-01-24  Roger While <address@hidden>
|
|     * cobc.c : Fix signals for MinGW
|
| 2009-01-23  Roger While <address@hidden>
|
|     * tree.c, typeck.c : RETURN-CODE is GLOBAL in nested programs
|     * reserved.c : Allow not-reserved from config on functions
|
| 2009-01-22  Roger While <address@hidden>

run: ../config/ChangeLog:
| 2007-12-27  Roger While <address@hidden>
|
|     ** Mark 1.0 RELEASE
|
| 2007-08-23  Roger While <address@hidden>
|
|     * Remove deprecated v023.conf
|       Remove display-sign
|
| 2007-01-29  Roger While <address@hidden>

run: ../copy/ChangeLog:
| 2008-08-09  Roger While <address@hidden>
|
|     * Add color definitions  to screenio.cpy
|
| 2008-07-05  Roger While <address@hidden>
|
|     * Extend screenio.cpy
|
| 2008-06-24  Roger While <address@hidden>
|

run: ../lib/ChangeLog:
| 2007-12-27  Roger While <address@hidden>
|
|     ** Mark 1.0 RELEASE
|
| 2006-10-23  Roger While <address@hidden>
|
|     * Prototype in dummymac.c
|
| 2005-10-25  Roger While <address@hidden>
|

run: ../libcob/ChangeLog:
| 2009-01-22  Roger While <address@hidden>
|
|     * intrinsic.[ch] : Functions CONCATENATE and SUBSTITUTE-CASE
|
| 2009-01-20  Roger While <address@hidden>
|
|     * screenio.[ch] : Minimal support for value occurs
|
| 2009-01-17  Roger While <address@hidden>
|

run: ../po/ChangeLog:
| 2002-05-29  Keisuke Nishida  <address@hidden>
|
|     * ja.po: New file.
|

run: ../tests/ChangeLog:
| 2009-01-20  Roger While <address@hidden>
|
|     * OC tests for DPC and 78 levels
|
| 2008-12-02  Roger While <address@hidden>
|
|     * Activate some more ANSI85 tests
|
| 2008-11-28  Roger While <address@hidden>
|

run: ../texi/ChangeLog:
| 2005-05-21  Roger While <address@hidden>
|
|     * open-cobol.texi : Revise
|
| 2005-05-13  Roger While <address@hidden>
|
|     * open-cobol.texi : Revise
|
| 2005-03-03  Roger While <address@hidden>
|

## --------- ##
## Platform. ##
## --------- ##

hostname = babel-ish
uname -m = i686
uname -r = 1.0.10(0.46/3/2)
uname -s = MINGW32_NT-5.1
uname -v = 2004-03-15 07:17

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/Bruce/open-cobol-1.1/tests
PATH: /home/Bruce/open-cobol-1.1/cobc
PATH: /home/Bruce/open-cobol-1.1/bin
PATH: /home/Bruce/open-cobol-1.1/libcob/.libs
PATH: /home/Bruce/open-cobol-1.1
PATH: /mingw/bin
PATH: /bin
PATH: /c/WINDOWS/Microsoft.NET/Framework/v1.1.4322
PATH: /c/Program Files/Borland/BDS/4.0/Bin
PATH: /c/WINDOWS/system32
PATH: /c/WINDOWS
PATH: /c/WINDOWS/System32/Wbem
PATH: /c/Program Files/Microsoft SQL Server/90/Tools/binn
PATH: /c/Program Files/nimrod/bin
PATH: /c/Program Files/nimrod/dist/llvm-gcc4.2/bin
PATH: /c/Documents and Settings/Bruce/My Documents/Borland Studio Projects/Bpl

run: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
|
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/home/Bruce/open-cobol-1.1/tests'
| at_srcdir='.'
| abs_srcdir='/home/Bruce/open-cobol-1.1/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/home/Bruce/open-cobol-1.1/tests/..'
| at_top_builddir='../'
| abs_top_builddir='/home/Bruce/open-cobol-1.1/tests/../.'
|
| AUTOTEST_PATH='tests'
|
| SHELL=${CONFIG_SHELL-'/bin/sh'}

run: atlocal:
| ##
| ## Copyright (C) 2003-2009 Keisuke Nishida
| ## Copyright (C) 2008-2009 Roger While
| ##
| CC="gcc"
| SHREXT="dll"
| SHROPT="-shared -DDLL_EXPORT -DPIC -O2 -march=i686 -mtune=pentium3 -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k "
| COB_BIGENDIAN="no"
| PATH="${abs_top_builddir}/cobc:${abs_top_builddir}/bin:${abs_top_builddir}/libcob/.libs:${PATH}"
| COBC="${abs_top_builddir}/cobc/cobc"
| COBCRUN="${abs_top_builddir}/bin/cobcrun"
|
| TEMPLATE="${abs_srcdir}/data-rep.src"
|
| FLAGS="-std=cobol2002 -debug -Wall ${COBOL_FLAGS}"
| COMPILE="${COBC} -x ${FLAGS}"
| COMPILE_ONLY="${COBC} -fsyntax-only ${FLAGS}"
| COMPILE_MODULE="${COBC} -m ${FLAGS}"
|
| export COB_CFLAGS="-I${abs_top_srcdir} -I/usr/local/include  "
| export COB_LDFLAGS="-L${abs_top_builddir}/libcob/.libs "
| export COB_LIBS="-L${abs_top_builddir}/libcob/.libs -lcob -lm -lgmp -lpdcurses -ldb"
| export COB_CONFIG_DIR="${abs_top_srcdir}/config"
| export COB_COPY_DIR="${abs_top_srcdir}/copy"
| export LD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$LD_LIBRARY_PATH"
| export DYLD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$DYLD_LIBRARY_PATH"
| export SHLIB_PATH="${abs_top_builddir}/libcob/.libs:$SHLIB_PATH"
| export LIBPATH="${abs_top_builddir}/libcob/.libs:$LIBPATH"
|

## ---------------- ##
## Tested programs. ##
## ---------------- ##

run.at:21: /home/Bruce/open-cobol-1.1/cobc/cobc --version
cobc (OpenCOBOL) 1.1.0
Copyright (C) 2001-2009 Keisuke Nishida / Roger While
Built    Jan 27 2009 12:17:10
Packaged Jan 24 2009 17:19:11 CET

## ------------------ ##
## Running the tests. ##
## ------------------ ##
run: starting at: Tue Jan 27 12:26:26 WADT 2009
1. DISPLAY literals (fundamental.at:23): ok    (0m0.330s 0m0.260s)
2. DISPLAY literals, DECIMAL-POINT is COMMA (fundamental.at:60): ok (0m0.320s 0m0.280s)
3. Hexadecimal literal (fundamental.at:88): ok    (0m0.440s 0m0.350s)
4. DISPLAY data items with VALUE clause (fundamental.at:124): ok (0m0.300s 0m0.260s) 5. DISPLAY data items with MOVE statement (fundamental.at:169): ok (0m0.320s 0m0.260s)
6. GLOBAL at same level (fundamental.at:215): ok    (0m0.310s 0m0.250s)
7. GLOBAL at lower level (fundamental.at:263): ok    (0m0.310s 0m0.270s)
8. non-numeric subscript (subscripts.at:28): ok    (0m0.190s 0m0.120s)
9. The range of subscripts (subscripts.at:56): ok    (0m0.160s 0m0.160s)
10. Subscript out of bounds (1) (subscripts.at:96): ok (0m0.300s 0m0.240s) 11. Subscript out of bounds (2) (subscripts.at:120): ok (0m0.320s 0m0.250s) 12. Value of DEPENDING ON N out of bounds (lower) (subscripts.at:144): ok (0m0.300s 0m0.280s) 13. Value of DEPENDING ON N out of bounds (upper) (subscripts.at:168): ok (0m0.290s 0m0.280s) 14. Subscript bounds with ODO (lower) (subscripts.at:192): ok (0m0.170s 0m0.160s) 15. Subscript bounds with ODO (upper) (subscripts.at:215): ok (0m0.180s 0m0.120s)
16. Subscript bounds with ODO (subscripts.at:238): ok    (0m0.280s 0m0.300s)
17. Subscript by arithmetic expression (subscripts.at:264): ok (0m0.350s 0m0.180s)
18. Separate sign positions (ref-mod.at:35): ok    (0m0.290s 0m0.270s)
19. Static reference modification (ref-mod.at:60): ok    (0m0.310s 0m0.240s)
20. Dynamic reference modification (ref-mod.at:90): ok (0m0.270s 0m0.260s)
21. Static out of bounds (ref-mod.at:121): ok    (0m0.170s 0m0.150s)
22. Offset underflow (ref-mod.at:150): ok    (0m0.300s 0m0.240s)
23. Offset overflow (ref-mod.at:172): ok    (0m0.290s 0m0.240s)
24. Length underflow (ref-mod.at:194): ok    (0m0.290s 0m0.290s)
25. Length overflow (ref-mod.at:216): ok    (0m0.280s 0m0.280s)
26. ACCEPT (accept.at:23): ok    (0m0.340s 0m0.260s)
27. INITIALIZE group entry with OCCURS (initialize.at:27): ok (0m0.280s 0m0.240s) 28. INITIALIZE OCCURS with numeric edited (initialize.at:52): ok (0m0.330s 0m0.250s) 29. INITIALIZE complex group (1) (initialize.at:75): ok (0m0.320s 0m0.210s) 30. INITIALIZE complex group (2) (initialize.at:99): ok (0m0.330s 0m0.260s)
31. INITIALIZE with REDEFINES (initialize.at:123): ok    (0m0.310s 0m0.230s)
33. Comma separator without space (misc.at:30): ok    (0m0.310s 0m0.260s)
34. LOCAL-STORAGE (misc.at:47): ok    (0m0.470s 0m0.380s)
35. EXTERNAL data item (misc.at:89): ok    (0m0.420s 0m0.460s)
36. EXTERNAL AS data item (misc.at:131): ok    (0m0.520s 0m0.330s)
37. cobcrun validation (misc.at:177): ok    (0m0.750s 0m0.470s)
38. MOVE to itself (misc.at:221): ok    (0m0.260s 0m0.270s)
39. MOVE with refmod (misc.at:241): ok    (0m0.300s 0m0.280s)
40. MOVE with refmod (variable) (misc.at:261): ok    (0m0.300s 0m0.220s)
41. MOVE with group refmod (misc.at:283): ok    (0m0.260s 0m0.280s)
42. MOVE indexes (misc.at:304): ok    (0m0.320s 0m0.200s)
43. MOVE X00 (misc.at:326): ok    (0m0.470s 0m0.430s)
44. Level 01 subscripts (misc.at:361): ok    (0m0.150s 0m0.160s)
45. Class check with reference modification (misc.at:382): ok (0m0.290s 0m0.260s) 46. Index and parenthesized expression (misc.at:403): ok (0m0.180s 0m0.110s)
47. Alphanumeric and binary numeric (misc.at:423): ok    (0m0.320s 0m0.220s)
48. Dynamic call with static linking (misc.at:447): ok (0m0.650s 0m0.500s)
49. CALL m1. CALL m2. CALL m1. (misc.at:472): ok    (0m0.570s 0m0.450s)
50. CALL binary literal parameter/LENGTH OF (misc.at:525): ok (0m0.840s 0m0.810s) 51. INSPECT REPLACING LEADING ZEROS BY SPACES (misc.at:580): ok (0m0.330s 0m0.240s) 52. INSPECT: No repeat conversion check (misc.at:600): ok (0m0.340s 0m0.240s) 53. INSPECT: REPLACING figurative constant (misc.at:621): ok (0m0.330s 0m0.200s)
54. INSPECT: TALLYING BEFORE (misc.at:642): ok    (0m0.340s 0m0.250s)
55. INSPECT: TALLYING AFTER (misc.at:672): ok    (0m0.310s 0m0.280s)
56. INSPECT REPLACING TRAILING ZEROS BY SPACES (misc.at:701): ok (0m0.340s 0m0.230s)
57. INSPECT REPLACING complex (misc.at:721): ok    (0m0.260s 0m0.260s)
58. SWITCHES (misc.at:743): ok    (0m0.280s 0m0.260s)
59. Nested PERFORM (misc.at:801): ok    (0m0.300s 0m0.240s)
60. EXIT PERFORM (misc.at:826): ok    (0m0.320s 0m0.200s)
61. EXIT PERFORM CYCLE (misc.at:850): ok    (0m0.280s 0m0.270s)
62. EXIT PARAGRAPH (misc.at:874): ok    (0m0.310s 0m0.220s)
63. EXIT SECTION (misc.at:905): ok    (0m0.310s 0m0.300s)
64. 88 with FILLER (misc.at:939): ok    (0m0.290s 0m0.270s)
65. Non-overflow after overflow (misc.at:966): ok    (0m0.320s 0m0.230s)
66. PERFORM ... CONTINUE (misc.at:993): ok    (0m0.160s 0m0.110s)
67. STRING with subscript reference (misc.at:1009): ok (0m0.320s 0m0.260s) 68. UNSTRING DELIMITED ALL LOW-VALUE (misc.at:1032): ok (0m0.280s 0m0.310s)
69. READ INTO AT-END sequence (misc.at:1065): ok    (0m0.310s 0m0.240s)
70. First READ on empty SEQUENTIAL INDEXED file (misc.at:1099): ok (0m0.310s 0m0.210s) 71. REWRITE a RELATIVE file with RANDOM access (misc.at:1134): ok (0m0.280s 0m0.280s)
72. SORT: table sort (misc.at:1188): ok    (0m0.270s 0m0.270s)
73. SORT: EBCDIC table sort (misc.at:1225): ok    (0m0.280s 0m0.260s)
74. SORT nonexistent file (misc.at:1269): ok    (0m0.470s 0m0.340s)
75. PIC ZZZ-, ZZZ+ (misc.at:1303): ok    (0m0.320s 0m0.240s)
76. Larger REDEFINES lengths (misc.at:1341): ok    (0m0.360s 0m0.170s)
77. PERFORM type OSVS (misc.at:1381): ok    (0m0.340s 0m0.260s)
78. Sticky LINKAGE (misc.at:1422): ok    (0m0.450s 0m0.430s)
79. COB_PRE_LOAD test (misc.at:1472): ok    (0m0.450s 0m0.380s)
80. COB_LOAD_CASE=UPPER test (misc.at:1496): ok    (0m0.450s 0m0.420s)
81. 88 level with FALSE IS clause (misc.at:1520): ok    (0m0.310s 0m0.250s)
82. ALLOCATE/FREE with BASED item (misc.at:1545): ok    (0m0.320s 0m0.250s)
83. INITIZIALIZE with reference modification (misc.at:1569): ok (0m0.290s 0m0.220s)
84. CALL with OMITTED parameter (misc.at:1592): ok    (0m0.460s 0m0.350s)
85. ANY LENGTH (misc.at:1630): ok    (0m0.450s 0m0.400s)
86. BASED item non-ALLOCATED (debug) (misc.at:1670): ok (0m0.310s 0m0.270s)
87. COMP-5 (extensions.at:24): ok    (0m0.480s 0m0.320s)
88. Hexadecimal numeric literal (extensions.at:71): ok (0m0.300s 0m0.220s) 89. Semi-parenthesized condition (extensions.at:99): ok (0m0.310s 0m0.220s)
90. ADDRESS OF (extensions.at:120): ok    (0m0.320s 0m0.220s)
91. LENGTH OF (extensions.at:183): ok    (0m0.270s 0m0.280s)
92. WHEN-COMPILED (extensions.at:217): ok    (0m0.370s 0m0.190s)
93. Complex OCCURS DEPENDING ON (extensions.at:240): ok (0m0.320s 0m0.210s) 94. MOVE NON-INTEGER TO ALPHA-NUMERIC (extensions.at:268): ok (0m0.340s 0m0.240s)
95. CALL USING file-name (extensions.at:359): ok    (0m0.550s 0m0.440s)
96. CALL unusual program-id. (extensions.at:401): ok    (0m0.930s 0m0.790s)
97. ASSIGN MF (extensions.at:459): ok    (0m0.310s 0m0.290s)
98. ASSIGN IBM (extensions.at:491): ok    (0m0.440s 0m0.350s)
99. ASSIGN mapping (extensions.at:521): ok    (0m1.240s 0m0.870s)
100. ASSIGN expansion (extensions.at:557): ok    (0m0.470s 0m0.350s)
101. ASSIGN with COB_FILE_PATH (extensions.at:587): ok (0m0.480s 0m0.340s) 102. NUMBER-OF-CALL-PARAMETERS (extensions.at:620): ok (0m0.470s 0m0.330s) 103. PROCEDURE DIVISION USING BY ... (extensions.at:676): ok (0m0.470s 0m0.360s) 104. PROCEDURE DIVISION CHAINING ... (extensions.at:725): ok (0m0.320s 0m0.250s)
105. STOP RUN RETURNING (extensions.at:753): ok    (0m0.300s 0m0.220s)
106. ENTRY (extensions.at:770): ok    (0m0.460s 0m0.370s)
107. LINE SEQUENTIAL write (extensions.at:816): ok    (0m0.460s 0m0.300s)
108. LINE SEQUENTIAL read (extensions.at:856): ok    (0m0.350s 0m0.260s)
109. ASSIGN to KEYBOARD/DISPLAY (extensions.at:916): ok (0m0.370s 0m0.280s) 110. Environment/Argument variable (extensions.at:972): ok (0m0.340s 0m0.230s) 111. DECIMAL-POINT is COMMA (1) (extensions.at:1017): ok (0m0.280s 0m0.300s) 112. DECIMAL-POINT is COMMA (2) (extensions.at:1043): ok (0m0.300s 0m0.260s) 113. DECIMAL-POINT is COMMA (3) (extensions.at:1069): ok (0m0.360s 0m0.220s) 114. DECIMAL-POINT is COMMA (4) (extensions.at:1095): ok (0m0.320s 0m0.190s)
115. 78 Level (1) (extensions.at:1121): ok    (0m0.300s 0m0.290s)
116. 78 Level (2) (extensions.at:1142): ok    (0m0.280s 0m0.270s)
117. 78 Level (3) (extensions.at:1166): ok    (0m0.290s 0m0.290s)
118. RETURN-CODE moving (return-code.at:23): ok    (0m0.310s 0m0.210s)
119. RETURN-CODE passing (return-code.at:46): ok    (0m0.600s 0m0.470s)
120. RETURN-CODE nested (return-code.at:89): ok    (0m0.280s 0m0.280s)
121. FUNCTION ABS (functions.at:22): ok    (0m0.260s 0m0.280s)
122. FUNCTION ACOS (functions.at:43): ok    (0m0.290s 0m0.250s)
123. FUNCTION ANNUITY (functions.at:72): ok    (0m0.300s 0m0.240s)
124. FUNCTION ASIN (functions.at:102): ok    (0m0.360s 0m0.170s)
125. FUNCTION ATAN (functions.at:131): ok    (0m0.330s 0m0.240s)
126. FUNCTION CHAR (functions.at:160): ok    (0m0.340s 0m0.240s)
127. FUNCTION COMBINED-DATETIME (functions.at:181): ok (0m0.320s 0m0.280s)
128. FUNCTION CONCATENATE (functions.at:201): ok    (0m0.290s 0m0.280s)
129. FUNCTION CONCATENATE with reference modding (functions.at:223): ok (0m0.300s 0m0.260s)
130. FUNCTION COS (functions.at:246): ok    (0m0.300s 0m0.230s)
131. FUNCTION DATE-OF-INTEGER (functions.at:275): ok    (0m0.330s 0m0.250s)
132. FUNCTION DATE-TO-YYYYMMDD (functions.at:295): ok    (0m0.330s 0m0.230s)
133. FUNCTION DAY-OF-INTEGER (functions.at:315): ok    (0m0.380s 0m0.190s)
134. FUNCTION DAY-TO-YYYYDDD (functions.at:335): ok    (0m0.290s 0m0.260s)
135. FUNCTION E (functions.at:355): ok    (0m0.350s 0m0.240s)
136. FUNCTION EXCEPTION-FILE (functions.at:375): ok    (0m0.340s 0m0.220s)
137. FUNCTION EXCEPTION-LOCATION (functions.at:405): ok (0m0.300s 0m0.230s) 138. FUNCTION EXCEPTION-STATEMENT (functions.at:439): ok (0m0.300s 0m0.240s)
139. FUNCTION EXCEPTION-STATUS (functions.at:469): ok    (0m0.300s 0m0.250s)
140. FUNCTION EXP (functions.at:499): ok    (0m0.280s 0m0.310s)
141. FUNCTION FACTORIAL (functions.at:527): ok    (0m0.310s 0m0.210s)
142. FUNCTION FRACTION-PART (functions.at:547): ok    (0m0.260s 0m0.260s)
143. FUNCTION INTEGER (functions.at:570): ok    (0m0.310s 0m0.210s)
144. FUNCTION INTEGER-OF-DATE (functions.at:591): ok    (0m0.340s 0m0.170s)
145. FUNCTION INTEGER-OF-DAY (functions.at:611): ok    (0m0.290s 0m0.220s)
146. FUNCTION INTEGER-PART (functions.at:631): ok    (0m0.270s 0m0.250s)
147. FUNCTION LENGTH (functions.at:652): ok    (0m0.300s 0m0.250s)
148. FUNCTION LOCALE-DATE (functions.at:673): ok    (0m0.310s 0m0.290s)
149. FUNCTION LOCALE-TIME (functions.at:697): ok    (0m0.300s 0m0.300s)
150. FUNCTION LOCALE-TIME-FROM-SECONDS (functions.at:721): ok (0m0.290s 0m0.250s)
151. FUNCTION LOG (functions.at:745): ok    (0m0.270s 0m0.230s)
152. FUNCTION LOG10 (functions.at:774): ok    (0m0.330s 0m0.210s)
153. FUNCTION LOWER-CASE (functions.at:803): ok    (0m0.290s 0m0.240s)
154. FUNCTION LOWER-CASE with reference modding (functions.at:824): ok (0m0.300s 0m0.190s)
155. FUNCTION MAX (functions.at:845): ok    (0m0.280s 0m0.220s)
156. FUNCTION MEAN (functions.at:865): ok    (0m0.320s 0m0.250s)
157. FUNCTION MEDIAN (functions.at:885): ok    (0m0.250s 0m0.270s)
158. FUNCTION MIDRANGE (functions.at:905): ok    (0m0.280s 0m0.220s)
159. FUNCTION MIN (functions.at:925): ok    (0m0.290s 0m0.260s)
160. FUNCTION MOD (functions.at:945): ok    (0m0.330s 0m0.250s)
161. FUNCTION NUMVAL (functions.at:965): ok    (0m0.270s 0m0.310s)
162. FUNCTION NUMVAL-C (functions.at:986): ok    (0m0.300s 0m0.270s)
163. FUNCTION ORD (functions.at:1007): ok    (0m0.320s 0m0.260s)
164. FUNCTION ORD-MAX (functions.at:1027): ok    (0m0.330s 0m0.240s)
165. FUNCTION ORD-MIN (functions.at:1047): ok    (0m0.320s 0m0.230s)
166. FUNCTION PI (functions.at:1067): ok    (0m0.290s 0m0.260s)
167. FUNCTION PRESENT-VALUE (functions.at:1087): ok    (0m0.310s 0m0.220s)
168. FUNCTION RANGE (functions.at:1107): ok    (0m0.330s 0m0.230s)
169. FUNCTION REM (functions.at:1127): ok    (0m0.290s 0m0.290s)
170. FUNCTION REVERSE (functions.at:1147): ok    (0m0.290s 0m0.280s)
171. FUNCTION REVERSE with reference modding (functions.at:1168): ok (0m0.320s 0m0.260s) 172. FUNCTION SECONDS-FROM-FORMATTED-TIME (functions.at:1189): ok (0m0.330s 0m0.230s) 173. FUNCTION SECONDS-PAST-MIDNIGHT (functions.at:1218): ok (0m0.320s 0m0.240s)
174. FUNCTION SIGN (functions.at:1245): ok    (0m0.290s 0m0.260s)
175. FUNCTION SIN (functions.at:1274): ok    (0m0.310s 0m0.260s)
176. FUNCTION SQRT (functions.at:1303): ok    (0m0.310s 0m0.230s)
177. FUNCTION STANDARD-DEVIATION (functions.at:1332): ok (0m0.340s 0m0.230s) 178. FUNCTION STORED-CHAR-LENGTH (functions.at:1360): ok (0m0.280s 0m0.220s)
179. FUNCTION SUBSTITUTE (functions.at:1382): ok    (0m0.310s 0m0.210s)
180. FUNCTION SUBSTITUTE with reference modding (functions.at:1404): ok (0m0.310s 0m0.210s)
181. FUNCTION SUBSTITUTE-CASE (functions.at:1427): ok    (0m0.280s 0m0.230s)
182. FUNCTION SUBSTITUTE-CASE with reference mod (functions.at:1449): ok (0m0.300s 0m0.220s)
183. FUNCTION TAN (functions.at:1472): ok    (0m0.300s 0m0.250s)
184. FUNCTION TRIM (functions.at:1501): ok    (0m0.320s 0m0.260s)
185. FUNCTION TRIM with reference modding (functions.at:1525): ok (0m0.260s 0m0.290s)
186. FUNCTION UPPER-CASE (functions.at:1549): ok    (0m0.270s 0m0.250s)
187. FUNCTION UPPER-CASE with reference modding (functions.at:1570): ok (0m0.300s 0m0.240s)
188. FUNCTION VARIANCE (functions.at:1591): ok    (0m0.310s 0m0.260s)
189. FUNCTION WHEN-COMPILED (functions.at:1611): ok    (0m0.310s 0m0.190s)
run: ending at: Tue Jan 27 12:29:55 WADT 2009
run: test suite duration: 0h 3m 29s

## ------------- ##
## Test results. ##
## ------------- ##

ERROR: All 189 tests were run,
1 failed unexpectedly.

## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
OpenCOBOL 1.1 test suite: Run Tests test groups:

NUM: FILENAME:LINE      TEST-GROUP-NAME
     KEYWORDS

 32: misc.at:21         Source file not found

## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##

32. misc.at:21: testing ...
misc.at:25: ${COMPILE_ONLY} prog.cob
--- -    Tue Jan 27 12:26:59 2009
+++ /home/Bruce/open-cobol-1.1/tests/run.dir/at-stderr Tue Jan 27 12:26:58 2009
@@ -1,2 +1,2 @@
-cobc: prog.cob: No such file or directory
+C:\msys\1.0\home\Bruce\open-cobol-1.1\cobc\cobc.exe: prog.cob: No such file or directory

32. misc.at:21: 32. Source file not found (misc.at:21): FAILED (misc.at:25)


## -------------- ##
## ..//config.log ##
## -------------- ##
| This file contains any messages produced by compilers while
| running configure, to aid debugging if configure makes a mistake.
|
| It was created by OpenCOBOL configure 1.1, which was
| generated by GNU Autoconf 2.59.  Invocation command line was
|
|   $ ./configure
|
| ## --------- ##
| ## Platform. ##
| ## --------- ##
|
| hostname = babel-ish
| uname -m = i686
| uname -r = 1.0.10(0.46/3/2)
| uname -s = MINGW32_NT-5.1
| uname -v = 2004-03-15 07:17
|
| /usr/bin/uname -p = unknown
| /bin/uname -X     = unknown
|
| /bin/arch              = unknown
| /usr/bin/arch -k       = unknown
| /usr/convex/getsysinfo = unknown
| hostinfo               = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
|
| PATH: .
| PATH: /usr/local/bin
| PATH: /mingw/bin
| PATH: /bin
| PATH: /c/WINDOWS/Microsoft.NET/Framework/v1.1.4322/
| PATH: /c/Program Files/Borland/BDS/4.0/Bin
| PATH: /c/WINDOWS/system32
| PATH: /c/WINDOWS
| PATH: /c/WINDOWS/System32/Wbem
| PATH: /c/Program Files/Microsoft SQL Server/90/Tools/binn/
| PATH: /c/Program Files/nimrod/bin
| PATH: /c/Program Files/nimrod/dist/llvm-gcc4.2/bin
| PATH: /c/Documents and Settings/Bruce/My Documents/Borland Studio Projects/Bpl
| PATH: /mingw/bin
|
|
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
|
| configure:1593: checking for a BSD-compatible install
| configure:1648: result: /bin/install -c
| configure:1659: checking whether build environment is sane
| configure:1702: result: yes
| configure:1767: checking for gawk
| configure:1783: found /bin/gawk
| configure:1793: result: gawk
| configure:1803: checking whether make sets $(MAKE)
| configure:1823: result: yes
| configure:1991: checking whether to enable maintainer-specific portions of Makefiles
| configure:2000: result: no
| configure:2136: checking for gcc
| configure:2152: found /mingw/bin/gcc
| configure:2162: result: gcc
| configure:2183: checking for C compiler version
| configure:2186: gcc --version </dev/null >&5
| gcc.exe (GCC) 3.4.5 (mingw special)
| Copyright (C) 2004 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
| configure:2189: $? = 0
| configure:2191: gcc -v </dev/null >&5
| Reading specs from c:/MinGW/bin/../lib/gcc/mingw32/3.4.5/specs
| Configured with: ../gcc-3.4.5/configure --with-gcc --with-gnu-ld --with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls --enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry --disable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt --without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter --enable-hash-synchronization --enable-libstdcxx-debug
| Thread model: win32
| gcc version 3.4.5 (mingw special)
| configure:2194: $? = 0
| configure:2196: gcc -V </dev/null >&5
| gcc.exe: `-V' option must have argument
| configure:2199: $? = 1
| configure:2222: checking for C compiler default output file name
| configure:2225: gcc    conftest.c  >&5
| configure:2228: $? = 0
| configure:2274: result: a.exe
| configure:2279: checking whether the C compiler works
| configure:2285: ./a.exe
| configure:2288: $? = 0
| configure:2305: result: yes
| configure:2312: checking whether we are cross compiling
| configure:2314: result: no
| configure:2317: checking for suffix of executables
| configure:2319: gcc -o conftest.exe    conftest.c  >&5
| configure:2322: $? = 0
| configure:2347: result: .exe
| configure:2353: checking for suffix of object files
| configure:2374: gcc -c   conftest.c >&5
| configure:2377: $? = 0
| configure:2399: result: o
| configure:2403: checking whether we are using the GNU C compiler
| configure:2427: gcc -c   conftest.c >&5
| configure:2433: $? = 0
| configure:2437: test -z
|              || test ! -s conftest.err
| configure:2440: $? = 0
| configure:2443: test -s conftest.o
| configure:2446: $? = 0
| configure:2459: result: yes
| configure:2465: checking whether gcc accepts -g
| configure:2486: gcc -c -g  conftest.c >&5
| configure:2492: $? = 0
| configure:2496: test -z
|              || test ! -s conftest.err
| configure:2499: $? = 0
| configure:2502: test -s conftest.o
| configure:2505: $? = 0
| configure:2516: result: yes
| configure:2533: checking for gcc option to accept ANSI C
| configure:2603: gcc  -c -g -O2  conftest.c >&5
| configure:2609: $? = 0
| configure:2613: test -z
|              || test ! -s conftest.err
| configure:2616: $? = 0
| configure:2619: test -s conftest.o
| configure:2622: $? = 0
| configure:2640: result: none needed
| configure:2658: gcc -c -g -O2  conftest.c >&5
| conftest.c:2: error: syntax error before "me"
| configure:2664: $? = 1
| configure: failed program was:
| | #ifndef __cplusplus
| |   choke me
| | #endif
| configure:2808: checking for style of include used by make
| configure:2836: result: GNU
| configure:2864: checking dependency style of gcc
| configure:2954: result: gcc3
| configure:2976: checking how to run the C preprocessor
| configure:3011: gcc -E  conftest.c
| configure:3017: $? = 0
| configure:3049: gcc -E  conftest.c
| conftest.c:12:28: ac_nonexistent.h: No such file or directory
| configure:3055: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "1.1"
| | #define PACKAGE_STRING "OpenCOBOL 1.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "1.1"
| | #define __USE_STRING_INLINES 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3094: result: gcc -E
| configure:3118: gcc -E  conftest.c
| configure:3124: $? = 0
| configure:3156: gcc -E  conftest.c
| conftest.c:12:28: ac_nonexistent.h: No such file or directory
| configure:3162: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "1.1"
| | #define PACKAGE_STRING "OpenCOBOL 1.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "1.1"
| | #define __USE_STRING_INLINES 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3205: checking for egrep
| configure:3215: result: grep -E
| configure:3248: checking for ANSI C header files
| configure:3273: gcc -c -g -O2  conftest.c >&5
| configure:3279: $? = 0
| configure:3283: test -z
|              || test ! -s conftest.err
| configure:3286: $? = 0
| configure:3289: test -s conftest.o
| configure:3292: $? = 0
| configure:3378: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:3381: $? = 0
| configure:3383: ./conftest.exe
| configure:3386: $? = 0
| configure:3401: result: yes
| configure:3425: checking for sys/types.h
| configure:3441: gcc -c -g -O2  conftest.c >&5
| configure:3447: $? = 0
| configure:3451: test -z
|              || test ! -s conftest.err
| configure:3454: $? = 0
| configure:3457: test -s conftest.o
| configure:3460: $? = 0
| configure:3471: result: yes
| configure:3425: checking for sys/stat.h
| configure:3441: gcc -c -g -O2  conftest.c >&5
| configure:3447: $? = 0
| configure:3451: test -z
|              || test ! -s conftest.err
| configure:3454: $? = 0
| configure:3457: test -s conftest.o
| configure:3460: $? = 0
| configure:3471: result: yes
| configure:3425: checking for stdlib.h
| configure:3441: gcc -c -g -O2  conftest.c >&5
| configure:3447: $? = 0
| configure:3451: test -z
|              || test ! -s conftest.err
| configure:3454: $? = 0
| configure:3457: test -s conftest.o
| configure:3460: $? = 0
| configure:3471: result: yes
| configure:3425: checking for string.h
| configure:3441: gcc -c -g -O2  conftest.c >&5
| configure:3447: $? = 0
| configure:3451: test -z
|              || test ! -s conftest.err
| configure:3454: $? = 0
| configure:3457: test -s conftest.o
| configure:3460: $? = 0
| configure:3471: result: yes
| configure:3425: checking for memory.h
| configure:3441: gcc -c -g -O2  conftest.c >&5
| configure:3447: $? = 0
| configure:3451: test -z
|              || test ! -s conftest.err
| configure:3454: $? = 0
| configure:3457: test -s conftest.o
| configure:3460: $? = 0
| configure:3471: result: yes
| configure:3425: checking for strings.h
| configure:3441: gcc -c -g -O2  conftest.c >&5
| configure:3447: $? = 0
| configure:3451: test -z
|              || test ! -s conftest.err
| configure:3454: $? = 0
| configure:3457: test -s conftest.o
| configure:3460: $? = 0
| configure:3471: result: yes
| configure:3425: checking for inttypes.h
| configure:3441: gcc -c -g -O2  conftest.c >&5
| configure:3447: $? = 0
| configure:3451: test -z
|              || test ! -s conftest.err
| configure:3454: $? = 0
| configure:3457: test -s conftest.o
| configure:3460: $? = 0
| configure:3471: result: yes
| configure:3425: checking for stdint.h
| configure:3441: gcc -c -g -O2  conftest.c >&5
| configure:3447: $? = 0
| configure:3451: test -z
|              || test ! -s conftest.err
| configure:3454: $? = 0
| configure:3457: test -s conftest.o
| configure:3460: $? = 0
| configure:3471: result: yes
| configure:3425: checking for unistd.h
| configure:3441: gcc -c -g -O2  conftest.c >&5
| configure:3447: $? = 0
| configure:3451: test -z
|              || test ! -s conftest.err
| configure:3454: $? = 0
| configure:3457: test -s conftest.o
| configure:3460: $? = 0
| configure:3471: result: yes
| configure:4396: checking whether ln -s works
| configure:4400: result: yes
| configure:4420: checking for a BSD-compatible install
| configure:4475: result: /bin/install -c
| configure:4568: checking build system type
| configure:4586: result: i686-pc-mingw32
| configure:4594: checking host system type
| configure:4608: result: i686-pc-mingw32
| configure:4616: checking for a sed that does not truncate output
| configure:4672: result: /bin/sed
| configure:4686: checking for ld used by gcc
| configure:4753: result: c:/MinGW/mingw32/bin/ld.exe
| configure:4762: checking if the linker (c:/MinGW/mingw32/bin/ld.exe) is GNU ld
| configure:4777: result: yes
| configure:4782: checking for c:/MinGW/mingw32/bin/ld.exe option to reload object files
| configure:4789: result: -r
| configure:4807: checking for BSD-compatible nm
| configure:4856: result: /mingw/bin/nm
| configure:4860: checking how to recognize dependent libraries
| configure:5046: result: file_magic file format pei*-i386(.*architecture: i386)?
| configure:5320: checking for dlltool
| configure:5336: found /mingw/bin/dlltool
| configure:5347: result: dlltool
| configure:5400: checking for as
| configure:5416: found /mingw/bin/as
| configure:5427: result: as
| configure:5480: checking for objdump
| configure:5496: found /mingw/bin/objdump
| configure:5507: result: objdump
| configure:5540: checking dlfcn.h usability
| configure:5552: gcc -c -g -O2  conftest.c >&5
| conftest.c:59:19: dlfcn.h: No such file or directory
| configure:5558: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "1.1"
| | #define PACKAGE_STRING "OpenCOBOL 1.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "1.1"
| | #define __USE_STRING_INLINES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define WITH_DB 3
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #else
| | # if HAVE_STDINT_H
| | #  include <stdint.h>
| | # endif
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <dlfcn.h>
| configure:5581: result: no
| configure:5585: checking dlfcn.h presence
| configure:5595: gcc -E  conftest.c
| conftest.c:25:19: dlfcn.h: No such file or directory
| configure:5601: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "1.1"
| | #define PACKAGE_STRING "OpenCOBOL 1.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "1.1"
| | #define __USE_STRING_INLINES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define WITH_DB 3
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | /* end confdefs.h.  */
| | #include <dlfcn.h>
| configure:5621: result: no
| configure:5656: checking for dlfcn.h
| configure:5663: result: no
| configure:5919: checking the maximum length of command line arguments
| configure:6031: result: 8192
| configure:6043: checking command to parse /mingw/bin/nm output from gcc object
| configure:6148: gcc -c -g -O2  conftest.c >&5
| configure:6151: $? = 0
| configure:6155: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2 \2/p' \> conftest.nm
| configure:6158: $? = 0
| cannot find nm_test_var in conftest.nm
| configure:6148: gcc -c -g -O2  conftest.c >&5
| configure:6151: $? = 0
| configure:6155: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 _\2 \2/p' \> conftest.nm
| configure:6158: $? = 0
| configure:6210: gcc -o conftest.exe -g -O2   conftest.c conftstm.o >&5
| configure:6213: $? = 0
| configure:6251: result: ok
| configure:6255: checking for objdir
| configure:6270: result: .libs
| configure:6360: checking for ar
| configure:6376: found /mingw/bin/ar
| configure:6387: result: ar
| configure:6440: checking for ranlib
| configure:6456: found /mingw/bin/ranlib
| configure:6467: result: ranlib
| configure:6520: checking for strip
| configure:6536: found /mingw/bin/strip
| configure:6547: result: strip
| configure:6819: checking if gcc supports -fno-rtti -fno-exceptions
| configure:6840: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
| cc1.exe: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
| configure:6844: $? = 0
| configure:6854: result: no
| configure:6869: checking for gcc option to produce PIC
| configure:7101: result: -DDLL_EXPORT
| configure:7109: checking if gcc PIC flag -DDLL_EXPORT works
| configure:7130: gcc -c -g -O2  -DDLL_EXPORT -DPIC conftest.c >&5
| configure:7134: $? = 0
| configure:7144: result: yes
| configure:7172: checking if gcc static flag -static works
| configure:7200: result: yes
| configure:7210: checking if gcc supports -c -o file.o
| configure:7234: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
| configure:7238: $? = 0
| configure:7257: result: yes
| configure:7283: checking whether the gcc linker (c:/MinGW/mingw32/bin/ld.exe) supports shared libraries
| configure:8267: result: yes
| configure:8288: checking whether -lc should be explicitly linked in
| configure:8293: gcc -c -g -O2  conftest.c >&5
| configure:8296: $? = 0
| configure:8311: gcc -shared conftest.o -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
| configure:8314: $? = 1
| configure:8326: result: yes
| configure:8334: checking dynamic linker characteristics
| configure:8936: result: Win32 ld.exe
| configure:8945: checking how to hardcode library paths into programs
| configure:8970: result: immediate
| configure:8984: checking whether stripping libraries is possible
| configure:8989: result: yes
| configure:9824: checking if libtool supports shared libraries
| configure:9826: result: yes
| configure:9829: checking whether to build shared libraries
| configure:9850: result: yes
| configure:9853: checking whether to build static libraries
| configure:9857: result: yes
| configure:9950: creating libtool
| configure:19154: checking whether make sets $(MAKE)
| configure:19174: result: yes
| configure:19185: checking for ANSI C header files
| configure:19338: result: yes
| configure:19363: checking for stdint.h
| configure:19368: result: yes
| configure:19363: checking for sys/types.h
| configure:19368: result: yes
| configure:19372: checking signal.h usability
| configure:19384: gcc -c -g -O2  conftest.c >&5
| configure:19390: $? = 0
| configure:19394: test -z
|              || test ! -s conftest.err
| configure:19397: $? = 0
| configure:19400: test -s conftest.o
| configure:19403: $? = 0
| configure:19413: result: yes
| configure:19417: checking signal.h presence
| configure:19427: gcc -E  conftest.c
| configure:19433: $? = 0
| configure:19453: result: yes
| configure:19488: checking for signal.h
| configure:19495: result: yes
| configure:19372: checking fcntl.h usability
| configure:19384: gcc -c -g -O2  conftest.c >&5
| configure:19390: $? = 0
| configure:19394: test -z
|              || test ! -s conftest.err
| configure:19397: $? = 0
| configure:19400: test -s conftest.o
| configure:19403: $? = 0
| configure:19413: result: yes
| configure:19417: checking fcntl.h presence
| configure:19427: gcc -E  conftest.c
| configure:19433: $? = 0
| configure:19453: result: yes
| configure:19488: checking for fcntl.h
| configure:19495: result: yes
| configure:19372: checking malloc.h usability
| configure:19384: gcc -c -g -O2  conftest.c >&5
| configure:19390: $? = 0
| configure:19394: test -z
|              || test ! -s conftest.err
| configure:19397: $? = 0
| configure:19400: test -s conftest.o
| configure:19403: $? = 0
| configure:19413: result: yes
| configure:19417: checking malloc.h presence
| configure:19427: gcc -E  conftest.c
| configure:19433: $? = 0
| configure:19453: result: yes
| configure:19488: checking for malloc.h
| configure:19495: result: yes
| configure:19372: checking locale.h usability
| configure:19384: gcc -c -g -O2  conftest.c >&5
| configure:19390: $? = 0
| configure:19394: test -z
|              || test ! -s conftest.err
| configure:19397: $? = 0
| configure:19400: test -s conftest.o
| configure:19403: $? = 0
| configure:19413: result: yes
| configure:19417: checking locale.h presence
| configure:19427: gcc -E  conftest.c
| configure:19433: $? = 0
| configure:19453: result: yes
| configure:19488: checking for locale.h
| configure:19495: result: yes
| configure:19372: checking stddef.h usability
| configure:19384: gcc -c -g -O2  conftest.c >&5
| configure:19390: $? = 0
| configure:19394: test -z
|              || test ! -s conftest.err
| configure:19397: $? = 0
| configure:19400: test -s conftest.o
| configure:19403: $? = 0
| configure:19413: result: yes
| configure:19417: checking stddef.h presence
| configure:19427: gcc -E  conftest.c
| configure:19433: $? = 0
| configure:19453: result: yes
| configure:19488: checking for stddef.h
| configure:19495: result: yes
| configure:19372: checking wchar.h usability
| configure:19384: gcc -c -g -O2  conftest.c >&5
| configure:19390: $? = 0
| configure:19394: test -z
|              || test ! -s conftest.err
| configure:19397: $? = 0
| configure:19400: test -s conftest.o
| configure:19403: $? = 0
| configure:19413: result: yes
| configure:19417: checking wchar.h presence
| configure:19427: gcc -E  conftest.c
| configure:19433: $? = 0
| configure:19453: result: yes
| configure:19488: checking for wchar.h
| configure:19495: result: yes
| configure:19363: checking for dlfcn.h
| configure:19368: result: no
| configure:19372: checking sys/time.h usability
| configure:19384: gcc -c -g -O2  conftest.c >&5
| configure:19390: $? = 0
| configure:19394: test -z
|              || test ! -s conftest.err
| configure:19397: $? = 0
| configure:19400: test -s conftest.o
| configure:19403: $? = 0
| configure:19413: result: yes
| configure:19417: checking sys/time.h presence
| configure:19427: gcc -E  conftest.c
| configure:19433: $? = 0
| configure:19453: result: yes
| configure:19488: checking for sys/time.h
| configure:19495: result: yes
| configure:19510: checking for an ANSI C-conforming const
| configure:19577: gcc -c -g -O2  conftest.c >&5
| configure:19583: $? = 0
| configure:19587: test -z
|              || test ! -s conftest.err
| configure:19590: $? = 0
| configure:19593: test -s conftest.o
| configure:19596: $? = 0
| configure:19607: result: yes
| configure:19617: checking whether byte ordering is bigendian
| configure:19644: gcc -c -g -O2  conftest.c >&5
| configure:19650: $? = 0
| configure:19654: test -z
|              || test ! -s conftest.err
| configure:19657: $? = 0
| configure:19660: test -s conftest.o
| configure:19663: $? = 0
| configure:19687: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:42: error: `not' undeclared (first use in this function)
| conftest.c:42: error: (Each undeclared identifier is reported only once
| conftest.c:42: error: for each function it appears in.)
| conftest.c:42: error: syntax error before "big"
| configure:19693: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "1.1"
| | #define PACKAGE_STRING "OpenCOBOL 1.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "1.1"
| | #define __USE_STRING_INLINES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define WITH_DB 3
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | #include <sys/param.h>
| |
| | int
| | main ()
| | {
| | #if BYTE_ORDER != BIG_ENDIAN
| |  not big endian
| | #endif
| |
| |   ;
| |   return 0;
| | }
| configure:19828: result: no
| configure:19847: checking for size_t
| configure:19871: gcc -c -g -O2  conftest.c >&5
| configure:19877: $? = 0
| configure:19881: test -z
|              || test ! -s conftest.err
| configure:19884: $? = 0
| configure:19887: test -s conftest.o
| configure:19890: $? = 0
| configure:19901: result: yes
| configure:19913: checking whether struct tm is in sys/time.h or time.h
| configure:19936: gcc -c -g -O2  conftest.c >&5
| configure:19942: $? = 0
| configure:19946: test -z
|              || test ! -s conftest.err
| configure:19949: $? = 0
| configure:19952: test -s conftest.o
| configure:19955: $? = 0
| configure:19966: result: time.h
| configure:19977: checking for inline
| configure:19998: gcc -c -g -O2  conftest.c >&5
| configure:20004: $? = 0
| configure:20008: test -z
|              || test ! -s conftest.err
| configure:20011: $? = 0
| configure:20014: test -s conftest.o
| configure:20017: $? = 0
| configure:20029: result: inline
| configure:20060: checking for working alloca.h
| configure:20081: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:36:20: alloca.h: No such file or directory
| configure:20087: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "1.1"
| | #define PACKAGE_STRING "OpenCOBOL 1.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "1.1"
| | #define __USE_STRING_INLINES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define WITH_DB 3
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | /* end confdefs.h.  */
| | #include <alloca.h>
| | int
| | main ()
| | {
| | char *p = (char *) alloca (2 * sizeof (int));
| |   ;
| |   return 0;
| | }
| configure:20112: result: no
| configure:20122: checking for alloca
| configure:20163: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20169: $? = 0
| configure:20173: test -z
|              || test ! -s conftest.err
| configure:20176: $? = 0
| configure:20179: test -s conftest.exe
| configure:20182: $? = 0
| configure:20194: result: yes
| configure:20421: checking for vprintf
| configure:20478: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:61: warning: conflicting types for built-in function 'vprintf'
| configure:20484: $? = 0
| configure:20488: test -z
|              || test ! -s conftest.err
| configure:20491: $? = 0
| configure:20494: test -s conftest.exe
| configure:20497: $? = 0
| configure:20509: result: yes
| configure:20516: checking for _doprnt
| configure:20573: gcc -o conftest.exe -g -O2   conftest.c  >&5
| C:/DOCUME~1/Bruce/LOCALS~1/Temp/ccQraaaa.o: In function `main':
| C:/msys/1.0/home/Bruce/open-cobol-1.1/conftest.c:78: undefined reference to `_doprnt' | C:/msys/1.0/home/Bruce/open-cobol-1.1/conftest.c:77: undefined reference to `_doprnt'
| collect2: ld returned 1 exit status
| configure:20579: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "1.1"
| | #define PACKAGE_STRING "OpenCOBOL 1.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "1.1"
| | #define __USE_STRING_INLINES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define WITH_DB 3
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | /* end confdefs.h.  */
| | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define _doprnt innocuous__doprnt
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char _doprnt (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| |
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| |
| | #undef _doprnt
| |
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char _doprnt ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined (__stub__doprnt) || defined (__stub____doprnt)
| | choke me
| | #else
| | char (*f) () = _doprnt;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| |
| | int
| | main ()
| | {
| | return f != _doprnt;
| |   ;
| |   return 0;
| | }
| configure:20604: result: no
| configure:20634: checking for memmove
| configure:20691: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:62: warning: conflicting types for built-in function 'memmove'
| configure:20697: $? = 0
| configure:20701: test -z
|              || test ! -s conftest.err
| configure:20704: $? = 0
| configure:20707: test -s conftest.exe
| configure:20710: $? = 0
| configure:20722: result: yes
| configure:20634: checking for memset
| configure:20691: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:63: warning: conflicting types for built-in function 'memset'
| configure:20697: $? = 0
| configure:20701: test -z
|              || test ! -s conftest.err
| configure:20704: $? = 0
| configure:20707: test -s conftest.exe
| configure:20710: $? = 0
| configure:20722: result: yes
| configure:20634: checking for setlocale
| configure:20691: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20697: $? = 0
| configure:20701: test -z
|              || test ! -s conftest.err
| configure:20704: $? = 0
| configure:20707: test -s conftest.exe
| configure:20710: $? = 0
| configure:20722: result: yes
| configure:20634: checking for fcntl
| configure:20691: gcc -o conftest.exe -g -O2   conftest.c  >&5
| C:/DOCUME~1/Bruce/LOCALS~1/Temp/cciecaaa.o: In function `main':
| C:/msys/1.0/home/Bruce/open-cobol-1.1/conftest.c:81: undefined reference to `fcntl' | C:/msys/1.0/home/Bruce/open-cobol-1.1/conftest.c:80: undefined reference to `fcntl'
| collect2: ld returned 1 exit status
| configure:20697: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "1.1"
| | #define PACKAGE_STRING "OpenCOBOL 1.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "1.1"
| | #define __USE_STRING_INLINES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define WITH_DB 3
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | /* end confdefs.h.  */
| | /* Define fcntl to an innocuous variant, in case <limits.h> declares fcntl.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define fcntl innocuous_fcntl
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char fcntl (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| |
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| |
| | #undef fcntl
| |
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char fcntl ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined (__stub_fcntl) || defined (__stub___fcntl)
| | choke me
| | #else
| | char (*f) () = fcntl;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| |
| | int
| | main ()
| | {
| | return f != fcntl;
| |   ;
| |   return 0;
| | }
| configure:20722: result: no
| configure:20634: checking for strerror
| configure:20691: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20697: $? = 0
| configure:20701: test -z
|              || test ! -s conftest.err
| configure:20704: $? = 0
| configure:20707: test -s conftest.exe
| configure:20710: $? = 0
| configure:20722: result: yes
| configure:20634: checking for strcasecmp
| configure:20691: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20697: $? = 0
| configure:20701: test -z
|              || test ! -s conftest.err
| configure:20704: $? = 0
| configure:20707: test -s conftest.exe
| configure:20710: $? = 0
| configure:20722: result: yes
| configure:20634: checking for strchr
| configure:20691: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:67: warning: conflicting types for built-in function 'strchr'
| configure:20697: $? = 0
| configure:20701: test -z
|              || test ! -s conftest.err
| configure:20704: $? = 0
| configure:20707: test -s conftest.exe
| configure:20710: $? = 0
| configure:20722: result: yes
| configure:20634: checking for strrchr
| configure:20691: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:68: warning: conflicting types for built-in function 'strrchr'
| configure:20697: $? = 0
| configure:20701: test -z
|              || test ! -s conftest.err
| configure:20704: $? = 0
| configure:20707: test -s conftest.exe
| configure:20710: $? = 0
| configure:20722: result: yes
| configure:20634: checking for strdup
| configure:20691: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:69: warning: conflicting types for built-in function 'strdup'
| configure:20697: $? = 0
| configure:20701: test -z
|              || test ! -s conftest.err
| configure:20704: $? = 0
| configure:20707: test -s conftest.exe
| configure:20710: $? = 0
| configure:20722: result: yes
| configure:20634: checking for strstr
| configure:20691: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:70: warning: conflicting types for built-in function 'strstr'
| configure:20697: $? = 0
| configure:20701: test -z
|              || test ! -s conftest.err
| configure:20704: $? = 0
| configure:20707: test -s conftest.exe
| configure:20710: $? = 0
| configure:20722: result: yes
| configure:20634: checking for strtol
| configure:20691: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20697: $? = 0
| configure:20701: test -z
|              || test ! -s conftest.err
| configure:20704: $? = 0
| configure:20707: test -s conftest.exe
| configure:20710: $? = 0
| configure:20722: result: yes
| configure:20634: checking for gettimeofday
| configure:20691: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20697: $? = 0
| configure:20701: test -z
|              || test ! -s conftest.err
| configure:20704: $? = 0
| configure:20707: test -s conftest.exe
| configure:20710: $? = 0
| configure:20722: result: yes
| configure:20750: gcc -c -g -O2  conftest.c >&5
| configure:20756: $? = 0
| configure:20760: test -z
|              || test ! -s conftest.err
| configure:20763: $? = 0
| configure:20766: test -s conftest.o
| configure:20769: $? = 0
| configure:20823: checking for ld used by GCC
| configure:20887: result: c:/MinGW/mingw32/bin/ld.exe
| configure:20896: checking if the linker (c:/MinGW/mingw32/bin/ld.exe) is GNU ld
| configure:20909: result: yes
| configure:20915: checking for shared library run path origin
| configure:20928: result: done
| configure:21358: checking for iconv
| configure:21385: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:51:19: iconv.h: No such file or directory
| conftest.c: In function `main':
| conftest.c:55: error: `iconv_t' undeclared (first use in this function)
| conftest.c:55: error: (Each undeclared identifier is reported only once
| conftest.c:55: error: for each function it appears in.)
| conftest.c:55: error: syntax error before "cd"
| conftest.c:56: error: `cd' undeclared (first use in this function)
| configure:21391: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "1.1"
| | #define PACKAGE_STRING "OpenCOBOL 1.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "1.1"
| | #define __USE_STRING_INLINES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define WITH_DB 3
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | /* end confdefs.h.  */
| | #include <stdlib.h>
| | #include <iconv.h>
| | int
| | main ()
| | {
| | iconv_t cd = iconv_open("","");
| |        iconv(cd,NULL,NULL,NULL,NULL);
| |        iconv_close(cd);
| |   ;
| |   return 0;
| | }
| configure:21436: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
| conftest.c:51:19: iconv.h: No such file or directory
| conftest.c: In function `main':
| conftest.c:55: error: `iconv_t' undeclared (first use in this function)
| conftest.c:55: error: (Each undeclared identifier is reported only once
| conftest.c:55: error: for each function it appears in.)
| conftest.c:55: error: syntax error before "cd"
| conftest.c:56: error: `cd' undeclared (first use in this function)
| configure:21442: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "1.1"
| | #define PACKAGE_STRING "OpenCOBOL 1.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "1.1"
| | #define __USE_STRING_INLINES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define WITH_DB 3
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | /* end confdefs.h.  */
| | #include <stdlib.h>
| | #include <iconv.h>
| | int
| | main ()
| | {
| | iconv_t cd = iconv_open("","");
| |          iconv(cd,NULL,NULL,NULL,NULL);
| |          iconv_close(cd);
| |   ;
| |   return 0;
| | }
| configure:21470: result: no, consider installing GNU libiconv
| configure:21572: checking for nl_langinfo and CODESET
| configure:21593: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:50:22: langinfo.h: No such file or directory
| conftest.c: In function `main':
| conftest.c:54: error: `CODESET' undeclared (first use in this function)
| conftest.c:54: error: (Each undeclared identifier is reported only once
| conftest.c:54: error: for each function it appears in.)
| conftest.c:54: warning: initialization makes pointer from integer without a cast
| configure:21599: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "1.1"
| | #define PACKAGE_STRING "OpenCOBOL 1.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "1.1"
| | #define __USE_STRING_INLINES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define WITH_DB 3
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | /* end confdefs.h.  */
| | #include <langinfo.h>
| | int
| | main ()
| | {
| | char* cs = nl_langinfo(CODESET);
| |   ;
| |   return 0;
| | }
| configure:21625: result: no
| configure:21640: checking for getopt_long_only
| configure:21697: gcc -o conftest.exe -g -O2   conftest.c  >&5
| C:/DOCUME~1/Bruce/LOCALS~1/Temp/ccKEaaaa.o: In function `main':
| C:/msys/1.0/home/Bruce/open-cobol-1.1/conftest.c:90: undefined reference to `getopt_long_only' | C:/msys/1.0/home/Bruce/open-cobol-1.1/conftest.c:89: undefined reference to `getopt_long_only'
| collect2: ld returned 1 exit status
| configure:21703: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "1.1"
| | #define PACKAGE_STRING "OpenCOBOL 1.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "1.1"
| | #define __USE_STRING_INLINES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define WITH_DB 3
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | /* end confdefs.h.  */
| | /* Define getopt_long_only to an innocuous variant, in case <limits.h> declares getopt_long_only.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define getopt_long_only innocuous_getopt_long_only
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char getopt_long_only (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| |
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| |
| | #undef getopt_long_only
| |
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char getopt_long_only ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined (__stub_getopt_long_only) || defined (__stub___getopt_long_only)
| | choke me
| | #else
| | char (*f) () = getopt_long_only;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| |
| | int
| | main ()
| | {
| | return f != getopt_long_only;
| |   ;
| |   return 0;
| | }
| configure:21728: result: no
| configure:21918: checking gmp.h usability
| configure:21930: gcc -c -g -O2  conftest.c >&5
| configure:21936: $? = 0
| configure:21940: test -z
|              || test ! -s conftest.err
| configure:21943: $? = 0
| configure:21946: test -s conftest.o
| configure:21949: $? = 0
| configure:21959: result: yes
| configure:21963: checking gmp.h presence
| configure:21973: gcc -E  conftest.c
| configure:21979: $? = 0
| configure:21999: result: yes
| configure:22034: checking for gmp.h
| configure:22041: result: yes
| configure:22059: checking for __gmp_randinit in -lgmp
| configure:22089: gcc -o conftest.exe -g -O2   conftest.c -lgmp   >&5
| configure:22095: $? = 0
| configure:22099: test -z
|              || test ! -s conftest.err
| configure:22102: $? = 0
| configure:22105: test -s conftest.exe
| configure:22108: $? = 0
| configure:22121: result: yes
| configure:22155: gcc -o conftest.exe -g -O2   conftest.c -lgmp  >&5
| C:/DOCUME~1/Bruce/LOCALS~1/Temp/cc2vbaaa.o: In function `main':
| C:/msys/1.0/home/Bruce/open-cobol-1.1/conftest.c:56: undefined reference to `nanosleep'
| collect2: ld returned 1 exit status
| configure:22161: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "1.1"
| | #define PACKAGE_STRING "OpenCOBOL 1.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "1.1"
| | #define __USE_STRING_INLINES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define WITH_DB 3
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | /* end confdefs.h.  */
| | #include <time.h>
| | int
| | main ()
| | {
| | nanosleep (NULL, NULL);
| |   ;
| |   return 0;
| | }
| configure:22182: checking for nanosleep in -lrt
| configure:22212: gcc -o conftest.exe -g -O2   conftest.c -lrt  -lgmp  >&5
| c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lrt
| collect2: ld returned 1 exit status
| configure:22218: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "1.1"
| | #define PACKAGE_STRING "OpenCOBOL 1.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "1.1"
| | #define __USE_STRING_INLINES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define WITH_DB 3
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | /* end confdefs.h.  */
| |
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char nanosleep ();
| | int
| | main ()
| | {
| | nanosleep ();
| |   ;
| |   return 0;
| | }
| configure:22244: result: no
| configure:22260: checking for nanosleep in -lposix4
| configure:22290: gcc -o conftest.exe -g -O2 conftest.c -lposix4 -lgmp >&5 | c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lposix4
| collect2: ld returned 1 exit status
| configure:22296: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "1.1"
| | #define PACKAGE_STRING "OpenCOBOL 1.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "1.1"
| | #define __USE_STRING_INLINES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define WITH_DB 3
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | /* end confdefs.h.  */
| |
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char nanosleep ();
| | int
| | main ()
| | {
| | nanosleep ();
| |   ;
| |   return 0;
| | }
| configure:22322: result: no
| configure:22357: checking whether NLS is requested
| configure:22366: result: yes
| configure:22404: checking for msgfmt
| configure:22438: result: no
| configure:22444: checking for gmsgfmt
| configure:22475: result: :
| configure:22514: checking for xgettext
| configure:22548: result: no
| configure:22585: checking for msgmerge
| configure:22618: result: no
| configure:22666: checking whether NLS is requested
| configure:22675: result: yes
| configure:22693: checking for GNU gettext in libc
| configure:22717: gcc -o conftest.exe -g -O2   conftest.c -lgmp  >&5
| C:/DOCUME~1/Bruce/LOCALS~1/Temp/ccMbbaaa.o: In function `main':
| C:/msys/1.0/home/Bruce/open-cobol-1.1/conftest.c:58: undefined reference to `libintl_bindtextdomain' | C:/msys/1.0/home/Bruce/open-cobol-1.1/conftest.c:59: undefined reference to `libintl_gettext' | C:/msys/1.0/home/Bruce/open-cobol-1.1/conftest.c:59: undefined reference to `_nl_msg_cat_cntr' | C:/msys/1.0/home/Bruce/open-cobol-1.1/conftest.c:59: undefined reference to `_nl_domain_bindings'
| collect2: ld returned 1 exit status
| configure:22723: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "1.1"
| | #define PACKAGE_STRING "OpenCOBOL 1.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "1.1"
| | #define __USE_STRING_INLINES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define WITH_DB 3
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | /* end confdefs.h.  */
| | #include <libintl.h>
| | extern int _nl_msg_cat_cntr;
| | extern int *_nl_domain_bindings;
| | int
| | main ()
| | {
| | bindtextdomain ("", "");
| | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
| |   ;
| |   return 0;
| | }
| configure:22748: result: no
| configure:22782: checking for iconv
| configure:22894: result: no, consider installing GNU libiconv
| configure:23295: checking for GNU gettext in libintl
| configure:23327: gcc -o conftest.exe -g -O2 conftest.c -lgmp -lintl >&5
| C:/DOCUME~1/Bruce/LOCALS~1/Temp/ccqIbaaa.o: In function `main':
| C:/msys/1.0/home/Bruce/open-cobol-1.1/conftest.c:63: undefined reference to `_nl_msg_cat_cntr' | C:/msys/1.0/home/Bruce/open-cobol-1.1/conftest.c:63: undefined reference to `_nl_expand_alias'
| collect2: ld returned 1 exit status
| configure:23333: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "1.1"
| | #define PACKAGE_STRING "OpenCOBOL 1.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "1.1"
| | #define __USE_STRING_INLINES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define WITH_DB 3
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | /* end confdefs.h.  */
| | #include <libintl.h>
| | extern int _nl_msg_cat_cntr;
| | extern
| | #ifdef __cplusplus
| | "C"
| | #endif
| | const char *_nl_expand_alias ();
| | int
| | main ()
| | {
| | bindtextdomain ("", "");
| | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
| |   ;
| |   return 0;
| | }
| configure:23418: result: no
| configure:23447: checking whether to use NLS
| configure:23449: result: no
| configure:23534: checking for initscr in -lncurses
| configure:23564: gcc -o conftest.exe -g -O2 conftest.c -lncurses -lgmp >&5 | c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lncurses
| collect2: ld returned 1 exit status
| configure:23570: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "1.1"
| | #define PACKAGE_STRING "OpenCOBOL 1.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "1.1"
| | #define __USE_STRING_INLINES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define WITH_DB 3
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | /* end confdefs.h.  */
| |
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char initscr ();
| | int
| | main ()
| | {
| | initscr ();
| |   ;
| |   return 0;
| | }
| configure:23596: result: no
| configure:23913: checking for initscr in -lpdcurses
| configure:23943: gcc -o conftest.exe -g -O2 conftest.c -lpdcurses -lgmp >&5
| configure:23949: $? = 0
| configure:23953: test -z
|              || test ! -s conftest.err
| configure:23956: $? = 0
| configure:23959: test -s conftest.exe
| configure:23962: $? = 0
| configure:23975: result: yes
| configure:24003: checking pdcurses.h usability
| configure:24015: gcc -c -g -O2  conftest.c >&5
| configure:24021: $? = 0
| configure:24025: test -z
|              || test ! -s conftest.err
| configure:24028: $? = 0
| configure:24031: test -s conftest.o
| configure:24034: $? = 0
| configure:24044: result: yes
| configure:24048: checking pdcurses.h presence
| configure:24058: gcc -E  conftest.c
| configure:24064: $? = 0
| configure:24084: result: yes
| configure:24119: checking for pdcurses.h
| configure:24126: result: yes
| configure:24399: gcc -o conftest.exe -g -O2 conftest.c -lpdcurses -lgmp >&5
| C:/DOCUME~1/Bruce/LOCALS~1/Temp/ccwvbaaa.o: In function `main':
| C:/msys/1.0/home/Bruce/open-cobol-1.1/conftest.c:68: undefined reference to `color_set'
| collect2: ld returned 1 exit status
| configure:24405: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "1.1"
| | #define PACKAGE_STRING "OpenCOBOL 1.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "1.1"
| | #define __USE_STRING_INLINES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define WITH_DB 3
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LIBPDCURSES 1
| | #define HAVE_PDCURSES_H 1
| | /* end confdefs.h.  */
| |
| |   #ifdef HAVE_NCURSES_H
| |   #include <ncurses.h>
| |   #elif defined (HAVE_NCURSES_NCURSES_H)
| |   #include <ncurses/ncurses.h>
| |   #elif defined (HAVE_PDCURSES_H)
| |   #include <pdcurses.h>
| |   #elif defined (HAVE_CURSES_H)
| |   #include <curses.h>
| |   #endif
| | int
| | main ()
| | {
| |
| |   color_set (0, NULL);
| |   ;
| |   return 0;
| | }
| configure:24701: gcc -o conftest.exe -g -O2 conftest.c -lpdcurses -lgmp >&5
| configure:24704: $? = 0
| configure:24706: ./conftest.exe
| configure:24709: $? = 0
| configure:24765: gcc -o conftest.exe -g -O2 conftest.c -lpdcurses -lgmp -ldb >&5
| configure:24768: $? = 0
| configure:24770: ./conftest.exe
| configure:24773: $? = 0
| configure:25974: gcc -o conftest.exe -g -O2 conftest.c -lpdcurses -lgmp >&5
| configure:25977: $? = 0
| configure:25979: ./conftest.exe
| configure:25982: $? = 0
| configure:26426: gcc -o conftest.exe -g -O2 conftest.c -lpdcurses -lgmp >&5
| configure:26429: $? = 0
| configure:26431: ./conftest.exe
| configure:26434: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "1.1"
| | #define PACKAGE_STRING "OpenCOBOL 1.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "1.1"
| | #define __USE_STRING_INLINES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define WITH_DB 3
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LIBPDCURSES 1
| | #define HAVE_PDCURSES_H 1
| | #define USE_DB41 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| |     #include <time.h>
| | int
| | main ()
| | {
| |
| |     time_t    ticks;
| |     int    ret;
| |     char    buff[16];
| |     ticks = time(NULL);
| |     ret = strftime(buff, 15, "%z", localtime(&ticks));
| |     if (ret != 5) {
| |         return 1;
| |     }
| |     if (buff[0] != '+' && buff[0] != '-') {
| |         return 1;
| |     }
| |     return 0;
| |   ;
| |   return 0;
| | }
| configure:26477: gcc -o conftest.exe -g -O2 conftest.c -lpdcurses -lgmp >&5
| configure:26480: $? = 0
| configure:26482: ./conftest.exe
| configure:26485: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "1.1"
| | #define PACKAGE_STRING "OpenCOBOL 1.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "1.1"
| | #define __USE_STRING_INLINES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define WITH_DB 3
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LIBPDCURSES 1
| | #define HAVE_PDCURSES_H 1
| | #define USE_DB41 1
| | /* end confdefs.h.  */
| |
| | int
| | main ()
| | {
| |
| |     if (sizeof(long int) == sizeof(long long))
| |         return 0;
| |     return 1;
| |
| |   ;
| |   return 0;
| | }
| configure:26592: gcc -c -O2 -march=i686 -mtune=pentium3 -finline-functions -Wno-pointer-sign conftest.c >&5
| cc1.exe: error: unrecognized command line option "-Wno-pointer-sign"
| configure:26598: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "1.1"
| | #define PACKAGE_STRING "OpenCOBOL 1.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "1.1"
| | #define __USE_STRING_INLINES 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define WITH_DB 3
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LIBPDCURSES 1
| | #define HAVE_PDCURSES_H 1
| | #define USE_DB41 1
| | /* end confdefs.h.  */
| |
| | int
| | main ()
| | {
| | int testint;
| |   ;
| |   return 0;
| | }
| configure:26642: gcc -c -O2 -march=i686 -mtune=pentium3 -finline-functions conftest.c >&5
| configure:26648: $? = 0
| configure:26652: test -z
|              || test ! -s conftest.err
| configure:26655: $? = 0
| configure:26658: test -s conftest.o
| configure:26661: $? = 0
| configure:26919: creating ./config.status
|
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
|
| This file was extended by OpenCOBOL config.status 1.1, which was
| generated by GNU Autoconf 2.59.  Invocation command line was
|
|   CONFIG_FILES    =
|   CONFIG_HEADERS  =
|   CONFIG_LINKS    =
|   CONFIG_COMMANDS =
|   $ ./config.status
|
| on babel-ish
|
| config.status:766: creating cob-config
| config.status:766: creating Makefile
| config.status:766: creating lib/Makefile
| config.status:766: creating libcob/Makefile
| config.status:766: creating cobc/Makefile
| config.status:766: creating bin/Makefile
| config.status:766: creating po/Makefile.in
| config.status:766: creating texi/Makefile
| config.status:766: creating config/Makefile
| config.status:766: creating copy/Makefile
| config.status:766: creating tests/atlocal
| config.status:766: creating tests/Makefile
| config.status:766: creating tests/cobol85/Makefile
| config.status:870: creating config.h
| config.status:1258: executing tests/atconfig commands
| config.status:1258: executing depfiles commands
| config.status:1258: executing default-1 commands
|
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
|
| ac_cv_build=i686-pc-mingw32
| ac_cv_build_alias=i686-pc-mingw32
| ac_cv_c_bigendian=no
| ac_cv_c_compiler_gnu=yes
| ac_cv_c_const=yes
| ac_cv_c_inline=inline
| ac_cv_env_CC_set=
| ac_cv_env_CC_value=
| ac_cv_env_CFLAGS_set=
| ac_cv_env_CFLAGS_value=
| ac_cv_env_CPPFLAGS_set=
| ac_cv_env_CPPFLAGS_value=
| ac_cv_env_CPP_set=
| ac_cv_env_CPP_value=
| ac_cv_env_CXXCPP_set=
| ac_cv_env_CXXCPP_value=
| ac_cv_env_LDFLAGS_set=
| ac_cv_env_LDFLAGS_value=
| ac_cv_env_build_alias_set=
| ac_cv_env_build_alias_value=
| ac_cv_env_host_alias_set=
| ac_cv_env_host_alias_value=
| ac_cv_env_target_alias_set=
| ac_cv_env_target_alias_value=
| ac_cv_exeext=.exe
| ac_cv_func__doprnt=no
| ac_cv_func_alloca_works=yes
| ac_cv_func_fcntl=no
| ac_cv_func_getopt_long_only=no
| ac_cv_func_gettimeofday=yes
| ac_cv_func_memmove=yes
| ac_cv_func_memset=yes
| ac_cv_func_setlocale=yes
| ac_cv_func_strcasecmp=yes
| ac_cv_func_strchr=yes
| ac_cv_func_strdup=yes
| ac_cv_func_strerror=yes
| ac_cv_func_strrchr=yes
| ac_cv_func_strstr=yes
| ac_cv_func_strtol=yes
| ac_cv_func_vprintf=yes
| ac_cv_header_dlfcn_h=no
| ac_cv_header_fcntl_h=yes
| ac_cv_header_gmp_h=yes
| ac_cv_header_inttypes_h=yes
| ac_cv_header_locale_h=yes
| ac_cv_header_malloc_h=yes
| ac_cv_header_memory_h=yes
| ac_cv_header_pdcurses_h=yes
| ac_cv_header_signal_h=yes
| ac_cv_header_stdc=yes
| ac_cv_header_stddef_h=yes
| ac_cv_header_stdint_h=yes
| ac_cv_header_stdlib_h=yes
| ac_cv_header_string_h=yes
| ac_cv_header_strings_h=yes
| ac_cv_header_sys_stat_h=yes
| ac_cv_header_sys_time_h=yes
| ac_cv_header_sys_types_h=yes
| ac_cv_header_unistd_h=yes
| ac_cv_header_wchar_h=yes
| ac_cv_host=i686-pc-mingw32
| ac_cv_host_alias=i686-pc-mingw32
| ac_cv_lib_gmp___gmp_randinit=yes
| ac_cv_lib_ncurses_initscr=no
| ac_cv_lib_pdcurses_initscr=yes
| ac_cv_lib_posix4_nanosleep=no
| ac_cv_lib_rt_nanosleep=no
| ac_cv_objext=o
| ac_cv_path_GMSGFMT=:
| ac_cv_path_MSGFMT=:
| ac_cv_path_MSGMERGE=:
| ac_cv_path_XGETTEXT=:
| ac_cv_path_install='/bin/install -c'
| ac_cv_prog_AWK=gawk
| ac_cv_prog_CPP='gcc -E'
| ac_cv_prog_ac_ct_AR=ar
| ac_cv_prog_ac_ct_AS=as
| ac_cv_prog_ac_ct_CC=gcc
| ac_cv_prog_ac_ct_DLLTOOL=dlltool
| ac_cv_prog_ac_ct_OBJDUMP=objdump
| ac_cv_prog_ac_ct_RANLIB=ranlib
| ac_cv_prog_ac_ct_STRIP=strip
| ac_cv_prog_cc_g=yes
| ac_cv_prog_cc_stdc=
| ac_cv_prog_egrep='grep -E'
| ac_cv_prog_make_make_set=yes
| ac_cv_struct_tm=time.h
| ac_cv_type_size_t=yes
| ac_cv_working_alloca_h=no
| acl_cv_hardcode_direct=no
| acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
| acl_cv_hardcode_libdir_separator=
| acl_cv_hardcode_minus_L=no
| acl_cv_libext=a
| acl_cv_path_LD=c:/MinGW/mingw32/bin/ld.exe
| acl_cv_prog_gnu_ld=yes
| acl_cv_rpath=done
| acl_cv_shlibext=dll
| acl_cv_wl=-Wl,
| am_cv_CC_dependencies_compiler_type=gcc3
| am_cv_func_iconv='no, consider installing GNU libiconv'
| am_cv_langinfo_codeset=no
| am_cv_lib_iconv=no
| gt_cv_func_gnugettext1_libc=no
| gt_cv_func_gnugettext1_libintl=no
| lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
| lt_cv_dlopen=LoadLibrary
| lt_cv_dlopen_libs=
| lt_cv_file_magic_cmd='$OBJDUMP -f'
| lt_cv_file_magic_test_file=
| lt_cv_ld_reload_flag=-r
| lt_cv_objdir=.libs
| lt_cv_path_LD=c:/MinGW/mingw32/bin/ld.exe
| lt_cv_path_NM=/mingw/bin/nm
| lt_cv_path_SED=/bin/sed
| lt_cv_prog_compiler_c_o=yes
| lt_cv_prog_compiler_rtti_exceptions=no
| lt_cv_prog_gnu_ld=yes
| lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)
\{0,1\}$/\1 _\2 \2/p'\'''
| lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' | lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
| lt_cv_sys_max_cmd_len=8192
| lt_lt_cv_prog_compiler_c_o='"yes"'
| lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)
\\{0,1\\}\$/\\1 _\\2 \\2/p'\''"'
| lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' | lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
|
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
|
| ACLOCAL='${SHELL} /home/Bruce/open-cobol-1.1/missing --run aclocal-1.9'
| ALLOCA=''
| AMDEPBACKSLASH='\'
| AMDEP_FALSE='#'
| AMDEP_TRUE=''
| AMTAR='${SHELL} /home/Bruce/open-cobol-1.1/missing --run tar'
| AR='ar'
| AS='as'
| AUTOCONF='${SHELL} /home/Bruce/open-cobol-1.1/missing --run autoconf'
| AUTOHEADER='${SHELL} /home/Bruce/open-cobol-1.1/missing --run autoheader'
| AUTOMAKE='${SHELL} /home/Bruce/open-cobol-1.1/missing --run automake-1.9'
| AWK='gawk'
| CC='gcc'
| CCDEPMODE='depmode=gcc3'
| CFLAGS=' -O2 -march=i686 -mtune=pentium3 -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k'
| COBC_LIBS=''
| COB_BIGENDIAN='no'
| COB_CC='gcc'
| COB_CFLAGS='-I/usr/local/include  '
| COB_CONFIG_DIR='C:/msys/1.0/local/share/open-cobol/config'
| COB_COPY_DIR='C:/msys/1.0/local/share/open-cobol/copy'
| COB_EXPORT_DYN='-Wl,--export-all-symbols -Wl,--enable-auto-import'
| COB_FIX_LIB='-Wl,--export-all-symbols -Wl,--enable-auto-import'
| COB_HAS_INLINE=''
| COB_LDFLAGS=''
| COB_LIBRARY_PATH='${exec_prefix}/lib/open-cobol'
| COB_LIBS='-L${exec_prefix}/lib -lcob -lm -lgmp -lpdcurses -ldb'
| COB_MODULE_EXT='dll'
| COB_PIC_FLAGS='-DDLL_EXPORT -DPIC'
| COB_SHARED_OPT='-shared'
| CPP='gcc -E'
| CPPFLAGS=''
| CXXCPP=''
| CYGPATH_W='echo'
| DEFS='-DHAVE_CONFIG_H'
| DEPDIR='.deps'
| DLLTOOL='dlltool'
| ECHO='echo'
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='grep -E'
| EXEEXT='.exe'
| GMSGFMT=':'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
| INTLLIBS=''
| LDFLAGS=''
| LIBCOB_CFLAGS=''
| LIBCOB_LIBS='-lm -lgmp -lpdcurses -ldb'
| LIBICONV=''
| LIBINTL=''
| LIBOBJS=' getopt$U.o getopt1$U.o'
| LIBS=''
| LIBTOOL='$(SHELL) $(top_builddir)/libtool'
| LN_S='ln -s'
| LTLIBICONV=''
| LTLIBINTL=''
| LTLIBOBJS=' getopt$U.lo getopt1$U.lo'
| MAINT='#'
| MAINTAINER_MODE_FALSE=''
| MAINTAINER_MODE_TRUE='#'
| MAKEINFO='${SHELL} /home/Bruce/open-cobol-1.1/missing --run makeinfo'
| MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs'
| MSGFMT=':'
| MSGMERGE=':'
| OBJDUMP='objdump'
| OBJEXT='o'
| PACKAGE='open-cobol'
| PACKAGE_BUGREPORT='address@hidden'
| PACKAGE_NAME='OpenCOBOL'
| PACKAGE_STRING='OpenCOBOL 1.1'
| PACKAGE_TARNAME='open-cobol'
| PACKAGE_VERSION='1.1'
| PATH_SEPARATOR=':'
| POSUB=''
| RANLIB='ranlib'
| SED='/bin/sed'
| SET_MAKE=''
| SHELL='/bin/sh'
| STRIP='strip'
| USE_NLS='no'
| VERSION='1.1'
| XGETTEXT=':'
| ac_ct_AR='ar'
| ac_ct_AS='as'
| ac_ct_CC='gcc'
| ac_ct_DLLTOOL='dlltool'
| ac_ct_OBJDUMP='objdump'
| ac_ct_RANLIB='ranlib'
| ac_ct_STRIP='strip'
| am__fastdepCC_FALSE='#'
| am__fastdepCC_TRUE=''
| am__include='include'
| am__leading_dot='.'
| am__quote=''
| am__tar='${AMTAR} chof - "$$tardir"'
| am__untar='${AMTAR} xf -'
| bindir='${exec_prefix}/bin'
| build='i686-pc-mingw32'
| build_alias=''
| build_cpu='i686'
| build_os='mingw32'
| build_vendor='pc'
| datadir='${prefix}/share'
| exec_prefix='${prefix}'
| host='i686-pc-mingw32'
| host_alias=''
| host_cpu='i686'
| host_os='mingw32'
| host_vendor='pc'
| includedir='${prefix}/include'
| infodir='${prefix}/info'
| install_sh='/home/Bruce/open-cobol-1.1/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| localstatedir='${prefix}/var'
| mandir='${prefix}/man'
| mkdir_p='mkdir -p --'
| oldincludedir='/usr/include'
| prefix='/usr/local'
| program_transform_name='s,x,x,'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sysconfdir='${prefix}/etc'
| target_alias=''
|
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
|
| #define COB_EXEEXT ".exe"
| #define COB_EXPORT_DYN "-Wl,--export-all-symbols -Wl,--enable-auto-import"
| #define COB_EXTRA_FLAGS "-march=i686 -mtune=pentium3"
| #define COB_HAS_INLINE 1
| #define COB_NO_SELFOPEN 1
| #define COB_PIC_FLAGS "-DDLL_EXPORT -DPIC"
| #define COB_SHARED_OPT "-shared"
| #define COB_STRIP_CMD "strip --strip-unneeded"
| #define HAVE_ALLOCA 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBPDCURSES 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MEMSET 1
| #define HAVE_PDCURSES_H 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIMEZONE 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_WCHAR_H 1
| #define PACKAGE "open-cobol"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PATCH_LEVEL 0
| #define STDC_HEADERS 1
| #define STDC_HEADERS 1
| #define USE_DB41 1
| #define VERSION "1.1"
| #define WITH_DB 3
| #define WITH_VARSEQ 0
| #define __USE_STRING_INLINES 1
|
| configure: exit 0



reply via email to

[Prev in Thread] Current Thread [Next in Thread]