## --------------------------------------- ## ## OpenCOBOL CE 1.1 test suite: Run Tests. ## ## --------------------------------------- ## run: command line was: $ /home/harald/src/open-cobol/trunk/open-cobol-ce/tests/run ## ---------- ## ## ChangeLog. ## ## ---------- ## | 2012-09-05 human | | * Change package name to OpenCOBOL CE | | 2008-11-17 Roger While | | * configure.ac : Correct sed usage | | 2008-11-15 Roger While | ## --------- ## ## Platform. ## ## --------- ## hostname = basilikum uname -m = i686 uname -r = 3.5.0-rc6-00040-g055c9fa uname -s = Linux uname -v = #12 SMP PREEMPT Wed Jul 11 11:22:41 CEST 2012 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/harald/src/open-cobol/trunk/open-cobol-ce/tests PATH: /home/harald/src/open-cobol/trunk/open-cobol-ce/tests/.././cobc PATH: /home/harald/src/open-cobol/trunk/open-cobol-ce/tests/.././bin PATH: /home/harald/src/open-cobol/trunk/open-cobol-ce/tests/.././libcob/.libs PATH: /home/harald/bin PATH: /opt/bin PATH: /opt/oracle/solstudio/bin PATH: /opt/open64/bin PATH: /opt/intel/composer_xe_2011_sp1.7.256/bin/ia32 PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/local/games PATH: /usr/games PATH: /opt/intel/composer_xe_2011_sp1.7.256/mpirt/bin/ia32 PATH: /usr/bin/mh PATH: /opt/xds/bin 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/harald/src/open-cobol/trunk/open-cobol-ce/tests' | at_srcdir='.' | abs_srcdir='/home/harald/src/open-cobol/trunk/open-cobol-ce/tests' | at_top_srcdir='..' | abs_top_srcdir='/home/harald/src/open-cobol/trunk/open-cobol-ce/tests/..' | at_top_builddir='../' | abs_top_builddir='/home/harald/src/open-cobol/trunk/open-cobol-ce/tests/../.' | | AUTOTEST_PATH='tests' | | SHELL=${CONFIG_SHELL-'/bin/bash'} run: atlocal: | ## | ## Copyright (C) 2003-2009 Keisuke Nishida | ## Copyright (C) 2008-2009 Roger While | ## | CC="gcc" | SHREXT="so" | SHROPT="-shared -fPIC -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 -lncurses -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/harald/src/open-cobol/trunk/open-cobol-ce/tests/.././cobc/cobc --version cobc (OpenCOBOL CE) 1.1.0 Copyright (C) 2001-2009 Keisuke Nishida / Roger While Built Jul 11 2012 20:40:42 Packaged Feb 06 2009 10:30:55 CET ## ------------------ ## ## Running the tests. ## ## ------------------ ## run: starting at: Wed Jul 11 20:41:21 CEST 2012 1. DISPLAY literals (fundamental.at:23): ok (0m0.073s 0m0.017s) 2. DISPLAY literals, DECIMAL-POINT is COMMA (fundamental.at:60): ok (0m0.073s 0m0.017s) 3. Hexadecimal literal (fundamental.at:88): ok (0m0.090s 0m0.033s) 4. DISPLAY data items with VALUE clause (fundamental.at:124): ok (0m0.080s 0m0.013s) 5. DISPLAY data items with MOVE statement (fundamental.at:169): ok (0m0.087s 0m0.010s) 6. GLOBAL at same level (fundamental.at:215): ok (0m0.090s 0m0.013s) 7. GLOBAL at lower level (fundamental.at:263): ok (0m0.090s 0m0.017s) 8. non-numeric subscript (subscripts.at:28): ok (0m0.000s 0m0.000s) 9. The range of subscripts (subscripts.at:56): ok (0m0.000s 0m0.000s) 10. Subscript out of bounds (1) (subscripts.at:96): ok (0m0.077s 0m0.013s) 11. Subscript out of bounds (2) (subscripts.at:120): ok (0m0.087s 0m0.003s) 12. Value of DEPENDING ON N out of bounds (lower) (subscripts.at:144): ok (0m0.080s 0m0.010s) 13. Value of DEPENDING ON N out of bounds (upper) (subscripts.at:168): ok (0m0.083s 0m0.007s) 14. Subscript bounds with ODO (lower) (subscripts.at:192): ok (0m0.000s 0m0.000s) 15. Subscript bounds with ODO (upper) (subscripts.at:215): ok (0m0.000s 0m0.000s) 16. Subscript bounds with ODO (subscripts.at:238): ok (0m0.077s 0m0.013s) 17. Subscript by arithmetic expression (subscripts.at:264): ok (0m0.077s 0m0.013s) 18. Separate sign positions (ref-mod.at:35): ok (0m0.070s 0m0.020s) 19. Static reference modification (ref-mod.at:60): ok (0m0.080s 0m0.013s) 20. Dynamic reference modification (ref-mod.at:90): ok (0m0.077s 0m0.017s) 21. Static out of bounds (ref-mod.at:121): ok (0m0.000s 0m0.000s) 22. Offset underflow (ref-mod.at:150): ok (0m0.087s 0m0.003s) 23. Offset overflow (ref-mod.at:172): ok (0m0.080s 0m0.010s) 24. Length underflow (ref-mod.at:194): ok (0m0.087s 0m0.003s) 25. Length overflow (ref-mod.at:216): ok (0m0.073s 0m0.017s) 26. ACCEPT (accept.at:23): ok (0m0.090s 0m0.007s) 27. INITIALIZE group entry with OCCURS (initialize.at:27): ok (0m0.070s 0m0.020s) 28. INITIALIZE OCCURS with numeric edited (initialize.at:52): ok (0m0.083s 0m0.010s) 29. INITIALIZE complex group (1) (initialize.at:75): ok (0m0.070s 0m0.020s) 30. INITIALIZE complex group (2) (initialize.at:99): ok (0m0.077s 0m0.017s) 31. INITIALIZE with REDEFINES (initialize.at:123): ok (0m0.077s 0m0.013s) 32. Source file not found (misc.at:21): ok (0m0.000s 0m0.000s) 33. Comma separator without space (misc.at:30): ok (0m0.077s 0m0.010s) 34. LOCAL-STORAGE (misc.at:47): ok (0m0.157s 0m0.023s) 35. EXTERNAL data item (misc.at:89): ok (0m0.147s 0m0.033s) 36. EXTERNAL AS data item (misc.at:131): ok (0m0.167s 0m0.013s) 37. cobcrun validation (misc.at:177): ok (0m0.153s 0m0.030s) 38. MOVE to itself (misc.at:221): ok (0m0.073s 0m0.017s) 39. MOVE with refmod (misc.at:241): ok (0m0.077s 0m0.013s) 40. MOVE with refmod (variable) (misc.at:261): ok (0m0.077s 0m0.013s) 41. MOVE with group refmod (misc.at:283): ok (0m0.073s 0m0.017s) 42. MOVE indexes (misc.at:304): ok (0m0.080s 0m0.010s) 43. MOVE X'00' (misc.at:326): ok (0m0.097s 0m0.027s) 44. Level 01 subscripts (misc.at:361): ok (0m0.000s 0m0.000s) 45. Class check with reference modification (misc.at:382): ok (0m0.087s 0m0.003s) 46. Index and parenthesized expression (misc.at:403): ok (0m0.000s 0m0.000s) 47. Alphanumeric and binary numeric (misc.at:423): ok (0m0.070s 0m0.017s) 48. Dynamic call with static linking (misc.at:447): ok (0m0.120s 0m0.023s) 49. CALL m1. CALL m2. CALL m1. (misc.at:472): ok (0m0.220s 0m0.047s) 50. CALL binary literal parameter/LENGTH OF (misc.at:525): ok (0m0.197s 0m0.040s) 51. INSPECT REPLACING LEADING ZEROS BY SPACES (misc.at:580): ok (0m0.077s 0m0.010s) 52. INSPECT: No repeat conversion check (misc.at:600): ok (0m0.080s 0m0.010s) 53. INSPECT: REPLACING figurative constant (misc.at:621): ok (0m0.083s 0m0.007s) 54. INSPECT: TALLYING BEFORE (misc.at:642): ok (0m0.077s 0m0.017s) 55. INSPECT: TALLYING AFTER (misc.at:672): ok (0m0.083s 0m0.010s) 56. INSPECT REPLACING TRAILING ZEROS BY SPACES (misc.at:701): ok (0m0.077s 0m0.010s) 57. INSPECT REPLACING complex (misc.at:721): ok (0m0.077s 0m0.013s) 58. SWITCHES (misc.at:743): ok (0m0.083s 0m0.010s) 59. Nested PERFORM (misc.at:801): ok (0m0.077s 0m0.013s) 60. EXIT PERFORM (misc.at:826): ok (0m0.060s 0m0.030s) 61. EXIT PERFORM CYCLE (misc.at:850): ok (0m0.070s 0m0.020s) 62. EXIT PARAGRAPH (misc.at:874): ok (0m0.073s 0m0.020s) 63. EXIT SECTION (misc.at:905): ok (0m0.077s 0m0.017s) 64. 88 with FILLER (misc.at:939): ok (0m0.073s 0m0.017s) 65. Non-overflow after overflow (misc.at:966): ok (0m0.083s 0m0.010s) 66. PERFORM ... CONTINUE (misc.at:993): ok (0m0.000s 0m0.000s) 67. STRING with subscript reference (misc.at:1009): ok (0m0.073s 0m0.017s) 68. UNSTRING DELIMITED ALL LOW-VALUE (misc.at:1032): ok (0m0.087s 0m0.007s) 69. READ INTO AT-END sequence (misc.at:1065): ok (0m0.077s 0m0.030s) 70. First READ on empty SEQUENTIAL INDEXED file (misc.at:1099): ok (0m0.087s 0m0.017s) 71. REWRITE a RELATIVE file with RANDOM access (misc.at:1134): ok (0m0.097s 0m0.020s) 72. SORT: table sort (misc.at:1188): ok (0m0.077s 0m0.017s) 73. SORT: EBCDIC table sort (misc.at:1225): ok (0m0.083s 0m0.013s) 74. SORT nonexistent file (misc.at:1269): ok (0m0.097s 0m0.007s) 75. PIC ZZZ-, ZZZ+ (misc.at:1303): ok (0m0.083s 0m0.010s) 76. Larger REDEFINES lengths (misc.at:1341): ok (0m0.087s 0m0.003s) 77. PERFORM type OSVS (misc.at:1381): ok (0m0.077s 0m0.020s) 78. Sticky LINKAGE (misc.at:1422): ok (0m0.167s 0m0.013s) 79. COB_PRE_LOAD test (misc.at:1472): ok (0m0.150s 0m0.020s) 80. COB_LOAD_CASE=UPPER test (misc.at:1496): ok (0m0.140s 0m0.030s) 81. 88 level with FALSE IS clause (misc.at:1520): ok (0m0.070s 0m0.020s) 82. ALLOCATE/FREE with BASED item (misc.at:1545): ok (0m0.083s 0m0.007s) 83. INITIZIALIZE with reference modification (misc.at:1569): ok (0m0.083s 0m0.007s) 84. CALL with OMITTED parameter (misc.at:1592): ok (0m0.150s 0m0.027s) 85. ANY LENGTH (misc.at:1630): ok (0m0.157s 0m0.023s) 86. BASED item non-ALLOCATED (debug) (misc.at:1670): ok (0m0.070s 0m0.020s) 87. COMP-5 (extensions.at:24): ok (0m0.103s 0m0.023s) 88. Hexadecimal numeric literal (extensions.at:71): ok (0m0.067s 0m0.023s) 89. Semi-parenthesized condition (extensions.at:99): ok (0m0.077s 0m0.010s) 90. ADDRESS OF (extensions.at:120): ok (0m0.087s 0m0.010s) 91. LENGTH OF (extensions.at:183): ok (0m0.087s 0m0.007s) 92. WHEN-COMPILED (extensions.at:217): ok (0m0.070s 0m0.020s) 93. Complex OCCURS DEPENDING ON (extensions.at:240): ok (0m0.073s 0m0.020s) 94. MOVE NON-INTEGER TO ALPHA-NUMERIC (extensions.at:268): ok (0m0.080s 0m0.023s) 95. CALL USING file-name (extensions.at:359): ok (0m0.133s 0m0.030s) 96. CALL unusual PROGRAM-ID. (extensions.at:401): ok (0m0.347s 0m0.080s) 97. Case independent PROGRAM-ID (extensions.at:464): ok (0m0.070s 0m0.023s) 98. PROGRAM-ID AS clause (extensions.at:487): ok (0m0.087s 0m0.007s) 99. Quoted PROGRAM-ID (extensions.at:510): ok (0m0.077s 0m0.017s) 100. ASSIGN MF (extensions.at:535): ok (0m0.073s 0m0.023s) 101. ASSIGN IBM (extensions.at:567): ok (0m0.093s 0m0.003s) 102. ASSIGN mapping (extensions.at:597): ok (0m0.093s 0m0.003s) 103. ASSIGN expansion (extensions.at:633): ok (0m0.090s 0m0.007s) 104. ASSIGN with COB_FILE_PATH (extensions.at:663): ok (0m0.080s 0m0.017s) 105. NUMBER-OF-CALL-PARAMETERS (extensions.at:696): ok (0m0.157s 0m0.027s) 106. PROCEDURE DIVISION USING BY ... (extensions.at:752): ok (0m0.160s 0m0.023s) 107. PROCEDURE DIVISION CHAINING ... (extensions.at:801): ok (0m0.070s 0m0.017s) 108. STOP RUN RETURNING (extensions.at:829): ok (0m0.077s 0m0.010s) 109. ENTRY (extensions.at:846): ok (0m0.147s 0m0.037s) 111. LINE SEQUENTIAL read (extensions.at:932): ok (0m0.097s 0m0.017s) 112. ASSIGN to KEYBOARD/DISPLAY (extensions.at:992): ok (0m0.087s 0m0.023s) 113. Environment/Argument variable (extensions.at:1048): ok (0m0.077s 0m0.017s) 114. DECIMAL-POINT is COMMA (1) (extensions.at:1093): ok (0m0.080s 0m0.010s) 115. DECIMAL-POINT is COMMA (2) (extensions.at:1119): ok (0m0.077s 0m0.013s) 116. DECIMAL-POINT is COMMA (3) (extensions.at:1145): ok (0m0.083s 0m0.007s) 117. DECIMAL-POINT is COMMA (4) (extensions.at:1171): ok (0m0.073s 0m0.017s) 118. DECIMAL-POINT is COMMA (5) (extensions.at:1197): ok (0m0.077s 0m0.017s) 119. 78 Level (1) (extensions.at:1229): ok (0m0.073s 0m0.017s) 120. 78 Level (2) (extensions.at:1250): ok (0m0.070s 0m0.020s) 121. 78 Level (3) (extensions.at:1274): ok (0m0.073s 0m0.017s) 122. Unreachable statement (extensions.at:1296): ok (0m0.080s 0m0.010s) 123. RETURN-CODE moving (return-code.at:23): ok (0m0.083s 0m0.007s) 124. RETURN-CODE passing (return-code.at:46): ok (0m0.217s 0m0.043s) 125. RETURN-CODE nested (return-code.at:89): ok (0m0.090s 0m0.007s) 126. FUNCTION ABS (functions.at:22): ok (0m0.083s 0m0.007s) 127. FUNCTION ACOS (functions.at:43): ok (0m0.083s 0m0.010s) 128. FUNCTION ANNUITY (functions.at:72): ok (0m0.083s 0m0.010s) 129. FUNCTION ASIN (functions.at:102): ok (0m0.077s 0m0.017s) 130. FUNCTION ATAN (functions.at:131): ok (0m0.083s 0m0.010s) 131. FUNCTION CHAR (functions.at:160): ok (0m0.080s 0m0.010s) 132. FUNCTION COMBINED-DATETIME (functions.at:181): ok (0m0.080s 0m0.010s) 133. FUNCTION CONCATENATE (functions.at:201): ok (0m0.080s 0m0.010s) 134. FUNCTION CONCATENATE with reference modding (functions.at:223): ok (0m0.077s 0m0.013s) 135. FUNCTION COS (functions.at:246): ok (0m0.080s 0m0.013s) 136. FUNCTION DATE-OF-INTEGER (functions.at:275): ok (0m0.080s 0m0.010s) 137. FUNCTION DATE-TO-YYYYMMDD (functions.at:295): ok (0m0.080s 0m0.010s) 138. FUNCTION DAY-OF-INTEGER (functions.at:315): ok (0m0.077s 0m0.013s) 139. FUNCTION DAY-TO-YYYYDDD (functions.at:335): ok (0m0.073s 0m0.017s) 140. FUNCTION E (functions.at:355): ok (0m0.073s 0m0.013s) 141. FUNCTION EXCEPTION-FILE (functions.at:375): ok (0m0.080s 0m0.017s) 142. FUNCTION EXCEPTION-LOCATION (functions.at:405): ok (0m0.090s 0m0.007s) 143. FUNCTION EXCEPTION-STATEMENT (functions.at:439): ok (0m0.073s 0m0.023s) 144. FUNCTION EXCEPTION-STATUS (functions.at:469): ok (0m0.077s 0m0.020s) 145. FUNCTION EXP (functions.at:499): ok (0m0.070s 0m0.020s) 146. FUNCTION FACTORIAL (functions.at:527): ok (0m0.077s 0m0.013s) 147. FUNCTION FRACTION-PART (functions.at:547): ok (0m0.073s 0m0.017s) 148. FUNCTION INTEGER (functions.at:570): ok (0m0.077s 0m0.013s) 149. FUNCTION INTEGER-OF-DATE (functions.at:591): ok (0m0.083s 0m0.007s) 150. FUNCTION INTEGER-OF-DAY (functions.at:611): ok (0m0.057s 0m0.030s) 151. FUNCTION INTEGER-PART (functions.at:631): ok (0m0.073s 0m0.013s) 152. FUNCTION LENGTH (functions.at:652): ok (0m0.080s 0m0.007s) 153. FUNCTION LOCALE-DATE (functions.at:673): ok (0m0.077s 0m0.013s) 154. FUNCTION LOCALE-TIME (functions.at:697): ok (0m0.070s 0m0.020s) 155. FUNCTION LOCALE-TIME-FROM-SECONDS (functions.at:721): ok (0m0.080s 0m0.010s) 156. FUNCTION LOG (functions.at:745): ok (0m0.077s 0m0.017s) 157. FUNCTION LOG10 (functions.at:774): ok (0m0.073s 0m0.020s) 158. FUNCTION LOWER-CASE (functions.at:803): ok (0m0.070s 0m0.020s) 159. FUNCTION LOWER-CASE with reference modding (functions.at:824): ok (0m0.070s 0m0.020s) 160. FUNCTION MAX (functions.at:845): ok (0m0.077s 0m0.013s) 161. FUNCTION MEAN (functions.at:865): ok (0m0.073s 0m0.017s) 162. FUNCTION MEDIAN (functions.at:885): ok (0m0.077s 0m0.013s) 163. FUNCTION MIDRANGE (functions.at:905): ok (0m0.083s 0m0.007s) 164. FUNCTION MIN (functions.at:925): ok (0m0.083s 0m0.007s) 165. FUNCTION MOD (functions.at:945): ok (0m0.073s 0m0.017s) 166. FUNCTION NUMVAL (functions.at:965): ok (0m0.087s 0m0.003s) 167. FUNCTION NUMVAL-C (functions.at:986): ok (0m0.077s 0m0.013s) 168. FUNCTION ORD (functions.at:1007): ok (0m0.070s 0m0.020s) 169. FUNCTION ORD-MAX (functions.at:1027): ok (0m0.067s 0m0.023s) 170. FUNCTION ORD-MIN (functions.at:1047): ok (0m0.077s 0m0.013s) 171. FUNCTION PI (functions.at:1067): ok (0m0.067s 0m0.023s) 172. FUNCTION PRESENT-VALUE (functions.at:1087): ok (0m0.067s 0m0.020s) 173. FUNCTION RANGE (functions.at:1107): ok (0m0.077s 0m0.013s) 174. FUNCTION REM (functions.at:1127): ok (0m0.077s 0m0.013s) 175. FUNCTION REVERSE (functions.at:1147): ok (0m0.073s 0m0.017s) 176. FUNCTION REVERSE with reference modding (functions.at:1168): ok (0m0.070s 0m0.020s) 177. FUNCTION SECONDS-FROM-FORMATTED-TIME (functions.at:1189): ok (0m0.070s 0m0.023s) 178. FUNCTION SECONDS-PAST-MIDNIGHT (functions.at:1218): ok (0m0.077s 0m0.013s) 179. FUNCTION SIGN (functions.at:1245): ok (0m0.070s 0m0.020s) 180. FUNCTION SIN (functions.at:1274): ok (0m0.080s 0m0.010s) 181. FUNCTION SQRT (functions.at:1303): ok (0m0.083s 0m0.007s) 182. FUNCTION STANDARD-DEVIATION (functions.at:1332): ok (0m0.067s 0m0.023s) 183. FUNCTION STORED-CHAR-LENGTH (functions.at:1360): ok (0m0.080s 0m0.010s) 184. FUNCTION SUBSTITUTE (functions.at:1382): ok (0m0.077s 0m0.013s) 185. FUNCTION SUBSTITUTE with reference modding (functions.at:1404): ok (0m0.080s 0m0.010s) 186. FUNCTION SUBSTITUTE-CASE (functions.at:1427): ok (0m0.070s 0m0.020s) 187. FUNCTION SUBSTITUTE-CASE with reference mod (functions.at:1449): ok (0m0.073s 0m0.020s) 188. FUNCTION TAN (functions.at:1472): ok (0m0.080s 0m0.013s) 189. FUNCTION TRIM (functions.at:1501): ok (0m0.077s 0m0.013s) 190. FUNCTION TRIM with reference modding (functions.at:1525): ok (0m0.077s 0m0.013s) 191. FUNCTION UPPER-CASE (functions.at:1549): ok (0m0.073s 0m0.013s) 192. FUNCTION UPPER-CASE with reference modding (functions.at:1570): ok (0m0.077s 0m0.010s) 193. FUNCTION VARIANCE (functions.at:1591): ok (0m0.073s 0m0.013s) 194. FUNCTION WHEN-COMPILED (functions.at:1611): ok (0m0.080s 0m0.010s) run: ending at: Wed Jul 11 20:41:47 CEST 2012 run: test suite duration: 0h 0m 26s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: All 194 tests were run, 1 failed unexpectedly. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: OpenCOBOL CE 1.1 test suite: Run Tests test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 110: extensions.at:892 LINE SEQUENTIAL write ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 110. extensions.at:892: testing LINE SEQUENTIAL write ... ./extensions.at:920: ${COMPILE} -o prog prog.cob ./extensions.at:921: ./prog ./extensions.at:922: cat TEST-FILE --- - 2012-07-11 20:41:36.493814199 +0200 +++ /home/harald/src/open-cobol/trunk/open-cobol-ce/tests/run.dir/at-groups/110/stdout 2012-07-11 20:41:36.491925950 +0200 @@ -1,6 +1,7 @@ a -ababc +ab +abc abcd 110. extensions.at:892: 110. LINE SEQUENTIAL write (extensions.at:892): FAILED (extensions.at:922) ## ------------- ## ## ../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 CE configure 1.1, which was | generated by GNU Autoconf 2.59. Invocation command line was | | $ ./configure --enable-param-check | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = basilikum | uname -m = i686 | uname -r = 3.5.0-rc6-00040-g055c9fa | uname -s = Linux | uname -v = #12 SMP PREEMPT Wed Jul 11 11:22:41 CEST 2012 | | /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/harald/bin | PATH: /opt/bin | PATH: /opt/oracle/solstudio/bin | PATH: /opt/gcc/bin | PATH: /opt/open64/bin | PATH: /opt/intel/composer_xe_2011_sp1.7.256/bin/ia32 | PATH: /usr/local/bin | PATH: /usr/bin | PATH: /bin | PATH: /usr/local/games | PATH: /usr/games | PATH: /opt/intel/composer_xe_2011_sp1.7.256/mpirt/bin/ia32 | PATH: /usr/pkg/bin | PATH: /usr/bin/mh | PATH: /usr/local/games | PATH: /opt/xds/bin | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:1593: checking for a BSD-compatible install | configure:1648: result: /usr/bin/install -c | configure:1659: checking whether build environment is sane | configure:1702: result: yes | configure:1767: checking for gawk | configure:1783: found /usr/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 /usr/bin/gcc | configure:2162: result: gcc | configure:2183: checking for C compiler version | configure:2186: gcc --version &5 | gcc (Debian 4.7.1-4) 4.7.1 | Copyright (C) 2012 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 &5 | Using built-in specs. | COLLECT_GCC=gcc | COLLECT_LTO_WRAPPER=/usr/lib/gcc/i486-linux-gnu/4.7/lto-wrapper | Target: i486-linux-gnu | Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.1-4' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu | Thread model: posix | gcc version 4.7.1 (Debian 4.7.1-4) | configure:2194: $? = 0 | configure:2196: gcc -V &5 | gcc: error: unrecognized command line option '-V' | gcc: fatal error: no input files | compilation terminated. | configure:2199: $? = 4 | configure:2222: checking for C compiler default output file name | configure:2225: gcc conftest.c >&5 | configure:2228: $? = 0 | configure:2274: result: a.out | configure:2279: checking whether the C compiler works | configure:2285: ./a.out | 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 conftest.c >&5 | configure:2322: $? = 0 | configure:2347: result: | 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:3: error: unknown type name 'choke' | conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input | 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: fatal error: ac_nonexistent.h: No such file or directory | compilation terminated. | configure:3055: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "OpenCOBOL CE" | | #define PACKAGE_TARNAME "open-cobol-ce" | | #define PACKAGE_VERSION "1.1" | | #define PACKAGE_STRING "OpenCOBOL CE 1.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "open-cobol-ce" | | #define VERSION "1.1" | | #define __USE_STRING_INLINES 1 | | /* end confdefs.h. */ | | #include | configure:3094: result: gcc -E | configure:3118: gcc -E conftest.c | configure:3124: $? = 0 | configure:3156: gcc -E conftest.c | conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory | compilation terminated. | configure:3162: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "OpenCOBOL CE" | | #define PACKAGE_TARNAME "open-cobol-ce" | | #define PACKAGE_VERSION "1.1" | | #define PACKAGE_STRING "OpenCOBOL CE 1.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "open-cobol-ce" | | #define VERSION "1.1" | | #define __USE_STRING_INLINES 1 | | /* end confdefs.h. */ | | #include | 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:3381: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:29:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | configure:3384: $? = 0 | configure:3386: ./conftest | configure:3389: $? = 0 | configure:3404: result: yes | configure:3428: checking for sys/types.h | configure:3444: gcc -c -g -O2 conftest.c >&5 | configure:3450: $? = 0 | configure:3454: test -z | || test ! -s conftest.err | configure:3457: $? = 0 | configure:3460: test -s conftest.o | configure:3463: $? = 0 | configure:3474: result: yes | configure:3428: checking for sys/stat.h | configure:3444: gcc -c -g -O2 conftest.c >&5 | configure:3450: $? = 0 | configure:3454: test -z | || test ! -s conftest.err | configure:3457: $? = 0 | configure:3460: test -s conftest.o | configure:3463: $? = 0 | configure:3474: result: yes | configure:3428: checking for stdlib.h | configure:3444: gcc -c -g -O2 conftest.c >&5 | configure:3450: $? = 0 | configure:3454: test -z | || test ! -s conftest.err | configure:3457: $? = 0 | configure:3460: test -s conftest.o | configure:3463: $? = 0 | configure:3474: result: yes | configure:3428: checking for string.h | configure:3444: gcc -c -g -O2 conftest.c >&5 | configure:3450: $? = 0 | configure:3454: test -z | || test ! -s conftest.err | configure:3457: $? = 0 | configure:3460: test -s conftest.o | configure:3463: $? = 0 | configure:3474: result: yes | configure:3428: checking for memory.h | configure:3444: gcc -c -g -O2 conftest.c >&5 | configure:3450: $? = 0 | configure:3454: test -z | || test ! -s conftest.err | configure:3457: $? = 0 | configure:3460: test -s conftest.o | configure:3463: $? = 0 | configure:3474: result: yes | configure:3428: checking for strings.h | configure:3444: gcc -c -g -O2 conftest.c >&5 | configure:3450: $? = 0 | configure:3454: test -z | || test ! -s conftest.err | configure:3457: $? = 0 | configure:3460: test -s conftest.o | configure:3463: $? = 0 | configure:3474: result: yes | configure:3428: checking for inttypes.h | configure:3444: gcc -c -g -O2 conftest.c >&5 | configure:3450: $? = 0 | configure:3454: test -z | || test ! -s conftest.err | configure:3457: $? = 0 | configure:3460: test -s conftest.o | configure:3463: $? = 0 | configure:3474: result: yes | configure:3428: checking for stdint.h | configure:3444: gcc -c -g -O2 conftest.c >&5 | configure:3450: $? = 0 | configure:3454: test -z | || test ! -s conftest.err | configure:3457: $? = 0 | configure:3460: test -s conftest.o | configure:3463: $? = 0 | configure:3474: result: yes | configure:3428: checking for unistd.h | configure:3444: gcc -c -g -O2 conftest.c >&5 | configure:3450: $? = 0 | configure:3454: test -z | || test ! -s conftest.err | configure:3457: $? = 0 | configure:3460: test -s conftest.o | configure:3463: $? = 0 | configure:3474: result: yes | configure:4399: checking whether ln -s works | configure:4403: result: yes | configure:4423: checking for a BSD-compatible install | configure:4478: result: /usr/bin/install -c | configure:4571: checking build system type | configure:4589: result: i686-pc-linux-gnu | configure:4597: checking host system type | configure:4611: result: i686-pc-linux-gnu | configure:4619: checking for a sed that does not truncate output | configure:4675: result: /bin/sed | configure:4689: checking for ld used by gcc | configure:4756: result: /usr/bin/ld | configure:4765: checking if the linker (/usr/bin/ld) is GNU ld | configure:4780: result: yes | configure:4785: checking for /usr/bin/ld option to reload object files | configure:4792: result: -r | configure:4810: checking for BSD-compatible nm | configure:4859: result: /usr/bin/nm -B | configure:4863: checking how to recognize dependent libraries | configure:5049: result: pass_all | configure:5543: checking dlfcn.h usability | configure:5555: gcc -c -g -O2 conftest.c >&5 | configure:5561: $? = 0 | configure:5565: test -z | || test ! -s conftest.err | configure:5568: $? = 0 | configure:5571: test -s conftest.o | configure:5574: $? = 0 | configure:5584: result: yes | configure:5588: checking dlfcn.h presence | configure:5598: gcc -E conftest.c | configure:5604: $? = 0 | configure:5624: result: yes | configure:5659: checking for dlfcn.h | configure:5666: result: yes | configure:5922: checking the maximum length of command line arguments | configure:6034: result: 1572864 | configure:6046: checking command to parse /usr/bin/nm -B output from gcc object | configure:6151: gcc -c -g -O2 conftest.c >&5 | configure:6154: $? = 0 | configure:6158: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm | configure:6161: $? = 0 | configure:6213: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 | configure:6216: $? = 0 | configure:6254: result: ok | configure:6258: checking for objdir | configure:6273: result: .libs | configure:6363: checking for ar | configure:6379: found /usr/bin/ar | configure:6390: result: ar | configure:6443: checking for ranlib | configure:6459: found /usr/bin/ranlib | configure:6470: result: ranlib | configure:6523: checking for strip | configure:6539: found /usr/bin/strip | configure:6550: result: strip | configure:6822: checking if gcc supports -fno-rtti -fno-exceptions | configure:6840: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] | configure:6844: $? = 0 | configure:6857: result: no | configure:6872: checking for gcc option to produce PIC | configure:7104: result: -fPIC | configure:7112: checking if gcc PIC flag -fPIC works | configure:7130: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 | configure:7134: $? = 0 | configure:7147: result: yes | configure:7175: checking if gcc static flag -static works | configure:7203: result: yes | configure:7213: 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:7260: result: yes | configure:7286: checking whether the gcc linker (/usr/bin/ld) supports shared libraries | configure:8270: result: yes | configure:8291: checking whether -lc should be explicitly linked in | configure:8296: gcc -c -g -O2 conftest.c >&5 | configure:8299: $? = 0 | configure:8314: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 | configure:8317: $? = 0 | configure:8329: result: no | configure:8337: checking dynamic linker characteristics | configure:8939: result: GNU/Linux ld.so | configure:8948: checking how to hardcode library paths into programs | configure:8973: result: immediate | configure:8987: checking whether stripping libraries is possible | configure:8992: result: yes | configure:9119: checking for shl_load | configure:9176: gcc -o conftest -g -O2 conftest.c >&5 | /tmp/ccwWKGc9.o:(.data+0x0): undefined reference to `shl_load' | /tmp/ccwWKGc9.o: In function `main': | /home/harald/src/open-cobol/trunk/open-cobol-ce/conftest.c:67: undefined reference to `shl_load' | collect2: error: ld returned 1 exit status | configure:9182: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "OpenCOBOL CE" | | #define PACKAGE_TARNAME "open-cobol-ce" | | #define PACKAGE_VERSION "1.1" | | #define PACKAGE_STRING "OpenCOBOL CE 1.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "open-cobol-ce" | | #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 COB_PARAM_CHECK 1 | | #define PATCH_LEVEL 0 | | #define WITH_VARSEQ 0 | | #define HAVE_DLFCN_H 1 | | /* end confdefs.h. */ | | /* Define shl_load to an innocuous variant, in case declares shl_load. | | For example, HP-UX 11i declares gettimeofday. */ | | #define shl_load innocuous_shl_load | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char shl_load (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef shl_load | | | | /* Override any 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 shl_load (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined (__stub_shl_load) || defined (__stub___shl_load) | | choke me | | #else | | char (*f) () = shl_load; | | #endif | | #ifdef __cplusplus | | } | | #endif | | | | int | | main () | | { | | return f != shl_load; | | ; | | return 0; | | } | configure:9207: result: no | configure:9212: checking for shl_load in -ldld | configure:9242: gcc -o conftest -g -O2 conftest.c -ldld >&5 | /usr/bin/ld: cannot find -ldld | collect2: error: ld returned 1 exit status | configure:9248: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "OpenCOBOL CE" | | #define PACKAGE_TARNAME "open-cobol-ce" | | #define PACKAGE_VERSION "1.1" | | #define PACKAGE_STRING "OpenCOBOL CE 1.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "open-cobol-ce" | | #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 COB_PARAM_CHECK 1 | | #define PATCH_LEVEL 0 | | #define WITH_VARSEQ 0 | | #define HAVE_DLFCN_H 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 shl_load (); | | int | | main () | | { | | shl_load (); | | ; | | return 0; | | } | configure:9274: result: no | configure:9279: checking for dlopen | configure:9336: gcc -o conftest -g -O2 conftest.c >&5 | /tmp/ccWDR33c.o:(.data+0x0): undefined reference to `dlopen' | /tmp/ccWDR33c.o: In function `main': | /home/harald/src/open-cobol/trunk/open-cobol-ce/conftest.c:67: undefined reference to `dlopen' | collect2: error: ld returned 1 exit status | configure:9342: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "OpenCOBOL CE" | | #define PACKAGE_TARNAME "open-cobol-ce" | | #define PACKAGE_VERSION "1.1" | | #define PACKAGE_STRING "OpenCOBOL CE 1.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "open-cobol-ce" | | #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 COB_PARAM_CHECK 1 | | #define PATCH_LEVEL 0 | | #define WITH_VARSEQ 0 | | #define HAVE_DLFCN_H 1 | | /* end confdefs.h. */ | | /* Define dlopen to an innocuous variant, in case declares dlopen. | | For example, HP-UX 11i declares gettimeofday. */ | | #define dlopen innocuous_dlopen | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char dlopen (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef dlopen | | | | /* 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 dlopen (); | | /* 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_dlopen) || defined (__stub___dlopen) | | choke me | | #else | | char (*f) () = dlopen; | | #endif | | #ifdef __cplusplus | | } | | #endif | | | | int | | main () | | { | | return f != dlopen; | | ; | | return 0; | | } | configure:9367: result: no | configure:9372: checking for dlopen in -ldl | configure:9402: gcc -o conftest -g -O2 conftest.c -ldl >&5 | configure:9408: $? = 0 | configure:9412: test -z | || test ! -s conftest.err | configure:9415: $? = 0 | configure:9418: test -s conftest | configure:9421: $? = 0 | configure:9434: result: yes | configure:9609: checking whether a program can dlopen itself | configure:9683: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 | configure: In function 'main': | configure:9679:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | configure:9686: $? = 0 | configure:9704: result: yes | configure:9709: checking whether a statically linked program can dlopen itself | configure:9783: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5 | configure: In function 'main': | configure:9779:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | /tmp/ccccauIq.o: In function `main': | /home/harald/src/open-cobol/trunk/open-cobol-ce/configure:9767: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking | configure:9786: $? = 0 | /opt/intel/composer_xe_2011_sp1.7.256/compiler/lib/ia32/: cannot read file data: Is a directory | configure:9804: result: no | configure:9827: checking if libtool supports shared libraries | configure:9829: result: yes | configure:9832: checking whether to build shared libraries | configure:9853: result: yes | configure:9856: checking whether to build static libraries | configure:9860: result: yes | configure:9953: creating libtool | configure:19157: checking whether make sets $(MAKE) | configure:19177: result: yes | configure:19188: checking for ANSI C header files | configure:19344: result: yes | configure:19369: checking for stdint.h | configure:19374: result: yes | configure:19369: checking for sys/types.h | configure:19374: result: yes | configure:19378: checking signal.h usability | configure:19390: gcc -c -g -O2 conftest.c >&5 | configure:19396: $? = 0 | configure:19400: test -z | || test ! -s conftest.err | configure:19403: $? = 0 | configure:19406: test -s conftest.o | configure:19409: $? = 0 | configure:19419: result: yes | configure:19423: checking signal.h presence | configure:19433: gcc -E conftest.c | configure:19439: $? = 0 | configure:19459: result: yes | configure:19494: checking for signal.h | configure:19501: result: yes | configure:19378: checking fcntl.h usability | configure:19390: gcc -c -g -O2 conftest.c >&5 | configure:19396: $? = 0 | configure:19400: test -z | || test ! -s conftest.err | configure:19403: $? = 0 | configure:19406: test -s conftest.o | configure:19409: $? = 0 | configure:19419: result: yes | configure:19423: checking fcntl.h presence | configure:19433: gcc -E conftest.c | configure:19439: $? = 0 | configure:19459: result: yes | configure:19494: checking for fcntl.h | configure:19501: result: yes | configure:19378: checking malloc.h usability | configure:19390: gcc -c -g -O2 conftest.c >&5 | configure:19396: $? = 0 | configure:19400: test -z | || test ! -s conftest.err | configure:19403: $? = 0 | configure:19406: test -s conftest.o | configure:19409: $? = 0 | configure:19419: result: yes | configure:19423: checking malloc.h presence | configure:19433: gcc -E conftest.c | configure:19439: $? = 0 | configure:19459: result: yes | configure:19494: checking for malloc.h | configure:19501: result: yes | configure:19378: checking locale.h usability | configure:19390: gcc -c -g -O2 conftest.c >&5 | configure:19396: $? = 0 | configure:19400: test -z | || test ! -s conftest.err | configure:19403: $? = 0 | configure:19406: test -s conftest.o | configure:19409: $? = 0 | configure:19419: result: yes | configure:19423: checking locale.h presence | configure:19433: gcc -E conftest.c | configure:19439: $? = 0 | configure:19459: result: yes | configure:19494: checking for locale.h | configure:19501: result: yes | configure:19378: checking stddef.h usability | configure:19390: gcc -c -g -O2 conftest.c >&5 | configure:19396: $? = 0 | configure:19400: test -z | || test ! -s conftest.err | configure:19403: $? = 0 | configure:19406: test -s conftest.o | configure:19409: $? = 0 | configure:19419: result: yes | configure:19423: checking stddef.h presence | configure:19433: gcc -E conftest.c | configure:19439: $? = 0 | configure:19459: result: yes | configure:19494: checking for stddef.h | configure:19501: result: yes | configure:19378: checking wchar.h usability | configure:19390: gcc -c -g -O2 conftest.c >&5 | configure:19396: $? = 0 | configure:19400: test -z | || test ! -s conftest.err | configure:19403: $? = 0 | configure:19406: test -s conftest.o | configure:19409: $? = 0 | configure:19419: result: yes | configure:19423: checking wchar.h presence | configure:19433: gcc -E conftest.c | configure:19439: $? = 0 | configure:19459: result: yes | configure:19494: checking for wchar.h | configure:19501: result: yes | configure:19369: checking for dlfcn.h | configure:19374: result: yes | configure:19378: checking sys/time.h usability | configure:19390: gcc -c -g -O2 conftest.c >&5 | configure:19396: $? = 0 | configure:19400: test -z | || test ! -s conftest.err | configure:19403: $? = 0 | configure:19406: test -s conftest.o | configure:19409: $? = 0 | configure:19419: result: yes | configure:19423: checking sys/time.h presence | configure:19433: gcc -E conftest.c | configure:19439: $? = 0 | configure:19459: result: yes | configure:19494: checking for sys/time.h | configure:19501: result: yes | configure:19516: checking for an ANSI C-conforming const | configure:19583: gcc -c -g -O2 conftest.c >&5 | configure:19589: $? = 0 | configure:19593: test -z | || test ! -s conftest.err | configure:19596: $? = 0 | configure:19599: test -s conftest.o | configure:19602: $? = 0 | configure:19613: result: yes | configure:19623: checking whether byte ordering is bigendian | configure:19650: gcc -c -g -O2 conftest.c >&5 | configure:19656: $? = 0 | configure:19660: test -z | || test ! -s conftest.err | configure:19663: $? = 0 | configure:19666: test -s conftest.o | configure:19669: $? = 0 | configure:19693: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:45:2: error: unknown type name 'not' | conftest.c:45:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' | configure:19699: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "OpenCOBOL CE" | | #define PACKAGE_TARNAME "open-cobol-ce" | | #define PACKAGE_VERSION "1.1" | | #define PACKAGE_STRING "OpenCOBOL CE 1.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "open-cobol-ce" | | #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 COB_PARAM_CHECK 1 | | #define PATCH_LEVEL 0 | | #define WITH_VARSEQ 0 | | #define HAVE_DLFCN_H 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | #if BYTE_ORDER != BIG_ENDIAN | | not big endian | | #endif | | | | ; | | return 0; | | } | configure:19834: result: no | configure:19853: checking for size_t | configure:19877: gcc -c -g -O2 conftest.c >&5 | configure:19883: $? = 0 | configure:19887: test -z | || test ! -s conftest.err | configure:19890: $? = 0 | configure:19893: test -s conftest.o | configure:19896: $? = 0 | configure:19907: result: yes | configure:19919: checking whether struct tm is in sys/time.h or time.h | configure:19942: gcc -c -g -O2 conftest.c >&5 | configure:19948: $? = 0 | configure:19952: test -z | || test ! -s conftest.err | configure:19955: $? = 0 | configure:19958: test -s conftest.o | configure:19961: $? = 0 | configure:19972: result: time.h | configure:19983: checking for inline | configure:20004: gcc -c -g -O2 conftest.c >&5 | configure:20010: $? = 0 | configure:20014: test -z | || test ! -s conftest.err | configure:20017: $? = 0 | configure:20020: test -s conftest.o | configure:20023: $? = 0 | configure:20035: result: inline | configure:20066: checking for working alloca.h | configure:20087: gcc -o conftest -g -O2 conftest.c >&5 | configure:20093: $? = 0 | configure:20097: test -z | || test ! -s conftest.err | configure:20100: $? = 0 | configure:20103: test -s conftest | configure:20106: $? = 0 | configure:20118: result: yes | configure:20128: checking for alloca | configure:20169: gcc -o conftest -g -O2 conftest.c >&5 | configure:20175: $? = 0 | configure:20179: test -z | || test ! -s conftest.err | configure:20182: $? = 0 | configure:20185: test -s conftest | configure:20188: $? = 0 | configure:20200: result: yes | configure:20427: checking for vprintf | configure:20484: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:65:6: warning: conflicting types for built-in function 'vprintf' [enabled by default] | configure:20490: $? = 0 | configure:20494: test -z | || test ! -s conftest.err | configure:20497: $? = 0 | configure:20500: test -s conftest | configure:20503: $? = 0 | configure:20515: result: yes | configure:20522: checking for _doprnt | configure:20579: gcc -o conftest -g -O2 conftest.c >&5 | /tmp/ccnpX9XN.o:(.data+0x0): undefined reference to `_doprnt' | /tmp/ccnpX9XN.o: In function `main': | /home/harald/src/open-cobol/trunk/open-cobol-ce/conftest.c:82: undefined reference to `_doprnt' | collect2: error: ld returned 1 exit status | configure:20585: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "OpenCOBOL CE" | | #define PACKAGE_TARNAME "open-cobol-ce" | | #define PACKAGE_VERSION "1.1" | | #define PACKAGE_STRING "OpenCOBOL CE 1.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "open-cobol-ce" | | #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 COB_PARAM_CHECK 1 | | #define PATCH_LEVEL 0 | | #define WITH_VARSEQ 0 | | #define HAVE_DLFCN_H 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define COB_HAS_INLINE 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_VPRINTF 1 | | /* end confdefs.h. */ | | /* Define _doprnt to an innocuous variant, in case declares _doprnt. | | For example, HP-UX 11i declares gettimeofday. */ | | #define _doprnt innocuous__doprnt | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char _doprnt (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef _doprnt | | | | /* Override any 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:20610: result: no | configure:20640: checking for memmove | configure:20697: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:66:6: warning: conflicting types for built-in function 'memmove' [enabled by default] | configure:20703: $? = 0 | configure:20707: test -z | || test ! -s conftest.err | configure:20710: $? = 0 | configure:20713: test -s conftest | configure:20716: $? = 0 | configure:20728: result: yes | configure:20640: checking for memset | configure:20697: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:67:6: warning: conflicting types for built-in function 'memset' [enabled by default] | configure:20703: $? = 0 | configure:20707: test -z | || test ! -s conftest.err | configure:20710: $? = 0 | configure:20713: test -s conftest | configure:20716: $? = 0 | configure:20728: result: yes | configure:20640: checking for setlocale | configure:20697: gcc -o conftest -g -O2 conftest.c >&5 | configure:20703: $? = 0 | configure:20707: test -z | || test ! -s conftest.err | configure:20710: $? = 0 | configure:20713: test -s conftest | configure:20716: $? = 0 | configure:20728: result: yes | configure:20640: checking for fcntl | configure:20697: gcc -o conftest -g -O2 conftest.c >&5 | configure:20703: $? = 0 | configure:20707: test -z | || test ! -s conftest.err | configure:20710: $? = 0 | configure:20713: test -s conftest | configure:20716: $? = 0 | configure:20728: result: yes | configure:20640: checking for strerror | configure:20697: gcc -o conftest -g -O2 conftest.c >&5 | configure:20703: $? = 0 | configure:20707: test -z | || test ! -s conftest.err | configure:20710: $? = 0 | configure:20713: test -s conftest | configure:20716: $? = 0 | configure:20728: result: yes | configure:20640: checking for strcasecmp | configure:20697: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:71:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default] | configure:20703: $? = 0 | configure:20707: test -z | || test ! -s conftest.err | configure:20710: $? = 0 | configure:20713: test -s conftest | configure:20716: $? = 0 | configure:20728: result: yes | configure:20640: checking for strchr | configure:20697: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:72:6: warning: conflicting types for built-in function 'strchr' [enabled by default] | configure:20703: $? = 0 | configure:20707: test -z | || test ! -s conftest.err | configure:20710: $? = 0 | configure:20713: test -s conftest | configure:20716: $? = 0 | configure:20728: result: yes | configure:20640: checking for strrchr | configure:20697: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:73:6: warning: conflicting types for built-in function 'strrchr' [enabled by default] | configure:20703: $? = 0 | configure:20707: test -z | || test ! -s conftest.err | configure:20710: $? = 0 | configure:20713: test -s conftest | configure:20716: $? = 0 | configure:20728: result: yes | configure:20640: checking for strdup | configure:20697: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:74:6: warning: conflicting types for built-in function 'strdup' [enabled by default] | configure:20703: $? = 0 | configure:20707: test -z | || test ! -s conftest.err | configure:20710: $? = 0 | configure:20713: test -s conftest | configure:20716: $? = 0 | configure:20728: result: yes | configure:20640: checking for strstr | configure:20697: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:75:6: warning: conflicting types for built-in function 'strstr' [enabled by default] | configure:20703: $? = 0 | configure:20707: test -z | || test ! -s conftest.err | configure:20710: $? = 0 | configure:20713: test -s conftest | configure:20716: $? = 0 | configure:20728: result: yes | configure:20640: checking for strtol | configure:20697: gcc -o conftest -g -O2 conftest.c >&5 | configure:20703: $? = 0 | configure:20707: test -z | || test ! -s conftest.err | configure:20710: $? = 0 | configure:20713: test -s conftest | configure:20716: $? = 0 | configure:20728: result: yes | configure:20640: checking for gettimeofday | configure:20697: gcc -o conftest -g -O2 conftest.c >&5 | configure:20703: $? = 0 | configure:20707: test -z | || test ! -s conftest.err | configure:20710: $? = 0 | configure:20713: test -s conftest | configure:20716: $? = 0 | configure:20728: result: yes | configure:20756: gcc -c -g -O2 conftest.c >&5 | configure:20762: $? = 0 | configure:20766: test -z | || test ! -s conftest.err | configure:20769: $? = 0 | configure:20772: test -s conftest.o | configure:20775: $? = 0 | configure:20829: checking for ld used by GCC | configure:20893: result: /usr/bin/ld | configure:20902: checking if the linker (/usr/bin/ld) is GNU ld | configure:20915: result: yes | configure:20921: checking for shared library run path origin | configure:20934: result: done | configure:21364: checking for iconv | configure:21391: gcc -o conftest -g -O2 conftest.c >&5 | configure:21397: $? = 0 | configure:21401: test -z | || test ! -s conftest.err | configure:21404: $? = 0 | configure:21407: test -s conftest | configure:21410: $? = 0 | configure:21476: result: yes | configure:21499: checking for iconv declaration | configure:21533: gcc -c -g -O2 conftest.c >&5 | configure:21539: $? = 0 | configure:21543: test -z | || test ! -s conftest.err | configure:21546: $? = 0 | configure:21549: test -s conftest.o | configure:21552: $? = 0 | configure:21567: result: | extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | configure:21578: checking for nl_langinfo and CODESET | configure:21599: gcc -o conftest -g -O2 conftest.c >&5 | configure:21605: $? = 0 | configure:21609: test -z | || test ! -s conftest.err | configure:21612: $? = 0 | configure:21615: test -s conftest | configure:21618: $? = 0 | configure:21631: result: yes | configure:21646: checking for getopt_long_only | configure:21703: gcc -o conftest -g -O2 conftest.c >&5 | configure:21709: $? = 0 | configure:21713: test -z | || test ! -s conftest.err | configure:21716: $? = 0 | configure:21719: test -s conftest | configure:21722: $? = 0 | configure:21734: result: yes | configure:21752: checking kpathsea/getopt.h usability | configure:21764: gcc -c -g -O2 conftest.c >&5 | conftest.c:92:29: fatal error: kpathsea/getopt.h: No such file or directory | compilation terminated. | configure:21770: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "OpenCOBOL CE" | | #define PACKAGE_TARNAME "open-cobol-ce" | | #define PACKAGE_VERSION "1.1" | | #define PACKAGE_STRING "OpenCOBOL CE 1.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "open-cobol-ce" | | #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 COB_PARAM_CHECK 1 | | #define PATCH_LEVEL 0 | | #define WITH_VARSEQ 0 | | #define HAVE_DLFCN_H 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define COB_HAS_INLINE 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_LANGINFO_CODESET 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #else | | # if HAVE_STDINT_H | | # include | | # endif | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:21793: result: no | configure:21797: checking kpathsea/getopt.h presence | configure:21807: gcc -E conftest.c | conftest.c:58:29: fatal error: kpathsea/getopt.h: No such file or directory | compilation terminated. | configure:21813: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "OpenCOBOL CE" | | #define PACKAGE_TARNAME "open-cobol-ce" | | #define PACKAGE_VERSION "1.1" | | #define PACKAGE_STRING "OpenCOBOL CE 1.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "open-cobol-ce" | | #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 COB_PARAM_CHECK 1 | | #define PATCH_LEVEL 0 | | #define WITH_VARSEQ 0 | | #define HAVE_DLFCN_H 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define COB_HAS_INLINE 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_LANGINFO_CODESET 1 | | /* end confdefs.h. */ | | #include | configure:21833: result: no | configure:21868: checking for kpathsea/getopt.h | configure:21875: result: no | configure:21752: checking getopt.h usability | configure:21764: gcc -c -g -O2 conftest.c >&5 | configure:21770: $? = 0 | configure:21774: test -z | || test ! -s conftest.err | configure:21777: $? = 0 | configure:21780: test -s conftest.o | configure:21783: $? = 0 | configure:21793: result: yes | configure:21797: checking getopt.h presence | configure:21807: gcc -E conftest.c | configure:21813: $? = 0 | configure:21833: result: yes | configure:21868: checking for getopt.h | configure:21875: result: yes | configure:21924: checking gmp.h usability | configure:21936: gcc -c -g -O2 conftest.c >&5 | configure:21942: $? = 0 | configure:21946: test -z | || test ! -s conftest.err | configure:21949: $? = 0 | configure:21952: test -s conftest.o | configure:21955: $? = 0 | configure:21965: result: yes | configure:21969: checking gmp.h presence | configure:21979: gcc -E conftest.c | configure:21985: $? = 0 | configure:22005: result: yes | configure:22040: checking for gmp.h | configure:22047: result: yes | configure:22065: checking for __gmp_randinit in -lgmp | configure:22095: gcc -o conftest -g -O2 conftest.c -lgmp >&5 | configure:22101: $? = 0 | configure:22105: test -z | || test ! -s conftest.err | configure:22108: $? = 0 | configure:22111: test -s conftest | configure:22114: $? = 0 | configure:22127: result: yes | configure:22161: gcc -o conftest -g -O2 conftest.c -lgmp >&5 | configure:22167: $? = 0 | configure:22171: test -z | || test ! -s conftest.err | configure:22174: $? = 0 | configure:22177: test -s conftest | configure:22180: $? = 0 | configure:22363: checking whether NLS is requested | configure:22372: result: yes | configure:22410: checking for msgfmt | configure:22441: result: /usr/bin/msgfmt | configure:22450: checking for gmsgfmt | configure:22481: result: /usr/bin/msgfmt | configure:22520: checking for xgettext | configure:22551: result: /usr/bin/xgettext | configure:22591: checking for msgmerge | configure:22621: result: /usr/bin/msgmerge | configure:22672: checking whether NLS is requested | configure:22681: result: yes | configure:22699: checking for GNU gettext in libc | configure:22723: gcc -o conftest -g -O2 conftest.c -lgmp >&5 | configure:22729: $? = 0 | configure:22733: test -z | || test ! -s conftest.err | configure:22736: $? = 0 | configure:22739: test -s conftest | configure:22742: $? = 0 | configure:22754: result: yes | configure:23453: checking whether to use NLS | configure:23455: result: yes | configure:23458: checking where the gettext function comes from | configure:23469: result: libc | configure:23540: checking for initscr in -lncurses | configure:23570: gcc -o conftest -g -O2 conftest.c -lncurses -lgmp >&5 | configure:23576: $? = 0 | configure:23580: test -z | || test ! -s conftest.err | configure:23583: $? = 0 | configure:23586: test -s conftest | configure:23589: $? = 0 | configure:23602: result: yes | configure:23630: checking ncurses.h usability | configure:23642: gcc -c -g -O2 conftest.c >&5 | configure:23648: $? = 0 | configure:23652: test -z | || test ! -s conftest.err | configure:23655: $? = 0 | configure:23658: test -s conftest.o | configure:23661: $? = 0 | configure:23671: result: yes | configure:23675: checking ncurses.h presence | configure:23685: gcc -E conftest.c | configure:23691: $? = 0 | configure:23711: result: yes | configure:23746: checking for ncurses.h | configure:23753: result: yes | configure:24405: gcc -o conftest -g -O2 conftest.c -lncurses -lgmp >&5 | configure:24411: $? = 0 | configure:24415: test -z | || test ! -s conftest.err | configure:24418: $? = 0 | configure:24421: test -s conftest | configure:24424: $? = 0 | configure:24707: gcc -o conftest -g -O2 conftest.c -lncurses -lgmp >&5 | configure:24710: $? = 0 | configure:24712: ./conftest | configure:24715: $? = 0 | configure:24771: gcc -o conftest -g -O2 conftest.c -lncurses -lgmp -ldb >&5 | configure:24774: $? = 0 | configure:24776: ./conftest | configure:24779: $? = 0 | configure:25980: gcc -o conftest -g -O2 conftest.c -lncurses -lgmp >&5 | configure:25983: $? = 0 | configure:25985: ./conftest | configure:25988: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "OpenCOBOL CE" | | #define PACKAGE_TARNAME "open-cobol-ce" | | #define PACKAGE_VERSION "1.1" | | #define PACKAGE_STRING "OpenCOBOL CE 1.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "open-cobol-ce" | | #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 COB_PARAM_CHECK 1 | | #define PATCH_LEVEL 0 | | #define WITH_VARSEQ 0 | | #define HAVE_DLFCN_H 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define COB_HAS_INLINE 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GMP_H 1 | | #define HAVE_LIBGMP 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_LIBNCURSES 1 | | #define HAVE_NCURSES_H 1 | | #define HAVE_COLOR_SET 1 | | #define USE_DB41 1 | | /* end confdefs.h. */ | | | | int | | main () | | { | | | | #ifdef _WIN32 | | return 0; | | #else | | return 1; | | #endif | | ; | | return 0; | | } | configure:26004: checking for dlopen in -lc | configure:26034: gcc -o conftest -g -O2 conftest.c -lc -lncurses -lgmp >&5 | configure:26040: $? = 0 | configure:26044: test -z | || test ! -s conftest.err | configure:26047: $? = 0 | configure:26050: test -s conftest | configure:26053: $? = 0 | configure:26066: result: yes | configure:26432: gcc -o conftest -g -O2 conftest.c -lncurses -lgmp >&5 | configure:26435: $? = 0 | configure:26437: ./conftest | configure:26440: $? = 0 | configure:26483: gcc -o conftest -g -O2 conftest.c -lncurses -lgmp >&5 | configure:26486: $? = 0 | configure:26488: ./conftest | configure:26491: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "OpenCOBOL CE" | | #define PACKAGE_TARNAME "open-cobol-ce" | | #define PACKAGE_VERSION "1.1" | | #define PACKAGE_STRING "OpenCOBOL CE 1.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "open-cobol-ce" | | #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 COB_PARAM_CHECK 1 | | #define PATCH_LEVEL 0 | | #define WITH_VARSEQ 0 | | #define HAVE_DLFCN_H 1 | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define COB_HAS_INLINE 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GMP_H 1 | | #define HAVE_LIBGMP 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_LIBNCURSES 1 | | #define HAVE_NCURSES_H 1 | | #define HAVE_COLOR_SET 1 | | #define USE_DB41 1 | | #define USE_LIBDL 1 | | #define COB_STRFTIME 1 | | /* end confdefs.h. */ | | | | int | | main () | | { | | | | if (sizeof(long int) == sizeof(long long)) | | return 0; | | return 1; | | | | ; | | return 0; | | } | configure:26598: gcc -c -O2 -march=i686 -mtune=pentium3 -finline-functions -Wno-pointer-sign conftest.c >&5 | configure:26604: $? = 0 | configure:26608: test -z | || test ! -s conftest.err | configure:26611: $? = 0 | configure:26614: test -s conftest.o | configure:26617: $? = 0 | configure:26648: gcc -c -O2 -march=i686 -mtune=pentium3 -finline-functions conftest.c >&5 | configure:26654: $? = 0 | configure:26658: test -z | || test ! -s conftest.err | configure:26661: $? = 0 | configure:26664: test -s conftest.o | configure:26667: $? = 0 | configure:26925: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by OpenCOBOL CE 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 basilikum | | config.status:767: creating cob-config | config.status:767: creating Makefile | config.status:767: creating lib/Makefile | config.status:767: creating libcob/Makefile | config.status:767: creating cobc/Makefile | config.status:767: creating bin/Makefile | config.status:767: creating po/Makefile.in | config.status:767: creating texi/Makefile | config.status:767: creating config/Makefile | config.status:767: creating copy/Makefile | config.status:767: creating tests/atlocal | config.status:767: creating tests/Makefile | config.status:767: creating tests/cobol85/Makefile | config.status:767: creating extras/Makefile | config.status:871: creating config.h | config.status:1289: executing tests/atconfig commands | config.status:1289: executing depfiles commands | config.status:1289: executing default-1 commands | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=i686-pc-linux-gnu | ac_cv_build_alias=i686-pc-linux-gnu | 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= | ac_cv_func__doprnt=no | ac_cv_func_alloca_works=yes | ac_cv_func_dlopen=no | ac_cv_func_fcntl=yes | ac_cv_func_getopt_long_only=yes | ac_cv_func_gettimeofday=yes | ac_cv_func_memmove=yes | ac_cv_func_memset=yes | ac_cv_func_setlocale=yes | ac_cv_func_shl_load=no | 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=yes | ac_cv_header_fcntl_h=yes | ac_cv_header_getopt_h=yes | ac_cv_header_gmp_h=yes | ac_cv_header_inttypes_h=yes | ac_cv_header_kpathsea_getopt_h=no | ac_cv_header_locale_h=yes | ac_cv_header_malloc_h=yes | ac_cv_header_memory_h=yes | ac_cv_header_ncurses_h=yes | ac_cv_header_signal_h=yes | ac_cv_header_stdc=yes | ac_cv_header_stddef_h=yes | ac_cv_header_stdint_h=yes | ac_cv_header_stdlib_h=yes | ac_cv_header_string_h=yes | ac_cv_header_strings_h=yes | ac_cv_header_sys_stat_h=yes | ac_cv_header_sys_time_h=yes | ac_cv_header_sys_types_h=yes | ac_cv_header_unistd_h=yes | ac_cv_header_wchar_h=yes | ac_cv_host=i686-pc-linux-gnu | ac_cv_host_alias=i686-pc-linux-gnu | ac_cv_lib_c_dlopen=yes | ac_cv_lib_dl_dlopen=yes | ac_cv_lib_dld_shl_load=no | ac_cv_lib_gmp___gmp_randinit=yes | ac_cv_lib_ncurses_initscr=yes | ac_cv_objext=o | ac_cv_path_GMSGFMT=/usr/bin/msgfmt | ac_cv_path_MSGFMT=/usr/bin/msgfmt | ac_cv_path_MSGMERGE=/usr/bin/msgmerge | ac_cv_path_XGETTEXT=/usr/bin/xgettext | ac_cv_path_install='/usr/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_CC=gcc | 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=yes | acl_cv_hardcode_direct=no | acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | acl_cv_hardcode_libdir_separator= | acl_cv_hardcode_minus_L=no | acl_cv_libext=a | acl_cv_path_LD=/usr/bin/ld | acl_cv_prog_gnu_ld=yes | acl_cv_rpath=done | acl_cv_shlibext=so | acl_cv_wl=-Wl, | am_cv_CC_dependencies_compiler_type=gcc3 | am_cv_func_iconv=yes | am_cv_langinfo_codeset=yes | am_cv_lib_iconv=no | am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' | am_cv_proto_iconv_arg1= | gt_cv_func_gnugettext1_libc=yes | lt_cv_deplibs_check_method=pass_all | lt_cv_dlopen=dlopen | lt_cv_dlopen_libs=-ldl | lt_cv_dlopen_self=yes | lt_cv_dlopen_self_static=no | lt_cv_file_magic_cmd='$MAGIC_CMD' | lt_cv_file_magic_test_file= | lt_cv_ld_reload_flag=-r | lt_cv_objdir=.libs | lt_cv_path_LD=/usr/bin/ld | lt_cv_path_NM='/usr/bin/nm -B' | 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]*\)$/\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=1572864 | 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]*\\)\$/\\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/harald/src/open-cobol/trunk/open-cobol-ce/missing --run aclocal-1.9' | ALLOCA='' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='${SHELL} /home/harald/src/open-cobol/trunk/open-cobol-ce/missing --run tar' | AR='ar' | AS='as' | AUTOCONF='${SHELL} /home/harald/src/open-cobol/trunk/open-cobol-ce/missing --run autoconf' | AUTOHEADER='${SHELL} /home/harald/src/open-cobol/trunk/open-cobol-ce/missing --run autoheader' | AUTOMAKE='${SHELL} /home/harald/src/open-cobol/trunk/open-cobol-ce/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='${prefix}/share/open-cobol-ce/config' | COB_COPY_DIR='${prefix}/share/open-cobol-ce/copy' | COB_EXPORT_DYN='-Wl,--export-dynamic' | COB_FIX_LIB='-Wl,--export-dynamic' | COB_HAS_INLINE='' | COB_LDFLAGS='' | COB_LIBRARY_PATH='${exec_prefix}/lib/open-cobol-ce' | COB_LIBS='-L${exec_prefix}/lib -lcob -lm -lgmp -lncurses -ldb' | COB_MODULE_EXT='so' | COB_PIC_FLAGS='-fPIC -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='' | GMSGFMT='/usr/bin/msgfmt' | 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 -lncurses -ldb' | LIBICONV='' | LIBINTL='' | LIBOBJS='' | LIBS='' | LIBTOOL='$(SHELL) $(top_builddir)/libtool' | LN_S='ln -s' | LTLIBICONV='' | LTLIBINTL='' | LTLIBOBJS='' | MAINT='#' | MAINTAINER_MODE_FALSE='' | MAINTAINER_MODE_TRUE='#' | MAKEINFO='${SHELL} /home/harald/src/open-cobol/trunk/open-cobol-ce/missing --run makeinfo' | MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs' | MSGFMT='/usr/bin/msgfmt' | MSGMERGE='/usr/bin/msgmerge' | OBJDUMP='objdump' | OBJEXT='o' | PACKAGE='open-cobol-ce' | PACKAGE_BUGREPORT='address@hidden' | PACKAGE_NAME='OpenCOBOL CE' | PACKAGE_STRING='OpenCOBOL CE 1.1' | PACKAGE_TARNAME='open-cobol-ce' | PACKAGE_VERSION='1.1' | PATH_SEPARATOR=':' | POSUB='po' | RANLIB='ranlib' | SED='/bin/sed' | SET_MAKE='' | SHELL='/bin/bash' | STRIP='strip' | USE_NLS='yes' | VERSION='1.1' | XGETTEXT='/usr/bin/xgettext' | ac_ct_AR='ar' | ac_ct_AS='' | ac_ct_CC='gcc' | ac_ct_DLLTOOL='' | ac_ct_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-linux-gnu' | build_alias='' | build_cpu='i686' | build_os='linux-gnu' | build_vendor='pc' | datadir='${prefix}/share' | exec_prefix='${prefix}' | host='i686-pc-linux-gnu' | host_alias='' | host_cpu='i686' | host_os='linux-gnu' | host_vendor='pc' | includedir='${prefix}/include' | infodir='${prefix}/info' | install_sh='/home/harald/src/open-cobol/trunk/open-cobol-ce/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 "" | #define COB_EXPORT_DYN "-Wl,--export-dynamic" | #define COB_EXTRA_FLAGS "-march=i686 -mtune=pentium3" | #define COB_HAS_INLINE 1 | #define COB_PARAM_CHECK 1 | #define COB_PIC_FLAGS "-fPIC -DPIC" | #define COB_SHARED_OPT "-shared" | #define COB_STRFTIME 1 | #define COB_STRIP_CMD "strip --strip-unneeded" | #define ENABLE_NLS 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_COLOR_SET 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DLFCN_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETTEXT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMP_H 1 | #define HAVE_ICONV 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LIBGMP 1 | #define HAVE_LIBNCURSES 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_NCURSES_H 1 | #define HAVE_PSIGN_OPT 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 ICONV_CONST | #define PACKAGE "open-cobol-ce" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_NAME "OpenCOBOL CE" | #define PACKAGE_STRING "OpenCOBOL CE 1.1" | #define PACKAGE_TARNAME "open-cobol-ce" | #define PACKAGE_VERSION "1.1" | #define PATCH_LEVEL 0 | #define STDC_HEADERS 1 | #define STDC_HEADERS 1 | #define USE_DB41 1 | #define USE_LIBDL 1 | #define VERSION "1.1" | #define WITH_DB 3 | #define WITH_VARSEQ 0 | #define __USE_STRING_INLINES 1 | | configure: exit 0