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: 37 failed


From: DWB
Subject: [open-cobol-list] [OpenCOBOL 1.1] run: 37 failed
Date: Tue, 03 May 2011 12:17:19 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10

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

run: command line was:
  $ /home/donald/usr/local/src/open-cobol-1.1/tests/run

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

run: ../libcob/ChangeLog:
| 2009-02-03  Roger While <address@hidden>
|
|     * intrinsic.c : Fix Cygwins busted rand function
|
| 2009-01-27  Roger While <address@hidden>
|
|     * call.c : Change hyphen interpretation
|
| 2009-01-22  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: ../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>
|

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

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: ../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: ../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: ../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: ../cobc/ChangeLog:
| 2009-02-06  Roger While <address@hidden>
|
|     * pplex.l : Check all of "Area A" after AUTHOR etc.
|
| 2009-02-02  Roger While <address@hidden>
|
|     * scanner.l : Fix parsing of # lines
|
| 2009-01-30  Roger While <address@hidden>
|

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>
|

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

hostname = donald-mitx-desktop
uname -m = i686
uname -r = 2.6.32-31-generic
uname -s = Linux
uname -v = #61-Ubuntu SMP Fri Apr 8 18:24:35 UTC 2011

/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/donald/usr/local/src/open-cobol-1.1/tests
PATH: /home/donald/usr/local/src/open-cobol-1.1/cobc
PATH: /home/donald/usr/local/src/open-cobol-1.1/bin
PATH: /home/donald/usr/local/src/open-cobol-1.1/libcob/.libs
PATH: /home/donald/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games

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/donald/usr/local/src/open-cobol-1.1/tests'
| at_srcdir='.'
| abs_srcdir='/home/donald/usr/local/src/open-cobol-1.1/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/home/donald/usr/local/src/open-cobol-1.1/tests/..'
| at_top_builddir='../'
| abs_top_builddir='/home/donald/usr/local/src/open-cobol-1.1/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=pentium4 -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/donald/usr/local/src/open-cobol-1.1/cobc/cobc --version
cobc (OpenCOBOL) 1.1.0
Copyright (C) 2001-2009 Keisuke Nishida / Roger While
Built    May 03 2011 11:36:34
Packaged Feb 06 2009 10:30:55 CET

