bug-gnucobol
[Top][All Lists]
Advanced

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

[open-cobol-list] [OpenCOBOL 0.30] run: 57 60 failed


From: Dr.-Ing. Ingo D. Rullhusen
Subject: [open-cobol-list] [OpenCOBOL 0.30] run: 57 60 failed
Date: Sat Sep 11 05:27:06 2004
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.2) Gecko/20040803

Hello,

the "run" test told to send this report, so i will do so. Might it be the problem not to use the Berkley DB file I/O? On my SuSE Linux 8.2 (+updates) the configure leads to this:

OpenCOBOL Configuration:

 COB_CC               gcc
 COB_CFLAGS           -I${prefix}/include
 COB_LIBS             -L${exec_prefix}/lib -lcob -lm -lgmp -lltdl -lncurses
 COB_CONFIG_DIR       ${prefix}/share/open-cobol/config
 COB_LIBRARY_PATH     .:${exec_prefix}/lib/open-cobol
 COB_MODULE_EXT       so

 Use gettext for international messages:      yes
 Use Berkeley DB for file I/O:                no
 Use fcntl for file locking:                  yes
 Use ncurses for screen I/O:                  yes


The "data-rep" and "syntax" tests are both completely ok.


May it help

    Ingo

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

run: command line was:
  $ ./run 

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

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

run: ../tests/ChangeLog:
| 2004-03-06  Keisuke Nishida  <address@hidden>
| 
|       * data-rep.src/pointer.at: New file.
| 
| 2004-03-01  Keisuke Nishida  <address@hidden>
| 
|       * Reorganized tests into run.src, syntax.src, and data-rep.src.
| 
| 2003-11-26  Keisuke Nishida  <address@hidden>
| 

run: ../ChangeLog:
| 2004-08-02  Keisuke Nishida  <address@hidden>
| 
|       * Version 0.30 released.
| 
| 2004-03-06  Keisuke Nishida  <address@hidden>
| 
|       * configure.ac: Checks for fcntl.
| 
| 2003-08-22  Keisuke Nishida  <address@hidden>
| 

run: ../lib/ChangeLog:
| 2003-07-28  Keisuke Nishida  <address@hidden>
| 
|       * malloc.c, memcmp.c, realloc.c: Removed.
| 
| 2002-08-29  Keisuke Nishida  <address@hidden>
| 
|       * mkstemp.c, tempname.c: Removed.
| 
| 2002-08-28  Keisuke Nishida  <address@hidden>
| 

run: ../libcob/ChangeLog:
| 2004-07-06  Keisuke Nishida  <address@hidden>
| 
|       * numeric.h (COB_STORE_ROUND, COB_STORE_KEEP_ON_OVERFLOW) 
|       (COB_STORE_TRUNC_ON_OVERFLOW): New macros.
|       * numeric.h, numeric.c (cob_decimal_get_display) 
|       (cob_decimal_get_binary, cob_decimal_get_field, cob_add, cob_sub)
|       (cob_div_quotient, cob_div_remainder): New arg `opt'.
|       * numeric.c (cob_decimal_get_field_round): Removed.
|       Integrated into `cob_decimal_get_field'.
|       (cob_display_add_int): Renamed from cob_add_int_to_display.

run: ../cobc/ChangeLog:
| 2004-07-06  Keisuke Nishida  <address@hidden>
| 
|       * parser.y (add_statement, add_body, compute_statement, compute_body)
|       (divide_statement, divide_body, multiply_statement, multiply_body)
|       (subtract_statement, subtract_body): Parse on_size_error before
|       emitting the statement.
|       * typeck.c (build_store_option): New function.
|       (decimal_assign, build_decimal_assign, cb_build_add) 
|       (cb_build_sub, cb_emit_divide): Updated for the new store scheme
|       in libcob.

run: ../texi/ChangeLog:
| 2002-06-11  Keisuke Nishida  <address@hidden>
| 
|       * open-cobol.texi: Revise for 0.9.6.
| 
| 2002-06-03  Keisuke Nishida  <address@hidden>
| 
|       * open-cobol.texi (Customize): Add COB_LDADD, COB_CONFIG_FILE.
| 

run: ../config/ChangeLog:
| 2003-08-30  Keisuke Nishida  <address@hidden>
| 
|       * gnu.conf: Removed.
|       * default.conf: Renamed from default.inc.
| 
| 2003-08-28  Keisuke Nishida  <address@hidden>
| 
|       * v023.conf: New file.
| 
| 2003-08-09  Keisuke Nishida  <address@hidden>

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

hostname = hf27
uname -m = i686
uname -r = 2.4.19-4GB
uname -s = Linux
uname -v = #21 Tue Dec 3 14:24:24 CET 2002

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

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

PATH: /usr/src/open-cobol-0.30/tests
PATH: /usr/src/open-cobol-0.30/cobc
PATH: /usr/src/open-cobol-0.30
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/local/sbin
PATH: /root/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /bin
PATH: /usr/games
PATH: /opt/gnome/bin
PATH: /opt/kde3/bin
PATH: /opt/kde2/bin
PATH: /usr/lib/java/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='/usr/src/open-cobol-0.30/tests'
| at_srcdir='.'
| abs_srcdir='/usr/src/open-cobol-0.30/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/usr/src/open-cobol-0.30/tests/..'
| at_top_builddir='../'
| abs_top_builddir='/usr/src/open-cobol-0.30/tests/../.'
| 
| AUTOTEST_PATH='tests'
| 
| SHELL=${CONFIG_SHELL-'/bin/sh'}

run: atlocal:
| CC="gcc"
| SHREXT="so"
| PATH="${abs_top_builddir}/cobc:${PATH}"
| COBC="${abs_top_builddir}/cobc/cobc"
| 
| TEMPLATE="${abs_srcdir}/data-rep.src"
| 
| FLAGS="-std=cobol2002 -debug -Wall ${COBOL_FLAGS}"
| COMPILE="${COBC} ${FLAGS}"
| COMPILE_ONLY="${COBC} -fsyntax-only ${FLAGS}"
| COMPILE_MODULE="${COBC} -m ${FLAGS}"
| 
| export COB_CFLAGS="-I${abs_top_srcdir}"
| export COB_LIBS="-L${abs_top_builddir}/libcob/.libs -lcob -lm -lgmp -lltdl 
-lncurses"
| export COB_CONFIG_DIR="${abs_top_srcdir}/config"
| export LD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs"

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

run.at:20: /usr/src/open-cobol-0.30/cobc/cobc --version
cobc (OpenCOBOL) 0.30
Copyright (C) 2001-2004 Keisuke Nishida