## ------------------ ##
## Running the tests. ##
## ------------------ ##
run: starting at: Tue May  3 11:39:19 EDT 2011
1. DISPLAY literals (fundamental.at:23): ok    (0m0.416s 0m0.076s)
2. DISPLAY literals, DECIMAL-POINT is COMMA (fundamental.at:60): ok (0m0.408s 0m0.092s)
3. Hexadecimal literal (fundamental.at:88): ok    (0m0.548s 0m0.148s)
4. DISPLAY data items with VALUE clause (fundamental.at:124): ok (0m0.444s 0m0.080s) 5. DISPLAY data items with MOVE statement (fundamental.at:169): ok (0m0.404s 0m0.092s)
6. GLOBAL at same level (fundamental.at:215): ok    (0m0.432s 0m0.100s)
7. GLOBAL at lower level (fundamental.at:263): ok    (0m0.428s 0m0.128s)
8. non-numeric subscript (subscripts.at:28): ok    (0m0.016s 0m0.020s)
9. The range of subscripts (subscripts.at:56): ok    (0m0.016s 0m0.020s)
10. Subscript out of bounds (1) (subscripts.at:96): ok (0m0.372s 0m0.112s) 11. Subscript out of bounds (2) (subscripts.at:120): ok (0m0.376s 0m0.108s) 12. Value of DEPENDING ON N out of bounds (lower) (subscripts.at:144): ok (0m0.388s 0m0.116s) 13. Value of DEPENDING ON N out of bounds (upper) (subscripts.at:168): ok (0m0.408s 0m0.092s) 14. Subscript bounds with ODO (lower) (subscripts.at:192): ok (0m0.008s 0m0.024s) 15. Subscript bounds with ODO (upper) (subscripts.at:215): ok (0m0.020s 0m0.016s)
16. Subscript bounds with ODO (subscripts.at:238): ok    (0m0.380s 0m0.104s)
17. Subscript by arithmetic expression (subscripts.at:264): ok (0m0.420s 0m0.080s)
18. Separate sign positions (ref-mod.at:35): ok    (0m0.376s 0m0.108s)
19. Static reference modification (ref-mod.at:60): ok    (0m0.408s 0m0.092s)
20. Dynamic reference modification (ref-mod.at:90): ok (0m0.424s 0m0.072s)
21. Static out of bounds (ref-mod.at:121): ok    (0m0.016s 0m0.020s)
22. Offset underflow (ref-mod.at:150): ok    (0m0.392s 0m0.092s)
23. Offset overflow (ref-mod.at:172): ok    (0m0.392s 0m0.076s)
24. Length underflow (ref-mod.at:194): ok    (0m0.404s 0m0.080s)
25. Length overflow (ref-mod.at:216): ok    (0m0.388s 0m0.084s)
26. ACCEPT (accept.at:23): ok    (0m0.408s 0m0.096s)
27. INITIALIZE group entry with OCCURS (initialize.at:27): ok (0m0.388s 0m0.104s) 28. INITIALIZE OCCURS with numeric edited (initialize.at:52): ok (0m0.432s 0m0.088s) 29. INITIALIZE complex group (1) (initialize.at:75): ok (0m0.384s 0m0.112s) 30. INITIALIZE complex group (2) (initialize.at:99): ok (0m0.388s 0m0.108s)
31. INITIALIZE with REDEFINES (initialize.at:123): ok    (0m0.380s 0m0.096s)
32. Source file not found (misc.at:21): ok    (0m0.008s 0m0.020s)
33. Comma separator without space (misc.at:30): ok    (0m0.392s 0m0.076s)
34. LOCAL-STORAGE (misc.at:47): ok    (0m0.772s 0m0.164s)
35. EXTERNAL data item (misc.at:89): ok    (0m0.776s 0m0.148s)
36. EXTERNAL AS data item (misc.at:131): ok    (0m0.788s 0m0.180s)
38. MOVE to itself (misc.at:221): ok    (0m0.384s 0m0.088s)
39. MOVE with refmod (misc.at:241): ok    (0m0.404s 0m0.076s)
40. MOVE with refmod (variable) (misc.at:261): ok    (0m0.372s 0m0.108s)
41. MOVE with group refmod (misc.at:283): ok    (0m0.384s 0m0.108s)
42. MOVE indexes (misc.at:304): ok    (0m0.372s 0m0.108s)
43. MOVE X00 (misc.at:326): ok    (0m0.532s 0m0.140s)
44. Level 01 subscripts (misc.at:361): ok    (0m0.008s 0m0.028s)
45. Class check with reference modification (misc.at:382): ok (0m0.352s 0m0.120s) 46. Index and parenthesized expression (misc.at:403): ok (0m0.008s 0m0.020s)
47. Alphanumeric and binary numeric (misc.at:423): ok    (0m0.420s 0m0.100s)
48. Dynamic call with static linking (misc.at:447): ok (0m0.568s 0m0.220s)
49. CALL m1. CALL m2. CALL m1. (misc.at:472): ok    (0m1.160s 0m0.220s)
50. CALL binary literal parameter/LENGTH OF (misc.at:525): ok (0m1.012s 0m0.276s) 51. INSPECT REPLACING LEADING ZEROS BY SPACES (misc.at:580): ok (0m0.408s 0m0.084s) 52. INSPECT: No repeat conversion check (misc.at:600): ok (0m0.356s 0m0.144s) 53. INSPECT: REPLACING figurative constant (misc.at:621): ok (0m0.416s 0m0.080s)
54. INSPECT: TALLYING BEFORE (misc.at:642): ok    (0m0.400s 0m0.100s)
55. INSPECT: TALLYING AFTER (misc.at:672): ok    (0m0.432s 0m0.092s)
56. INSPECT REPLACING TRAILING ZEROS BY SPACES (misc.at:701): ok (0m0.392s 0m0.080s)
57. INSPECT REPLACING complex (misc.at:721): ok    (0m0.368s 0m0.120s)
58. SWITCHES (misc.at:743): ok    (0m0.424s 0m0.084s)
59. Nested PERFORM (misc.at:801): ok    (0m0.416s 0m0.088s)
60. EXIT PERFORM (misc.at:826): ok    (0m0.392s 0m0.084s)
61. EXIT PERFORM CYCLE (misc.at:850): ok    (0m0.376s 0m0.108s)
62. EXIT PARAGRAPH (misc.at:874): ok    (0m0.384s 0m0.104s)
63. EXIT SECTION (misc.at:905): ok    (0m0.400s 0m0.116s)
64. 88 with FILLER (misc.at:939): ok    (0m0.352s 0m0.136s)
65. Non-overflow after overflow (misc.at:966): ok    (0m0.416s 0m0.084s)
66. PERFORM ... CONTINUE (misc.at:993): ok    (0m0.008s 0m0.024s)
67. STRING with subscript reference (misc.at:1009): ok (0m0.380s 0m0.132s) 68. UNSTRING DELIMITED ALL LOW-VALUE (misc.at:1032): ok (0m0.392s 0m0.104s)
69. READ INTO AT-END sequence (misc.at:1065): ok    (0m0.468s 0m0.076s)
70. First READ on empty SEQUENTIAL INDEXED file (misc.at:1099): ok (0m0.440s 0m0.096s) 71. REWRITE a RELATIVE file with RANDOM access (misc.at:1134): ok (0m0.496s 0m0.104s)
72. SORT: table sort (misc.at:1188): ok    (0m0.368s 0m0.124s)
73. SORT: EBCDIC table sort (misc.at:1225): ok    (0m0.428s 0m0.088s)
74. SORT nonexistent file (misc.at:1269): ok    (0m0.452s 0m0.116s)
75. PIC ZZZ-, ZZZ+ (misc.at:1303): ok    (0m0.408s 0m0.108s)
76. Larger REDEFINES lengths (misc.at:1341): ok    (0m0.420s 0m0.088s)
77. PERFORM type OSVS (misc.at:1381): ok    (0m0.424s 0m0.100s)
78. Sticky LINKAGE (misc.at:1422): ok    (0m0.764s 0m0.168s)
79. COB_PRE_LOAD test (misc.at:1472): ok    (0m0.724s 0m0.168s)
80. COB_LOAD_CASE=UPPER test (misc.at:1496): ok    (0m0.728s 0m0.188s)
81. 88 level with FALSE IS clause (misc.at:1520): ok    (0m0.388s 0m0.096s)
82. ALLOCATE/FREE with BASED item (misc.at:1545): ok    (0m0.396s 0m0.084s)
83. INITIZIALIZE with reference modification (misc.at:1569): ok (0m0.416s 0m0.076s)
84. CALL with OMITTED parameter (misc.at:1592): ok    (0m0.772s 0m0.188s)
85. ANY LENGTH (misc.at:1630): ok    (0m0.768s 0m0.180s)
86. BASED item non-ALLOCATED (debug) (misc.at:1670): ok (0m0.372s 0m0.104s)
87. COMP-5 (extensions.at:24): ok    (0m0.560s 0m0.132s)
88. Hexadecimal numeric literal (extensions.at:71): ok (0m0.412s 0m0.076s) 89. Semi-parenthesized condition (extensions.at:99): ok (0m0.396s 0m0.084s)
90. ADDRESS OF (extensions.at:120): ok    (0m0.412s 0m0.100s)
91. LENGTH OF (extensions.at:183): ok    (0m0.404s 0m0.088s)
92. WHEN-COMPILED (extensions.at:217): ok    (0m0.388s 0m0.108s)
93. Complex OCCURS DEPENDING ON (extensions.at:240): ok (0m0.396s 0m0.104s) 94. MOVE NON-INTEGER TO ALPHA-NUMERIC (extensions.at:268): ok (0m0.456s 0m0.092s)
95. CALL USING file-name (extensions.at:359): ok    (0m0.732s 0m0.176s)
96. CALL unusual PROGRAM-ID. (extensions.at:401): ok    (0m1.760s 0m0.416s)
97. Case independent PROGRAM-ID (extensions.at:464): ok (0m0.428s 0m0.096s)
98. PROGRAM-ID AS clause (extensions.at:487): ok    (0m0.420s 0m0.088s)
99. Quoted PROGRAM-ID (extensions.at:510): ok    (0m0.420s 0m0.100s)
100. ASSIGN MF (extensions.at:535): ok    (0m0.436s 0m0.108s)
101. ASSIGN IBM (extensions.at:567): ok    (0m0.436s 0m0.124s)
102. ASSIGN mapping (extensions.at:597): ok    (0m0.492s 0m0.176s)
103. ASSIGN expansion (extensions.at:633): ok    (0m0.412s 0m0.120s)
104. ASSIGN with COB_FILE_PATH (extensions.at:663): ok (0m0.416s 0m0.108s) 105. NUMBER-OF-CALL-PARAMETERS (extensions.at:696): ok (0m0.796s 0m0.156s) 106. PROCEDURE DIVISION USING BY ... (extensions.at:752): ok (0m0.772s 0m0.160s) 107. PROCEDURE DIVISION CHAINING ... (extensions.at:801): ok (0m0.396s 0m0.092s)
108. STOP RUN RETURNING (extensions.at:829): ok    (0m0.364s 0m0.116s)
109. ENTRY (extensions.at:846): ok    (0m0.812s 0m0.156s)
110. LINE SEQUENTIAL write (extensions.at:892): ok    (0m0.460s 0m0.104s)
111. LINE SEQUENTIAL read (extensions.at:932): ok    (0m0.480s 0m0.088s)
112. ASSIGN to KEYBOARD/DISPLAY (extensions.at:992): ok (0m0.488s 0m0.096s) 113. Environment/Argument variable (extensions.at:1048): ok (0m0.388s 0m0.108s) 114. DECIMAL-POINT is COMMA (1) (extensions.at:1093): ok (0m0.408s 0m0.072s) 115. DECIMAL-POINT is COMMA (2) (extensions.at:1119): ok (0m0.404s 0m0.076s) 116. DECIMAL-POINT is COMMA (3) (extensions.at:1145): ok (0m0.388s 0m0.100s) 117. DECIMAL-POINT is COMMA (4) (extensions.at:1171): ok (0m0.408s 0m0.084s) 118. DECIMAL-POINT is COMMA (5) (extensions.at:1197): ok (0m0.408s 0m0.100s)
119. 78 Level (1) (extensions.at:1229): ok    (0m0.396s 0m0.096s)
120. 78 Level (2) (extensions.at:1250): ok    (0m0.368s 0m0.108s)
121. 78 Level (3) (extensions.at:1274): ok    (0m0.380s 0m0.096s)
122. Unreachable statement (extensions.at:1296): ok    (0m0.336s 0m0.124s)
123. RETURN-CODE moving (return-code.at:23): ok    (0m0.384s 0m0.096s)
124. RETURN-CODE passing (return-code.at:46): ok    (0m1.120s 0m0.204s)
125. RETURN-CODE nested (return-code.at:89): ok    (0m0.432s 0m0.100s)
126. FUNCTION ABS (functions.at:22): ok    (0m0.364s 0m0.112s)
127. FUNCTION ACOS (functions.at:43): ok    (0m0.416s 0m0.088s)
128. FUNCTION ANNUITY (functions.at:72): ok    (0m0.412s 0m0.100s)
129. FUNCTION ASIN (functions.at:102): ok    (0m0.376s 0m0.116s)
130. FUNCTION ATAN (functions.at:131): ok    (0m0.404s 0m0.080s)
131. FUNCTION CHAR (functions.at:160): ok    (0m0.376s 0m0.100s)
132. FUNCTION COMBINED-DATETIME (functions.at:181): ok (0m0.384s 0m0.104s)
133. FUNCTION CONCATENATE (functions.at:201): ok    (0m0.376s 0m0.104s)
134. FUNCTION CONCATENATE with reference modding (functions.at:223): ok (0m0.392s 0m0.092s)
135. FUNCTION COS (functions.at:246): ok    (0m0.420s 0m0.068s)
136. FUNCTION DATE-OF-INTEGER (functions.at:275): ok    (0m0.360s 0m0.120s)
137. FUNCTION DATE-TO-YYYYMMDD (functions.at:295): ok    (0m0.404s 0m0.076s)
138. FUNCTION DAY-OF-INTEGER (functions.at:315): ok    (0m0.404s 0m0.080s)
139. FUNCTION DAY-TO-YYYYDDD (functions.at:335): ok    (0m0.368s 0m0.112s)
140. FUNCTION E (functions.at:355): ok    (0m0.384s 0m0.092s)
141. FUNCTION EXCEPTION-FILE (functions.at:375): ok    (0m0.408s 0m0.092s)
142. FUNCTION EXCEPTION-LOCATION (functions.at:405): ok (0m0.412s 0m0.100s) 143. FUNCTION EXCEPTION-STATEMENT (functions.at:439): ok (0m0.448s 0m0.064s)
144. FUNCTION EXCEPTION-STATUS (functions.at:469): ok    (0m0.400s 0m0.100s)
145. FUNCTION EXP (functions.at:499): ok    (0m0.404s 0m0.084s)
146. FUNCTION FACTORIAL (functions.at:527): ok    (0m0.388s 0m0.092s)
147. FUNCTION FRACTION-PART (functions.at:547): ok    (0m0.372s 0m0.108s)
148. FUNCTION INTEGER (functions.at:570): ok    (0m0.404s 0m0.084s)
149. FUNCTION INTEGER-OF-DATE (functions.at:591): ok    (0m0.372s 0m0.124s)
150. FUNCTION INTEGER-OF-DAY (functions.at:611): ok    (0m0.388s 0m0.096s)
151. FUNCTION INTEGER-PART (functions.at:631): ok    (0m0.372s 0m0.128s)
152. FUNCTION LENGTH (functions.at:652): ok    (0m0.372s 0m0.100s)
153. FUNCTION LOCALE-DATE (functions.at:673): ok    (0m0.380s 0m0.100s)
154. FUNCTION LOCALE-TIME (functions.at:697): ok    (0m0.404s 0m0.088s)
155. FUNCTION LOCALE-TIME-FROM-SECONDS (functions.at:721): ok (0m0.400s 0m0.080s)
156. FUNCTION LOG (functions.at:745): ok    (0m0.392s 0m0.092s)
157. FUNCTION LOG10 (functions.at:774): ok    (0m0.408s 0m0.080s)
158. FUNCTION LOWER-CASE (functions.at:803): ok    (0m0.360s 0m0.132s)
159. FUNCTION LOWER-CASE with reference modding (functions.at:824): ok (0m0.372s 0m0.116s)
160. FUNCTION MAX (functions.at:845): ok    (0m0.372s 0m0.112s)
161. FUNCTION MEAN (functions.at:865): ok    (0m0.416s 0m0.072s)
162. FUNCTION MEDIAN (functions.at:885): ok    (0m0.384s 0m0.096s)
163. FUNCTION MIDRANGE (functions.at:905): ok    (0m0.380s 0m0.096s)
164. FUNCTION MIN (functions.at:925): ok    (0m0.392s 0m0.084s)
165. FUNCTION MOD (functions.at:945): ok    (0m0.388s 0m0.092s)
166. FUNCTION NUMVAL (functions.at:965): ok    (0m0.376s 0m0.108s)
167. FUNCTION NUMVAL-C (functions.at:986): ok    (0m0.388s 0m0.088s)
168. FUNCTION ORD (functions.at:1007): ok    (0m0.360s 0m0.116s)
169. FUNCTION ORD-MAX (functions.at:1027): ok    (0m0.376s 0m0.116s)
170. FUNCTION ORD-MIN (functions.at:1047): ok    (0m0.364s 0m0.128s)
171. FUNCTION PI (functions.at:1067): ok    (0m0.408s 0m0.084s)
172. FUNCTION PRESENT-VALUE (functions.at:1087): ok    (0m0.400s 0m0.092s)
173. FUNCTION RANGE (functions.at:1107): ok    (0m0.396s 0m0.080s)
174. FUNCTION REM (functions.at:1127): ok    (0m0.400s 0m0.072s)
175. FUNCTION REVERSE (functions.at:1147): ok    (0m0.396s 0m0.076s)
176. FUNCTION REVERSE with reference modding (functions.at:1168): ok (0m0.404s 0m0.084s) 177. FUNCTION SECONDS-FROM-FORMATTED-TIME (functions.at:1189): ok (0m0.400s 0m0.084s) 178. FUNCTION SECONDS-PAST-MIDNIGHT (functions.at:1218): ok (0m0.396s 0m0.084s)
179. FUNCTION SIGN (functions.at:1245): ok    (0m0.420s 0m0.064s)
180. FUNCTION SIN (functions.at:1274): ok    (0m0.384s 0m0.116s)
181. FUNCTION SQRT (functions.at:1303): ok    (0m0.404s 0m0.100s)
182. FUNCTION STANDARD-DEVIATION (functions.at:1332): ok (0m0.396s 0m0.108s) 183. FUNCTION STORED-CHAR-LENGTH (functions.at:1360): ok (0m0.384s 0m0.112s)
184. FUNCTION SUBSTITUTE (functions.at:1382): ok    (0m0.416s 0m0.060s)
185. FUNCTION SUBSTITUTE with reference modding (functions.at:1404): ok (0m0.392s 0m0.088s)
186. FUNCTION SUBSTITUTE-CASE (functions.at:1427): ok    (0m0.392s 0m0.088s)
187. FUNCTION SUBSTITUTE-CASE with reference mod (functions.at:1449): ok (0m0.408s 0m0.092s)
188. FUNCTION TAN (functions.at:1472): ok    (0m0.372s 0m0.116s)
189. FUNCTION TRIM (functions.at:1501): ok    (0m0.368s 0m0.112s)
190. FUNCTION TRIM with reference modding (functions.at:1525): ok (0m0.400s 0m0.076s)
191. FUNCTION UPPER-CASE (functions.at:1549): ok    (0m0.412s 0m0.076s)
192. FUNCTION UPPER-CASE with reference modding (functions.at:1570): ok (0m0.404s 0m0.100s)
193. FUNCTION VARIANCE (functions.at:1591): ok    (0m0.412s 0m0.084s)
194. FUNCTION WHEN-COMPILED (functions.at:1611): ok    (0m0.392s 0m0.104s)
run: ending at: Tue May  3 11:41:02 EDT 2011
run: test suite duration: 0h 1m 43s

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

ERROR: All 194 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

  37: misc.at:177        cobcrun validation

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

37. misc.at:177: testing ...
misc.at:209: ${COMPILE_MODULE} callee.cob
misc.at:210: ${COMPILE_MODULE} caller.cob
misc.at:214: ${COBCRUN} caller
--- /dev/null    2011-05-03 07:49:54.455257763 -0400
+++ /home/donald/usr/local/src/open-cobol-1.1/tests/run.dir/at-stderr 2011-05-03 11:39:37.119751616 -0400
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/donald/usr/local/src/open-cobol-1.1/bin/.libs/26665-lt-cobcrun: Permission denied
+collect2: ld returned 1 exit status
--- -    2011-05-03 11:39:37.130129643 -0400
+++ /home/donald/usr/local/src/open-cobol-1.1/tests/run.dir/at-stdout 2011-05-03 11:39:37.123753079 -0400
@@ -1,3 +1 @@
-Hello
-World

misc.at:214: exit code was 1, expected 0
37. misc.at:177: 37. cobcrun validation (misc.at:177): FAILED (misc.at:214)


## -------------- ##
## ..//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 = donald-mitx-desktop
| uname -m = i686
| uname -r = 2.6.32-31-generic
| uname -s = Linux
| uname -v = #61-Ubuntu SMP Fri Apr 8 18:24:35 UTC 2011
|
| /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/donald/bin
| PATH: /usr/local/sbin
| PATH: /usr/local/bin
| PATH: /usr/sbin
| PATH: /usr/bin
| PATH: /sbin
| PATH: /bin
| PATH: /usr/games
|
|
| ## ----------- ##
| ## 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 </dev/null >&5
| gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
| Copyright (C) 2009 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
| Using built-in specs.
| Target: i486-linux-gnu
| Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
| Thread model: posix
| gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
| configure:2194: $? = 0
| configure:2196: gcc -V </dev/null >&5
| gcc: '-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.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: error: expected '=', ',', ';', 'asm' or '__attribute__' 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: error: 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: error: 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:3381: gcc -o conftest -g -O2   conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:29: warning: incompatible implicit declaration of built-in function 'exit'
| 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
| 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/cciKhD8r.o: In function `main':
| /home/donald/usr/local/src/open-cobol-1.1/conftest.c:65: undefined reference to `shl_load'
| /tmp/cciKhD8r.o:(.data+0x0): undefined reference to `shl_load'
| collect2: ld returned 1 exit status
| configure:9182: $? = 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 HAVE_DLFCN_H 1
| | /* end confdefs.h.  */
| | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| |    For example, HP-UX 11i <limits.h> 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 <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 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: ld returned 1 exit status
| configure:9248: $? = 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 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/ccoluR2K.o: In function `main':
| /home/donald/usr/local/src/open-cobol-1.1/conftest.c:65: undefined reference to `dlopen'
| /tmp/ccoluR2K.o:(.data+0x0): undefined reference to `dlopen'
| collect2: ld returned 1 exit status
| configure:9342: $? = 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 HAVE_DLFCN_H 1
| | /* end confdefs.h.  */
| | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define dlopen innocuous_dlopen
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char dlopen (); 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 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: warning: incompatible implicit declaration of built-in function 'exit'
| 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: warning: incompatible implicit declaration of built-in function 'exit'
| /tmp/ccJ5wHKj.o: In function `main':
| /home/donald/usr/local/src/open-cobol-1.1/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
| /lib/: 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:44: error: 'not' undeclared (first use in this function)
| conftest.c:44: error: (Each undeclared identifier is reported only once
| conftest.c:44: error: for each function it appears in.)
| conftest.c:44: error: expected ';' before 'big'
| configure:19699: $? = 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 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 <sys/types.h>
| | #include <sys/param.h>
| |
| | 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:64: warning: conflicting types for built-in function 'vprintf'
| 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/ccTNgWrU.o: In function `main':
| /home/donald/usr/local/src/open-cobol-1.1/conftest.c:80: undefined reference to `_doprnt'
| /tmp/ccTNgWrU.o:(.data+0x0): undefined reference to `_doprnt'
| collect2: ld returned 1 exit status
| configure:20585: $? = 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 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 <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:20610: result: no
| configure:20640: checking for memmove
| configure:20697: gcc -o conftest -g -O2   conftest.c >&5
| conftest.c:65: warning: conflicting types for built-in function 'memmove'
| 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:66: warning: conflicting types for built-in function 'memset'
| 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:70: warning: conflicting types for built-in function 'strcasecmp'
| 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:71: warning: conflicting types for built-in function 'strchr'
| 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:72: warning: conflicting types for built-in function 'strrchr'
| 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:73: warning: conflicting types for built-in function 'strdup'
| 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:74: warning: conflicting types for built-in function 'strstr'
| 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:91:29: error: kpathsea/getopt.h: No such file or directory
| configure:21770: $? = 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 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 <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 <kpathsea/getopt.h>
| configure:21793: result: no
| configure:21797: checking kpathsea/getopt.h presence
| configure:21807: gcc -E  conftest.c
| conftest.c:57:29: error: kpathsea/getopt.h: No such file or directory
| configure:21813: $? = 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 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 <kpathsea/getopt.h>
| 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"
| | #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 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"
| | #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 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=pentium4 -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=pentium4 -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 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 donald-mitx-desktop
|
| 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:1286: executing tests/atconfig commands
| config.status:1286: executing depfiles commands
| config.status:1286: 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/donald/usr/local/src/open-cobol-1.1/missing --run aclocal-1.9'
| ALLOCA=''
| AMDEPBACKSLASH='\'
| AMDEP_FALSE='#'
| AMDEP_TRUE=''
| AMTAR='${SHELL} /home/donald/usr/local/src/open-cobol-1.1/missing --run tar'
| AR='ar'
| AS='as'
| AUTOCONF='${SHELL} /home/donald/usr/local/src/open-cobol-1.1/missing --run autoconf' | AUTOHEADER='${SHELL} /home/donald/usr/local/src/open-cobol-1.1/missing --run autoheader' | AUTOMAKE='${SHELL} /home/donald/usr/local/src/open-cobol-1.1/missing --run automake-1.9'
| AWK='gawk'
| CC='gcc'
| CCDEPMODE='depmode=gcc3'
| CFLAGS=' -O2 -march=i686 -mtune=pentium4 -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/config'
| COB_COPY_DIR='${prefix}/share/open-cobol/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'
| 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/donald/usr/local/src/open-cobol-1.1/missing --run makeinfo'
| MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs'
| MSGFMT='/usr/bin/msgfmt'
| MSGMERGE='/usr/bin/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='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/donald/usr/local/src/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 ""
| #define COB_EXPORT_DYN "-Wl,--export-dynamic"
| #define COB_EXTRA_FLAGS "-march=i686 -mtune=pentium4"
| #define COB_HAS_INLINE 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"
| #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 USE_LIBDL 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]