## ------------------ ##
## Running the tests. ##
## ------------------ ##
run: starting at: Fri Sep 10 15:08:23 CEST 2004
1. DISPLAY literals (fundamental.at:22): ok     (0m0.120s 0m0.030s)
2. DISPLAY literals (fundamental.at:52): ok     (0m0.090s 0m0.050s)
3. Hexadecimal literal (fundamental.at:77): ok  (0m0.170s 0m0.030s)
4. DISPLAY data items with VALUE clause (fundamental.at:109): ok        
(0m0.110s 0m0.030s)
5. DISPLAY data items with MOVE statement (fundamental.at:147): ok      
(0m0.110s 0m0.030s)
6. non-numeric subscript (subscripts.at:27): ok (0m0.000s 0m0.020s)
7. The range of subscripts (subscripts.at:53): ok       (0m0.010s 0m0.000s)
8. Subscript out of bounds (1) (subscripts.at:85): ok   (0m0.110s 0m0.020s)
9. Subscript out of bounds (2) (subscripts.at:108): ok  (0m0.130s 0m0.020s)
10. Value of DEPENDING ON N out of bounds (lower) (subscripts.at:131): ok       
(0m0.100s 0m0.050s)
11. Value of DEPENDING ON N out of bounds (upper) (subscripts.at:154): ok       
(0m0.120s 0m0.020s)
12. Subscript out of bounds with OCCURS DEPENDING ON (lower) 
(subscripts.at:177): ok    (0m0.000s 0m0.010s)
13. Subscript out of bounds with OCCURS DEPENDING ON (upper) 
(subscripts.at:199): ok    (0m0.010s 0m0.010s)
14. Subscript out of bounds with OCCURS DEPENDING ON (subscripts.at:221): ok    
(0m0.100s 0m0.040s)
15. Subscript by arithmetic expression (subscripts.at:246): ok  (0m0.130s 
0m0.020s)
16. Separate sign positions (ref-mod.at:34): ok (0m0.110s 0m0.030s)
17. Static reference modification (ref-mod.at:57): ok   (0m0.110s 0m0.050s)
18. Dynamic reference modification (ref-mod.at:83): ok  (0m0.100s 0m0.050s)
19. Static out of bounds (ref-mod.at:110): ok   (0m0.000s 0m0.000s)
20. Offset underflow (ref-mod.at:135): ok       (0m0.130s 0m0.020s)
21. Offset overflow (ref-mod.at:156): ok        (0m0.090s 0m0.060s)
22. Length underflow (ref-mod.at:177): ok       (0m0.070s 0m0.070s)
23. Length overflow (ref-mod.at:198): ok        (0m0.130s 0m0.020s)
24. ACCEPT (accept.at:22): ok   (0m0.150s 0m0.010s)
25. INITIALIZE group entry with OCCURS (initialize.at:26): ok   (0m0.110s 
0m0.040s)
26. INITIALIZE OCCURS with numeric edited (initialize.at:50): ok        
(0m0.090s 0m0.050s)
27. INITIALIZE complex group (initialize.at:72): ok     (0m0.120s 0m0.020s)
28. INITIALIZE complex group (initialize.at:95): ok     (0m0.100s 0m0.030s)
29. INITIALIZE with REDEFINES (initialize.at:118): ok   (0m0.110s 0m0.040s)
30. Source file not found (misc.at:21): ok      (0m0.000s 0m0.000s)
31. Comma separator without space (misc.at:30): ok      (0m0.100s 0m0.040s)
32. LOCAL-STORAGE (misc.at:46): ok      (0m0.210s 0m0.050s)
33. EXTERNAL data item (misc.at:84): ok (0m0.230s 0m0.040s)
34. MOVE to itself (misc.at:125): ok    (0m0.110s 0m0.030s)
35. MOVE with refmod (misc.at:144): ok  (0m0.130s 0m0.020s)
36. MOVE with refmod (misc.at:163): ok  (0m0.110s 0m0.020s)
37. MOVE with group refmod (misc.at:184): ok    (0m0.090s 0m0.030s)
38. MOVE indexes (misc.at:204): ok      (0m0.120s 0m0.030s)
39. MOVE X00 (misc.at:225): ok  (0m0.140s 0m0.050s)
40. Level 01 subscripts (misc.at:257): ok       (0m0.010s 0m0.000s)
41. Class check with reference modification (misc.at:278): ok   (0m0.110s 
0m0.040s)
42. Index and parenthesized expression (misc.at:298): ok        (0m0.010s 
0m0.010s)
43. Alphanumeric and binary numeric (misc.at:317): ok   (0m0.100s 0m0.030s)
44. Dynamic call with static linking (misc.at:340): ok  (0m0.180s 0m0.060s)
45. CALL m1. CALL m2. CALL m1. (misc.at:363): ok        (0m0.310s 0m0.050s)
46. CALL: binary literal parameter (misc.at:409): ok    (0m0.270s 0m0.060s)
47. INSPECT REPLACING LEADING ZEROS BY SPACES (misc.at:442): ok (0m0.090s 
0m0.060s)
48. INSPECT: no repeat conversion check (misc.at:461): ok       (0m0.110s 
0m0.030s)
49. Nested PERFORM (misc.at:483): ok    (0m0.100s 0m0.040s)
50. EXIT PERFORM (misc.at:507): ok      (0m0.130s 0m0.020s)
51. EXIT PERFORM CYCLE (misc.at:529): ok        (0m0.100s 0m0.040s)
52. 88 with FILLER (misc.at:549): ok    (0m0.110s 0m0.040s)
53. non-overflow after overflow (misc.at:574): ok       (0m0.130s 0m0.020s)
54. PERFORM ... CONTINUE (misc.at:598): ok      (0m0.000s 0m0.010s)
55. STRING with subscript reference (misc.at:614): ok   (0m0.120s 0m0.020s)
56. READ INTO AT-END sequence (misc.at:635): ok (0m0.100s 0m0.040s)
58. REWRITE a RELATIVE file with RANDAM access (misc.at:702): ok        
(0m0.130s 0m0.010s)
59. SORT: table sort (misc.at:748): ok  (0m0.120s 0m0.020s)
61. PIC ZZZ-, ZZZ+ (misc.at:815): ok    (0m0.120s 0m0.020s)
62. COMP-5 (extensions.at:23): ok       (0m0.190s 0m0.010s)
63. Hexadecimal numeric literal (extensions.at:62): ok  (0m0.130s 0m0.010s)
64. Semi-parenthesized condition (extensions.at:88): ok (0m0.110s 0m0.030s)
65. ADDRESS OF (extensions.at:108): ok  (0m0.100s 0m0.040s)
66. LENGTH OF (extensions.at:163): ok   (0m0.090s 0m0.040s)
67. WHEN-COMPILED (extensions.at:194): ok       (0m0.110s 0m0.030s)
68. Complex OCCURS DEPENDING ON (extensions.at:216): ok (0m0.120s 0m0.020s)
69. MOVE NON-INTEGER TO ALPHA-NUMERIC (extensions.at:243): ok   (0m0.130s 
0m0.020s)
70. CALL USING file-name (extensions.at:326): ok        (0m0.170s 0m0.080s)
71. CALL unusual program-id. (extensions.at:366): ok    (0m0.560s 0m0.130s)
72. ASSIGN MF (extensions.at:429): ok   (0m0.130s 0m0.040s)
73. ASSIGN IBM (extensions.at:459): ok  (0m0.120s 0m0.030s)
74. ASSIGN mapping (extensions.at:489): ok      (0m0.110s 0m0.090s)
75. ASSIGN expansion (extensions.at:525): ok    (0m0.130s 0m0.010s)
76. PROCEDURE DIVISION USING BY ... (extensions.at:558): ok     (0m0.190s 
0m0.060s)
77. STOP RUN RETURNING (extensions.at:604): ok  (0m0.110s 0m0.040s)
78. ENTRY (extensions.at:621): ok       (0m0.190s 0m0.040s)
79. LINE SEQUENTIAL write (extensions.at:664): ok       (0m0.110s 0m0.050s)
80. LINE SEQUENTIAL read (extensions.at:700): ok        (0m0.110s 0m0.030s)
81. Environment variable (extensions.at:748): ok        (0m0.110s 0m0.030s)
82. RETURN-CODE (return-code.at:22): ok (0m0.110s 0m0.030s)
83. RETURN-CODE (return-code.at:45): ok (0m0.300s 0m0.050s)
run: ending at: Fri Sep 10 15:08:38 CEST 2004
run: test suite duration: 0h 0m 15s

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

ERROR: All 83 tests were run,
2 failed unexpectedly.

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

 NUM: FILENAME:LINE      TEST-GROUP-NAME
      KEYWORDS

  57: misc.at:668        First READ on an empty SEQUENTIAL INDEXED file
  60: misc.at:781        SORT nonexistent file

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

57. misc.at:668: testing ...
misc.at:696: ${COMPILE} -o prog prog.cob
misc.at:697: ./prog
--- /dev/null   2002-11-22 20:37:48.000000000 +0100
+++ /usr/src/open-cobol-0.30/tests/run.dir/at-stderr    2004-09-10 
15:08:32.000000000 +0200
@@ -0,0 +1 @@
+./run: line 8999: 16427 Segmentation fault      (core dumped) ./prog
--- -   2004-09-10 15:08:32.000000000 +0200
+++ /usr/src/open-cobol-0.30/tests/run.dir/at-stdout    2004-09-10 
15:08:32.000000000 +0200
@@ -1 +1 @@
-OK
+
misc.at:697: exit code was 139, expected 0
57. misc.at:668: 57. First READ on an empty SEQUENTIAL INDEXED file 
(misc.at:668): FAILED (misc.at:697)

60. misc.at:781: testing ...
misc.at:808: ${COMPILE} -o prog prog.cob
--- /dev/null   2002-11-22 20:37:48.000000000 +0100
+++ /usr/src/open-cobol-0.30/tests/run.dir/at-stderr    2004-09-10 
15:08:33.000000000 +0200
@@ -0,0 +1,7 @@
+/tmp/cobynWQtd.o: In function `prog_':
+/tmp/cobynWQtd.o(.text+0x128): undefined reference to `cob_sort_init'
+/tmp/cobynWQtd.o(.text+0x13f): undefined reference to `cob_sort_init_key'
+/tmp/cobynWQtd.o(.text+0x168): undefined reference to `cob_sort_using'
+/tmp/cobynWQtd.o(.text+0x1a3): undefined reference to `cob_sort_giving'
+/tmp/cobynWQtd.o(.text+0x1c5): undefined reference to `cob_sort_finish'
+collect2: ld returned 1 exit status
misc.at:808: exit code was 1, expected 0
60. misc.at:781: 60. SORT nonexistent file (misc.at:781): FAILED (misc.at:808)


## -------------- ##
## ..//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 0.30, which was
| generated by GNU Autoconf 2.59.  Invocation command line was
| 
|   $ ./configure 
| 
| ## --------- ##
| ## Platform. ##
| ## --------- ##
| 
| hostname = hf27
| uname -m = i686
| uname -r = 2.4.19-4GB
| uname -s = Linux
| uname -v = #21 Tue Dec 3 14:24:24 CET 2002
| 
| /usr/bin/uname -p = unknown
| /bin/uname -X     = unknown
| 
| /bin/arch              = i686
| /usr/bin/arch -k       = unknown
| /usr/convex/getsysinfo = unknown
| hostinfo               = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
| 
| PATH: .
| PATH: /sbin
| PATH: /usr/sbin
| PATH: /usr/local/sbin
| PATH: /root/bin
| PATH: /usr/local/bin
| PATH: /usr/bin
| PATH: /usr/X11R6/bin
| PATH: /bin
| PATH: /usr/games
| PATH: /opt/gnome/bin
| PATH: /opt/kde3/bin
| PATH: /opt/kde2/bin
| PATH: /usr/lib/java/bin
| PATH: /opt/gnome/bin
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:1583: checking for a BSD-compatible install
| configure:1638: result: /usr/bin/install -c
| configure:1649: checking whether build environment is sane
| configure:1692: result: yes
| configure:1749: checking for gawk
| configure:1765: found /usr/bin/gawk
| configure:1775: result: gawk
| configure:1785: checking whether make sets $(MAKE)
| configure:1805: result: yes
| configure:1969: checking whether to enable maintainer-specific portions of 
Makefiles
| configure:1978: result: no
| configure:2024: checking for gcc
| configure:2040: found /usr/bin/gcc
| configure:2050: result: gcc
| configure:2156: checking for style of include used by make
| configure:2184: result: GNU
| configure:2255: checking for gcc
| configure:2271: found /usr/bin/gcc
| configure:2281: result: gcc
| configure:2525: checking for C compiler version
| configure:2528: gcc --version </dev/null >&5
| gcc (GCC) 3.2
| Copyright (C) 2002 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:2531: $? = 0
| configure:2533: gcc -v </dev/null >&5
| Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.2/specs
| Configured with: ../configure --enable-threads=posix --prefix=/usr 
--with-local-prefix=/usr/local --infodir=/usr/share/info 
--mandir=/usr/share/man --libdir=/usr/lib 
--enable-languages=c,c++,f77,objc,java,ada --enable-libgcj 
--with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib 
--enable-shared --enable-__cxa_atexit i486-suse-linux
| Thread model: posix
| gcc version 3.2
| configure:2536: $? = 0
| configure:2538: gcc -V </dev/null >&5
| gcc: argument to `-V' is missing
| configure:2541: $? = 1
| configure:2564: checking for C compiler default output file name
| configure:2567: gcc    conftest.c  >&5
| configure:2570: $? = 0
| configure:2616: result: a.out
| configure:2621: checking whether the C compiler works
| configure:2627: ./a.out
| configure:2630: $? = 0
| configure:2647: result: yes
| configure:2654: checking whether we are cross compiling
| configure:2656: result: no
| configure:2659: checking for suffix of executables
| configure:2661: gcc -o conftest    conftest.c  >&5
| configure:2664: $? = 0
| configure:2689: result: 
| configure:2695: checking for suffix of object files
| configure:2716: gcc -c   conftest.c >&5
| configure:2719: $? = 0
| configure:2741: result: o
| configure:2745: checking whether we are using the GNU C compiler
| configure:2769: gcc -c   conftest.c >&5
| configure:2775: $? = 0
| configure:2779: test -z 
|                        || test ! -s conftest.err
| configure:2782: $? = 0
| configure:2785: test -s conftest.o
| configure:2788: $? = 0
| configure:2801: result: yes
| configure:2807: checking whether gcc accepts -g
| configure:2828: gcc -c -g  conftest.c >&5
| configure:2834: $? = 0
| configure:2838: test -z 
|                        || test ! -s conftest.err
| configure:2841: $? = 0
| configure:2844: test -s conftest.o
| configure:2847: $? = 0
| configure:2858: result: yes
| configure:2875: checking for gcc option to accept ANSI C
| configure:2945: gcc  -c -g -O2  conftest.c >&5
| configure:2951: $? = 0
| configure:2955: test -z 
|                        || test ! -s conftest.err
| configure:2958: $? = 0
| configure:2961: test -s conftest.o
| configure:2964: $? = 0
| configure:2982: result: none needed
| configure:3000: gcc -c -g -O2  conftest.c >&5
| conftest.c:2: parse error before "me"
| configure:3006: $? = 1
| configure: failed program was:
| | #ifndef __cplusplus
| |   choke me
| | #endif
| configure:3141: checking dependency style of gcc
| configure:3224: result: gcc3
| configure:3242: checking for getopt_long_only
| configure:3299: gcc -o conftest -g -O2   conftest.c  >&5
| configure:3305: $? = 0
| configure:3309: test -z 
|                        || test ! -s conftest.err
| configure:3312: $? = 0
| configure:3315: test -s conftest
| configure:3318: $? = 0
| configure:3330: result: yes
| configure:3356: checking for regcomp in -lregex
| configure:3386: gcc -o conftest -g -O2   conftest.c -lregex   >&5
| /usr/lib/gcc-lib/i486-suse-linux/3.2/../../../../i486-suse-linux/bin/ld: 
cannot find -lregex
| collect2: ld returned 1 exit status
| configure:3392: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.30"
| | #define PACKAGE_STRING "OpenCOBOL 0.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.30"
| | #define COB_DEBUG 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 regcomp ();
| | int
| | main ()
| | {
| | regcomp ();
| |   ;
| |   return 0;
| | }
| configure:3418: result: no
| configure:3432: checking how to run the C preprocessor
| configure:3467: gcc -E  conftest.c
| configure:3473: $? = 0
| configure:3505: gcc -E  conftest.c
| conftest.c:12:28: ac_nonexistent.h: No such file or directory
| configure:3511: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.30"
| | #define PACKAGE_STRING "OpenCOBOL 0.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.30"
| | #define COB_DEBUG 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3550: result: gcc -E
| configure:3574: gcc -E  conftest.c
| configure:3580: $? = 0
| configure:3612: gcc -E  conftest.c
| conftest.c:12:28: ac_nonexistent.h: No such file or directory
| configure:3618: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.30"
| | #define PACKAGE_STRING "OpenCOBOL 0.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.30"
| | #define COB_DEBUG 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3662: checking for egrep
| configure:3672: result: grep -E
| configure:3677: checking for ANSI C header files
| configure:3702: gcc -c -g -O2  conftest.c >&5
| configure:3708: $? = 0
| configure:3712: test -z 
|                        || test ! -s conftest.err
| configure:3715: $? = 0
| configure:3718: test -s conftest.o
| configure:3721: $? = 0
| configure:3807: gcc -o conftest -g -O2   conftest.c  >&5
| configure:3810: $? = 0
| configure:3812: ./conftest
| configure:3815: $? = 0
| configure:3830: result: yes
| configure:3854: checking for sys/types.h
| configure:3870: gcc -c -g -O2  conftest.c >&5
| configure:3876: $? = 0
| configure:3880: test -z 
|                        || test ! -s conftest.err
| configure:3883: $? = 0
| configure:3886: test -s conftest.o
| configure:3889: $? = 0
| configure:3900: result: yes
| configure:3854: checking for sys/stat.h
| configure:3870: gcc -c -g -O2  conftest.c >&5
| configure:3876: $? = 0
| configure:3880: test -z 
|                        || test ! -s conftest.err
| configure:3883: $? = 0
| configure:3886: test -s conftest.o
| configure:3889: $? = 0
| configure:3900: result: yes
| configure:3854: checking for stdlib.h
| configure:3870: gcc -c -g -O2  conftest.c >&5
| configure:3876: $? = 0
| configure:3880: test -z 
|                        || test ! -s conftest.err
| configure:3883: $? = 0
| configure:3886: test -s conftest.o
| configure:3889: $? = 0
| configure:3900: result: yes
| configure:3854: checking for string.h
| configure:3870: gcc -c -g -O2  conftest.c >&5
| configure:3876: $? = 0
| configure:3880: test -z 
|                        || test ! -s conftest.err
| configure:3883: $? = 0
| configure:3886: test -s conftest.o
| configure:3889: $? = 0
| configure:3900: result: yes
| configure:3854: checking for memory.h
| configure:3870: gcc -c -g -O2  conftest.c >&5
| configure:3876: $? = 0
| configure:3880: test -z 
|                        || test ! -s conftest.err
| configure:3883: $? = 0
| configure:3886: test -s conftest.o
| configure:3889: $? = 0
| configure:3900: result: yes
| configure:3854: checking for strings.h
| configure:3870: gcc -c -g -O2  conftest.c >&5
| configure:3876: $? = 0
| configure:3880: test -z 
|                        || test ! -s conftest.err
| configure:3883: $? = 0
| configure:3886: test -s conftest.o
| configure:3889: $? = 0
| configure:3900: result: yes
| configure:3854: checking for inttypes.h
| configure:3870: gcc -c -g -O2  conftest.c >&5
| configure:3876: $? = 0
| configure:3880: test -z 
|                        || test ! -s conftest.err
| configure:3883: $? = 0
| configure:3886: test -s conftest.o
| configure:3889: $? = 0
| configure:3900: result: yes
| configure:3854: checking for stdint.h
| configure:3870: gcc -c -g -O2  conftest.c >&5
| configure:3876: $? = 0
| configure:3880: test -z 
|                        || test ! -s conftest.err
| configure:3883: $? = 0
| configure:3886: test -s conftest.o
| configure:3889: $? = 0
| configure:3900: result: yes
| configure:3854: checking for unistd.h
| configure:3870: gcc -c -g -O2  conftest.c >&5
| configure:3876: $? = 0
| configure:3880: test -z 
|                        || test ! -s conftest.err
| configure:3883: $? = 0
| configure:3886: test -s conftest.o
| configure:3889: $? = 0
| configure:3900: result: yes
| configure:3916: checking for dbopen
| configure:3973: gcc -o conftest -g -O2   conftest.c  >&5
| /tmp/cc8WG7SP.o: In function `main':
| /usr/src/open-cobol-0.30/conftest.c:62: undefined reference to `dbopen'
| /usr/src/open-cobol-0.30/conftest.c:61: undefined reference to `dbopen'
| collect2: ld returned 1 exit status
| configure:3979: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.30"
| | #define PACKAGE_STRING "OpenCOBOL 0.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.30"
| | #define COB_DEBUG 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
| | /* end confdefs.h.  */
| | /* Define dbopen to an innocuous variant, in case <limits.h> declares 
dbopen.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define dbopen innocuous_dbopen
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char dbopen (); 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 dbopen
| | 
| | /* 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 dbopen ();
| | /* 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_dbopen) || defined (__stub___dbopen)
| | choke me
| | #else
| | char (*f) () = dbopen;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != dbopen;
| |   ;
| |   return 0;
| | }
| configure:4004: result: no
| configure:4490: checking gmp.h usability
| configure:4502: gcc -c -g -O2  conftest.c >&5
| configure:4508: $? = 0
| configure:4512: test -z 
|                        || test ! -s conftest.err
| configure:4515: $? = 0
| configure:4518: test -s conftest.o
| configure:4521: $? = 0
| configure:4531: result: yes
| configure:4535: checking gmp.h presence
| configure:4545: gcc -E  conftest.c
| configure:4551: $? = 0
| configure:4571: result: yes
| configure:4606: checking for gmp.h
| configure:4613: result: yes
| configure:4631: checking for __gmp_rand in -lgmp
| configure:4661: gcc -o conftest -g -O2   conftest.c -lgmp   >&5
| configure:4667: $? = 0
| configure:4671: test -z 
|                        || test ! -s conftest.err
| configure:4674: $? = 0
| configure:4677: test -s conftest
| configure:4680: $? = 0
| configure:4693: result: yes
| configure:4725: checking ltdl.h usability
| configure:4737: gcc -c -g -O2  conftest.c >&5
| configure:4743: $? = 0
| configure:4747: test -z 
|                        || test ! -s conftest.err
| configure:4750: $? = 0
| configure:4753: test -s conftest.o
| configure:4756: $? = 0
| configure:4766: result: yes
| configure:4770: checking ltdl.h presence
| configure:4780: gcc -E  conftest.c
| configure:4786: $? = 0
| configure:4806: result: yes
| configure:4841: checking for ltdl.h
| configure:4848: result: yes
| configure:4866: checking for lt_dlopen in -lltdl
| configure:4896: gcc -o conftest -g -O2   conftest.c -lltdl  -lgmp  >&5
| configure:4902: $? = 0
| configure:4906: test -z 
|                        || test ! -s conftest.err
| configure:4909: $? = 0
| configure:4912: test -s conftest
| configure:4915: $? = 0
| configure:4928: result: yes
| configure:4960: checking whether NLS is requested
| configure:4969: result: yes
| configure:5007: checking for msgfmt
| configure:5038: result: /usr/bin/msgfmt
| configure:5047: checking for gmsgfmt
| configure:5078: result: /usr/bin/msgfmt
| configure:5117: checking for xgettext
| configure:5151: result: no
| configure:5188: checking for msgmerge
| configure:5218: result: /usr/bin/msgmerge
| configure:5275: checking build system type
| configure:5293: result: i686-pc-linux-gnu
| configure:5301: checking host system type
| configure:5315: result: i686-pc-linux-gnu
| configure:5347: checking for ld used by GCC
| configure:5411: result: /usr/i486-suse-linux/bin/ld
| configure:5420: checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld
| configure:5433: result: yes
| configure:5439: checking for shared library run path origin
| configure:5452: result: done
| configure:5868: checking whether NLS is requested
| configure:5877: result: yes
| configure:5895: checking for GNU gettext in libc
| configure:5919: gcc -o conftest -g -O2   conftest.c -lltdl -lgmp  >&5
| configure:5925: $? = 0
| configure:5929: test -z 
|                        || test ! -s conftest.err
| configure:5932: $? = 0
| configure:5935: test -s conftest
| configure:5938: $? = 0
| configure:5950: result: yes
| configure:6649: checking whether to use NLS
| configure:6651: result: yes
| configure:6654: checking where the gettext function comes from
| configure:6665: result: libc
| configure:6749: checking ncurses.h usability
| configure:6761: gcc -c -g -O2  conftest.c >&5
| configure:6767: $? = 0
| configure:6771: test -z 
|                        || test ! -s conftest.err
| configure:6774: $? = 0
| configure:6777: test -s conftest.o
| configure:6780: $? = 0
| configure:6790: result: yes
| configure:6794: checking ncurses.h presence
| configure:6804: gcc -E  conftest.c
| configure:6810: $? = 0
| configure:6830: result: yes
| configure:6865: checking for ncurses.h
| configure:6872: result: yes
| configure:6749: checking curses.h usability
| configure:6761: gcc -c -g -O2  conftest.c >&5
| configure:6767: $? = 0
| configure:6771: test -z 
|                        || test ! -s conftest.err
| configure:6774: $? = 0
| configure:6777: test -s conftest.o
| configure:6780: $? = 0
| configure:6790: result: yes
| configure:6794: checking curses.h presence
| configure:6804: gcc -E  conftest.c
| configure:6810: $? = 0
| configure:6830: result: yes
| configure:6865: checking for curses.h
| configure:6872: result: yes
| configure:6886: checking for initscr in -lncurses
| configure:6916: gcc -o conftest -g -O2   conftest.c -lncurses  -lltdl -lgmp  
>&5
| configure:6922: $? = 0
| configure:6926: test -z 
|                        || test ! -s conftest.err
| configure:6929: $? = 0
| configure:6932: test -s conftest
| configure:6935: $? = 0
| configure:6948: result: yes
| configure:7011: checking for gcc
| configure:7037: result: gcc
| configure:7281: checking for C compiler version
| configure:7284: gcc --version </dev/null >&5
| gcc (GCC) 3.2
| Copyright (C) 2002 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:7287: $? = 0
| configure:7289: gcc -v </dev/null >&5
| Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.2/specs
| Configured with: ../configure --enable-threads=posix --prefix=/usr 
--with-local-prefix=/usr/local --infodir=/usr/share/info 
--mandir=/usr/share/man --libdir=/usr/lib 
--enable-languages=c,c++,f77,objc,java,ada --enable-libgcj 
--with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib 
--enable-shared --enable-__cxa_atexit i486-suse-linux
| Thread model: posix
| gcc version 3.2
| configure:7292: $? = 0
| configure:7294: gcc -V </dev/null >&5
| gcc: argument to `-V' is missing
| configure:7297: $? = 1
| configure:7300: checking whether we are using the GNU C compiler
| configure:7356: result: yes
| configure:7362: checking whether gcc accepts -g
| configure:7413: result: yes
| configure:7430: checking for gcc option to accept ANSI C
| configure:7537: result: none needed
| configure:7555: gcc -c -g -O2  conftest.c >&5
| conftest.c:2: parse error before "me"
| configure:7561: $? = 1
| configure: failed program was:
| | #ifndef __cplusplus
| |   choke me
| | #endif
| configure:7696: checking dependency style of gcc
| configure:7779: result: gcc3
| configure:7796: checking whether ln -s works
| configure:7800: result: yes
| configure:7820: checking for a BSD-compatible install
| configure:7875: result: /usr/bin/install -c
| configure:7962: checking for a sed that does not truncate output
| configure:8016: result: /usr/bin/sed
| configure:8030: checking for ld used by gcc
| configure:8097: result: /usr/i486-suse-linux/bin/ld
| configure:8106: checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld
| configure:8121: result: yes
| configure:8126: checking for /usr/i486-suse-linux/bin/ld option to reload 
object files
| configure:8133: result: -r
| configure:8142: checking for BSD-compatible nm
| configure:8184: result: /usr/bin/nm -B
| configure:8188: checking how to recognise dependent libraries
| configure:8371: result: pass_all
| configure:8835: checking dlfcn.h usability
| configure:8847: gcc -c -g -O2  conftest.c >&5
| configure:8853: $? = 0
| configure:8857: test -z 
|                        || test ! -s conftest.err
| configure:8860: $? = 0
| configure:8863: test -s conftest.o
| configure:8866: $? = 0
| configure:8876: result: yes
| configure:8880: checking dlfcn.h presence
| configure:8890: gcc -E  conftest.c
| configure:8896: $? = 0
| configure:8916: result: yes
| configure:8951: checking for dlfcn.h
| configure:8958: result: yes
| configure:9023: checking for g++
| configure:9039: found /usr/bin/g++
| configure:9049: result: g++
| configure:9065: checking for C++ compiler version
| configure:9068: g++ --version </dev/null >&5
| g++ (GCC) 3.2
| Copyright (C) 2002 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:9071: $? = 0
| configure:9073: g++ -v </dev/null >&5
| Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.2/specs
| Configured with: ../configure --enable-threads=posix --prefix=/usr 
--with-local-prefix=/usr/local --infodir=/usr/share/info 
--mandir=/usr/share/man --libdir=/usr/lib 
--enable-languages=c,c++,f77,objc,java,ada --enable-libgcj 
--with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib 
--enable-shared --enable-__cxa_atexit i486-suse-linux
| Thread model: posix
| gcc version 3.2
| configure:9076: $? = 0
| configure:9078: g++ -V </dev/null >&5
| g++: argument to `-V' missing
| 
| configure:9081: $? = 1
| configure:9084: checking whether we are using the GNU C++ compiler
| configure:9108: g++ -c   conftest.cc >&5
| configure:9114: $? = 0
| configure:9118: test -z 
|                        || test ! -s conftest.err
| configure:9121: $? = 0
| configure:9124: test -s conftest.o
| configure:9127: $? = 0
| configure:9140: result: yes
| configure:9146: checking whether g++ accepts -g
| configure:9167: g++ -c -g  conftest.cc >&5
| configure:9173: $? = 0
| configure:9177: test -z 
|                        || test ! -s conftest.err
| configure:9180: $? = 0
| configure:9183: test -s conftest.o
| configure:9186: $? = 0
| configure:9197: result: yes
| configure:9239: g++ -c -g -O2  conftest.cc >&5
| configure:9245: $? = 0
| configure:9249: test -z 
|                        || test ! -s conftest.err
| configure:9252: $? = 0
| configure:9255: test -s conftest.o
| configure:9258: $? = 0
| configure:9284: g++ -c -g -O2  conftest.cc >&5
| conftest.cc: In function `int main()':
| conftest.cc:37: `exit' undeclared (first use this function)
| conftest.cc:37: (Each undeclared identifier is reported only once for each 
|    function it appears in.)
| configure:9290: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.30"
| | #define PACKAGE_STRING "OpenCOBOL 0.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.30"
| | #define COB_DEBUG 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 HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_NCURSES_H 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBNCURSES 1
| | #define HAVE_DLFCN_H 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | exit (42);
| |   ;
| |   return 0;
| | }
| configure:9239: g++ -c -g -O2  conftest.cc >&5
| configure:9245: $? = 0
| configure:9249: test -z 
|                        || test ! -s conftest.err
| configure:9252: $? = 0
| configure:9255: test -s conftest.o
| configure:9258: $? = 0
| configure:9284: g++ -c -g -O2  conftest.cc >&5
| configure:9290: $? = 0
| configure:9294: test -z 
|                        || test ! -s conftest.err
| configure:9297: $? = 0
| configure:9300: test -s conftest.o
| configure:9303: $? = 0
| configure:9328: checking dependency style of g++
| configure:9411: result: gcc3
| configure:9433: checking how to run the C++ preprocessor
| configure:9464: g++ -E  conftest.cc
| configure:9470: $? = 0
| configure:9502: g++ -E  conftest.cc
| conftest.cc:36:28: ac_nonexistent.h: No such file or directory
| configure:9508: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.30"
| | #define PACKAGE_STRING "OpenCOBOL 0.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.30"
| | #define COB_DEBUG 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 HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_NCURSES_H 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBNCURSES 1
| | #define HAVE_DLFCN_H 1
| | #ifdef __cplusplus
| | extern "C" void std::exit (int) throw (); using std::exit;
| | #endif
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:9547: result: g++ -E
| configure:9571: g++ -E  conftest.cc
| configure:9577: $? = 0
| configure:9609: g++ -E  conftest.cc
| conftest.cc:36:28: ac_nonexistent.h: No such file or directory
| configure:9615: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.30"
| | #define PACKAGE_STRING "OpenCOBOL 0.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.30"
| | #define COB_DEBUG 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 HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_NCURSES_H 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBNCURSES 1
| | #define HAVE_DLFCN_H 1
| | #ifdef __cplusplus
| | extern "C" void std::exit (int) throw (); using std::exit;
| | #endif
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:9710: checking for g77
| configure:9726: found /usr/bin/g77
| configure:9736: result: g77
| configure:9754: checking for Fortran 77 compiler version
| configure:9754: g77 --version </dev/null >&5
| GNU Fortran (GCC 3.2) 3.2 20020814 (release) (SuSE Linux)
| Copyright (C) 2002 Free Software Foundation, Inc.
| 
| GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
| You may redistribute copies of GNU Fortran
| under the terms of the GNU General Public License.
| For more information about these matters, see the file named COPYING
| or type the command `info -f g77 Copying'.
| configure:9757: $? = 0
| configure:9759: g77 -v </dev/null >&5
| Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.2/specs
| Configured with: ../configure --enable-threads=posix --prefix=/usr 
--with-local-prefix=/usr/local --infodir=/usr/share/info 
--mandir=/usr/share/man --libdir=/usr/lib 
--enable-languages=c,c++,f77,objc,java,ada --enable-libgcj 
--with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib 
--enable-shared --enable-__cxa_atexit i486-suse-linux
| Thread model: posix
| gcc version 3.2
| configure:9762: $? = 0
| configure:9764: g77 -V </dev/null >&5
| g77: argument to `-V' missing
| configure:9767: $? = 1
| configure:9775: checking whether we are using the GNU Fortran 77 compiler
| configure:9789: g77 -c  conftest.F >&5
| configure:9795: $? = 0
| configure:9799: test -z 
|                        || test ! -s conftest.err
| configure:9802: $? = 0
| configure:9805: test -s conftest.o
| configure:9808: $? = 0
| configure:9821: result: yes
| configure:9827: checking whether g77 accepts -g
| configure:9839: g77 -c -g conftest.f >&5
| configure:9845: $? = 0
| configure:9849: test -z 
|                        || test ! -s conftest.err
| configure:9852: $? = 0
| configure:9855: test -s conftest.o
| configure:9858: $? = 0
| configure:9870: result: yes
| configure:9900: checking the maximum length of command line arguments
| configure:9965: result: 32768
| configure:9976: checking command to parse /usr/bin/nm -B output from gcc 
object
| configure:10065: gcc -c -g -O2  conftest.c >&5
| configure:10068: $? = 0
| configure:10072: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[       
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
| configure:10075: $? = 0
| configure:10127: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
| configure:10130: $? = 0
| configure:10168: result: ok
| configure:10172: checking for objdir
| configure:10187: result: .libs
| configure:10277: checking for ar
| configure:10293: found /usr/bin/ar
| configure:10304: result: ar
| configure:10357: checking for ranlib
| configure:10373: found /usr/bin/ranlib
| configure:10384: result: ranlib
| configure:10437: checking for strip
| configure:10453: found /usr/bin/strip
| configure:10464: result: strip
| configure:10726: checking if gcc static flag  works
| configure:10749: result: yes
| configure:10767: checking if gcc supports -fno-rtti -fno-exceptions
| configure:10788: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
| configure:10792: $? = 0
| configure:10800: result: yes
| configure:10815: checking for gcc option to produce PIC
| configure:10992: result: -fPIC
| configure:11000: checking if gcc PIC flag -fPIC works
| configure:11021: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
| configure:11025: $? = 0
| configure:11033: result: yes
| configure:11057: checking if gcc supports -c -o file.o
| configure:11081: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
| configure:11085: $? = 0
| configure:11102: result: yes
| configure:11128: checking whether the gcc linker 
(/usr/i486-suse-linux/bin/ld) supports shared libraries
| configure:11976: result: yes
| configure:12002: checking whether -lc should be explicitly linked in
| configure:12007: gcc -c -g -O2  conftest.c >&5
| configure:12010: $? = 0
| configure:12024: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o 
conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
| configure:12027: $? = 0
| configure:12039: result: no
| configure:12047: checking dynamic linker characteristics
| configure:12587: result: GNU/Linux ld.so
| configure:12591: checking how to hardcode library paths into programs
| configure:12616: result: immediate
| configure:12630: checking whether stripping libraries is possible
| configure:12635: result: yes
| configure:12761: checking for shl_load
| configure:12818: gcc -o conftest -g -O2   conftest.c -lncurses -lltdl -lgmp  
>&5
| /tmp/ccWrRZL2.o: In function `main':
| /usr/src/open-cobol-0.30/conftest.c:76: undefined reference to `shl_load'
| /usr/src/open-cobol-0.30/conftest.c:75: undefined reference to `shl_load'
| collect2: ld returned 1 exit status
| configure:12824: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.30"
| | #define PACKAGE_STRING "OpenCOBOL 0.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.30"
| | #define COB_DEBUG 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 HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_NCURSES_H 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBNCURSES 1
| | #define HAVE_DLFCN_H 1
| | #ifdef __cplusplus
| | extern "C" void std::exit (int) throw (); using std::exit;
| | #endif
| | /* 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:12849: result: no
| configure:12854: checking for shl_load in -ldld
| configure:12884: gcc -o conftest -g -O2   conftest.c -ldld  -lncurses -lltdl 
-lgmp  >&5
| /usr/lib/gcc-lib/i486-suse-linux/3.2/../../../../i486-suse-linux/bin/ld: 
cannot find -ldld
| collect2: ld returned 1 exit status
| configure:12890: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.30"
| | #define PACKAGE_STRING "OpenCOBOL 0.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.30"
| | #define COB_DEBUG 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 HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_NCURSES_H 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBNCURSES 1
| | #define HAVE_DLFCN_H 1
| | #ifdef __cplusplus
| | extern "C" void std::exit (int) throw (); using std::exit;
| | #endif
| | /* 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:12916: result: no
| configure:12921: checking for dlopen
| configure:12978: gcc -o conftest -g -O2   conftest.c -lncurses -lltdl -lgmp  
>&5
| configure:12984: $? = 0
| configure:12988: test -z 
|                        || test ! -s conftest.err
| configure:12991: $? = 0
| configure:12994: test -s conftest
| configure:12997: $? = 0
| configure:13009: result: yes
| configure:13251: checking whether a program can dlopen itself
| configure:13323: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic 
conftest.c  -lncurses -lltdl -lgmp  >&5
| configure:13326: $? = 0
| configure:13344: result: yes
| configure:13349: checking whether a statically linked program can dlopen 
itself
| configure:13421: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic 
 conftest.c  -lncurses -lltdl -lgmp  >&5
| configure:13424: $? = 0
| configure:13442: result: yes
| configure:13465: checking if libtool supports shared libraries
| configure:13467: result: yes
| configure:13470: checking whether to build shared libraries
| configure:13528: result: yes
| configure:13531: checking whether to build static libraries
| configure:13535: result: yes
| configure:13627: creating libtool
| configure:14174: checking for ld used by g++
| configure:14241: result: /usr/i486-suse-linux/bin/ld
| configure:14250: checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU 
ld
| configure:14265: result: yes
| configure:14316: checking whether the g++ linker 
(/usr/i486-suse-linux/bin/ld) supports shared libraries
| configure:15144: result: yes
| configure:15162: g++ -c -g -O2  conftest.cc >&5
| configure:15165: $? = 0
| configure:15261: checking for g++ option to produce PIC
| configure:15513: result: -fPIC
| configure:15521: checking if g++ PIC flag -fPIC works
| configure:15542: g++ -c -g -O2  -fPIC -DPIC conftest.cc >&5
| configure:15546: $? = 0
| configure:15554: result: yes
| configure:15578: checking if g++ supports -c -o file.o
| configure:15602: g++ -c -g -O2  -o out/conftest2.o conftest.cc >&5
| configure:15606: $? = 0
| configure:15623: result: yes
| configure:15649: checking whether the g++ linker 
(/usr/i486-suse-linux/bin/ld) supports shared libraries
| configure:15674: result: yes
| configure:15745: checking dynamic linker characteristics
| configure:16285: result: GNU/Linux ld.so
| configure:16289: checking how to hardcode library paths into programs
| configure:16314: result: immediate
| configure:16328: checking whether stripping libraries is possible
| configure:16333: result: yes
| configure:16459: checking for shl_load
| configure:16547: result: no
| configure:16552: checking for shl_load in -ldld
| configure:16614: result: no
| configure:16619: checking for dlopen
| configure:16707: result: yes
| configure:16949: checking whether a program can dlopen itself
| configure:17042: result: yes
| configure:17047: checking whether a statically linked program can dlopen 
itself
| configure:17140: result: yes
| configure:17640: checking if libtool supports shared libraries
| configure:17642: result: yes
| configure:17645: checking whether to build shared libraries
| configure:17663: result: yes
| configure:17666: checking whether to build static libraries
| configure:17670: result: yes
| configure:17682: checking for g77 option to produce PIC
| configure:17859: result: -fPIC
| configure:17867: checking if g77 PIC flag -fPIC works
| configure:17888: g77 -c -g -O2 -fPIC conftest.f >&5
| configure:17892: $? = 0
| configure:17900: result: yes
| configure:17924: checking if g77 supports -c -o file.o
| configure:17948: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
| configure:17952: $? = 0
| configure:17969: result: yes
| configure:17995: checking whether the g77 linker 
(/usr/i486-suse-linux/bin/ld) supports shared libraries
| configure:18823: result: yes
| configure:18894: checking dynamic linker characteristics
| configure:19434: result: GNU/Linux ld.so
| configure:19438: checking how to hardcode library paths into programs
| configure:19463: result: immediate
| configure:19477: checking whether stripping libraries is possible
| configure:19482: result: yes
| configure:23568: checking whether make sets $(MAKE)
| configure:23588: result: yes
| configure:23599: checking for ANSI C header files
| configure:23752: result: yes
| configure:23780: checking fcntl.h usability
| configure:23792: gcc -c -g -O2  conftest.c >&5
| configure:23798: $? = 0
| configure:23802: test -z 
|                        || test ! -s conftest.err
| configure:23805: $? = 0
| configure:23808: test -s conftest.o
| configure:23811: $? = 0
| configure:23821: result: yes
| configure:23825: checking fcntl.h presence
| configure:23835: gcc -E  conftest.c
| configure:23841: $? = 0
| configure:23861: result: yes
| configure:23896: checking for fcntl.h
| configure:23903: result: yes
| configure:23780: checking malloc.h usability
| configure:23792: gcc -c -g -O2  conftest.c >&5
| configure:23798: $? = 0
| configure:23802: test -z 
|                        || test ! -s conftest.err
| configure:23805: $? = 0
| configure:23808: test -s conftest.o
| configure:23811: $? = 0
| configure:23821: result: yes
| configure:23825: checking malloc.h presence
| configure:23835: gcc -E  conftest.c
| configure:23841: $? = 0
| configure:23861: result: yes
| configure:23896: checking for malloc.h
| configure:23903: result: yes
| configure:23780: checking locale.h usability
| configure:23792: gcc -c -g -O2  conftest.c >&5
| configure:23798: $? = 0
| configure:23802: test -z 
|                        || test ! -s conftest.err
| configure:23805: $? = 0
| configure:23808: test -s conftest.o
| configure:23811: $? = 0
| configure:23821: result: yes
| configure:23825: checking locale.h presence
| configure:23835: gcc -E  conftest.c
| configure:23841: $? = 0
| configure:23861: result: yes
| configure:23896: checking for locale.h
| configure:23903: result: yes
| configure:23780: checking stddef.h usability
| configure:23792: gcc -c -g -O2  conftest.c >&5
| configure:23798: $? = 0
| configure:23802: test -z 
|                        || test ! -s conftest.err
| configure:23805: $? = 0
| configure:23808: test -s conftest.o
| configure:23811: $? = 0
| configure:23821: result: yes
| configure:23825: checking stddef.h presence
| configure:23835: gcc -E  conftest.c
| configure:23841: $? = 0
| configure:23861: result: yes
| configure:23896: checking for stddef.h
| configure:23903: result: yes
| configure:23780: checking wchar.h usability
| configure:23792: gcc -c -g -O2  conftest.c >&5
| configure:23798: $? = 0
| configure:23802: test -z 
|                        || test ! -s conftest.err
| configure:23805: $? = 0
| configure:23808: test -s conftest.o
| configure:23811: $? = 0
| configure:23821: result: yes
| configure:23825: checking wchar.h presence
| configure:23835: gcc -E  conftest.c
| configure:23841: $? = 0
| configure:23861: result: yes
| configure:23896: checking for wchar.h
| configure:23903: result: yes
| configure:23918: checking for an ANSI C-conforming const
| configure:23985: gcc -c -g -O2  conftest.c >&5
| configure:23991: $? = 0
| configure:23995: test -z 
|                        || test ! -s conftest.err
| configure:23998: $? = 0
| configure:24001: test -s conftest.o
| configure:24004: $? = 0
| configure:24015: result: yes
| configure:24025: checking whether byte ordering is bigendian
| configure:24052: gcc -c -g -O2  conftest.c >&5
| configure:24058: $? = 0
| configure:24062: test -z 
|                        || test ! -s conftest.err
| configure:24065: $? = 0
| configure:24068: test -s conftest.o
| configure:24071: $? = 0
| configure:24095: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:49: `not' undeclared (first use in this function)
| conftest.c:49: (Each undeclared identifier is reported only once
| conftest.c:49: for each function it appears in.)
| conftest.c:49: parse error before "big"
| configure:24101: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.30"
| | #define PACKAGE_STRING "OpenCOBOL 0.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.30"
| | #define COB_DEBUG 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 HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_NCURSES_H 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBNCURSES 1
| | #define HAVE_DLFCN_H 1
| | #ifdef __cplusplus
| | extern "C" void std::exit (int) throw (); using std::exit;
| | #endif
| | #define STDC_HEADERS 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
| | /* 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:24236: result: no
| configure:24255: checking for size_t
| configure:24279: gcc -c -g -O2  conftest.c >&5
| configure:24285: $? = 0
| configure:24289: test -z 
|                        || test ! -s conftest.err
| configure:24292: $? = 0
| configure:24295: test -s conftest.o
| configure:24298: $? = 0
| configure:24309: result: yes
| configure:24321: checking whether struct tm is in sys/time.h or time.h
| configure:24344: gcc -c -g -O2  conftest.c >&5
| configure:24350: $? = 0
| configure:24354: test -z 
|                        || test ! -s conftest.err
| configure:24357: $? = 0
| configure:24360: test -s conftest.o
| configure:24363: $? = 0
| configure:24374: result: time.h
| configure:24388: checking for working alloca.h
| configure:24409: gcc -o conftest -g -O2   conftest.c -lncurses -lltdl -lgmp  
>&5
| configure:24415: $? = 0
| configure:24419: test -z 
|                        || test ! -s conftest.err
| configure:24422: $? = 0
| configure:24425: test -s conftest
| configure:24428: $? = 0
| configure:24440: result: yes
| configure:24450: checking for alloca
| configure:24491: gcc -o conftest -g -O2   conftest.c -lncurses -lltdl -lgmp  
>&5
| configure:24497: $? = 0
| configure:24501: test -z 
|                        || test ! -s conftest.err
| configure:24504: $? = 0
| configure:24507: test -s conftest
| configure:24510: $? = 0
| configure:24522: result: yes
| configure:24749: checking for vprintf
| configure:24806: gcc -o conftest -g -O2   conftest.c -lncurses -lltdl -lgmp  
>&5
| configure:24812: $? = 0
| configure:24816: test -z 
|                        || test ! -s conftest.err
| configure:24819: $? = 0
| configure:24822: test -s conftest
| configure:24825: $? = 0
| configure:24837: result: yes
| configure:24844: checking for _doprnt
| configure:24901: gcc -o conftest -g -O2   conftest.c -lncurses -lltdl -lgmp  
>&5
| /tmp/ccMCiYZC.o: In function `main':
| /usr/src/open-cobol-0.30/conftest.c:85: undefined reference to `_doprnt'
| /usr/src/open-cobol-0.30/conftest.c:84: undefined reference to `_doprnt'
| collect2: ld returned 1 exit status
| configure:24907: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.30"
| | #define PACKAGE_STRING "OpenCOBOL 0.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.30"
| | #define COB_DEBUG 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 HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_NCURSES_H 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBNCURSES 1
| | #define HAVE_DLFCN_H 1
| | #ifdef __cplusplus
| | extern "C" void std::exit (int) throw (); using std::exit;
| | #endif
| | #define STDC_HEADERS 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_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:24932: result: no
| configure:24963: checking for memmove
| configure:25020: gcc -o conftest -g -O2   conftest.c -lncurses -lltdl -lgmp  
>&5
| configure:25026: $? = 0
| configure:25030: test -z 
|                        || test ! -s conftest.err
| configure:25033: $? = 0
| configure:25036: test -s conftest
| configure:25039: $? = 0
| configure:25051: result: yes
| configure:24963: checking for memset
| configure:25020: gcc -o conftest -g -O2   conftest.c -lncurses -lltdl -lgmp  
>&5
| conftest.c:70: warning: conflicting types for built-in function `memset'
| configure:25026: $? = 0
| configure:25030: test -z 
|                        || test ! -s conftest.err
| configure:25033: $? = 0
| configure:25036: test -s conftest
| configure:25039: $? = 0
| configure:25051: result: yes
| configure:24963: checking for regcomp
| configure:25020: gcc -o conftest -g -O2   conftest.c -lncurses -lltdl -lgmp  
>&5
| configure:25026: $? = 0
| configure:25030: test -z 
|                        || test ! -s conftest.err
| configure:25033: $? = 0
| configure:25036: test -s conftest
| configure:25039: $? = 0
| configure:25051: result: yes
| configure:24963: checking for pow
| configure:25020: gcc -o conftest -g -O2   conftest.c -lncurses -lltdl -lgmp  
>&5
| /tmp/ccMTWzpx.o: In function `main':
| /usr/src/open-cobol-0.30/conftest.c:88: undefined reference to `pow'
| /usr/src/open-cobol-0.30/conftest.c:87: undefined reference to `pow'
| collect2: ld returned 1 exit status
| configure:25026: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.30"
| | #define PACKAGE_STRING "OpenCOBOL 0.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.30"
| | #define COB_DEBUG 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 HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_NCURSES_H 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBNCURSES 1
| | #define HAVE_DLFCN_H 1
| | #ifdef __cplusplus
| | extern "C" void std::exit (int) throw (); using std::exit;
| | #endif
| | #define STDC_HEADERS 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_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_REGCOMP 1
| | /* end confdefs.h.  */
| | /* Define pow to an innocuous variant, in case <limits.h> declares pow.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define pow innocuous_pow
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char pow (); 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 pow
| | 
| | /* 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 pow ();
| | /* 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_pow) || defined (__stub___pow)
| | choke me
| | #else
| | char (*f) () = pow;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != pow;
| |   ;
| |   return 0;
| | }
| configure:25051: result: no
| configure:24963: checking for setlocale
| configure:25020: gcc -o conftest -g -O2   conftest.c -lncurses -lltdl -lgmp  
>&5
| configure:25026: $? = 0
| configure:25030: test -z 
|                        || test ! -s conftest.err
| configure:25033: $? = 0
| configure:25036: test -s conftest
| configure:25039: $? = 0
| configure:25051: result: yes
| configure:24963: checking for fcntl
| configure:25020: gcc -o conftest -g -O2   conftest.c -lncurses -lltdl -lgmp  
>&5
| configure:25026: $? = 0
| configure:25030: test -z 
|                        || test ! -s conftest.err
| configure:25033: $? = 0
| configure:25036: test -s conftest
| configure:25039: $? = 0
| configure:25051: result: yes
| configure:24963: checking for strerror
| configure:25020: gcc -o conftest -g -O2   conftest.c -lncurses -lltdl -lgmp  
>&5
| configure:25026: $? = 0
| configure:25030: test -z 
|                        || test ! -s conftest.err
| configure:25033: $? = 0
| configure:25036: test -s conftest
| configure:25039: $? = 0
| configure:25051: result: yes
| configure:24963: checking for strcasecmp
| configure:25020: gcc -o conftest -g -O2   conftest.c -lncurses -lltdl -lgmp  
>&5
| configure:25026: $? = 0
| configure:25030: test -z 
|                        || test ! -s conftest.err
| configure:25033: $? = 0
| configure:25036: test -s conftest
| configure:25039: $? = 0
| configure:25051: result: yes
| configure:24963: checking for strchr
| configure:25020: gcc -o conftest -g -O2   conftest.c -lncurses -lltdl -lgmp  
>&5
| conftest.c:76: warning: conflicting types for built-in function `strchr'
| configure:25026: $? = 0
| configure:25030: test -z 
|                        || test ! -s conftest.err
| configure:25033: $? = 0
| configure:25036: test -s conftest
| configure:25039: $? = 0
| configure:25051: result: yes
| configure:24963: checking for strrchr
| configure:25020: gcc -o conftest -g -O2   conftest.c -lncurses -lltdl -lgmp  
>&5
| conftest.c:77: warning: conflicting types for built-in function `strrchr'
| configure:25026: $? = 0
| configure:25030: test -z 
|                        || test ! -s conftest.err
| configure:25033: $? = 0
| configure:25036: test -s conftest
| configure:25039: $? = 0
| configure:25051: result: yes
| configure:24963: checking for strdup
| configure:25020: gcc -o conftest -g -O2   conftest.c -lncurses -lltdl -lgmp  
>&5
| configure:25026: $? = 0
| configure:25030: test -z 
|                        || test ! -s conftest.err
| configure:25033: $? = 0
| configure:25036: test -s conftest
| configure:25039: $? = 0
| configure:25051: result: yes
| configure:24963: checking for strstr
| configure:25020: gcc -o conftest -g -O2   conftest.c -lncurses -lltdl -lgmp  
>&5
| conftest.c:79: warning: conflicting types for built-in function `strstr'
| configure:25026: $? = 0
| configure:25030: test -z 
|                        || test ! -s conftest.err
| configure:25033: $? = 0
| configure:25036: test -s conftest
| configure:25039: $? = 0
| configure:25051: result: yes
| configure:24963: checking for strtol
| configure:25020: gcc -o conftest -g -O2   conftest.c -lncurses -lltdl -lgmp  
>&5
| configure:25026: $? = 0
| configure:25030: test -z 
|                        || test ! -s conftest.err
| configure:25033: $? = 0
| configure:25036: test -s conftest
| configure:25039: $? = 0
| configure:25051: result: yes
| configure:25220: creating ./config.status
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by OpenCOBOL config.status 0.30, which was
| generated by GNU Autoconf 2.59.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status 
| 
| on hf27
| 
| config.status:763: creating cob-config
| config.status:763: creating Makefile
| config.status:763: creating lib/Makefile
| config.status:763: creating libcob/Makefile
| config.status:763: creating cobc/Makefile
| config.status:763: creating po/Makefile.in
| config.status:763: creating texi/Makefile
| config.status:763: creating config/Makefile
| config.status:763: creating tests/atlocal
| config.status:763: creating tests/Makefile
| config.status:763: creating tests/cobol85/Makefile
| config.status:867: creating config.h
| config.status:1237: executing tests/atconfig commands
| config.status:1237: executing depfiles commands
| config.status:1237: 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_cxx_compiler_gnu=yes
| ac_cv_env_CC_set=
| ac_cv_env_CC_value=
| ac_cv_env_CFLAGS_set=
| ac_cv_env_CFLAGS_value=
| ac_cv_env_CPPFLAGS_set=
| 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_CXXFLAGS_set=
| ac_cv_env_CXXFLAGS_value=
| ac_cv_env_CXX_set=
| ac_cv_env_CXX_value=
| ac_cv_env_F77_set=
| ac_cv_env_F77_value=
| ac_cv_env_FFLAGS_set=
| ac_cv_env_FFLAGS_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_f77_compiler_gnu=yes
| ac_cv_func__doprnt=no
| ac_cv_func_alloca_works=yes
| ac_cv_func_dbopen=no
| ac_cv_func_dlopen=yes
| ac_cv_func_fcntl=yes
| ac_cv_func_getopt_long_only=yes
| ac_cv_func_memmove=yes
| ac_cv_func_memset=yes
| ac_cv_func_pow=no
| ac_cv_func_regcomp=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_curses_h=yes
| ac_cv_header_dlfcn_h=yes
| ac_cv_header_fcntl_h=yes
| ac_cv_header_gmp_h=yes
| ac_cv_header_inttypes_h=yes
| ac_cv_header_locale_h=yes
| ac_cv_header_ltdl_h=yes
| ac_cv_header_malloc_h=yes
| ac_cv_header_memory_h=yes
| ac_cv_header_ncurses_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_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_dld_shl_load=no
| ac_cv_lib_gmp___gmp_rand=yes
| ac_cv_lib_ltdl_lt_dlopen=yes
| ac_cv_lib_ncurses_initscr=yes
| ac_cv_lib_regex_regcomp=no
| 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=:
| ac_cv_path_install='/usr/bin/install -c'
| ac_cv_prog_AWK=gawk
| ac_cv_prog_COB_CC=gcc
| ac_cv_prog_CPP='gcc -E'
| ac_cv_prog_CXXCPP='g++ -E'
| ac_cv_prog_ac_ct_AR=ar
| ac_cv_prog_ac_ct_CC=gcc
| ac_cv_prog_ac_ct_CXX=g++
| ac_cv_prog_ac_ct_F77=g77
| 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_cxx_g=yes
| ac_cv_prog_egrep='grep -E'
| ac_cv_prog_f77_g=yes
| 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/i486-suse-linux/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_CXX_dependencies_compiler_type=gcc3
| gt_cv_func_gnugettext1_libc=yes
| lt_cv_deplibs_check_method=pass_all
| lt_cv_dlopen=dlopen
| lt_cv_dlopen_libs=
| lt_cv_dlopen_self=yes
| lt_cv_dlopen_self_static=yes
| lt_cv_file_magic_cmd='$MAGIC_CMD'
| lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-*.so'
| lt_cv_ld_reload_flag=-r
| lt_cv_objdir=.libs
| lt_cv_path_LD=/usr/i486-suse-linux/bin/ld
| lt_cv_path_LDCXX=/usr/i486-suse-linux/bin/ld
| lt_cv_path_NM='/usr/bin/nm -B'
| lt_cv_path_SED=/usr/bin/sed
| lt_cv_prog_compiler_c_o=yes
| lt_cv_prog_compiler_c_o_CXX=yes
| lt_cv_prog_compiler_c_o_F77=yes
| lt_cv_prog_compiler_rtti_exceptions=yes
| lt_cv_prog_gnu_ld=yes
| lt_cv_prog_gnu_ldcxx=yes
| lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[    
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/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=32768
| lt_lt_cv_prog_compiler_c_o='"yes"'
| lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
| lt_lt_cv_prog_compiler_c_o_F77='"yes"'
| lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[        
]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][      
]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/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} /usr/src/open-cobol-0.30/missing --run aclocal-1.8'
| ALLOCA=''
| AMDEPBACKSLASH='\'
| AMDEP_FALSE='#'
| AMDEP_TRUE=''
| AMTAR='${SHELL} /usr/src/open-cobol-0.30/missing --run tar'
| AR='ar'
| AS='as'
| AUTOCONF='${SHELL} /usr/src/open-cobol-0.30/missing --run autoconf'
| AUTOHEADER='${SHELL} /usr/src/open-cobol-0.30/missing --run autoheader'
| AUTOMAKE='${SHELL} /usr/src/open-cobol-0.30/missing --run automake-1.8'
| AWK='gawk'
| CC='gcc'
| CCDEPMODE='depmode=gcc3'
| CFLAGS='-g -O2'
| COBC_CFLAGS=''
| COBC_LIBS=''
| COB_CC='gcc'
| COB_CFLAGS='-I${prefix}/include'
| COB_CONFIG_DIR='${prefix}/share/open-cobol/config'
| COB_LIBRARY_PATH='.:${exec_prefix}/lib/open-cobol'
| COB_LIBS='-L${exec_prefix}/lib -lcob -lm -lgmp -lltdl -lncurses'
| COB_MODULE_EXT='so'
| CPP='gcc -E'
| CPPFLAGS=''
| CXX='g++'
| CXXCPP='g++ -E'
| CXXDEPMODE='depmode=gcc3'
| CXXFLAGS='-g -O2'
| CYGPATH_W='echo'
| DEFS='-DHAVE_CONFIG_H'
| DEPDIR='.deps'
| DLLTOOL='dlltool'
| ECHO='echo'
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='grep -E'
| EXEEXT=''
| F77='g77'
| FFLAGS='-g -O2'
| 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 -lltdl -lncurses'
| LIBICONV='-liconv'
| LIBINTL=''
| LIBOBJS=''
| LIBS=''
| LIBTOOL='$(SHELL) $(top_builddir)/libtool'
| LN_S='ln -s'
| LTLIBICONV='-liconv'
| LTLIBINTL=''
| LTLIBOBJS=''
| MAINT='#'
| MAINTAINER_MODE_FALSE=''
| MAINTAINER_MODE_TRUE='#'
| MAKEINFO='${SHELL} /usr/src/open-cobol-0.30/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 0.30'
| PACKAGE_TARNAME='open-cobol'
| PACKAGE_VERSION='0.30'
| PATH_SEPARATOR=':'
| POSUB='po'
| RANLIB='ranlib'
| SET_MAKE=''
| SHELL='/bin/sh'
| STRIP='strip'
| USE_NLS='yes'
| VERSION='0.30'
| XGETTEXT=':'
| ac_ct_AR='ar'
| ac_ct_AS=''
| ac_ct_CC='gcc'
| ac_ct_CXX='g++'
| ac_ct_DLLTOOL=''
| ac_ct_F77='g77'
| ac_ct_OBJDUMP=''
| ac_ct_RANLIB='ranlib'
| ac_ct_STRIP='strip'
| am__fastdepCC_FALSE='#'
| am__fastdepCC_TRUE=''
| am__fastdepCXX_FALSE='#'
| am__fastdepCXX_TRUE=''
| am__include='include'
| am__leading_dot='.'
| am__quote=''
| 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='/usr/src/open-cobol-0.30/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_DEBUG 1
| #define ENABLE_NLS 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FCNTL 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETTEXT 1
| #define HAVE_GMP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBLTDL 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LTDL_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_REGCOMP 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDDEF_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_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_WCHAR_H 1
| #define PACKAGE "open-cobol"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_STRING "OpenCOBOL 0.30"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "0.30"
| #define STDC_HEADERS 1
| #define STDC_HEADERS 1
| #define VERSION "0.30"
| #endif
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| 
| configure: exit 0


reply via email to

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