bug-gnucobol
[Top][All Lists]
Advanced

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

[open-cobol-list] "make check failed" on MinGW


From: Peg
Subject: [open-cobol-list] "make check failed" on MinGW
Date: Wed Jun 29 23:28:08 2005
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Hello Roger and all

Some fail if "make check" is done by using "0.33.tar.gz".
The correction method is not understood though the value of
 "cob_current_module->flag_pretty_display" seems not to be correct.
Could you see the log file once?

-- 
Peg, PegStyle mailto:address@hidden
http://members8.tsukaeru.net/pegstyle/
## ----------------------------------------------- ##
## OpenCOBOL 0.33 test suite: Data Representation. ##
## ----------------------------------------------- ##

data-rep: command line was:
  $ /var/tmp/open-cobol-0.33/tests/data-rep 

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

data-rep: ../bin/ChangeLog:
| 2005-05-27  Roger While <address@hidden>
| 
|       * Fix Makefile again
| 
| 2005-05-03  Roger While <address@hidden>
| 
|       * Fix makefile
| 
| 2005-02-02  Roger While <address@hidden>
| 

data-rep: ../ChangeLog:
| 2005-06-28  Roger While <address@hidden>
| 
|       * Finally FUNCTIONS
| 
| 2005-06-13  Roger While <address@hidden>
| 
|       * If ncurses not found, check for pdcurses
| 
| 2005-06-11  Roger While <address@hidden>
| 

data-rep: ../cobc/ChangeLog:
| 2005-06-28  Roger While <address@hidden>
| 
|       * Cater for FUNCTION's
|       * Fix a LENGTH bug
| 
| 2005-06-13  Roger While <address@hidden>
| 
|       * reserved.c : Add in missing 2002 reserved words.
| 
| 2005-06-11  Roger While <address@hidden>

data-rep: ../config/ChangeLog:
| 2005-05-15  Roger While <address@hidden>
| 
|       * Do not nest includes. All config files include
|         default.conf. We will need this for individual
|         "not-resrved" words.
| 
| 2005-05-12  Roger While <address@hidden>
| 
|       * Revert cobol2002.conf
| 

data-rep: ../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>
| 

data-rep: ../libcob/ChangeLog:
| 2005-06-28  Roger While <address@hidden>
| 
|       * New files : intrinsic.h, intrinsic.c
|       * Fix cob_add/sub_int
| 
| 2005-06-13  Roger While <address@hidden>
| 
|       * common.c : Handle new COB_SWITCH_n=ON/OFF
|         screenio.c : Handle pdcurses
| 

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

data-rep: ../tests/ChangeLog:
| 2005-06-13  Roger While <address@hidden>
| 
|       * atlocal.in : Export COB_SWITCH_1/2 for OC
|         and Cobol85 tests.
|         run, run.src/misc.at : Test for SWITCH.
| 
| 2005-06-11  Roger While <address@hidden>
| 
|       * Add in INSPECT BEFORE/AFTER tests
| 

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

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

hostname = Peg
uname -m = i686
uname -r = 1.0.11(0.46/3/2)
uname -s = MINGW32_NT-5.1
uname -v = 2004-04-30 18:55

/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: /var/tmp/open-cobol-0.33/tests
PATH: /var/tmp/open-cobol-0.33/cobc
PATH: /var/tmp/open-cobol-0.33/bin
PATH: /mingw/bin
PATH: /bin

data-rep: 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='/var/tmp/open-cobol-0.33/tests'
| at_srcdir='.'
| abs_srcdir='/var/tmp/open-cobol-0.33/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/var/tmp/open-cobol-0.33/tests/..'
| at_top_builddir='../'
| abs_top_builddir='/var/tmp/open-cobol-0.33/tests/../.'
| 
| AUTOTEST_PATH='tests'
| 
| SHELL=${CONFIG_SHELL-'/bin/sh'}

data-rep: atlocal:
| CC="gcc"
| SHREXT="dll"
| PATH="${abs_top_builddir}/cobc:${abs_top_builddir}/bin:${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} ${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 -lregex -ldb 
-lgmp -lltdl -L/mingw/lib -lintl -liconv -lpdcurses"
| export COB_CONFIG_DIR="${abs_top_srcdir}/config"
| export LD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs"
| 
| export COB_SWITCH_1=ON
| export COB_SWITCH_2=OFF

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

data-rep.at:20: /var/tmp/open-cobol-0.33/cobc/cobc --version
cobc (OpenCOBOL) 0.33
Copyright (C) 2001-2004 Keisuke Nishida

## ------------------ ##
## Running the tests. ##
## ------------------ ##
data-rep: starting at: Thu Jun 30 13:27:07 JST 2005
7. BINARY: full-print (binary.at:1115): ok      (0m0.439s 0m0.195s)
8. DISPLAY: Sign ascii (display.at:21): ok      (0m0.816s 0m0.420s)
9. DISPLAY: Sign ascii10 (display.at:112): ok   (0m0.439s 0m0.135s)
10. PACKED-DECIMAL dump (packed.at:24): ok      (0m0.621s 0m0.225s)
14. PACKED-DECIMAL arithmetic (packed.at:268): ok       (0m0.377s 0m0.120s)
15. PACKED-DECIMAL numeric test (packed.at:295): ok     (0m0.393s 0m0.135s)
16. POINTER: display (pointer.at:21): ok        (0m0.393s 0m0.195s)
data-rep: ending at: Thu Jun 30 13:27:28 JST 2005
data-rep: test suite duration: 0h 0m 21s

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

ERROR: All 16 tests were run,
9 failed unexpectedly.

## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
OpenCOBOL 0.33 test suite: Data Representation test groups:

 NUM: FILENAME:LINE      TEST-GROUP-NAME
      KEYWORDS

   1: binary.at:23       BINARY: 2-4-8 big-endian
   2: binary.at:205      BINARY: 2-4-8 native
   3: binary.at:387      BINARY: 1-2-4-8 big-endian
   4: binary.at:569      BINARY: 1-2-4-8 native
   5: binary.at:751      BINARY: 1--8 big-endian
   6: binary.at:933      BINARY: 1--8 native
  11: packed.at:157      PACKED-DECIMAL display
  12: packed.at:196      PACKED-DECIMAL move
  13: packed.at:237      PACKED-DECIMAL arithmetic

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

1. binary.at:23: testing ...
binary.at:42: ${CC} -shared -o dump.${SHREXT} dump.c
binary.at:46: ${COMPILE} -conf=test.conf -o prog prog.cob
binary.at:156: ./prog
binary.at:160: ${COMPILE} -conf=test.conf -o prog prog.cob
binary.at:198: ./prog
--- -   Thu Jun 30 13:27:09 2005
+++ /var/tmp/open-cobol-0.33/tests/data-rep.dir/at-stdout       Thu Jun 30 
13:27:09 2005
@@ -1,37 +1,37 @@
-1
-12
-123
-1234
-12345
-123456
-1234567
-12345678
-123456789
-1234567890
-12345678901
-123456789012
-1234567890123
-12345678901234
-123456789012345
-1234567890123456
-12345678901234567
-123456789012345678
--1
--12
--123
--1234
--12345
--123456
--1234567
--12345678
--123456789
--1234567890
--12345678901
--123456789012
--1234567890123
--12345678901234
--123456789012345
--1234567890123456
--12345678901234567
--123456789012345678
+00001
+00012
+00123
+01234
+0000012345
+0000123456
+0001234567
+0012345678
+0123456789
+0000000001234567890
+0000000012345678901
+0000000123456789012
+0000001234567890123
+0000012345678901234
+0000123456789012345
+0001234567890123456
+0012345678901234567
+0123456789012345678
+-00001
+-00012
+-00123
+-01234
+-0000012345
+-0000123456
+-0001234567
+-0012345678
+-0123456789
+-0000000001234567890
+-0000000012345678901
+-0000000123456789012
+-0000001234567890123
+-0000012345678901234
+-0000123456789012345
+-0001234567890123456
+-0012345678901234567
+-0123456789012345678
 
1. binary.at:23: 1. BINARY: 2-4-8 big-endian (binary.at:23): FAILED 
(binary.at:198)

2. binary.at:205: testing ...
binary.at:224: ${CC} -shared -o dump.${SHREXT} dump.c
binary.at:228: ${COMPILE} -conf=test.conf -o prog prog.cob
binary.at:338: ./prog
binary.at:342: ${COMPILE} -conf=test.conf -o prog prog.cob
binary.at:380: ./prog
--- -   Thu Jun 30 13:27:11 2005
+++ /var/tmp/open-cobol-0.33/tests/data-rep.dir/at-stdout       Thu Jun 30 
13:27:11 2005
@@ -1,37 +1,37 @@
-1
-12
-123
-1234
-12345
-123456
-1234567
-12345678
-123456789
-1234567890
-12345678901
-123456789012
-1234567890123
-12345678901234
-123456789012345
-1234567890123456
-12345678901234567
-123456789012345678
--1
--12
--123
--1234
--12345
--123456
--1234567
--12345678
--123456789
--1234567890
--12345678901
--123456789012
--1234567890123
--12345678901234
--123456789012345
--1234567890123456
--12345678901234567
--123456789012345678
+00001
+00012
+00123
+01234
+0000012345
+0000123456
+0001234567
+0012345678
+0123456789
+0000000001234567890
+0000000012345678901
+0000000123456789012
+0000001234567890123
+0000012345678901234
+0000123456789012345
+0001234567890123456
+0012345678901234567
+0123456789012345678
+-00001
+-00012
+-00123
+-01234
+-0000012345
+-0000123456
+-0001234567
+-0012345678
+-0123456789
+-0000000001234567890
+-0000000012345678901
+-0000000123456789012
+-0000001234567890123
+-0000012345678901234
+-0000123456789012345
+-0001234567890123456
+-0012345678901234567
+-0123456789012345678
 
2. binary.at:205: 2. BINARY: 2-4-8 native (binary.at:205): FAILED 
(binary.at:380)

3. binary.at:387: testing ...
binary.at:406: ${CC} -shared -o dump.${SHREXT} dump.c
binary.at:410: ${COMPILE} -conf=test.conf -o prog prog.cob
binary.at:520: ./prog
binary.at:524: ${COMPILE} -conf=test.conf -o prog prog.cob
binary.at:562: ./prog
--- -   Thu Jun 30 13:27:13 2005
+++ /var/tmp/open-cobol-0.33/tests/data-rep.dir/at-stdout       Thu Jun 30 
13:27:13 2005
@@ -1,37 +1,37 @@
-1
-12
-123
-1234
-12345
-123456
-1234567
-12345678
-123456789
-1234567890
-12345678901
-123456789012
-1234567890123
-12345678901234
-123456789012345
-1234567890123456
-12345678901234567
-123456789012345678
--1
--12
--123
--1234
--12345
--123456
--1234567
--12345678
--123456789
--1234567890
--12345678901
--123456789012
--1234567890123
--12345678901234
--123456789012345
--1234567890123456
--12345678901234567
--123456789012345678
+001
+012
+00123
+01234
+0000012345
+0000123456
+0001234567
+0012345678
+0123456789
+0000000001234567890
+0000000012345678901
+0000000123456789012
+0000001234567890123
+0000012345678901234
+0000123456789012345
+0001234567890123456
+0012345678901234567
+0123456789012345678
+-001
+-012
+-00123
+-01234
+-0000012345
+-0000123456
+-0001234567
+-0012345678
+-0123456789
+-0000000001234567890
+-0000000012345678901
+-0000000123456789012
+-0000001234567890123
+-0000012345678901234
+-0000123456789012345
+-0001234567890123456
+-0012345678901234567
+-0123456789012345678
 
3. binary.at:387: 3. BINARY: 1-2-4-8 big-endian (binary.at:387): FAILED 
(binary.at:562)

4. binary.at:569: testing ...
binary.at:588: ${CC} -shared -o dump.${SHREXT} dump.c
binary.at:592: ${COMPILE} -conf=test.conf -o prog prog.cob
binary.at:702: ./prog
binary.at:706: ${COMPILE} -conf=test.conf -o prog prog.cob
binary.at:744: ./prog
--- -   Thu Jun 30 13:27:14 2005
+++ /var/tmp/open-cobol-0.33/tests/data-rep.dir/at-stdout       Thu Jun 30 
13:27:14 2005
@@ -1,37 +1,37 @@
-1
-12
-123
-1234
-12345
-123456
-1234567
-12345678
-123456789
-1234567890
-12345678901
-123456789012
-1234567890123
-12345678901234
-123456789012345
-1234567890123456
-12345678901234567
-123456789012345678
--1
--12
--123
--1234
--12345
--123456
--1234567
--12345678
--123456789
--1234567890
--12345678901
--123456789012
--1234567890123
--12345678901234
--123456789012345
--1234567890123456
--12345678901234567
--123456789012345678
+001
+012
+00123
+01234
+0000012345
+0000123456
+0001234567
+0012345678
+0123456789
+0000000001234567890
+0000000012345678901
+0000000123456789012
+0000001234567890123
+0000012345678901234
+0000123456789012345
+0001234567890123456
+0012345678901234567
+0123456789012345678
+-001
+-012
+-00123
+-01234
+-0000012345
+-0000123456
+-0001234567
+-0012345678
+-0123456789
+-0000000001234567890
+-0000000012345678901
+-0000000123456789012
+-0000001234567890123
+-0000012345678901234
+-0000123456789012345
+-0001234567890123456
+-0012345678901234567
+-0123456789012345678
 
4. binary.at:569: 4. BINARY: 1-2-4-8 native (binary.at:569): FAILED 
(binary.at:744)

5. binary.at:751: testing ...
binary.at:770: ${CC} -shared -o dump.${SHREXT} dump.c
binary.at:774: ${COMPILE} -conf=test.conf -o prog prog.cob
binary.at:884: ./prog
binary.at:888: ${COMPILE} -conf=test.conf -o prog prog.cob
binary.at:926: ./prog
--- -   Thu Jun 30 13:27:16 2005
+++ /var/tmp/open-cobol-0.33/tests/data-rep.dir/at-stdout       Thu Jun 30 
13:27:16 2005
@@ -1,37 +1,37 @@
-1
-12
-123
-1234
-12345
-123456
+001
+012
+00123
+01234
+0012345
+0123456
 1234567
-12345678
-123456789
-1234567890
-12345678901
+0012345678
+0123456789
+001234567890
+012345678901
 123456789012
-1234567890123
-12345678901234
-123456789012345
-1234567890123456
-12345678901234567
-123456789012345678
--1
--12
--123
--1234
--12345
--123456
--1234567
--12345678
--123456789
--1234567890
--12345678901
--123456789012
--1234567890123
--12345678901234
--123456789012345
--1234567890123456
--12345678901234567
--123456789012345678
+001234567890123
+012345678901234
+00123456789012345
+01234567890123456
+0012345678901234567
+0123456789012345678
+-001
+-012
+-00123
+-01234
+-0012345
+-0123456
+-0001234567
+-0012345678
+-0123456789
+-001234567890
+-012345678901
+-000123456789012
+-001234567890123
+-012345678901234
+-00123456789012345
+-01234567890123456
+-0012345678901234567
+-0123456789012345678
 
5. binary.at:751: 5. BINARY: 1--8 big-endian (binary.at:751): FAILED 
(binary.at:926)

6. binary.at:933: testing ...
binary.at:952: ${CC} -shared -o dump.${SHREXT} dump.c
binary.at:956: ${COMPILE} -conf=test.conf -o prog prog.cob
binary.at:1066: ./prog
binary.at:1070: ${COMPILE} -conf=test.conf -o prog prog.cob
binary.at:1108: ./prog
--- -   Thu Jun 30 13:27:18 2005
+++ /var/tmp/open-cobol-0.33/tests/data-rep.dir/at-stdout       Thu Jun 30 
13:27:18 2005
@@ -1,37 +1,37 @@
-1
-12
-123
-1234
-12345
-123456
+001
+012
+00123
+01234
+0012345
+0123456
 1234567
-12345678
-123456789
-1234567890
-12345678901
+0012345678
+0123456789
+001234567890
+012345678901
 123456789012
-1234567890123
-12345678901234
-123456789012345
-1234567890123456
-12345678901234567
-123456789012345678
--1
--12
--123
--1234
--12345
--123456
--1234567
--12345678
--123456789
--1234567890
--12345678901
--123456789012
--1234567890123
--12345678901234
--123456789012345
--1234567890123456
--12345678901234567
--123456789012345678
+001234567890123
+012345678901234
+00123456789012345
+01234567890123456
+0012345678901234567
+0123456789012345678
+-001
+-012
+-00123
+-01234
+-0012345
+-0123456
+-0001234567
+-0012345678
+-0123456789
+-001234567890
+-012345678901
+-000123456789012
+-001234567890123
+-012345678901234
+-00123456789012345
+-01234567890123456
+-0012345678901234567
+-0123456789012345678
 
6. binary.at:933: 6. BINARY: 1--8 native (binary.at:933): FAILED 
(binary.at:1108)

11. packed.at:157: testing ...
packed.at:180: ${COMPILE} prog.cob
packed.at:190: ./prog
--- -   Thu Jun 30 13:27:24 2005
+++ /var/tmp/open-cobol-0.33/tests/data-rep.dir/at-stdout       Thu Jun 30 
13:27:24 2005
@@ -1,9 +1,9 @@
 00
 99
-+00
--01
+00+
+01-
 000
 123
-+000
--123
+000+
+123-
 
11. packed.at:157: 11. PACKED-DECIMAL display (packed.at:157): FAILED 
(packed.at:190)

12. packed.at:196: testing ...
packed.at:221: ${COMPILE} prog.cob
packed.at:231: ./prog
--- -   Thu Jun 30 13:27:24 2005
+++ /var/tmp/open-cobol-0.33/tests/data-rep.dir/at-stdout       Thu Jun 30 
13:27:24 2005
@@ -1,9 +1,9 @@
 34
-+34
+34+
 234
-+234
+234+
 34
--34
+34-
 234
--234
+234-
 
12. packed.at:196: 12. PACKED-DECIMAL move (packed.at:196): FAILED 
(packed.at:231)

13. packed.at:237: testing ...
packed.at:256: ${COMPILE} prog.cob
packed.at:262: ./prog
--- -   Thu Jun 30 13:27:25 2005
+++ /var/tmp/open-cobol-0.33/tests/data-rep.dir/at-stdout       Thu Jun 30 
13:27:25 2005
@@ -1,5 +1,5 @@
 00
-+00
+00+
 000
-+000
+000+
 
13. packed.at:237: 13. PACKED-DECIMAL arithmetic (packed.at:237): FAILED 
(packed.at:262)


## -------------- ##
## ..//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.33, which was
| generated by GNU Autoconf 2.59.  Invocation command line was
| 
|   $ ./configure --prefix /mingw --with-db
| 
| ## --------- ##
| ## Platform. ##
| ## --------- ##
| 
| hostname = Peg
| uname -m = i686
| uname -r = 1.0.11(0.46/3/2)
| uname -s = MINGW32_NT-5.1
| uname -v = 2004-04-30 18:55
| 
| /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: /usr/local/bin
| PATH: /mingw/bin
| PATH: /bin
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:1584: checking for a BSD-compatible install
| configure:1639: result: /bin/install -c
| configure:1650: checking whether build environment is sane
| configure:1693: result: yes
| configure:1750: checking for gawk
| configure:1766: found /bin/gawk
| configure:1776: result: gawk
| configure:1786: checking whether make sets $(MAKE)
| configure:1806: result: yes
| configure:1970: checking whether to enable maintainer-specific portions of 
Makefiles
| configure:1979: result: no
| configure:2033: checking for gcc
| configure:2049: found /mingw/bin/gcc
| configure:2059: result: gcc
| configure:2174: checking for style of include used by make
| configure:2202: result: GNU
| configure:2273: checking for gcc
| configure:2299: result: gcc
| configure:2543: checking for C compiler version
| configure:2546: gcc --version </dev/null >&5
| gcc.exe (GCC) 3.4.4 (mingw special)
| Copyright (C) 2004 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
| 
| configure:2549: $? = 0
| configure:2551: gcc -v </dev/null >&5
| Reading specs from d:/mingw/bin/../lib/gcc/mingw32/3.4.4/specs
| Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as 
--host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls 
--enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry 
--disable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt 
--without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter 
--enable-hash-synchronization --enable-libstdcxx-debug
| Thread model: win32
| gcc version 3.4.4 (mingw special)
| configure:2554: $? = 0
| configure:2556: gcc -V </dev/null >&5
| gcc.exe: `-V' option must have argument
| configure:2559: $? = 1
| configure:2582: checking for C compiler default output file name
| configure:2585: gcc -O3 -s -mms-bitfields -march=i686   conftest.c  >&5
| configure:2588: $? = 0
| configure:2634: result: a.exe
| configure:2639: checking whether the C compiler works
| configure:2645: ./a.exe
| configure:2648: $? = 0
| configure:2665: result: yes
| configure:2672: checking whether we are cross compiling
| configure:2674: result: no
| configure:2677: checking for suffix of executables
| configure:2679: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686   
conftest.c  >&5
| configure:2682: $? = 0
| configure:2707: result: .exe
| configure:2713: checking for suffix of object files
| configure:2734: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:2737: $? = 0
| configure:2759: result: o
| configure:2763: checking whether we are using the GNU C compiler
| configure:2787: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:2793: $? = 0
| configure:2797: test -z 
|                        || test ! -s conftest.err
| configure:2800: $? = 0
| configure:2803: test -s conftest.o
| configure:2806: $? = 0
| configure:2819: result: yes
| configure:2825: checking whether gcc accepts -g
| configure:2846: gcc -c -g  conftest.c >&5
| configure:2852: $? = 0
| configure:2856: test -z 
|                        || test ! -s conftest.err
| configure:2859: $? = 0
| configure:2862: test -s conftest.o
| configure:2865: $? = 0
| configure:2876: result: yes
| configure:2893: checking for gcc option to accept ANSI C
| configure:2963: gcc  -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:2969: $? = 0
| configure:2973: test -z 
|                        || test ! -s conftest.err
| configure:2976: $? = 0
| configure:2979: test -s conftest.o
| configure:2982: $? = 0
| configure:3000: result: none needed
| configure:3018: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| conftest.c:2: error: syntax error before "me"
| configure:3024: $? = 1
| configure: failed program was:
| | #ifndef __cplusplus
| |   choke me
| | #endif
| configure:3159: checking dependency style of gcc
| configure:3244: result: gcc3
| configure:3262: checking for getopt_long_only
| configure:3319: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686   
conftest.c  >&5
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccEhcaaa.o:conftest.c:(.text+0x20): undefined 
reference to `getopt_long_only'
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccEhcaaa.o:conftest.c:(.data+0x0): undefined 
reference to `getopt_long_only'
| collect2: ld returned 1 exit status
| configure:3325: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | /* end confdefs.h.  */
| | /* Define getopt_long_only to an innocuous variant, in case <limits.h> 
declares getopt_long_only.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define getopt_long_only innocuous_getopt_long_only
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char getopt_long_only (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef getopt_long_only
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char getopt_long_only ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined (__stub_getopt_long_only) || defined (__stub___getopt_long_only)
| | choke me
| | #else
| | char (*f) () = getopt_long_only;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != getopt_long_only;
| |   ;
| |   return 0;
| | }
| configure:3350: result: no
| configure:3376: checking for regcomp in -lregex
| configure:3406: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686   
conftest.c -lregex   >&5
| configure:3412: $? = 0
| configure:3416: test -z 
|                        || test ! -s conftest.err
| configure:3419: $? = 0
| configure:3422: test -s conftest.exe
| configure:3425: $? = 0
| configure:3438: result: yes
| configure:3452: checking how to run the C preprocessor
| configure:3487: gcc -E  conftest.c
| configure:3493: $? = 0
| configure:3525: gcc -E  conftest.c
| conftest.c:13:28: ac_nonexistent.h: No such file or directory
| configure:3531: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3570: result: gcc -E
| configure:3594: gcc -E  conftest.c
| configure:3600: $? = 0
| configure:3632: gcc -E  conftest.c
| conftest.c:13:28: ac_nonexistent.h: No such file or directory
| configure:3638: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3682: checking for egrep
| configure:3692: result: grep -E
| configure:3697: checking for ANSI C header files
| configure:3722: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:3728: $? = 0
| configure:3732: test -z 
|                        || test ! -s conftest.err
| configure:3735: $? = 0
| configure:3738: test -s conftest.o
| configure:3741: $? = 0
| configure:3827: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686   
conftest.c  >&5
| configure:3830: $? = 0
| configure:3832: ./conftest.exe
| configure:3835: $? = 0
| configure:3850: result: yes
| configure:3874: checking for sys/types.h
| configure:3890: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:3896: $? = 0
| configure:3900: test -z 
|                        || test ! -s conftest.err
| configure:3903: $? = 0
| configure:3906: test -s conftest.o
| configure:3909: $? = 0
| configure:3920: result: yes
| configure:3874: checking for sys/stat.h
| configure:3890: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:3896: $? = 0
| configure:3900: test -z 
|                        || test ! -s conftest.err
| configure:3903: $? = 0
| configure:3906: test -s conftest.o
| configure:3909: $? = 0
| configure:3920: result: yes
| configure:3874: checking for stdlib.h
| configure:3890: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:3896: $? = 0
| configure:3900: test -z 
|                        || test ! -s conftest.err
| configure:3903: $? = 0
| configure:3906: test -s conftest.o
| configure:3909: $? = 0
| configure:3920: result: yes
| configure:3874: checking for string.h
| configure:3890: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:3896: $? = 0
| configure:3900: test -z 
|                        || test ! -s conftest.err
| configure:3903: $? = 0
| configure:3906: test -s conftest.o
| configure:3909: $? = 0
| configure:3920: result: yes
| configure:3874: checking for memory.h
| configure:3890: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:3896: $? = 0
| configure:3900: test -z 
|                        || test ! -s conftest.err
| configure:3903: $? = 0
| configure:3906: test -s conftest.o
| configure:3909: $? = 0
| configure:3920: result: yes
| configure:3874: checking for strings.h
| configure:3890: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:3896: $? = 0
| configure:3900: test -z 
|                        || test ! -s conftest.err
| configure:3903: $? = 0
| configure:3906: test -s conftest.o
| configure:3909: $? = 0
| configure:3920: result: yes
| configure:3874: checking for inttypes.h
| configure:3890: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:3896: $? = 0
| configure:3900: test -z 
|                        || test ! -s conftest.err
| configure:3903: $? = 0
| configure:3906: test -s conftest.o
| configure:3909: $? = 0
| configure:3920: result: yes
| configure:3874: checking for stdint.h
| configure:3890: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:3896: $? = 0
| configure:3900: test -z 
|                        || test ! -s conftest.err
| configure:3903: $? = 0
| configure:3906: test -s conftest.o
| configure:3909: $? = 0
| configure:3920: result: yes
| configure:3874: checking for unistd.h
| configure:3890: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:3896: $? = 0
| configure:3900: test -z 
|                        || test ! -s conftest.err
| configure:3903: $? = 0
| configure:3906: test -s conftest.o
| configure:3909: $? = 0
| configure:3920: result: yes
| configure:3936: checking for dbopen
| configure:3993: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686   
conftest.c  >&5
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccclbaaa.o:conftest.c:(.text+0x20): undefined 
reference to `dbopen'
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccclbaaa.o:conftest.c:(.data+0x0): undefined 
reference to `dbopen'
| collect2: ld returned 1 exit status
| configure:3999: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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:4024: result: no
| configure:4286: checking db.h usability
| configure:4298: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:4304: $? = 0
| configure:4308: test -z 
|                        || test ! -s conftest.err
| configure:4311: $? = 0
| configure:4314: test -s conftest.o
| configure:4317: $? = 0
| configure:4327: result: yes
| configure:4331: checking db.h presence
| configure:4341: gcc -E  conftest.c
| configure:4347: $? = 0
| configure:4367: result: yes
| configure:4402: checking for db.h
| configure:4409: result: yes
| configure:4286: checking db_185.h usability
| configure:4298: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| In file included from conftest.c:58:
| d:/mingw/bin/../lib/gcc/mingw32/3.4.4/../../../../include/db_185.h:111: 
error: syntax error before "u_int"
| d:/mingw/bin/../lib/gcc/mingw32/3.4.4/../../../../include/db_185.h:112: 
error: syntax error before "u_int"
| d:/mingw/bin/../lib/gcc/mingw32/3.4.4/../../../../include/db_185.h:113: 
error: syntax error before "u_int"
| d:/mingw/bin/../lib/gcc/mingw32/3.4.4/../../../../include/db_185.h:114: 
error: syntax error before "u_int"
| d:/mingw/bin/../lib/gcc/mingw32/3.4.4/../../../../include/db_185.h:115: 
error: syntax error before "u_int"
| d:/mingw/bin/../lib/gcc/mingw32/3.4.4/../../../../include/db_185.h:162: 
error: syntax error before "u_char"
| d:/mingw/bin/../lib/gcc/mingw32/3.4.4/../../../../include/db_185.h:164: 
error: syntax error before '}' token
| configure:4304: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 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 <db_185.h>
| configure:4327: result: no
| configure:4331: checking db_185.h presence
| configure:4341: gcc -E  conftest.c
| configure:4347: $? = 0
| configure:4367: result: yes
| configure:4380: WARNING: db_185.h: present but cannot be compiled
| configure:4382: WARNING: db_185.h:     check for missing prerequisite headers?
| configure:4384: WARNING: db_185.h: see the Autoconf documentation
| configure:4386: WARNING: db_185.h:     section "Present But Cannot Be 
Compiled"
| configure:4388: WARNING: db_185.h: proceeding with the preprocessor's result
| configure:4390: WARNING: db_185.h: in the future, the compiler will take 
precedence
| configure:4402: checking for db_185.h
| configure:4409: result: yes
| configure:4286: checking db3/db_185.h usability
| configure:4298: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| conftest.c:59:24: db3/db_185.h: No such file or directory
| configure:4304: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 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 <db3/db_185.h>
| configure:4327: result: no
| configure:4331: checking db3/db_185.h presence
| configure:4341: gcc -E  conftest.c
| conftest.c:25:24: db3/db_185.h: No such file or directory
| configure:4347: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | /* end confdefs.h.  */
| | #include <db3/db_185.h>
| configure:4367: result: no
| configure:4402: checking for db3/db_185.h
| configure:4409: result: no
| configure:4286: checking db4/db_185.h usability
| configure:4298: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| conftest.c:59:24: db4/db_185.h: No such file or directory
| configure:4304: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 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 <db4/db_185.h>
| configure:4327: result: no
| configure:4331: checking db4/db_185.h presence
| configure:4341: gcc -E  conftest.c
| conftest.c:25:24: db4/db_185.h: No such file or directory
| configure:4347: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | /* end confdefs.h.  */
| | #include <db4/db_185.h>
| configure:4367: result: no
| configure:4402: checking for db4/db_185.h
| configure:4409: result: no
| configure:4286: checking db4.1/db_185.h usability
| configure:4298: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| conftest.c:59:26: db4.1/db_185.h: No such file or directory
| configure:4304: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 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 <db4.1/db_185.h>
| configure:4327: result: no
| configure:4331: checking db4.1/db_185.h presence
| configure:4341: gcc -E  conftest.c
| conftest.c:25:26: db4.1/db_185.h: No such file or directory
| configure:4347: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | /* end confdefs.h.  */
| | #include <db4.1/db_185.h>
| configure:4367: result: no
| configure:4402: checking for db4.1/db_185.h
| configure:4409: result: no
| configure:4286: checking db4.2/db_185.h usability
| configure:4298: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| conftest.c:59:26: db4.2/db_185.h: No such file or directory
| configure:4304: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 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 <db4.2/db_185.h>
| configure:4327: result: no
| configure:4331: checking db4.2/db_185.h presence
| configure:4341: gcc -E  conftest.c
| conftest.c:25:26: db4.2/db_185.h: No such file or directory
| configure:4347: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | /* end confdefs.h.  */
| | #include <db4.2/db_185.h>
| configure:4367: result: no
| configure:4402: checking for db4.2/db_185.h
| configure:4409: result: no
| configure:4286: checking db4.3/db_185.h usability
| configure:4298: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| conftest.c:59:26: db4.3/db_185.h: No such file or directory
| configure:4304: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 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 <db4.3/db_185.h>
| configure:4327: result: no
| configure:4331: checking db4.3/db_185.h presence
| configure:4341: gcc -E  conftest.c
| conftest.c:25:26: db4.3/db_185.h: No such file or directory
| configure:4347: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | /* end confdefs.h.  */
| | #include <db4.3/db_185.h>
| configure:4367: result: no
| configure:4402: checking for db4.3/db_185.h
| configure:4409: result: no
| configure:4422: checking for __db_open in -ldb
| configure:4452: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686   
conftest.c -ldb   >&5
| configure:4458: $? = 0
| configure:4462: test -z 
|                        || test ! -s conftest.err
| configure:4465: $? = 0
| configure:4468: test -s conftest.exe
| configure:4471: $? = 0
| configure:4484: result: yes
| configure:4585: checking gmp.h usability
| configure:4597: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:4603: $? = 0
| configure:4607: test -z 
|                        || test ! -s conftest.err
| configure:4610: $? = 0
| configure:4613: test -s conftest.o
| configure:4616: $? = 0
| configure:4626: result: yes
| configure:4630: checking gmp.h presence
| configure:4640: gcc -E  conftest.c
| configure:4646: $? = 0
| configure:4666: result: yes
| configure:4701: checking for gmp.h
| configure:4708: result: yes
| configure:4726: checking for __gmp_rand in -lgmp
| configure:4756: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686   
conftest.c -lgmp   >&5
| configure:4762: $? = 0
| configure:4766: test -z 
|                        || test ! -s conftest.err
| configure:4769: $? = 0
| configure:4772: test -s conftest.exe
| configure:4775: $? = 0
| configure:4788: result: yes
| configure:5060: checking ltdl.h usability
| configure:5072: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:5078: $? = 0
| configure:5082: test -z 
|                        || test ! -s conftest.err
| configure:5085: $? = 0
| configure:5088: test -s conftest.o
| configure:5091: $? = 0
| configure:5101: result: yes
| configure:5105: checking ltdl.h presence
| configure:5115: gcc -E  conftest.c
| configure:5121: $? = 0
| configure:5141: result: yes
| configure:5176: checking for ltdl.h
| configure:5183: result: yes
| configure:5201: checking for lt_dlopen in -lltdl
| configure:5231: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686   
conftest.c -lltdl  -lgmp  >&5
| configure:5237: $? = 0
| configure:5241: test -z 
|                        || test ! -s conftest.err
| configure:5244: $? = 0
| configure:5247: test -s conftest.exe
| configure:5250: $? = 0
| configure:5263: result: yes
| configure:5296: checking whether NLS is requested
| configure:5305: result: yes
| configure:5343: checking for msgfmt
| configure:5374: result: /mingw/bin/msgfmt
| configure:5383: checking for gmsgfmt
| configure:5414: result: /mingw/bin/msgfmt
| configure:5453: checking for xgettext
| configure:5487: result: no
| configure:5524: checking for msgmerge
| configure:5554: result: /mingw/bin/msgmerge
| configure:5611: checking build system type
| configure:5629: result: i686-pc-mingw32
| configure:5637: checking host system type
| configure:5651: result: i686-pc-mingw32
| configure:5683: checking for ld used by GCC
| configure:5747: result: d:/mingw/mingw32/bin/ld.exe
| configure:5756: checking if the linker (d:/mingw/mingw32/bin/ld.exe) is GNU ld
| configure:5769: result: yes
| configure:5775: checking for shared library run path origin
| configure:5788: result: done
| configure:6204: checking whether NLS is requested
| configure:6213: result: yes
| configure:6231: checking for GNU gettext in libc
| configure:6255: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686   
conftest.c -lltdl -lgmp  >&5
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccQZbaaa.o:conftest.c:(.text+0x29): undefined 
reference to `libintl_bindtextdomain'
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccQZbaaa.o:conftest.c:(.text+0x35): undefined 
reference to `libintl_gettext'
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccQZbaaa.o:conftest.c:(.text+0x3b): undefined 
reference to `_nl_msg_cat_cntr'
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccQZbaaa.o:conftest.c:(.text+0x41): undefined 
reference to `_nl_domain_bindings'
| collect2: ld returned 1 exit status
| configure:6261: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | /* end confdefs.h.  */
| | #include <libintl.h>
| | extern int _nl_msg_cat_cntr;
| | extern int *_nl_domain_bindings;
| | int
| | main ()
| | {
| | bindtextdomain ("", "");
| | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
| |   ;
| |   return 0;
| | }
| configure:6286: result: no
| configure:6320: checking for iconv
| configure:6347: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686   
conftest.c -lltdl -lgmp  >&5
| C:/DOCUME~1/Peg/LOCALS~1/Temp/cciobaaa.o:conftest.c:(.text+0x2a): undefined 
reference to `libiconv_open'
| C:/DOCUME~1/Peg/LOCALS~1/Temp/cciobaaa.o:conftest.c:(.text+0x4c): undefined 
reference to `libiconv'
| C:/DOCUME~1/Peg/LOCALS~1/Temp/cciobaaa.o:conftest.c:(.text+0x54): undefined 
reference to `libiconv_close'
| collect2: ld returned 1 exit status
| configure:6353: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | /* end confdefs.h.  */
| | #include <stdlib.h>
| | #include <iconv.h>
| | int
| | main ()
| | {
| | iconv_t cd = iconv_open("","");
| |        iconv(cd,NULL,NULL,NULL,NULL);
| |        iconv_close(cd);
| |   ;
| |   return 0;
| | }
| configure:6398: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686   
conftest.c -lltdl -lgmp  -liconv >&5
| configure:6404: $? = 0
| configure:6408: test -z 
|                        || test ! -s conftest.err
| configure:6411: $? = 0
| configure:6414: test -s conftest.exe
| configure:6417: $? = 0
| configure:6432: result: yes
| configure:6442: checking how to link with libiconv
| configure:6444: result: -liconv
| configure:6833: checking for GNU gettext in libintl
| configure:6865: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686  
-I/mingw/include  conftest.c -lltdl -lgmp  /mingw/lib/libintl.a -L/mingw/lib 
-liconv >&5
| configure:6871: $? = 0
| configure:6875: test -z 
|                        || test ! -s conftest.err
| configure:6878: $? = 0
| configure:6881: test -s conftest.exe
| configure:6884: $? = 0
| configure:6956: result: yes
| configure:6985: checking whether to use NLS
| configure:6987: result: yes
| configure:6990: checking where the gettext function comes from
| configure:7001: result: external libintl
| configure:7009: checking how to link with libintl
| configure:7011: result: /mingw/lib/libintl.a -L/mingw/lib -liconv
| configure:7086: checking ncurses.h usability
| configure:7098: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| conftest.c:67:21: ncurses.h: No such file or directory
| configure:7104: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 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 <ncurses.h>
| configure:7127: result: no
| configure:7131: checking ncurses.h presence
| configure:7141: gcc -E -I/mingw/include conftest.c
| conftest.c:33:21: ncurses.h: No such file or directory
| configure:7147: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | /* end confdefs.h.  */
| | #include <ncurses.h>
| configure:7167: result: no
| configure:7202: checking for ncurses.h
| configure:7209: result: no
| configure:7086: checking pdcurses.h usability
| configure:7098: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| conftest.c:67:22: pdcurses.h: No such file or directory
| configure:7104: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 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 <pdcurses.h>
| configure:7127: result: no
| configure:7131: checking pdcurses.h presence
| configure:7141: gcc -E -I/mingw/include conftest.c
| conftest.c:33:22: pdcurses.h: No such file or directory
| configure:7147: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | /* end confdefs.h.  */
| | #include <pdcurses.h>
| configure:7167: result: no
| configure:7202: checking for pdcurses.h
| configure:7209: result: no
| configure:7086: checking curses.h usability
| configure:7098: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:7104: $? = 0
| configure:7108: test -z 
|                        || test ! -s conftest.err
| configure:7111: $? = 0
| configure:7114: test -s conftest.o
| configure:7117: $? = 0
| configure:7127: result: yes
| configure:7131: checking curses.h presence
| configure:7141: gcc -E -I/mingw/include conftest.c
| configure:7147: $? = 0
| configure:7167: result: yes
| configure:7202: checking for curses.h
| configure:7209: result: yes
| configure:7223: checking for initscr in -lncurses
| configure:7253: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lncurses  -lltdl -lgmp  >&5
| d:\mingw\bin\..\lib\gcc\mingw32\3.4.4\..\..\..\..\mingw32\bin\ld.exe: cannot 
find -lncurses
| collect2: ld returned 1 exit status
| configure:7259: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_CURSES_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 initscr ();
| | int
| | main ()
| | {
| | initscr ();
| |   ;
| |   return 0;
| | }
| configure:7285: result: no
| configure:7301: checking for initscr in -lpdcurses
| configure:7331: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses  -lltdl -lgmp  >&5
| configure:7337: $? = 0
| configure:7341: test -z 
|                        || test ! -s conftest.err
| configure:7344: $? = 0
| configure:7347: test -s conftest.exe
| configure:7350: $? = 0
| configure:7363: result: yes
| configure:7427: checking for gcc
| configure:7453: result: gcc
| configure:7697: checking for C compiler version
| configure:7700: gcc --version </dev/null >&5
| gcc.exe (GCC) 3.4.4 (mingw special)
| Copyright (C) 2004 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
| 
| configure:7703: $? = 0
| configure:7705: gcc -v </dev/null >&5
| Reading specs from d:/mingw/bin/../lib/gcc/mingw32/3.4.4/specs
| Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as 
--host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls 
--enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry 
--disable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt 
--without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter 
--enable-hash-synchronization --enable-libstdcxx-debug
| Thread model: win32
| gcc version 3.4.4 (mingw special)
| configure:7708: $? = 0
| configure:7710: gcc -V </dev/null >&5
| gcc.exe: `-V' option must have argument
| configure:7713: $? = 1
| configure:7716: checking whether we are using the GNU C compiler
| configure:7772: result: yes
| configure:7778: checking whether gcc accepts -g
| configure:7829: result: yes
| configure:7846: checking for gcc option to accept ANSI C
| configure:7953: result: none needed
| configure:7971: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| conftest.c:2: error: syntax error before "me"
| configure:7977: $? = 1
| configure: failed program was:
| | #ifndef __cplusplus
| |   choke me
| | #endif
| configure:8112: checking dependency style of gcc
| configure:8197: result: gcc3
| configure:8214: checking whether ln -s works
| configure:8218: result: yes
| configure:8238: checking for a BSD-compatible install
| configure:8293: result: /bin/install -c
| configure:8380: checking for a sed that does not truncate output
| configure:8434: result: /bin/sed
| configure:8448: checking for ld used by gcc
| configure:8515: result: d:/mingw/mingw32/bin/ld.exe
| configure:8524: checking if the linker (d:/mingw/mingw32/bin/ld.exe) is GNU ld
| configure:8539: result: yes
| configure:8544: checking for d:/mingw/mingw32/bin/ld.exe option to reload 
object files
| configure:8551: result: -r
| configure:8560: checking for BSD-compatible nm
| configure:8602: result: /mingw/bin/nm
| configure:8606: checking how to recognise dependent libraries
| configure:8789: result: file_magic file format pei*-i386(.*architecture: 
i386)?
| configure:9033: checking for dlltool
| configure:9049: found /mingw/bin/dlltool
| configure:9060: result: dlltool
| configure:9113: checking for as
| configure:9129: found /mingw/bin/as
| configure:9140: result: as
| configure:9193: checking for objdump
| configure:9209: found /mingw/bin/objdump
| configure:9220: result: objdump
| configure:9253: checking dlfcn.h usability
| configure:9265: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| conftest.c:69:19: dlfcn.h: No such file or directory
| configure:9271: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBPDCURSES 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 <dlfcn.h>
| configure:9294: result: no
| configure:9298: checking dlfcn.h presence
| configure:9308: gcc -E -I/mingw/include conftest.c
| conftest.c:35:19: dlfcn.h: No such file or directory
| configure:9314: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBPDCURSES 1
| | /* end confdefs.h.  */
| | #include <dlfcn.h>
| configure:9334: result: no
| configure:9369: checking for dlfcn.h
| configure:9376: result: no
| configure:9441: checking for g++
| configure:9457: found /mingw/bin/g++
| configure:9467: result: g++
| configure:9483: checking for C++ compiler version
| configure:9486: g++ --version </dev/null >&5
| g++.exe (GCC) 3.4.4 (mingw special)
| Copyright (C) 2004 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
| 
| configure:9489: $? = 0
| configure:9491: g++ -v </dev/null >&5
| Reading specs from d:/mingw/bin/../lib/gcc/mingw32/3.4.4/specs
| Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as 
--host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls 
--enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry 
--disable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt 
--without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter 
--enable-hash-synchronization --enable-libstdcxx-debug
| Thread model: win32
| gcc version 3.4.4 (mingw special)
| configure:9494: $? = 0
| configure:9496: g++ -V </dev/null >&5
| g++.exe: `-V' option must have argument
| configure:9499: $? = 1
| configure:9502: checking whether we are using the GNU C++ compiler
| configure:9526: g++ -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.cc >&5
| configure:9532: $? = 0
| configure:9536: test -z 
|                        || test ! -s conftest.err
| configure:9539: $? = 0
| configure:9542: test -s conftest.o
| configure:9545: $? = 0
| configure:9558: result: yes
| configure:9564: checking whether g++ accepts -g
| configure:9585: g++ -c -g -I/mingw/include conftest.cc >&5
| configure:9591: $? = 0
| configure:9595: test -z 
|                        || test ! -s conftest.err
| configure:9598: $? = 0
| configure:9601: test -s conftest.o
| configure:9604: $? = 0
| configure:9615: result: yes
| configure:9657: g++ -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.cc >&5
| configure:9663: $? = 0
| configure:9667: test -z 
|                        || test ! -s conftest.err
| configure:9670: $? = 0
| configure:9673: test -s conftest.o
| configure:9676: $? = 0
| configure:9702: g++ -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.cc >&5
| conftest.cc: In function `int main()':
| conftest.cc:39: error: `exit' undeclared (first use this function)
| conftest.cc:39: error: (Each undeclared identifier is reported only once for 
each function it appears in.)
| configure:9708: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBPDCURSES 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | exit (42);
| |   ;
| |   return 0;
| | }
| configure:9657: g++ -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.cc >&5
| configure:9663: $? = 0
| configure:9667: test -z 
|                        || test ! -s conftest.err
| configure:9670: $? = 0
| configure:9673: test -s conftest.o
| configure:9676: $? = 0
| configure:9702: g++ -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.cc >&5
| configure:9708: $? = 0
| configure:9712: test -z 
|                        || test ! -s conftest.err
| configure:9715: $? = 0
| configure:9718: test -s conftest.o
| configure:9721: $? = 0
| configure:9746: checking dependency style of g++
| configure:9831: result: gcc3
| configure:9853: checking how to run the C++ preprocessor
| configure:9884: g++ -E -I/mingw/include conftest.cc
| configure:9890: $? = 0
| configure:9922: g++ -E -I/mingw/include conftest.cc
| conftest.cc:38:28: ac_nonexistent.h: No such file or directory
| configure:9928: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBPDCURSES 1
| | #ifdef __cplusplus
| | extern "C" void std::exit (int) throw (); using std::exit;
| | #endif
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:9967: result: g++ -E
| configure:9991: g++ -E -I/mingw/include conftest.cc
| configure:9997: $? = 0
| configure:10029: g++ -E -I/mingw/include conftest.cc
| conftest.cc:38:28: ac_nonexistent.h: No such file or directory
| configure:10035: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBPDCURSES 1
| | #ifdef __cplusplus
| | extern "C" void std::exit (int) throw (); using std::exit;
| | #endif
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:10130: checking for g77
| configure:10159: result: no
| configure:10130: checking for f77
| configure:10159: result: no
| configure:10130: checking for xlf
| configure:10159: result: no
| configure:10130: checking for frt
| configure:10159: result: no
| configure:10130: checking for pgf77
| configure:10159: result: no
| configure:10130: checking for fort77
| configure:10159: result: no
| configure:10130: checking for fl32
| configure:10159: result: no
| configure:10130: checking for af77
| configure:10159: result: no
| configure:10130: checking for f90
| configure:10159: result: no
| configure:10130: checking for xlf90
| configure:10159: result: no
| configure:10130: checking for pgf90
| configure:10159: result: no
| configure:10130: checking for epcf90
| configure:10159: result: no
| configure:10130: checking for f95
| configure:10159: result: no
| configure:10130: checking for fort
| configure:10159: result: no
| configure:10130: checking for xlf95
| configure:10159: result: no
| configure:10130: checking for ifc
| configure:10159: result: no
| configure:10130: checking for efc
| configure:10159: result: no
| configure:10130: checking for pgf95
| configure:10159: result: no
| configure:10130: checking for lf95
| configure:10159: result: no
| configure:10130: checking for gfortran
| configure:10159: result: no
| configure:10174: checking for Fortran 77 compiler version
| configure:10174:  --version </dev/null >&5
| ./configure: --version: command not found
| configure:10177: $? = 127
| configure:10179:  -v </dev/null >&5
| ./configure: -v: command not found
| configure:10182: $? = 127
| configure:10184:  -V </dev/null >&5
| ./configure: -V: command not found
| configure:10187: $? = 127
| configure:10195: checking whether we are using the GNU Fortran 77 compiler
| configure:10209:  -c  conftest.F >&5
| ./configure: -c: command not found
| configure:10215: $? = 127
| configure: failed program was:
| |       program main
| | #ifndef __GNUC__
| |        choke me
| | #endif
| | 
| |       end
| configure:10241: result: no
| configure:10247: checking whether  accepts -g
| configure:10259:  -c -g conftest.f >&5
| ./configure: -c: command not found
| configure:10265: $? = 127
| configure: failed program was:
| |       program main
| | 
| |       end
| configure:10290: result: no
| configure:10320: checking the maximum length of command line arguments
| configure:10385: result: 8192
| configure:10396: checking command to parse /mingw/bin/nm output from gcc 
object
| configure:10485: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:10488: $? = 0
| configure:10492: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[        
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2\3 \3/p' \> conftest.nm
| configure:10495: $? = 0
| cannot find nm_test_var in conftest.nm
| configure:10485: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:10488: $? = 0
| configure:10492: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[        
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2\3 \3/p' \> conftest.nm
| configure:10495: $? = 0
| configure:10547: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c conftstm.o >&5
| configure:10550: $? = 0
| configure:10588: result: ok
| configure:10592: checking for objdir
| configure:10607: result: .libs
| configure:10697: checking for ar
| configure:10713: found /mingw/bin/ar
| configure:10724: result: ar
| configure:10777: checking for ranlib
| configure:10793: found /mingw/bin/ranlib
| configure:10804: result: ranlib
| configure:10857: checking for strip
| configure:10873: found /mingw/bin/strip
| configure:10884: result: strip
| configure:11146: checking if gcc static flag  works
| configure:11169: result: yes
| configure:11187: checking if gcc supports -fno-rtti -fno-exceptions
| configure:11208: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
-fno-rtti -fno-exceptions conftest.c >&5
| cc1.exe: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but 
not for C
| configure:11212: $? = 0
| configure:11220: result: no
| configure:11235: checking for gcc option to produce PIC
| configure:11412: result: -DDLL_EXPORT
| configure:11420: checking if gcc PIC flag -DDLL_EXPORT works
| configure:11441: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
-DDLL_EXPORT -DPIC conftest.c >&5
| configure:11445: $? = 0
| configure:11453: result: yes
| configure:11477: checking if gcc supports -c -o file.o
| configure:11501: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include -o 
out/conftest2.o conftest.c >&5
| configure:11505: $? = 0
| configure:11522: result: yes
| configure:11548: checking whether the gcc linker 
(d:/mingw/mingw32/bin/ld.exe) supports shared libraries
| configure:12396: result: yes
| configure:12422: checking whether -lc should be explicitly linked in
| configure:12427: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:12430: $? = 0
| configure:12444: gcc -shared conftest.o  -v -o ./conftest 
-Wl,--image-base=0x10000000 -Wl,--out-implib,conftest 2\>\&1 \| grep  -lc  
\>/dev/null 2\>\&1
| configure:12447: $? = 1
| configure:12459: result: yes
| configure:12467: checking dynamic linker characteristics
| configure:13007: result: Win32 ld.exe
| configure:13011: checking how to hardcode library paths into programs
| configure:13036: result: immediate
| configure:13050: checking whether stripping libraries is possible
| configure:13055: result: yes
| configure:13885: checking if libtool supports shared libraries
| configure:13887: result: yes
| configure:13890: checking whether to build shared libraries
| configure:13948: result: yes
| configure:13951: checking whether to build static libraries
| configure:13955: result: yes
| configure:14047: creating libtool
| configure:14594: checking for ld used by g++
| configure:14661: result: d:/mingw/mingw32/bin/ld.exe
| configure:14670: checking if the linker (d:/mingw/mingw32/bin/ld.exe) is GNU 
ld
| configure:14685: result: yes
| configure:14736: checking whether the g++ linker 
(d:/mingw/mingw32/bin/ld.exe) supports shared libraries
| configure:15564: result: yes
| configure:15582: g++ -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.cc >&5
| configure:15585: $? = 0
| configure:15681: checking for g++ option to produce PIC
| configure:15933: result: -DDLL_EXPORT
| configure:15941: checking if g++ PIC flag -DDLL_EXPORT works
| configure:15962: g++ -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
-DDLL_EXPORT -DPIC conftest.cc >&5
| configure:15966: $? = 0
| configure:15974: result: yes
| configure:15998: checking if g++ supports -c -o file.o
| configure:16022: g++ -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include -o 
out/conftest2.o conftest.cc >&5
| configure:16026: $? = 0
| configure:16043: result: yes
| configure:16069: checking whether the g++ linker 
(d:/mingw/mingw32/bin/ld.exe) supports shared libraries
| configure:16094: result: yes
| configure:16165: checking dynamic linker characteristics
| configure:16705: result: Win32 ld.exe
| configure:16709: checking how to hardcode library paths into programs
| configure:16734: result: immediate
| configure:16748: checking whether stripping libraries is possible
| configure:16753: result: yes
| configure:23988: checking whether make sets $(MAKE)
| configure:24008: result: yes
| configure:24019: checking for ANSI C header files
| configure:24172: result: yes
| configure:24200: checking fcntl.h usability
| configure:24212: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:24218: $? = 0
| configure:24222: test -z 
|                        || test ! -s conftest.err
| configure:24225: $? = 0
| configure:24228: test -s conftest.o
| configure:24231: $? = 0
| configure:24241: result: yes
| configure:24245: checking fcntl.h presence
| configure:24255: gcc -E -I/mingw/include conftest.c
| configure:24261: $? = 0
| configure:24281: result: yes
| configure:24316: checking for fcntl.h
| configure:24323: result: yes
| configure:24200: checking malloc.h usability
| configure:24212: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:24218: $? = 0
| configure:24222: test -z 
|                        || test ! -s conftest.err
| configure:24225: $? = 0
| configure:24228: test -s conftest.o
| configure:24231: $? = 0
| configure:24241: result: yes
| configure:24245: checking malloc.h presence
| configure:24255: gcc -E -I/mingw/include conftest.c
| configure:24261: $? = 0
| configure:24281: result: yes
| configure:24316: checking for malloc.h
| configure:24323: result: yes
| configure:24200: checking locale.h usability
| configure:24212: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:24218: $? = 0
| configure:24222: test -z 
|                        || test ! -s conftest.err
| configure:24225: $? = 0
| configure:24228: test -s conftest.o
| configure:24231: $? = 0
| configure:24241: result: yes
| configure:24245: checking locale.h presence
| configure:24255: gcc -E -I/mingw/include conftest.c
| configure:24261: $? = 0
| configure:24281: result: yes
| configure:24316: checking for locale.h
| configure:24323: result: yes
| configure:24200: checking stddef.h usability
| configure:24212: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:24218: $? = 0
| configure:24222: test -z 
|                        || test ! -s conftest.err
| configure:24225: $? = 0
| configure:24228: test -s conftest.o
| configure:24231: $? = 0
| configure:24241: result: yes
| configure:24245: checking stddef.h presence
| configure:24255: gcc -E -I/mingw/include conftest.c
| configure:24261: $? = 0
| configure:24281: result: yes
| configure:24316: checking for stddef.h
| configure:24323: result: yes
| configure:24200: checking wchar.h usability
| configure:24212: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:24218: $? = 0
| configure:24222: test -z 
|                        || test ! -s conftest.err
| configure:24225: $? = 0
| configure:24228: test -s conftest.o
| configure:24231: $? = 0
| configure:24241: result: yes
| configure:24245: checking wchar.h presence
| configure:24255: gcc -E -I/mingw/include conftest.c
| configure:24261: $? = 0
| configure:24281: result: yes
| configure:24316: checking for wchar.h
| configure:24323: result: yes
| configure:24338: checking for an ANSI C-conforming const
| configure:24405: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:24411: $? = 0
| configure:24415: test -z 
|                        || test ! -s conftest.err
| configure:24418: $? = 0
| configure:24421: test -s conftest.o
| configure:24424: $? = 0
| configure:24435: result: yes
| configure:24445: checking whether byte ordering is bigendian
| configure:24472: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:24478: $? = 0
| configure:24482: test -z 
|                        || test ! -s conftest.err
| configure:24485: $? = 0
| configure:24488: test -s conftest.o
| configure:24491: $? = 0
| configure:24515: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:51: error: `not' undeclared (first use in this function)
| conftest.c:51: error: (Each undeclared identifier is reported only once
| conftest.c:51: error: for each function it appears in.)
| conftest.c:51: error: syntax error before "big"
| configure:24521: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBPDCURSES 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:24656: result: no
| configure:24675: checking for size_t
| configure:24699: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:24705: $? = 0
| configure:24709: test -z 
|                        || test ! -s conftest.err
| configure:24712: $? = 0
| configure:24715: test -s conftest.o
| configure:24718: $? = 0
| configure:24729: result: yes
| configure:24741: checking whether struct tm is in sys/time.h or time.h
| configure:24764: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:24770: $? = 0
| configure:24774: test -z 
|                        || test ! -s conftest.err
| configure:24777: $? = 0
| configure:24780: test -s conftest.o
| configure:24783: $? = 0
| configure:24794: result: time.h
| configure:24805: checking for __attribute__
| configure:24831: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:24837: $? = 0
| configure:24841: test -z 
|                        || test ! -s conftest.err
| configure:24844: $? = 0
| configure:24847: test -s conftest.o
| configure:24850: $? = 0
| configure:24870: result: yes
| configure:24877: checking for working alloca.h
| configure:24898: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| conftest.c:45:20: alloca.h: No such file or directory
| configure:24904: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBPDCURSES 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___ATTRIBUTE__ 1
| | /* end confdefs.h.  */
| | #include <alloca.h>
| | int
| | main ()
| | {
| | char *p = (char *) alloca (2 * sizeof (int));
| |   ;
| |   return 0;
| | }
| configure:24929: result: no
| configure:24939: checking for alloca
| configure:24980: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| configure:24986: $? = 0
| configure:24990: test -z 
|                        || test ! -s conftest.err
| configure:24993: $? = 0
| configure:24996: test -s conftest.exe
| configure:24999: $? = 0
| configure:25011: result: yes
| configure:25238: checking for vprintf
| configure:25295: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| conftest.c:70: warning: conflicting types for built-in function 'vprintf'
| configure:25301: $? = 0
| configure:25305: test -z 
|                        || test ! -s conftest.err
| configure:25308: $? = 0
| configure:25311: test -s conftest.exe
| configure:25314: $? = 0
| configure:25326: result: yes
| configure:25333: checking for _doprnt
| configure:25390: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccQJbaaa.o:conftest.c:(.text+0x20): undefined 
reference to `_doprnt'
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccQJbaaa.o:conftest.c:(.data+0x0): undefined 
reference to `_doprnt'
| collect2: ld returned 1 exit status
| configure:25396: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBPDCURSES 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___ATTRIBUTE__ 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:25421: result: no
| configure:25452: checking for memmove
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| conftest.c:71: warning: conflicting types for built-in function 'memmove'
| configure:25515: $? = 0
| configure:25519: test -z 
|                        || test ! -s conftest.err
| configure:25522: $? = 0
| configure:25525: test -s conftest.exe
| configure:25528: $? = 0
| configure:25540: result: yes
| configure:25452: checking for memset
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| conftest.c:72: warning: conflicting types for built-in function 'memset'
| configure:25515: $? = 0
| configure:25519: test -z 
|                        || test ! -s conftest.err
| configure:25522: $? = 0
| configure:25525: test -s conftest.exe
| configure:25528: $? = 0
| configure:25540: result: yes
| configure:25452: checking for regcomp
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| C:/DOCUME~1/Peg/LOCALS~1/Temp/cccxbaaa.o:conftest.c:(.text+0x20): undefined 
reference to `regcomp'
| C:/DOCUME~1/Peg/LOCALS~1/Temp/cccxbaaa.o:conftest.c:(.data+0x0): undefined 
reference to `regcomp'
| collect2: ld returned 1 exit status
| configure:25515: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBPDCURSES 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___ATTRIBUTE__ 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | /* end confdefs.h.  */
| | /* Define regcomp to an innocuous variant, in case <limits.h> declares 
regcomp.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define regcomp innocuous_regcomp
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char regcomp (); 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 regcomp
| | 
| | /* 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 ();
| | /* 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_regcomp) || defined (__stub___regcomp)
| | choke me
| | #else
| | char (*f) () = regcomp;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != regcomp;
| |   ;
| |   return 0;
| | }
| configure:25540: result: no
| configure:25452: checking for pow
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| conftest.c:73: warning: conflicting types for built-in function 'pow'
| configure:25515: $? = 0
| configure:25519: test -z 
|                        || test ! -s conftest.err
| configure:25522: $? = 0
| configure:25525: test -s conftest.exe
| configure:25528: $? = 0
| configure:25540: result: yes
| configure:25452: checking for setlocale
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| configure:25515: $? = 0
| configure:25519: test -z 
|                        || test ! -s conftest.err
| configure:25522: $? = 0
| configure:25525: test -s conftest.exe
| configure:25528: $? = 0
| configure:25540: result: yes
| configure:25452: checking for fcntl
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccsRbaaa.o:conftest.c:(.text+0x20): undefined 
reference to `fcntl'
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccsRbaaa.o:conftest.c:(.data+0x0): undefined 
reference to `fcntl'
| collect2: ld returned 1 exit status
| configure:25515: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBPDCURSES 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___ATTRIBUTE__ 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_POW 1
| | #define HAVE_SETLOCALE 1
| | /* end confdefs.h.  */
| | /* Define fcntl to an innocuous variant, in case <limits.h> declares fcntl.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define fcntl innocuous_fcntl
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char fcntl (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef fcntl
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char fcntl ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined (__stub_fcntl) || defined (__stub___fcntl)
| | choke me
| | #else
| | char (*f) () = fcntl;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != fcntl;
| |   ;
| |   return 0;
| | }
| configure:25540: result: no
| configure:25452: checking for strerror
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| configure:25515: $? = 0
| configure:25519: test -z 
|                        || test ! -s conftest.err
| configure:25522: $? = 0
| configure:25525: test -s conftest.exe
| configure:25528: $? = 0
| configure:25540: result: yes
| configure:25452: checking for strcasecmp
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| configure:25515: $? = 0
| configure:25519: test -z 
|                        || test ! -s conftest.err
| configure:25522: $? = 0
| configure:25525: test -s conftest.exe
| configure:25528: $? = 0
| configure:25540: result: yes
| configure:25452: checking for strchr
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| conftest.c:77: warning: conflicting types for built-in function 'strchr'
| configure:25515: $? = 0
| configure:25519: test -z 
|                        || test ! -s conftest.err
| configure:25522: $? = 0
| configure:25525: test -s conftest.exe
| configure:25528: $? = 0
| configure:25540: result: yes
| configure:25452: checking for strrchr
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| conftest.c:78: warning: conflicting types for built-in function 'strrchr'
| configure:25515: $? = 0
| configure:25519: test -z 
|                        || test ! -s conftest.err
| configure:25522: $? = 0
| configure:25525: test -s conftest.exe
| configure:25528: $? = 0
| configure:25540: result: yes
| configure:25452: checking for strdup
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| conftest.c:79: warning: conflicting types for built-in function 'strdup'
| configure:25515: $? = 0
| configure:25519: test -z 
|                        || test ! -s conftest.err
| configure:25522: $? = 0
| configure:25525: test -s conftest.exe
| configure:25528: $? = 0
| configure:25540: result: yes
| configure:25452: checking for strstr
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| conftest.c:80: warning: conflicting types for built-in function 'strstr'
| configure:25515: $? = 0
| configure:25519: test -z 
|                        || test ! -s conftest.err
| configure:25522: $? = 0
| configure:25525: test -s conftest.exe
| configure:25528: $? = 0
| configure:25540: result: yes
| configure:25452: checking for strtol
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| configure:25515: $? = 0
| configure:25519: test -z 
|                        || test ! -s conftest.err
| configure:25522: $? = 0
| configure:25525: test -s conftest.exe
| configure:25528: $? = 0
| configure:25540: result: yes
| configure:25773: creating ./config.status
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by OpenCOBOL config.status 0.33, which was
| generated by GNU Autoconf 2.59.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status 
| 
| on Peg
| 
| config.status:768: creating cob-config
| config.status:768: creating Makefile
| config.status:768: creating lib/Makefile
| config.status:768: creating libcob/Makefile
| config.status:768: creating cobc/Makefile
| config.status:768: creating bin/Makefile
| config.status:768: creating po/Makefile.in
| config.status:768: creating texi/Makefile
| config.status:768: creating config/Makefile
| config.status:768: creating tests/atlocal
| config.status:768: creating tests/Makefile
| config.status:768: creating tests/cobol85/Makefile
| config.status:872: creating config.h
| config.status:1252: executing tests/atconfig commands
| config.status:1252: executing depfiles commands
| config.status:1252: executing default-1 commands
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| ac_cv___attribute__=yes
| ac_cv_build=i686-pc-mingw32
| ac_cv_build_alias=i686-pc-mingw32
| ac_cv_c_bigendian=no
| ac_cv_c_compiler_gnu=yes
| ac_cv_c_const=yes
| ac_cv_cxx_compiler_gnu=yes
| ac_cv_env_CC_set=set
| ac_cv_env_CC_value=gcc
| ac_cv_env_CFLAGS_set=set
| ac_cv_env_CFLAGS_value='-O3 -s -mms-bitfields -march=i686'
| 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=set
| ac_cv_env_CXXFLAGS_value='-O3 -s -mms-bitfields -march=i686'
| 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=.exe
| ac_cv_f77_compiler_gnu=no
| ac_cv_func__doprnt=no
| ac_cv_func_alloca_works=yes
| ac_cv_func_dbopen=no
| ac_cv_func_fcntl=no
| ac_cv_func_getopt_long_only=no
| ac_cv_func_memmove=yes
| ac_cv_func_memset=yes
| ac_cv_func_pow=yes
| ac_cv_func_regcomp=no
| ac_cv_func_setlocale=yes
| ac_cv_func_strcasecmp=yes
| ac_cv_func_strchr=yes
| ac_cv_func_strdup=yes
| ac_cv_func_strerror=yes
| ac_cv_func_strrchr=yes
| ac_cv_func_strstr=yes
| ac_cv_func_strtol=yes
| ac_cv_func_vprintf=yes
| ac_cv_header_curses_h=yes
| ac_cv_header_db3_db_185_h=no
| ac_cv_header_db4_1_db_185_h=no
| ac_cv_header_db4_2_db_185_h=no
| ac_cv_header_db4_3_db_185_h=no
| ac_cv_header_db4_db_185_h=no
| ac_cv_header_db_185_h=yes
| ac_cv_header_db_h=yes
| ac_cv_header_dlfcn_h=no
| ac_cv_header_fcntl_h=yes
| ac_cv_header_gmp_h=yes
| ac_cv_header_inttypes_h=yes
| ac_cv_header_locale_h=yes
| ac_cv_header_ltdl_h=yes
| ac_cv_header_malloc_h=yes
| ac_cv_header_memory_h=yes
| ac_cv_header_ncurses_h=no
| ac_cv_header_pdcurses_h=no
| 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-mingw32
| ac_cv_host_alias=i686-pc-mingw32
| ac_cv_lib_db___db_open=yes
| ac_cv_lib_gmp___gmp_rand=yes
| ac_cv_lib_ltdl_lt_dlopen=yes
| ac_cv_lib_ncurses_initscr=no
| ac_cv_lib_pdcurses_initscr=yes
| ac_cv_lib_regex_regcomp=yes
| ac_cv_objext=o
| ac_cv_path_GMSGFMT=/mingw/bin/msgfmt
| ac_cv_path_MSGFMT=/mingw/bin/msgfmt
| ac_cv_path_MSGMERGE=/mingw/bin/msgmerge
| ac_cv_path_XGETTEXT=:
| ac_cv_path_install='/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_AS=as
| ac_cv_prog_ac_ct_CC=gcc
| ac_cv_prog_ac_ct_CXX=g++
| ac_cv_prog_ac_ct_DLLTOOL=dlltool
| ac_cv_prog_ac_ct_OBJDUMP=objdump
| ac_cv_prog_ac_ct_RANLIB=ranlib
| ac_cv_prog_ac_ct_STRIP=strip
| ac_cv_prog_cc_g=yes
| ac_cv_prog_cc_stdc=
| ac_cv_prog_cxx_g=yes
| ac_cv_prog_egrep='grep -E'
| ac_cv_prog_f77_g=no
| ac_cv_prog_make_make_set=yes
| ac_cv_struct_tm=time.h
| ac_cv_type_size_t=yes
| ac_cv_working_alloca_h=no
| acl_cv_hardcode_direct=no
| acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
| acl_cv_hardcode_libdir_separator=
| acl_cv_hardcode_minus_L=no
| acl_cv_libext=a
| acl_cv_path_LD=d:/mingw/mingw32/bin/ld.exe
| acl_cv_prog_gnu_ld=yes
| acl_cv_rpath=done
| acl_cv_shlibext=dll
| acl_cv_wl=-Wl,
| am_cv_CC_dependencies_compiler_type=gcc3
| am_cv_CXX_dependencies_compiler_type=gcc3
| am_cv_func_iconv=yes
| am_cv_lib_iconv=yes
| gt_cv_func_gnugettext1_libc=no
| gt_cv_func_gnugettext1_libintl=yes
| lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: 
i386)?'
| lt_cv_dlopen=LoadLibrary
| lt_cv_dlopen_libs=
| lt_cv_file_magic_cmd='$OBJDUMP -f'
| lt_cv_file_magic_test_file=
| lt_cv_ld_reload_flag=-r
| lt_cv_objdir=.libs
| lt_cv_path_LD=d:/mingw/mingw32/bin/ld.exe
| lt_cv_path_LDCXX=d:/mingw/mingw32/bin/ld.exe
| lt_cv_path_NM=/mingw/bin/nm
| lt_cv_path_SED=/bin/sed
| lt_cv_prog_compiler_c_o=yes
| lt_cv_prog_compiler_c_o_CXX=yes
| lt_cv_prog_compiler_rtti_exceptions=no
| 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]*\)
\{0,1\}$/\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=8192
| lt_lt_cv_prog_compiler_c_o='"yes"'
| lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
| lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[        
]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][      
]*\\(_\\)\\([_A-Za-z][_A-Za-z0-9]*\\)
\\{0,1\\}\$/\\1 \\2\\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} /var/tmp/open-cobol-0.33/missing --run aclocal-1.8'
| ALLOCA=''
| AMDEPBACKSLASH='\'
| AMDEP_FALSE='#'
| AMDEP_TRUE=''
| AMTAR='${SHELL} /var/tmp/open-cobol-0.33/missing --run tar'
| AR='ar'
| AS='as'
| AUTOCONF='${SHELL} /var/tmp/open-cobol-0.33/missing --run autoconf'
| AUTOHEADER='${SHELL} /var/tmp/open-cobol-0.33/missing --run autoheader'
| AUTOMAKE='${SHELL} /var/tmp/open-cobol-0.33/missing --run automake-1.8'
| AWK='gawk'
| CC='gcc'
| CCDEPMODE='depmode=gcc3'
| CFLAGS='-O3 -s -mms-bitfields -march=i686'
| COBCRUN_SHARED_FALSE='#'
| COBCRUN_SHARED_TRUE=''
| COB_CC='gcc'
| COB_CFLAGS='-I/mingw/include -I${prefix}/include'
| COB_CONFIG_DIR='${prefix}/share/open-cobol/config'
| COB_EXPORT_DYN='-Wl,--export-all-symbols -Wl,--enable-auto-import'
| COB_LIBRARY_PATH='.:${exec_prefix}/lib/open-cobol'
| COB_LIBS='-L${exec_prefix}/lib -lcob -lm -lregex -ldb -lgmp -lltdl 
-L/mingw/lib -lintl -liconv -lpdcurses'
| COB_MODULE_EXT='dll'
| COB_PIC_FLAGS=' -DDLL_EXPORT -DPIC'
| COB_SHARED_OPT='-shared'
| COB_STRIP_CMD=''
| CPP='gcc -E'
| CPPFLAGS='-I/mingw/include'
| CXX='g++'
| CXXCPP='g++ -E'
| CXXDEPMODE='depmode=gcc3'
| CXXFLAGS='-O3 -s -mms-bitfields -march=i686'
| CYGPATH_W='echo'
| DEFS='-DHAVE_CONFIG_H'
| DEPDIR='.deps'
| DLLTOOL='dlltool'
| ECHO='echo'
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='grep -E'
| EXEEXT='.exe'
| F77=''
| FFLAGS=''
| GMSGFMT='/mingw/bin/msgfmt'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
| INTLLIBS='/mingw/lib/libintl.a -L/mingw/lib -liconv'
| LDFLAGS=''
| LIBCOB_CFLAGS=''
| LIBCOB_LIBS='-lm -lregex -ldb -lgmp -lltdl -L/mingw/lib -lintl -liconv 
-lpdcurses'
| LIBICONV='-liconv'
| LIBINTL='/mingw/lib/libintl.a -L/mingw/lib -liconv'
| LIBOBJS=' getopt$U.o getopt1$U.o'
| LIBS=''
| LIBTOOL='$(SHELL) $(top_builddir)/libtool'
| LN_S='ln -s'
| LTLIBICONV='-liconv'
| LTLIBINTL='-L/mingw/lib -lintl -liconv'
| LTLIBOBJS=' getopt$U.lo getopt1$U.lo'
| MAINT='#'
| MAINTAINER_MODE_FALSE=''
| MAINTAINER_MODE_TRUE='#'
| MAKEINFO='${SHELL} /var/tmp/open-cobol-0.33/missing --run makeinfo'
| MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs'
| MSGFMT='/mingw/bin/msgfmt'
| MSGMERGE='/mingw/bin/msgmerge'
| OBJDUMP='objdump'
| OBJEXT='o'
| PACKAGE='open-cobol'
| PACKAGE_BUGREPORT='address@hidden'
| PACKAGE_NAME='OpenCOBOL'
| PACKAGE_STRING='OpenCOBOL 0.33'
| PACKAGE_TARNAME='open-cobol'
| PACKAGE_VERSION='0.33'
| PATH_SEPARATOR=':'
| POSUB='po'
| RANLIB='ranlib'
| SET_MAKE=''
| SHELL='/bin/sh'
| STRIP='strip'
| USE_NLS='yes'
| VERSION='0.33'
| XGETTEXT=':'
| ac_ct_AR='ar'
| ac_ct_AS='as'
| ac_ct_CC='gcc'
| ac_ct_CXX='g++'
| ac_ct_DLLTOOL='dlltool'
| ac_ct_F77=''
| ac_ct_OBJDUMP='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-mingw32'
| build_alias=''
| build_cpu='i686'
| build_os='mingw32'
| build_vendor='pc'
| datadir='${prefix}/share'
| exec_prefix='${prefix}'
| host='i686-pc-mingw32'
| host_alias=''
| host_cpu='i686'
| host_os='mingw32'
| host_vendor='pc'
| includedir='${prefix}/include'
| infodir='${prefix}/info'
| install_sh='/var/tmp/open-cobol-0.33/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| localstatedir='${prefix}/var'
| mandir='${prefix}/man'
| mkdir_p='mkdir -p -- .'
| oldincludedir='/usr/include'
| prefix='/mingw'
| 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 COB_EXPORT_DYN "-Wl,--export-all-symbols -Wl,--enable-auto-import"
| #define COB_PIC_FLAGS " -DDLL_EXPORT -DPIC"
| #define COB_SHARED_OPT "-shared"
| #define COB_STRIP_CMD "strip --strip-unneeded"
| #define ENABLE_NLS 1
| #define HAVE_ALLOCA 1
| #define HAVE_CURSES_H 1
| #define HAVE_DB_185_H 1
| #define HAVE_DB_H 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETTEXT 1
| #define HAVE_GMP_H 1
| #define HAVE_ICONV 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBLTDL 1
| #define HAVE_LIBPDCURSES 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_POW 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 HAVE___ATTRIBUTE__ 1
| #define PACKAGE "open-cobol"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_STRING "OpenCOBOL 0.33"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "0.33"
| #define STDC_HEADERS 1
| #define STDC_HEADERS 1
| #define VERSION "0.33"
| #define WITH_DB 3
| #endif
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| 
| configure: exit 0

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

run: command line was:
  $ /var/tmp/open-cobol-0.33/tests/run 

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

run: ../bin/ChangeLog:
| 2005-05-27  Roger While <address@hidden>
| 
|       * Fix Makefile again
| 
| 2005-05-03  Roger While <address@hidden>
| 
|       * Fix makefile
| 
| 2005-02-02  Roger While <address@hidden>
| 

run: ../ChangeLog:
| 2005-06-28  Roger While <address@hidden>
| 
|       * Finally FUNCTIONS
| 
| 2005-06-13  Roger While <address@hidden>
| 
|       * If ncurses not found, check for pdcurses
| 
| 2005-06-11  Roger While <address@hidden>
| 

run: ../cobc/ChangeLog:
| 2005-06-28  Roger While <address@hidden>
| 
|       * Cater for FUNCTION's
|       * Fix a LENGTH bug
| 
| 2005-06-13  Roger While <address@hidden>
| 
|       * reserved.c : Add in missing 2002 reserved words.
| 
| 2005-06-11  Roger While <address@hidden>

run: ../config/ChangeLog:
| 2005-05-15  Roger While <address@hidden>
| 
|       * Do not nest includes. All config files include
|         default.conf. We will need this for individual
|         "not-resrved" words.
| 
| 2005-05-12  Roger While <address@hidden>
| 
|       * Revert cobol2002.conf
| 

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:
| 2005-06-28  Roger While <address@hidden>
| 
|       * New files : intrinsic.h, intrinsic.c
|       * Fix cob_add/sub_int
| 
| 2005-06-13  Roger While <address@hidden>
| 
|       * common.c : Handle new COB_SWITCH_n=ON/OFF
|         screenio.c : Handle pdcurses
| 

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

run: ../tests/ChangeLog:
| 2005-06-13  Roger While <address@hidden>
| 
|       * atlocal.in : Export COB_SWITCH_1/2 for OC
|         and Cobol85 tests.
|         run, run.src/misc.at : Test for SWITCH.
| 
| 2005-06-11  Roger While <address@hidden>
| 
|       * Add in INSPECT BEFORE/AFTER tests
| 

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

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

hostname = Peg
uname -m = i686
uname -r = 1.0.11(0.46/3/2)
uname -s = MINGW32_NT-5.1
uname -v = 2004-04-30 18:55

/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: /var/tmp/open-cobol-0.33/tests
PATH: /var/tmp/open-cobol-0.33/cobc
PATH: /var/tmp/open-cobol-0.33/bin
PATH: /mingw/bin
PATH: /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='/var/tmp/open-cobol-0.33/tests'
| at_srcdir='.'
| abs_srcdir='/var/tmp/open-cobol-0.33/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/var/tmp/open-cobol-0.33/tests/..'
| at_top_builddir='../'
| abs_top_builddir='/var/tmp/open-cobol-0.33/tests/../.'
| 
| AUTOTEST_PATH='tests'
| 
| SHELL=${CONFIG_SHELL-'/bin/sh'}

run: atlocal:
| CC="gcc"
| SHREXT="dll"
| PATH="${abs_top_builddir}/cobc:${abs_top_builddir}/bin:${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} ${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 -lregex -ldb 
-lgmp -lltdl -L/mingw/lib -lintl -liconv -lpdcurses"
| export COB_CONFIG_DIR="${abs_top_srcdir}/config"
| export LD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs"
| 
| export COB_SWITCH_1=ON
| export COB_SWITCH_2=OFF

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

run.at:20: /var/tmp/open-cobol-0.33/cobc/cobc --version
cobc (OpenCOBOL) 0.33
Copyright (C) 2001-2004 Keisuke Nishida

## ------------------ ##
## Running the tests. ##
## ------------------ ##
run: starting at: Thu Jun 30 13:25:00 JST 2005
3. Hexadecimal literal (fundamental.at:77): ok  (0m0.573s 0m0.256s)
6. non-numeric subscript (subscripts.at:27): ok (0m0.195s 0m0.090s)
7. The range of subscripts (subscripts.at:53): ok       (0m0.211s 0m0.105s)
8. Subscript out of bounds (1) (subscripts.at:85): ok   (0m0.361s 0m0.195s)
9. Subscript out of bounds (2) (subscripts.at:108): ok  (0m0.441s 0m0.150s)
10. Value of DEPENDING ON N out of bounds (lower) (subscripts.at:131): ok       
(0m0.441s 0m0.135s)
11. Value of DEPENDING ON N out of bounds (upper) (subscripts.at:154): ok       
(0m0.409s 0m0.180s)
12. Subscript bounds with ODO (lower) (subscripts.at:177): ok   (0m0.211s 
0m0.105s)
13. Subscript bounds with ODO (upper) (subscripts.at:199): ok   (0m0.211s 
0m0.136s)
14. Subscript bounds with ODO (subscripts.at:221): ok   (0m0.377s 0m0.165s)
15. Subscript by arithmetic expression (subscripts.at:246): ok  (0m0.409s 
0m0.180s)
16. Separate sign positions (ref-mod.at:34): ok (0m0.377s 0m0.166s)
17. Static reference modification (ref-mod.at:57): ok   (0m0.393s 0m0.195s)
18. Dynamic reference modification (ref-mod.at:83): ok  (0m0.377s 0m0.241s)
19. Static out of bounds (ref-mod.at:110): ok   (0m0.195s 0m0.151s)
20. Offset underflow (ref-mod.at:135): ok       (0m0.393s 0m0.210s)
21. Offset overflow (ref-mod.at:156): ok        (0m0.377s 0m0.210s)
22. Length underflow (ref-mod.at:177): ok       (0m0.377s 0m0.210s)
23. Length overflow (ref-mod.at:198): ok        (0m0.345s 0m0.241s)
24. ACCEPT (accept.at:22): ok   (0m0.425s 0m0.196s)
25. INITIALIZE group entry with OCCURS (initialize.at:26): ok   (0m0.393s 
0m0.241s)
26. INITIALIZE OCCURS with numeric edited (initialize.at:50): ok        
(0m0.361s 0m0.225s)
27. INITIALIZE complex group (initialize.at:72): ok     (0m0.377s 0m0.225s)
28. INITIALIZE complex group (initialize.at:95): ok     (0m0.409s 0m0.195s)
29. INITIALIZE with REDEFINES (initialize.at:118): ok   (0m0.409s 0m0.181s)
30. Source file not found (misc.at:21): ok      (0m0.181s 0m0.106s)
31. Comma separator without space (misc.at:30): ok      (0m0.409s 0m0.210s)
32. LOCAL-STORAGE (misc.at:46): ok      (0m0.573s 0m0.317s)
33. EXTERNAL data item (misc.at:84): ok (0m0.637s 0m0.316s)
34. EXTERNAL AS data item (misc.at:123): ok     (0m0.573s 0m0.270s)
35. cobcrun validation (misc.at:165): ok        (0m0.987s 0m0.287s)
36. MOVE to itself (misc.at:206): ok    (0m0.393s 0m0.151s)
37. MOVE with refmod (misc.at:225): ok  (0m0.377s 0m0.182s)
38. MOVE with refmod (misc.at:244): ok  (0m0.377s 0m0.195s)
39. MOVE with group refmod (misc.at:265): ok    (0m0.457s 0m0.165s)
40. MOVE indexes (misc.at:285): ok      (0m0.425s 0m0.120s)
41. MOVE X00 (misc.at:306): ok  (0m0.557s 0m0.345s)
42. Level 01 subscripts (misc.at:338): ok       (0m0.227s 0m0.091s)
43. Class check with reference modification (misc.at:359): ok   (0m0.409s 
0m0.182s)
44. Index and parenthesized expression (misc.at:379): ok        (0m0.212s 
0m0.106s)
45. Alphanumeric and binary numeric (misc.at:398): ok   (0m0.361s 0m0.180s)
46. Dynamic call with static linking (misc.at:421): ok  (0m0.723s 0m0.422s)
47. CALL m1. CALL m2. CALL m1. (misc.at:444): ok        (0m0.768s 0m0.392s)
48. CALL: binary literal parameter/LENGTH OF (misc.at:490): ok  (0m0.966s 
0m0.573s)
49. INSPECT REPLACING LEADING ZEROS BY SPACES (misc.at:541): ok (0m0.409s 
0m0.180s)
50. INSPECT: no repeat conversion check (misc.at:560): ok       (0m0.425s 
0m0.135s)
51. INSPECT: TALLYING BEFORE (misc.at:580): ok  (0m0.393s 0m0.105s)
52. INSPECT: TALLYING AFTER (misc.at:608): ok   (0m0.439s 0m0.150s)
53. SWITCHES (misc.at:636): ok  (0m0.361s 0m0.226s)
54. Nested PERFORM (misc.at:686): ok    (0m0.425s 0m0.136s)
55. EXIT PERFORM (misc.at:710): ok      (0m0.441s 0m0.181s)
56. EXIT PERFORM CYCLE (misc.at:732): ok        (0m0.377s 0m0.180s)
57. 88 with FILLER (misc.at:752): ok    (0m0.409s 0m0.121s)
58. non-overflow after overflow (misc.at:777): ok       (0m0.441s 0m0.120s)
59. PERFORM ... CONTINUE (misc.at:801): ok      (0m0.196s 0m0.120s)
60. STRING with subscript reference (misc.at:817): ok   (0m0.409s 0m0.150s)
61. READ INTO AT-END sequence (misc.at:838): ok (0m0.409s 0m0.150s)
62. First READ on empty SEQUENTIAL INDEXED file (misc.at:871): ok       
(0m0.345s 0m0.256s)
63. REWRITE a RELATIVE file with RANDAM access (misc.at:905): ok        
(0m0.425s 0m0.166s)
64. SORT: table sort (misc.at:951): ok  (0m0.377s 0m0.165s)
65. SORT nonexistent file (misc.at:984): ok     (0m0.543s 0m0.300s)
66. PIC ZZZ-, ZZZ+ (misc.at:1018): ok   (0m0.377s 0m0.211s)
67. Larger REDEFINES lengths (misc.at:1050): ok (0m0.408s 0m0.195s)
68. COMP-5 (extensions.at:23): ok       (0m0.621s 0m0.302s)
69. Hexadecimal numeric literal (extensions.at:66): ok  (0m0.393s 0m0.165s)
70. Semi-parenthesized condition (extensions.at:92): ok (0m0.393s 0m0.212s)
71. ADDRESS OF (extensions.at:112): ok  (0m0.409s 0m0.195s)
72. LENGTH OF (extensions.at:167): ok   (0m0.393s 0m0.255s)
73. WHEN-COMPILED (extensions.at:198): ok       (0m0.393s 0m0.166s)
74. Complex OCCURS DEPENDING ON (extensions.at:220): ok (0m0.393s 0m0.226s)
75. MOVE NON-INTEGER TO ALPHA-NUMERIC (extensions.at:247): ok   (0m0.408s 
0m0.180s)
76. CALL USING file-name (extensions.at:330): ok        (0m0.741s 0m0.317s)
78. ASSIGN MF (extensions.at:433): ok   (0m0.472s 0m0.135s)
79. ASSIGN IBM (extensions.at:463): ok  (0m0.575s 0m0.315s)
80. ASSIGN mapping (extensions.at:493): ok      (0m1.574s 0m0.675s)
81. ASSIGN expansion (extensions.at:529): ok    (0m0.621s 0m0.256s)
84. STOP RUN RETURNING (extensions.at:658): ok  (0m0.474s 0m0.106s)
85. ENTRY (extensions.at:675): ok       (0m0.835s 0m0.377s)
86. LINE SEQUENTIAL write (extensions.at:718): ok       (0m0.574s 0m0.255s)
87. LINE SEQUENTIAL read (extensions.at:754): ok        (0m0.391s 0m0.226s)
88. Environment/Argument variable (extensions.at:802): ok       (0m0.409s 
0m0.150s)
run: ending at: Thu Jun 30 13:26:34 JST 2005
run: test suite duration: 0h 1m 34s

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

ERROR: All 90 tests were run,
9 failed unexpectedly.

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

 NUM: FILENAME:LINE      TEST-GROUP-NAME
      KEYWORDS

   1: fundamental.at:22  DISPLAY literals
   2: fundamental.at:52  DISPLAY literals, Decimal Point is COMMA
   4: fundamental.at:109 DISPLAY data items with VALUE clause
   5: fundamental.at:147 DISPLAY data items with MOVE statement
  77: extensions.at:370  CALL unusual program-id.
  82: extensions.at:562  NUMBER-OF-CALL-PARAMTERS
  83: extensions.at:612  PROCEDURE DIVISION USING BY ...
  89: return-code.at:22  RETURN-CODE moving
  90: return-code.at:45  RETURN-CODE passing

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

1. fundamental.at:22: testing ...
fundamental.at:38: ${COMPILE} prog.cob
fundamental.at:47: ./prog
--- -   Thu Jun 30 13:25:02 2005
+++ /var/tmp/open-cobol-0.33/tests/run.dir/at-stdout    Thu Jun 30 13:25:02 2005
@@ -1,8 +1,8 @@
 abc
 123
-+123
--123
-12.3
-+12.3
--12.3
+123+
+123-
+123
+123+
+123-
 
1. fundamental.at:22: 1. DISPLAY literals (fundamental.at:22): FAILED 
(fundamental.at:47)

2. fundamental.at:52: testing ...
fundamental.at:68: ${COMPILE} prog.cob
fundamental.at:73: ./prog
--- -   Thu Jun 30 13:25:03 2005
+++ /var/tmp/open-cobol-0.33/tests/run.dir/at-stdout    Thu Jun 30 13:25:03 2005
@@ -1,4 +1,4 @@
-12,3
-+12,3
--12,3
+123
+123+
+123-
 
2. fundamental.at:52: 2. DISPLAY literals, Decimal Point is COMMA 
(fundamental.at:52): FAILED (fundamental.at:73)

4. fundamental.at:109: testing ...
fundamental.at:134: ${COMPILE} prog.cob
fundamental.at:143: ./prog
--- -   Thu Jun 30 13:25:05 2005
+++ /var/tmp/open-cobol-0.33/tests/run.dir/at-stdout    Thu Jun 30 13:25:05 2005
@@ -1,8 +1,8 @@
 abc
 123
-+123
--123
-12.3
-+12.3
--12.3
+123+
+123-
+123
+123+
+123-
 
4. fundamental.at:109: 4. DISPLAY data items with VALUE clause 
(fundamental.at:109): FAILED (fundamental.at:143)

5. fundamental.at:147: testing ...
fundamental.at:172: ${COMPILE} prog.cob
fundamental.at:181: ./prog
--- -   Thu Jun 30 13:25:06 2005
+++ /var/tmp/open-cobol-0.33/tests/run.dir/at-stdout    Thu Jun 30 13:25:06 2005
@@ -1,8 +1,8 @@
 abc
 123
-+123
--123
-12.3
-+12.3
--12.3
+123+
+123-
+123
+123+
+123-
 
5. fundamental.at:147: 5. DISPLAY data items with MOVE statement 
(fundamental.at:147): FAILED (fundamental.at:181)

77. extensions.at:370: testing ...
extensions.at:419: ${COMPILE_MODULE} address@hidden
extensions.at:420: ${COMPILE_MODULE} A#B.cob
extensions.at:421: ${COMPILE_MODULE} A\$B.cob
--- /dev/null   Thu Jun 30 13:26:18 2005
+++ /var/tmp/open-cobol-0.33/tests/run.dir/at-stderr    Thu Jun 30 13:26:18 2005
@@ -0,0 +1,2 @@
+d:\mingw\bin\..\lib\gcc\mingw32\3.4.4\..\..\..\..\mingw32\bin\ld.exe: cannot 
open output file A\$B.dll: No such file or directory
+collect2: ld returned 1 exit status
extensions.at:421: exit code was 1, expected 0
77. extensions.at:370: 77. CALL unusual program-id. (extensions.at:370): FAILED 
(extensions.at:421)

82. extensions.at:562: testing ...
extensions.at:597: ${COMPILE} caller.cob
extensions.at:598: ${COMPILE} -m callee.cob
extensions.at:605: ./caller
--- -   Thu Jun 30 13:26:24 2005
+++ /var/tmp/open-cobol-0.33/tests/run.dir/at-stdout    Thu Jun 30 13:26:24 2005
@@ -1,6 +1,6 @@
-+000000000
-+000000001
-+000000002
-+000000003
-+000000004
++0000000000
++0000000001
++0000000002
++0000000003
++0000000004
 
82. extensions.at:562: 82. NUMBER-OF-CALL-PARAMTERS (extensions.at:562): FAILED 
(extensions.at:605)

83. extensions.at:612: testing ...
extensions.at:648: ${COMPILE} caller.cob
extensions.at:649: ${COMPILE} -m callee.cob
extensions.at:653: ./caller
--- -   Thu Jun 30 13:26:25 2005
+++ /var/tmp/open-cobol-0.33/tests/run.dir/at-stdout    Thu Jun 30 13:26:25 2005
@@ -1,3 +1,3 @@
-X = X Y = 12 Z = 34
-X = X Y = 56 Z = 34
+X = X Y = 12 Z = 034
+X = X Y = 56 Z = 034
 
83. extensions.at:612: 83. PROCEDURE DIVISION USING BY ... (extensions.at:612): 
FAILED (extensions.at:653)

89. return-code.at:22: testing ...
return-code.at:39: ${COMPILE} -o prog prog.cob
return-code.at:40: ./prog
--- -   Thu Jun 30 13:26:32 2005
+++ /var/tmp/open-cobol-0.33/tests/run.dir/at-stdout    Thu Jun 30 13:26:32 2005
@@ -1 +1 @@
-01
+001
89. return-code.at:22: 89. RETURN-CODE moving (return-code.at:22): FAILED 
(return-code.at:40)

90. return-code.at:45: testing ...
return-code.at:75: ${COMPILE_MODULE} mod1.cob
return-code.at:76: ${COMPILE_MODULE} mod2.cob
return-code.at:77: ${COMPILE} -o prog prog.cob
return-code.at:78: ./prog
--- -   Thu Jun 30 13:26:33 2005
+++ /var/tmp/open-cobol-0.33/tests/run.dir/at-stdout    Thu Jun 30 13:26:33 2005
@@ -1 +1 @@
-+000000000+000000001+000000001+000000000
++0000000000+0000000001+0000000001+0000000000
90. return-code.at:45: 90. RETURN-CODE passing (return-code.at:45): FAILED 
(return-code.at:78)


## -------------- ##
## ..//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.33, which was
| generated by GNU Autoconf 2.59.  Invocation command line was
| 
|   $ ./configure --prefix /mingw --with-db
| 
| ## --------- ##
| ## Platform. ##
| ## --------- ##
| 
| hostname = Peg
| uname -m = i686
| uname -r = 1.0.11(0.46/3/2)
| uname -s = MINGW32_NT-5.1
| uname -v = 2004-04-30 18:55
| 
| /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: /usr/local/bin
| PATH: /mingw/bin
| PATH: /bin
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:1584: checking for a BSD-compatible install
| configure:1639: result: /bin/install -c
| configure:1650: checking whether build environment is sane
| configure:1693: result: yes
| configure:1750: checking for gawk
| configure:1766: found /bin/gawk
| configure:1776: result: gawk
| configure:1786: checking whether make sets $(MAKE)
| configure:1806: result: yes
| configure:1970: checking whether to enable maintainer-specific portions of 
Makefiles
| configure:1979: result: no
| configure:2033: checking for gcc
| configure:2049: found /mingw/bin/gcc
| configure:2059: result: gcc
| configure:2174: checking for style of include used by make
| configure:2202: result: GNU
| configure:2273: checking for gcc
| configure:2299: result: gcc
| configure:2543: checking for C compiler version
| configure:2546: gcc --version </dev/null >&5
| gcc.exe (GCC) 3.4.4 (mingw special)
| Copyright (C) 2004 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
| 
| configure:2549: $? = 0
| configure:2551: gcc -v </dev/null >&5
| Reading specs from d:/mingw/bin/../lib/gcc/mingw32/3.4.4/specs
| Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as 
--host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls 
--enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry 
--disable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt 
--without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter 
--enable-hash-synchronization --enable-libstdcxx-debug
| Thread model: win32
| gcc version 3.4.4 (mingw special)
| configure:2554: $? = 0
| configure:2556: gcc -V </dev/null >&5
| gcc.exe: `-V' option must have argument
| configure:2559: $? = 1
| configure:2582: checking for C compiler default output file name
| configure:2585: gcc -O3 -s -mms-bitfields -march=i686   conftest.c  >&5
| configure:2588: $? = 0
| configure:2634: result: a.exe
| configure:2639: checking whether the C compiler works
| configure:2645: ./a.exe
| configure:2648: $? = 0
| configure:2665: result: yes
| configure:2672: checking whether we are cross compiling
| configure:2674: result: no
| configure:2677: checking for suffix of executables
| configure:2679: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686   
conftest.c  >&5
| configure:2682: $? = 0
| configure:2707: result: .exe
| configure:2713: checking for suffix of object files
| configure:2734: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:2737: $? = 0
| configure:2759: result: o
| configure:2763: checking whether we are using the GNU C compiler
| configure:2787: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:2793: $? = 0
| configure:2797: test -z 
|                        || test ! -s conftest.err
| configure:2800: $? = 0
| configure:2803: test -s conftest.o
| configure:2806: $? = 0
| configure:2819: result: yes
| configure:2825: checking whether gcc accepts -g
| configure:2846: gcc -c -g  conftest.c >&5
| configure:2852: $? = 0
| configure:2856: test -z 
|                        || test ! -s conftest.err
| configure:2859: $? = 0
| configure:2862: test -s conftest.o
| configure:2865: $? = 0
| configure:2876: result: yes
| configure:2893: checking for gcc option to accept ANSI C
| configure:2963: gcc  -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:2969: $? = 0
| configure:2973: test -z 
|                        || test ! -s conftest.err
| configure:2976: $? = 0
| configure:2979: test -s conftest.o
| configure:2982: $? = 0
| configure:3000: result: none needed
| configure:3018: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| conftest.c:2: error: syntax error before "me"
| configure:3024: $? = 1
| configure: failed program was:
| | #ifndef __cplusplus
| |   choke me
| | #endif
| configure:3159: checking dependency style of gcc
| configure:3244: result: gcc3
| configure:3262: checking for getopt_long_only
| configure:3319: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686   
conftest.c  >&5
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccEhcaaa.o:conftest.c:(.text+0x20): undefined 
reference to `getopt_long_only'
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccEhcaaa.o:conftest.c:(.data+0x0): undefined 
reference to `getopt_long_only'
| collect2: ld returned 1 exit status
| configure:3325: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | /* end confdefs.h.  */
| | /* Define getopt_long_only to an innocuous variant, in case <limits.h> 
declares getopt_long_only.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define getopt_long_only innocuous_getopt_long_only
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char getopt_long_only (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef getopt_long_only
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char getopt_long_only ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined (__stub_getopt_long_only) || defined (__stub___getopt_long_only)
| | choke me
| | #else
| | char (*f) () = getopt_long_only;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != getopt_long_only;
| |   ;
| |   return 0;
| | }
| configure:3350: result: no
| configure:3376: checking for regcomp in -lregex
| configure:3406: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686   
conftest.c -lregex   >&5
| configure:3412: $? = 0
| configure:3416: test -z 
|                        || test ! -s conftest.err
| configure:3419: $? = 0
| configure:3422: test -s conftest.exe
| configure:3425: $? = 0
| configure:3438: result: yes
| configure:3452: checking how to run the C preprocessor
| configure:3487: gcc -E  conftest.c
| configure:3493: $? = 0
| configure:3525: gcc -E  conftest.c
| conftest.c:13:28: ac_nonexistent.h: No such file or directory
| configure:3531: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3570: result: gcc -E
| configure:3594: gcc -E  conftest.c
| configure:3600: $? = 0
| configure:3632: gcc -E  conftest.c
| conftest.c:13:28: ac_nonexistent.h: No such file or directory
| configure:3638: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3682: checking for egrep
| configure:3692: result: grep -E
| configure:3697: checking for ANSI C header files
| configure:3722: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:3728: $? = 0
| configure:3732: test -z 
|                        || test ! -s conftest.err
| configure:3735: $? = 0
| configure:3738: test -s conftest.o
| configure:3741: $? = 0
| configure:3827: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686   
conftest.c  >&5
| configure:3830: $? = 0
| configure:3832: ./conftest.exe
| configure:3835: $? = 0
| configure:3850: result: yes
| configure:3874: checking for sys/types.h
| configure:3890: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:3896: $? = 0
| configure:3900: test -z 
|                        || test ! -s conftest.err
| configure:3903: $? = 0
| configure:3906: test -s conftest.o
| configure:3909: $? = 0
| configure:3920: result: yes
| configure:3874: checking for sys/stat.h
| configure:3890: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:3896: $? = 0
| configure:3900: test -z 
|                        || test ! -s conftest.err
| configure:3903: $? = 0
| configure:3906: test -s conftest.o
| configure:3909: $? = 0
| configure:3920: result: yes
| configure:3874: checking for stdlib.h
| configure:3890: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:3896: $? = 0
| configure:3900: test -z 
|                        || test ! -s conftest.err
| configure:3903: $? = 0
| configure:3906: test -s conftest.o
| configure:3909: $? = 0
| configure:3920: result: yes
| configure:3874: checking for string.h
| configure:3890: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:3896: $? = 0
| configure:3900: test -z 
|                        || test ! -s conftest.err
| configure:3903: $? = 0
| configure:3906: test -s conftest.o
| configure:3909: $? = 0
| configure:3920: result: yes
| configure:3874: checking for memory.h
| configure:3890: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:3896: $? = 0
| configure:3900: test -z 
|                        || test ! -s conftest.err
| configure:3903: $? = 0
| configure:3906: test -s conftest.o
| configure:3909: $? = 0
| configure:3920: result: yes
| configure:3874: checking for strings.h
| configure:3890: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:3896: $? = 0
| configure:3900: test -z 
|                        || test ! -s conftest.err
| configure:3903: $? = 0
| configure:3906: test -s conftest.o
| configure:3909: $? = 0
| configure:3920: result: yes
| configure:3874: checking for inttypes.h
| configure:3890: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:3896: $? = 0
| configure:3900: test -z 
|                        || test ! -s conftest.err
| configure:3903: $? = 0
| configure:3906: test -s conftest.o
| configure:3909: $? = 0
| configure:3920: result: yes
| configure:3874: checking for stdint.h
| configure:3890: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:3896: $? = 0
| configure:3900: test -z 
|                        || test ! -s conftest.err
| configure:3903: $? = 0
| configure:3906: test -s conftest.o
| configure:3909: $? = 0
| configure:3920: result: yes
| configure:3874: checking for unistd.h
| configure:3890: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:3896: $? = 0
| configure:3900: test -z 
|                        || test ! -s conftest.err
| configure:3903: $? = 0
| configure:3906: test -s conftest.o
| configure:3909: $? = 0
| configure:3920: result: yes
| configure:3936: checking for dbopen
| configure:3993: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686   
conftest.c  >&5
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccclbaaa.o:conftest.c:(.text+0x20): undefined 
reference to `dbopen'
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccclbaaa.o:conftest.c:(.data+0x0): undefined 
reference to `dbopen'
| collect2: ld returned 1 exit status
| configure:3999: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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:4024: result: no
| configure:4286: checking db.h usability
| configure:4298: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:4304: $? = 0
| configure:4308: test -z 
|                        || test ! -s conftest.err
| configure:4311: $? = 0
| configure:4314: test -s conftest.o
| configure:4317: $? = 0
| configure:4327: result: yes
| configure:4331: checking db.h presence
| configure:4341: gcc -E  conftest.c
| configure:4347: $? = 0
| configure:4367: result: yes
| configure:4402: checking for db.h
| configure:4409: result: yes
| configure:4286: checking db_185.h usability
| configure:4298: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| In file included from conftest.c:58:
| d:/mingw/bin/../lib/gcc/mingw32/3.4.4/../../../../include/db_185.h:111: 
error: syntax error before "u_int"
| d:/mingw/bin/../lib/gcc/mingw32/3.4.4/../../../../include/db_185.h:112: 
error: syntax error before "u_int"
| d:/mingw/bin/../lib/gcc/mingw32/3.4.4/../../../../include/db_185.h:113: 
error: syntax error before "u_int"
| d:/mingw/bin/../lib/gcc/mingw32/3.4.4/../../../../include/db_185.h:114: 
error: syntax error before "u_int"
| d:/mingw/bin/../lib/gcc/mingw32/3.4.4/../../../../include/db_185.h:115: 
error: syntax error before "u_int"
| d:/mingw/bin/../lib/gcc/mingw32/3.4.4/../../../../include/db_185.h:162: 
error: syntax error before "u_char"
| d:/mingw/bin/../lib/gcc/mingw32/3.4.4/../../../../include/db_185.h:164: 
error: syntax error before '}' token
| configure:4304: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 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 <db_185.h>
| configure:4327: result: no
| configure:4331: checking db_185.h presence
| configure:4341: gcc -E  conftest.c
| configure:4347: $? = 0
| configure:4367: result: yes
| configure:4380: WARNING: db_185.h: present but cannot be compiled
| configure:4382: WARNING: db_185.h:     check for missing prerequisite headers?
| configure:4384: WARNING: db_185.h: see the Autoconf documentation
| configure:4386: WARNING: db_185.h:     section "Present But Cannot Be 
Compiled"
| configure:4388: WARNING: db_185.h: proceeding with the preprocessor's result
| configure:4390: WARNING: db_185.h: in the future, the compiler will take 
precedence
| configure:4402: checking for db_185.h
| configure:4409: result: yes
| configure:4286: checking db3/db_185.h usability
| configure:4298: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| conftest.c:59:24: db3/db_185.h: No such file or directory
| configure:4304: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 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 <db3/db_185.h>
| configure:4327: result: no
| configure:4331: checking db3/db_185.h presence
| configure:4341: gcc -E  conftest.c
| conftest.c:25:24: db3/db_185.h: No such file or directory
| configure:4347: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | /* end confdefs.h.  */
| | #include <db3/db_185.h>
| configure:4367: result: no
| configure:4402: checking for db3/db_185.h
| configure:4409: result: no
| configure:4286: checking db4/db_185.h usability
| configure:4298: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| conftest.c:59:24: db4/db_185.h: No such file or directory
| configure:4304: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 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 <db4/db_185.h>
| configure:4327: result: no
| configure:4331: checking db4/db_185.h presence
| configure:4341: gcc -E  conftest.c
| conftest.c:25:24: db4/db_185.h: No such file or directory
| configure:4347: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | /* end confdefs.h.  */
| | #include <db4/db_185.h>
| configure:4367: result: no
| configure:4402: checking for db4/db_185.h
| configure:4409: result: no
| configure:4286: checking db4.1/db_185.h usability
| configure:4298: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| conftest.c:59:26: db4.1/db_185.h: No such file or directory
| configure:4304: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 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 <db4.1/db_185.h>
| configure:4327: result: no
| configure:4331: checking db4.1/db_185.h presence
| configure:4341: gcc -E  conftest.c
| conftest.c:25:26: db4.1/db_185.h: No such file or directory
| configure:4347: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | /* end confdefs.h.  */
| | #include <db4.1/db_185.h>
| configure:4367: result: no
| configure:4402: checking for db4.1/db_185.h
| configure:4409: result: no
| configure:4286: checking db4.2/db_185.h usability
| configure:4298: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| conftest.c:59:26: db4.2/db_185.h: No such file or directory
| configure:4304: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 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 <db4.2/db_185.h>
| configure:4327: result: no
| configure:4331: checking db4.2/db_185.h presence
| configure:4341: gcc -E  conftest.c
| conftest.c:25:26: db4.2/db_185.h: No such file or directory
| configure:4347: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | /* end confdefs.h.  */
| | #include <db4.2/db_185.h>
| configure:4367: result: no
| configure:4402: checking for db4.2/db_185.h
| configure:4409: result: no
| configure:4286: checking db4.3/db_185.h usability
| configure:4298: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| conftest.c:59:26: db4.3/db_185.h: No such file or directory
| configure:4304: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 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 <db4.3/db_185.h>
| configure:4327: result: no
| configure:4331: checking db4.3/db_185.h presence
| configure:4341: gcc -E  conftest.c
| conftest.c:25:26: db4.3/db_185.h: No such file or directory
| configure:4347: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | /* end confdefs.h.  */
| | #include <db4.3/db_185.h>
| configure:4367: result: no
| configure:4402: checking for db4.3/db_185.h
| configure:4409: result: no
| configure:4422: checking for __db_open in -ldb
| configure:4452: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686   
conftest.c -ldb   >&5
| configure:4458: $? = 0
| configure:4462: test -z 
|                        || test ! -s conftest.err
| configure:4465: $? = 0
| configure:4468: test -s conftest.exe
| configure:4471: $? = 0
| configure:4484: result: yes
| configure:4585: checking gmp.h usability
| configure:4597: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:4603: $? = 0
| configure:4607: test -z 
|                        || test ! -s conftest.err
| configure:4610: $? = 0
| configure:4613: test -s conftest.o
| configure:4616: $? = 0
| configure:4626: result: yes
| configure:4630: checking gmp.h presence
| configure:4640: gcc -E  conftest.c
| configure:4646: $? = 0
| configure:4666: result: yes
| configure:4701: checking for gmp.h
| configure:4708: result: yes
| configure:4726: checking for __gmp_rand in -lgmp
| configure:4756: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686   
conftest.c -lgmp   >&5
| configure:4762: $? = 0
| configure:4766: test -z 
|                        || test ! -s conftest.err
| configure:4769: $? = 0
| configure:4772: test -s conftest.exe
| configure:4775: $? = 0
| configure:4788: result: yes
| configure:5060: checking ltdl.h usability
| configure:5072: gcc -c -O3 -s -mms-bitfields -march=i686  conftest.c >&5
| configure:5078: $? = 0
| configure:5082: test -z 
|                        || test ! -s conftest.err
| configure:5085: $? = 0
| configure:5088: test -s conftest.o
| configure:5091: $? = 0
| configure:5101: result: yes
| configure:5105: checking ltdl.h presence
| configure:5115: gcc -E  conftest.c
| configure:5121: $? = 0
| configure:5141: result: yes
| configure:5176: checking for ltdl.h
| configure:5183: result: yes
| configure:5201: checking for lt_dlopen in -lltdl
| configure:5231: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686   
conftest.c -lltdl  -lgmp  >&5
| configure:5237: $? = 0
| configure:5241: test -z 
|                        || test ! -s conftest.err
| configure:5244: $? = 0
| configure:5247: test -s conftest.exe
| configure:5250: $? = 0
| configure:5263: result: yes
| configure:5296: checking whether NLS is requested
| configure:5305: result: yes
| configure:5343: checking for msgfmt
| configure:5374: result: /mingw/bin/msgfmt
| configure:5383: checking for gmsgfmt
| configure:5414: result: /mingw/bin/msgfmt
| configure:5453: checking for xgettext
| configure:5487: result: no
| configure:5524: checking for msgmerge
| configure:5554: result: /mingw/bin/msgmerge
| configure:5611: checking build system type
| configure:5629: result: i686-pc-mingw32
| configure:5637: checking host system type
| configure:5651: result: i686-pc-mingw32
| configure:5683: checking for ld used by GCC
| configure:5747: result: d:/mingw/mingw32/bin/ld.exe
| configure:5756: checking if the linker (d:/mingw/mingw32/bin/ld.exe) is GNU ld
| configure:5769: result: yes
| configure:5775: checking for shared library run path origin
| configure:5788: result: done
| configure:6204: checking whether NLS is requested
| configure:6213: result: yes
| configure:6231: checking for GNU gettext in libc
| configure:6255: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686   
conftest.c -lltdl -lgmp  >&5
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccQZbaaa.o:conftest.c:(.text+0x29): undefined 
reference to `libintl_bindtextdomain'
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccQZbaaa.o:conftest.c:(.text+0x35): undefined 
reference to `libintl_gettext'
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccQZbaaa.o:conftest.c:(.text+0x3b): undefined 
reference to `_nl_msg_cat_cntr'
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccQZbaaa.o:conftest.c:(.text+0x41): undefined 
reference to `_nl_domain_bindings'
| collect2: ld returned 1 exit status
| configure:6261: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | /* end confdefs.h.  */
| | #include <libintl.h>
| | extern int _nl_msg_cat_cntr;
| | extern int *_nl_domain_bindings;
| | int
| | main ()
| | {
| | bindtextdomain ("", "");
| | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
| |   ;
| |   return 0;
| | }
| configure:6286: result: no
| configure:6320: checking for iconv
| configure:6347: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686   
conftest.c -lltdl -lgmp  >&5
| C:/DOCUME~1/Peg/LOCALS~1/Temp/cciobaaa.o:conftest.c:(.text+0x2a): undefined 
reference to `libiconv_open'
| C:/DOCUME~1/Peg/LOCALS~1/Temp/cciobaaa.o:conftest.c:(.text+0x4c): undefined 
reference to `libiconv'
| C:/DOCUME~1/Peg/LOCALS~1/Temp/cciobaaa.o:conftest.c:(.text+0x54): undefined 
reference to `libiconv_close'
| collect2: ld returned 1 exit status
| configure:6353: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | /* end confdefs.h.  */
| | #include <stdlib.h>
| | #include <iconv.h>
| | int
| | main ()
| | {
| | iconv_t cd = iconv_open("","");
| |        iconv(cd,NULL,NULL,NULL,NULL);
| |        iconv_close(cd);
| |   ;
| |   return 0;
| | }
| configure:6398: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686   
conftest.c -lltdl -lgmp  -liconv >&5
| configure:6404: $? = 0
| configure:6408: test -z 
|                        || test ! -s conftest.err
| configure:6411: $? = 0
| configure:6414: test -s conftest.exe
| configure:6417: $? = 0
| configure:6432: result: yes
| configure:6442: checking how to link with libiconv
| configure:6444: result: -liconv
| configure:6833: checking for GNU gettext in libintl
| configure:6865: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686  
-I/mingw/include  conftest.c -lltdl -lgmp  /mingw/lib/libintl.a -L/mingw/lib 
-liconv >&5
| configure:6871: $? = 0
| configure:6875: test -z 
|                        || test ! -s conftest.err
| configure:6878: $? = 0
| configure:6881: test -s conftest.exe
| configure:6884: $? = 0
| configure:6956: result: yes
| configure:6985: checking whether to use NLS
| configure:6987: result: yes
| configure:6990: checking where the gettext function comes from
| configure:7001: result: external libintl
| configure:7009: checking how to link with libintl
| configure:7011: result: /mingw/lib/libintl.a -L/mingw/lib -liconv
| configure:7086: checking ncurses.h usability
| configure:7098: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| conftest.c:67:21: ncurses.h: No such file or directory
| configure:7104: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 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 <ncurses.h>
| configure:7127: result: no
| configure:7131: checking ncurses.h presence
| configure:7141: gcc -E -I/mingw/include conftest.c
| conftest.c:33:21: ncurses.h: No such file or directory
| configure:7147: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | /* end confdefs.h.  */
| | #include <ncurses.h>
| configure:7167: result: no
| configure:7202: checking for ncurses.h
| configure:7209: result: no
| configure:7086: checking pdcurses.h usability
| configure:7098: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| conftest.c:67:22: pdcurses.h: No such file or directory
| configure:7104: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 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 <pdcurses.h>
| configure:7127: result: no
| configure:7131: checking pdcurses.h presence
| configure:7141: gcc -E -I/mingw/include conftest.c
| conftest.c:33:22: pdcurses.h: No such file or directory
| configure:7147: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | /* end confdefs.h.  */
| | #include <pdcurses.h>
| configure:7167: result: no
| configure:7202: checking for pdcurses.h
| configure:7209: result: no
| configure:7086: checking curses.h usability
| configure:7098: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:7104: $? = 0
| configure:7108: test -z 
|                        || test ! -s conftest.err
| configure:7111: $? = 0
| configure:7114: test -s conftest.o
| configure:7117: $? = 0
| configure:7127: result: yes
| configure:7131: checking curses.h presence
| configure:7141: gcc -E -I/mingw/include conftest.c
| configure:7147: $? = 0
| configure:7167: result: yes
| configure:7202: checking for curses.h
| configure:7209: result: yes
| configure:7223: checking for initscr in -lncurses
| configure:7253: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lncurses  -lltdl -lgmp  >&5
| d:\mingw\bin\..\lib\gcc\mingw32\3.4.4\..\..\..\..\mingw32\bin\ld.exe: cannot 
find -lncurses
| collect2: ld returned 1 exit status
| configure:7259: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_CURSES_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 initscr ();
| | int
| | main ()
| | {
| | initscr ();
| |   ;
| |   return 0;
| | }
| configure:7285: result: no
| configure:7301: checking for initscr in -lpdcurses
| configure:7331: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses  -lltdl -lgmp  >&5
| configure:7337: $? = 0
| configure:7341: test -z 
|                        || test ! -s conftest.err
| configure:7344: $? = 0
| configure:7347: test -s conftest.exe
| configure:7350: $? = 0
| configure:7363: result: yes
| configure:7427: checking for gcc
| configure:7453: result: gcc
| configure:7697: checking for C compiler version
| configure:7700: gcc --version </dev/null >&5
| gcc.exe (GCC) 3.4.4 (mingw special)
| Copyright (C) 2004 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
| 
| configure:7703: $? = 0
| configure:7705: gcc -v </dev/null >&5
| Reading specs from d:/mingw/bin/../lib/gcc/mingw32/3.4.4/specs
| Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as 
--host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls 
--enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry 
--disable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt 
--without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter 
--enable-hash-synchronization --enable-libstdcxx-debug
| Thread model: win32
| gcc version 3.4.4 (mingw special)
| configure:7708: $? = 0
| configure:7710: gcc -V </dev/null >&5
| gcc.exe: `-V' option must have argument
| configure:7713: $? = 1
| configure:7716: checking whether we are using the GNU C compiler
| configure:7772: result: yes
| configure:7778: checking whether gcc accepts -g
| configure:7829: result: yes
| configure:7846: checking for gcc option to accept ANSI C
| configure:7953: result: none needed
| configure:7971: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| conftest.c:2: error: syntax error before "me"
| configure:7977: $? = 1
| configure: failed program was:
| | #ifndef __cplusplus
| |   choke me
| | #endif
| configure:8112: checking dependency style of gcc
| configure:8197: result: gcc3
| configure:8214: checking whether ln -s works
| configure:8218: result: yes
| configure:8238: checking for a BSD-compatible install
| configure:8293: result: /bin/install -c
| configure:8380: checking for a sed that does not truncate output
| configure:8434: result: /bin/sed
| configure:8448: checking for ld used by gcc
| configure:8515: result: d:/mingw/mingw32/bin/ld.exe
| configure:8524: checking if the linker (d:/mingw/mingw32/bin/ld.exe) is GNU ld
| configure:8539: result: yes
| configure:8544: checking for d:/mingw/mingw32/bin/ld.exe option to reload 
object files
| configure:8551: result: -r
| configure:8560: checking for BSD-compatible nm
| configure:8602: result: /mingw/bin/nm
| configure:8606: checking how to recognise dependent libraries
| configure:8789: result: file_magic file format pei*-i386(.*architecture: 
i386)?
| configure:9033: checking for dlltool
| configure:9049: found /mingw/bin/dlltool
| configure:9060: result: dlltool
| configure:9113: checking for as
| configure:9129: found /mingw/bin/as
| configure:9140: result: as
| configure:9193: checking for objdump
| configure:9209: found /mingw/bin/objdump
| configure:9220: result: objdump
| configure:9253: checking dlfcn.h usability
| configure:9265: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| conftest.c:69:19: dlfcn.h: No such file or directory
| configure:9271: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBPDCURSES 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 <dlfcn.h>
| configure:9294: result: no
| configure:9298: checking dlfcn.h presence
| configure:9308: gcc -E -I/mingw/include conftest.c
| conftest.c:35:19: dlfcn.h: No such file or directory
| configure:9314: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBPDCURSES 1
| | /* end confdefs.h.  */
| | #include <dlfcn.h>
| configure:9334: result: no
| configure:9369: checking for dlfcn.h
| configure:9376: result: no
| configure:9441: checking for g++
| configure:9457: found /mingw/bin/g++
| configure:9467: result: g++
| configure:9483: checking for C++ compiler version
| configure:9486: g++ --version </dev/null >&5
| g++.exe (GCC) 3.4.4 (mingw special)
| Copyright (C) 2004 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
| 
| configure:9489: $? = 0
| configure:9491: g++ -v </dev/null >&5
| Reading specs from d:/mingw/bin/../lib/gcc/mingw32/3.4.4/specs
| Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as 
--host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls 
--enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry 
--disable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt 
--without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter 
--enable-hash-synchronization --enable-libstdcxx-debug
| Thread model: win32
| gcc version 3.4.4 (mingw special)
| configure:9494: $? = 0
| configure:9496: g++ -V </dev/null >&5
| g++.exe: `-V' option must have argument
| configure:9499: $? = 1
| configure:9502: checking whether we are using the GNU C++ compiler
| configure:9526: g++ -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.cc >&5
| configure:9532: $? = 0
| configure:9536: test -z 
|                        || test ! -s conftest.err
| configure:9539: $? = 0
| configure:9542: test -s conftest.o
| configure:9545: $? = 0
| configure:9558: result: yes
| configure:9564: checking whether g++ accepts -g
| configure:9585: g++ -c -g -I/mingw/include conftest.cc >&5
| configure:9591: $? = 0
| configure:9595: test -z 
|                        || test ! -s conftest.err
| configure:9598: $? = 0
| configure:9601: test -s conftest.o
| configure:9604: $? = 0
| configure:9615: result: yes
| configure:9657: g++ -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.cc >&5
| configure:9663: $? = 0
| configure:9667: test -z 
|                        || test ! -s conftest.err
| configure:9670: $? = 0
| configure:9673: test -s conftest.o
| configure:9676: $? = 0
| configure:9702: g++ -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.cc >&5
| conftest.cc: In function `int main()':
| conftest.cc:39: error: `exit' undeclared (first use this function)
| conftest.cc:39: error: (Each undeclared identifier is reported only once for 
each function it appears in.)
| configure:9708: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBPDCURSES 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | exit (42);
| |   ;
| |   return 0;
| | }
| configure:9657: g++ -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.cc >&5
| configure:9663: $? = 0
| configure:9667: test -z 
|                        || test ! -s conftest.err
| configure:9670: $? = 0
| configure:9673: test -s conftest.o
| configure:9676: $? = 0
| configure:9702: g++ -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.cc >&5
| configure:9708: $? = 0
| configure:9712: test -z 
|                        || test ! -s conftest.err
| configure:9715: $? = 0
| configure:9718: test -s conftest.o
| configure:9721: $? = 0
| configure:9746: checking dependency style of g++
| configure:9831: result: gcc3
| configure:9853: checking how to run the C++ preprocessor
| configure:9884: g++ -E -I/mingw/include conftest.cc
| configure:9890: $? = 0
| configure:9922: g++ -E -I/mingw/include conftest.cc
| conftest.cc:38:28: ac_nonexistent.h: No such file or directory
| configure:9928: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBPDCURSES 1
| | #ifdef __cplusplus
| | extern "C" void std::exit (int) throw (); using std::exit;
| | #endif
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:9967: result: g++ -E
| configure:9991: g++ -E -I/mingw/include conftest.cc
| configure:9997: $? = 0
| configure:10029: g++ -E -I/mingw/include conftest.cc
| conftest.cc:38:28: ac_nonexistent.h: No such file or directory
| configure:10035: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBPDCURSES 1
| | #ifdef __cplusplus
| | extern "C" void std::exit (int) throw (); using std::exit;
| | #endif
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:10130: checking for g77
| configure:10159: result: no
| configure:10130: checking for f77
| configure:10159: result: no
| configure:10130: checking for xlf
| configure:10159: result: no
| configure:10130: checking for frt
| configure:10159: result: no
| configure:10130: checking for pgf77
| configure:10159: result: no
| configure:10130: checking for fort77
| configure:10159: result: no
| configure:10130: checking for fl32
| configure:10159: result: no
| configure:10130: checking for af77
| configure:10159: result: no
| configure:10130: checking for f90
| configure:10159: result: no
| configure:10130: checking for xlf90
| configure:10159: result: no
| configure:10130: checking for pgf90
| configure:10159: result: no
| configure:10130: checking for epcf90
| configure:10159: result: no
| configure:10130: checking for f95
| configure:10159: result: no
| configure:10130: checking for fort
| configure:10159: result: no
| configure:10130: checking for xlf95
| configure:10159: result: no
| configure:10130: checking for ifc
| configure:10159: result: no
| configure:10130: checking for efc
| configure:10159: result: no
| configure:10130: checking for pgf95
| configure:10159: result: no
| configure:10130: checking for lf95
| configure:10159: result: no
| configure:10130: checking for gfortran
| configure:10159: result: no
| configure:10174: checking for Fortran 77 compiler version
| configure:10174:  --version </dev/null >&5
| ./configure: --version: command not found
| configure:10177: $? = 127
| configure:10179:  -v </dev/null >&5
| ./configure: -v: command not found
| configure:10182: $? = 127
| configure:10184:  -V </dev/null >&5
| ./configure: -V: command not found
| configure:10187: $? = 127
| configure:10195: checking whether we are using the GNU Fortran 77 compiler
| configure:10209:  -c  conftest.F >&5
| ./configure: -c: command not found
| configure:10215: $? = 127
| configure: failed program was:
| |       program main
| | #ifndef __GNUC__
| |        choke me
| | #endif
| | 
| |       end
| configure:10241: result: no
| configure:10247: checking whether  accepts -g
| configure:10259:  -c -g conftest.f >&5
| ./configure: -c: command not found
| configure:10265: $? = 127
| configure: failed program was:
| |       program main
| | 
| |       end
| configure:10290: result: no
| configure:10320: checking the maximum length of command line arguments
| configure:10385: result: 8192
| configure:10396: checking command to parse /mingw/bin/nm output from gcc 
object
| configure:10485: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:10488: $? = 0
| configure:10492: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[        
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2\3 \3/p' \> conftest.nm
| configure:10495: $? = 0
| cannot find nm_test_var in conftest.nm
| configure:10485: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:10488: $? = 0
| configure:10492: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[        
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2\3 \3/p' \> conftest.nm
| configure:10495: $? = 0
| configure:10547: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c conftstm.o >&5
| configure:10550: $? = 0
| configure:10588: result: ok
| configure:10592: checking for objdir
| configure:10607: result: .libs
| configure:10697: checking for ar
| configure:10713: found /mingw/bin/ar
| configure:10724: result: ar
| configure:10777: checking for ranlib
| configure:10793: found /mingw/bin/ranlib
| configure:10804: result: ranlib
| configure:10857: checking for strip
| configure:10873: found /mingw/bin/strip
| configure:10884: result: strip
| configure:11146: checking if gcc static flag  works
| configure:11169: result: yes
| configure:11187: checking if gcc supports -fno-rtti -fno-exceptions
| configure:11208: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
-fno-rtti -fno-exceptions conftest.c >&5
| cc1.exe: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but 
not for C
| configure:11212: $? = 0
| configure:11220: result: no
| configure:11235: checking for gcc option to produce PIC
| configure:11412: result: -DDLL_EXPORT
| configure:11420: checking if gcc PIC flag -DDLL_EXPORT works
| configure:11441: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
-DDLL_EXPORT -DPIC conftest.c >&5
| configure:11445: $? = 0
| configure:11453: result: yes
| configure:11477: checking if gcc supports -c -o file.o
| configure:11501: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include -o 
out/conftest2.o conftest.c >&5
| configure:11505: $? = 0
| configure:11522: result: yes
| configure:11548: checking whether the gcc linker 
(d:/mingw/mingw32/bin/ld.exe) supports shared libraries
| configure:12396: result: yes
| configure:12422: checking whether -lc should be explicitly linked in
| configure:12427: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:12430: $? = 0
| configure:12444: gcc -shared conftest.o  -v -o ./conftest 
-Wl,--image-base=0x10000000 -Wl,--out-implib,conftest 2\>\&1 \| grep  -lc  
\>/dev/null 2\>\&1
| configure:12447: $? = 1
| configure:12459: result: yes
| configure:12467: checking dynamic linker characteristics
| configure:13007: result: Win32 ld.exe
| configure:13011: checking how to hardcode library paths into programs
| configure:13036: result: immediate
| configure:13050: checking whether stripping libraries is possible
| configure:13055: result: yes
| configure:13885: checking if libtool supports shared libraries
| configure:13887: result: yes
| configure:13890: checking whether to build shared libraries
| configure:13948: result: yes
| configure:13951: checking whether to build static libraries
| configure:13955: result: yes
| configure:14047: creating libtool
| configure:14594: checking for ld used by g++
| configure:14661: result: d:/mingw/mingw32/bin/ld.exe
| configure:14670: checking if the linker (d:/mingw/mingw32/bin/ld.exe) is GNU 
ld
| configure:14685: result: yes
| configure:14736: checking whether the g++ linker 
(d:/mingw/mingw32/bin/ld.exe) supports shared libraries
| configure:15564: result: yes
| configure:15582: g++ -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.cc >&5
| configure:15585: $? = 0
| configure:15681: checking for g++ option to produce PIC
| configure:15933: result: -DDLL_EXPORT
| configure:15941: checking if g++ PIC flag -DDLL_EXPORT works
| configure:15962: g++ -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
-DDLL_EXPORT -DPIC conftest.cc >&5
| configure:15966: $? = 0
| configure:15974: result: yes
| configure:15998: checking if g++ supports -c -o file.o
| configure:16022: g++ -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include -o 
out/conftest2.o conftest.cc >&5
| configure:16026: $? = 0
| configure:16043: result: yes
| configure:16069: checking whether the g++ linker 
(d:/mingw/mingw32/bin/ld.exe) supports shared libraries
| configure:16094: result: yes
| configure:16165: checking dynamic linker characteristics
| configure:16705: result: Win32 ld.exe
| configure:16709: checking how to hardcode library paths into programs
| configure:16734: result: immediate
| configure:16748: checking whether stripping libraries is possible
| configure:16753: result: yes
| configure:23988: checking whether make sets $(MAKE)
| configure:24008: result: yes
| configure:24019: checking for ANSI C header files
| configure:24172: result: yes
| configure:24200: checking fcntl.h usability
| configure:24212: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:24218: $? = 0
| configure:24222: test -z 
|                        || test ! -s conftest.err
| configure:24225: $? = 0
| configure:24228: test -s conftest.o
| configure:24231: $? = 0
| configure:24241: result: yes
| configure:24245: checking fcntl.h presence
| configure:24255: gcc -E -I/mingw/include conftest.c
| configure:24261: $? = 0
| configure:24281: result: yes
| configure:24316: checking for fcntl.h
| configure:24323: result: yes
| configure:24200: checking malloc.h usability
| configure:24212: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:24218: $? = 0
| configure:24222: test -z 
|                        || test ! -s conftest.err
| configure:24225: $? = 0
| configure:24228: test -s conftest.o
| configure:24231: $? = 0
| configure:24241: result: yes
| configure:24245: checking malloc.h presence
| configure:24255: gcc -E -I/mingw/include conftest.c
| configure:24261: $? = 0
| configure:24281: result: yes
| configure:24316: checking for malloc.h
| configure:24323: result: yes
| configure:24200: checking locale.h usability
| configure:24212: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:24218: $? = 0
| configure:24222: test -z 
|                        || test ! -s conftest.err
| configure:24225: $? = 0
| configure:24228: test -s conftest.o
| configure:24231: $? = 0
| configure:24241: result: yes
| configure:24245: checking locale.h presence
| configure:24255: gcc -E -I/mingw/include conftest.c
| configure:24261: $? = 0
| configure:24281: result: yes
| configure:24316: checking for locale.h
| configure:24323: result: yes
| configure:24200: checking stddef.h usability
| configure:24212: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:24218: $? = 0
| configure:24222: test -z 
|                        || test ! -s conftest.err
| configure:24225: $? = 0
| configure:24228: test -s conftest.o
| configure:24231: $? = 0
| configure:24241: result: yes
| configure:24245: checking stddef.h presence
| configure:24255: gcc -E -I/mingw/include conftest.c
| configure:24261: $? = 0
| configure:24281: result: yes
| configure:24316: checking for stddef.h
| configure:24323: result: yes
| configure:24200: checking wchar.h usability
| configure:24212: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:24218: $? = 0
| configure:24222: test -z 
|                        || test ! -s conftest.err
| configure:24225: $? = 0
| configure:24228: test -s conftest.o
| configure:24231: $? = 0
| configure:24241: result: yes
| configure:24245: checking wchar.h presence
| configure:24255: gcc -E -I/mingw/include conftest.c
| configure:24261: $? = 0
| configure:24281: result: yes
| configure:24316: checking for wchar.h
| configure:24323: result: yes
| configure:24338: checking for an ANSI C-conforming const
| configure:24405: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:24411: $? = 0
| configure:24415: test -z 
|                        || test ! -s conftest.err
| configure:24418: $? = 0
| configure:24421: test -s conftest.o
| configure:24424: $? = 0
| configure:24435: result: yes
| configure:24445: checking whether byte ordering is bigendian
| configure:24472: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:24478: $? = 0
| configure:24482: test -z 
|                        || test ! -s conftest.err
| configure:24485: $? = 0
| configure:24488: test -s conftest.o
| configure:24491: $? = 0
| configure:24515: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:51: error: `not' undeclared (first use in this function)
| conftest.c:51: error: (Each undeclared identifier is reported only once
| conftest.c:51: error: for each function it appears in.)
| conftest.c:51: error: syntax error before "big"
| configure:24521: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBPDCURSES 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:24656: result: no
| configure:24675: checking for size_t
| configure:24699: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:24705: $? = 0
| configure:24709: test -z 
|                        || test ! -s conftest.err
| configure:24712: $? = 0
| configure:24715: test -s conftest.o
| configure:24718: $? = 0
| configure:24729: result: yes
| configure:24741: checking whether struct tm is in sys/time.h or time.h
| configure:24764: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:24770: $? = 0
| configure:24774: test -z 
|                        || test ! -s conftest.err
| configure:24777: $? = 0
| configure:24780: test -s conftest.o
| configure:24783: $? = 0
| configure:24794: result: time.h
| configure:24805: checking for __attribute__
| configure:24831: gcc -c -O3 -s -mms-bitfields -march=i686 -I/mingw/include 
conftest.c >&5
| configure:24837: $? = 0
| configure:24841: test -z 
|                        || test ! -s conftest.err
| configure:24844: $? = 0
| configure:24847: test -s conftest.o
| configure:24850: $? = 0
| configure:24870: result: yes
| configure:24877: checking for working alloca.h
| configure:24898: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| conftest.c:45:20: alloca.h: No such file or directory
| configure:24904: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBPDCURSES 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___ATTRIBUTE__ 1
| | /* end confdefs.h.  */
| | #include <alloca.h>
| | int
| | main ()
| | {
| | char *p = (char *) alloca (2 * sizeof (int));
| |   ;
| |   return 0;
| | }
| configure:24929: result: no
| configure:24939: checking for alloca
| configure:24980: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| configure:24986: $? = 0
| configure:24990: test -z 
|                        || test ! -s conftest.err
| configure:24993: $? = 0
| configure:24996: test -s conftest.exe
| configure:24999: $? = 0
| configure:25011: result: yes
| configure:25238: checking for vprintf
| configure:25295: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| conftest.c:70: warning: conflicting types for built-in function 'vprintf'
| configure:25301: $? = 0
| configure:25305: test -z 
|                        || test ! -s conftest.err
| configure:25308: $? = 0
| configure:25311: test -s conftest.exe
| configure:25314: $? = 0
| configure:25326: result: yes
| configure:25333: checking for _doprnt
| configure:25390: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccQJbaaa.o:conftest.c:(.text+0x20): undefined 
reference to `_doprnt'
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccQJbaaa.o:conftest.c:(.data+0x0): undefined 
reference to `_doprnt'
| collect2: ld returned 1 exit status
| configure:25396: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBPDCURSES 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___ATTRIBUTE__ 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:25421: result: no
| configure:25452: checking for memmove
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| conftest.c:71: warning: conflicting types for built-in function 'memmove'
| configure:25515: $? = 0
| configure:25519: test -z 
|                        || test ! -s conftest.err
| configure:25522: $? = 0
| configure:25525: test -s conftest.exe
| configure:25528: $? = 0
| configure:25540: result: yes
| configure:25452: checking for memset
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| conftest.c:72: warning: conflicting types for built-in function 'memset'
| configure:25515: $? = 0
| configure:25519: test -z 
|                        || test ! -s conftest.err
| configure:25522: $? = 0
| configure:25525: test -s conftest.exe
| configure:25528: $? = 0
| configure:25540: result: yes
| configure:25452: checking for regcomp
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| C:/DOCUME~1/Peg/LOCALS~1/Temp/cccxbaaa.o:conftest.c:(.text+0x20): undefined 
reference to `regcomp'
| C:/DOCUME~1/Peg/LOCALS~1/Temp/cccxbaaa.o:conftest.c:(.data+0x0): undefined 
reference to `regcomp'
| collect2: ld returned 1 exit status
| configure:25515: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBPDCURSES 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___ATTRIBUTE__ 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | /* end confdefs.h.  */
| | /* Define regcomp to an innocuous variant, in case <limits.h> declares 
regcomp.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define regcomp innocuous_regcomp
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char regcomp (); 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 regcomp
| | 
| | /* 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 ();
| | /* 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_regcomp) || defined (__stub___regcomp)
| | choke me
| | #else
| | char (*f) () = regcomp;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != regcomp;
| |   ;
| |   return 0;
| | }
| configure:25540: result: no
| configure:25452: checking for pow
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| conftest.c:73: warning: conflicting types for built-in function 'pow'
| configure:25515: $? = 0
| configure:25519: test -z 
|                        || test ! -s conftest.err
| configure:25522: $? = 0
| configure:25525: test -s conftest.exe
| configure:25528: $? = 0
| configure:25540: result: yes
| configure:25452: checking for setlocale
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| configure:25515: $? = 0
| configure:25519: test -z 
|                        || test ! -s conftest.err
| configure:25522: $? = 0
| configure:25525: test -s conftest.exe
| configure:25528: $? = 0
| configure:25540: result: yes
| configure:25452: checking for fcntl
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccsRbaaa.o:conftest.c:(.text+0x20): undefined 
reference to `fcntl'
| C:/DOCUME~1/Peg/LOCALS~1/Temp/ccsRbaaa.o:conftest.c:(.data+0x0): undefined 
reference to `fcntl'
| collect2: ld returned 1 exit status
| configure:25515: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "OpenCOBOL"
| | #define PACKAGE_TARNAME "open-cobol"
| | #define PACKAGE_VERSION "0.33"
| | #define PACKAGE_STRING "OpenCOBOL 0.33"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "open-cobol"
| | #define VERSION "0.33"
| | #define COB_DEBUG 1
| | #define WITH_DB 3
| | #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_DB_H 1
| | #define HAVE_DB_185_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_LTDL_H 1
| | #define HAVE_LIBLTDL 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBPDCURSES 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___ATTRIBUTE__ 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_POW 1
| | #define HAVE_SETLOCALE 1
| | /* end confdefs.h.  */
| | /* Define fcntl to an innocuous variant, in case <limits.h> declares fcntl.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define fcntl innocuous_fcntl
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char fcntl (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef fcntl
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char fcntl ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined (__stub_fcntl) || defined (__stub___fcntl)
| | choke me
| | #else
| | char (*f) () = fcntl;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != fcntl;
| |   ;
| |   return 0;
| | }
| configure:25540: result: no
| configure:25452: checking for strerror
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| configure:25515: $? = 0
| configure:25519: test -z 
|                        || test ! -s conftest.err
| configure:25522: $? = 0
| configure:25525: test -s conftest.exe
| configure:25528: $? = 0
| configure:25540: result: yes
| configure:25452: checking for strcasecmp
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| configure:25515: $? = 0
| configure:25519: test -z 
|                        || test ! -s conftest.err
| configure:25522: $? = 0
| configure:25525: test -s conftest.exe
| configure:25528: $? = 0
| configure:25540: result: yes
| configure:25452: checking for strchr
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| conftest.c:77: warning: conflicting types for built-in function 'strchr'
| configure:25515: $? = 0
| configure:25519: test -z 
|                        || test ! -s conftest.err
| configure:25522: $? = 0
| configure:25525: test -s conftest.exe
| configure:25528: $? = 0
| configure:25540: result: yes
| configure:25452: checking for strrchr
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| conftest.c:78: warning: conflicting types for built-in function 'strrchr'
| configure:25515: $? = 0
| configure:25519: test -z 
|                        || test ! -s conftest.err
| configure:25522: $? = 0
| configure:25525: test -s conftest.exe
| configure:25528: $? = 0
| configure:25540: result: yes
| configure:25452: checking for strdup
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| conftest.c:79: warning: conflicting types for built-in function 'strdup'
| configure:25515: $? = 0
| configure:25519: test -z 
|                        || test ! -s conftest.err
| configure:25522: $? = 0
| configure:25525: test -s conftest.exe
| configure:25528: $? = 0
| configure:25540: result: yes
| configure:25452: checking for strstr
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| conftest.c:80: warning: conflicting types for built-in function 'strstr'
| configure:25515: $? = 0
| configure:25519: test -z 
|                        || test ! -s conftest.err
| configure:25522: $? = 0
| configure:25525: test -s conftest.exe
| configure:25528: $? = 0
| configure:25540: result: yes
| configure:25452: checking for strtol
| configure:25509: gcc -o conftest.exe -O3 -s -mms-bitfields -march=i686 
-I/mingw/include  conftest.c -lpdcurses -lltdl -lgmp  >&5
| configure:25515: $? = 0
| configure:25519: test -z 
|                        || test ! -s conftest.err
| configure:25522: $? = 0
| configure:25525: test -s conftest.exe
| configure:25528: $? = 0
| configure:25540: result: yes
| configure:25773: creating ./config.status
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by OpenCOBOL config.status 0.33, which was
| generated by GNU Autoconf 2.59.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status 
| 
| on Peg
| 
| config.status:768: creating cob-config
| config.status:768: creating Makefile
| config.status:768: creating lib/Makefile
| config.status:768: creating libcob/Makefile
| config.status:768: creating cobc/Makefile
| config.status:768: creating bin/Makefile
| config.status:768: creating po/Makefile.in
| config.status:768: creating texi/Makefile
| config.status:768: creating config/Makefile
| config.status:768: creating tests/atlocal
| config.status:768: creating tests/Makefile
| config.status:768: creating tests/cobol85/Makefile
| config.status:872: creating config.h
| config.status:1252: executing tests/atconfig commands
| config.status:1252: executing depfiles commands
| config.status:1252: executing default-1 commands
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| ac_cv___attribute__=yes
| ac_cv_build=i686-pc-mingw32
| ac_cv_build_alias=i686-pc-mingw32
| ac_cv_c_bigendian=no
| ac_cv_c_compiler_gnu=yes
| ac_cv_c_const=yes
| ac_cv_cxx_compiler_gnu=yes
| ac_cv_env_CC_set=set
| ac_cv_env_CC_value=gcc
| ac_cv_env_CFLAGS_set=set
| ac_cv_env_CFLAGS_value='-O3 -s -mms-bitfields -march=i686'
| 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=set
| ac_cv_env_CXXFLAGS_value='-O3 -s -mms-bitfields -march=i686'
| 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=.exe
| ac_cv_f77_compiler_gnu=no
| ac_cv_func__doprnt=no
| ac_cv_func_alloca_works=yes
| ac_cv_func_dbopen=no
| ac_cv_func_fcntl=no
| ac_cv_func_getopt_long_only=no
| ac_cv_func_memmove=yes
| ac_cv_func_memset=yes
| ac_cv_func_pow=yes
| ac_cv_func_regcomp=no
| ac_cv_func_setlocale=yes
| ac_cv_func_strcasecmp=yes
| ac_cv_func_strchr=yes
| ac_cv_func_strdup=yes
| ac_cv_func_strerror=yes
| ac_cv_func_strrchr=yes
| ac_cv_func_strstr=yes
| ac_cv_func_strtol=yes
| ac_cv_func_vprintf=yes
| ac_cv_header_curses_h=yes
| ac_cv_header_db3_db_185_h=no
| ac_cv_header_db4_1_db_185_h=no
| ac_cv_header_db4_2_db_185_h=no
| ac_cv_header_db4_3_db_185_h=no
| ac_cv_header_db4_db_185_h=no
| ac_cv_header_db_185_h=yes
| ac_cv_header_db_h=yes
| ac_cv_header_dlfcn_h=no
| ac_cv_header_fcntl_h=yes
| ac_cv_header_gmp_h=yes
| ac_cv_header_inttypes_h=yes
| ac_cv_header_locale_h=yes
| ac_cv_header_ltdl_h=yes
| ac_cv_header_malloc_h=yes
| ac_cv_header_memory_h=yes
| ac_cv_header_ncurses_h=no
| ac_cv_header_pdcurses_h=no
| 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-mingw32
| ac_cv_host_alias=i686-pc-mingw32
| ac_cv_lib_db___db_open=yes
| ac_cv_lib_gmp___gmp_rand=yes
| ac_cv_lib_ltdl_lt_dlopen=yes
| ac_cv_lib_ncurses_initscr=no
| ac_cv_lib_pdcurses_initscr=yes
| ac_cv_lib_regex_regcomp=yes
| ac_cv_objext=o
| ac_cv_path_GMSGFMT=/mingw/bin/msgfmt
| ac_cv_path_MSGFMT=/mingw/bin/msgfmt
| ac_cv_path_MSGMERGE=/mingw/bin/msgmerge
| ac_cv_path_XGETTEXT=:
| ac_cv_path_install='/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_AS=as
| ac_cv_prog_ac_ct_CC=gcc
| ac_cv_prog_ac_ct_CXX=g++
| ac_cv_prog_ac_ct_DLLTOOL=dlltool
| ac_cv_prog_ac_ct_OBJDUMP=objdump
| ac_cv_prog_ac_ct_RANLIB=ranlib
| ac_cv_prog_ac_ct_STRIP=strip
| ac_cv_prog_cc_g=yes
| ac_cv_prog_cc_stdc=
| ac_cv_prog_cxx_g=yes
| ac_cv_prog_egrep='grep -E'
| ac_cv_prog_f77_g=no
| ac_cv_prog_make_make_set=yes
| ac_cv_struct_tm=time.h
| ac_cv_type_size_t=yes
| ac_cv_working_alloca_h=no
| acl_cv_hardcode_direct=no
| acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
| acl_cv_hardcode_libdir_separator=
| acl_cv_hardcode_minus_L=no
| acl_cv_libext=a
| acl_cv_path_LD=d:/mingw/mingw32/bin/ld.exe
| acl_cv_prog_gnu_ld=yes
| acl_cv_rpath=done
| acl_cv_shlibext=dll
| acl_cv_wl=-Wl,
| am_cv_CC_dependencies_compiler_type=gcc3
| am_cv_CXX_dependencies_compiler_type=gcc3
| am_cv_func_iconv=yes
| am_cv_lib_iconv=yes
| gt_cv_func_gnugettext1_libc=no
| gt_cv_func_gnugettext1_libintl=yes
| lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: 
i386)?'
| lt_cv_dlopen=LoadLibrary
| lt_cv_dlopen_libs=
| lt_cv_file_magic_cmd='$OBJDUMP -f'
| lt_cv_file_magic_test_file=
| lt_cv_ld_reload_flag=-r
| lt_cv_objdir=.libs
| lt_cv_path_LD=d:/mingw/mingw32/bin/ld.exe
| lt_cv_path_LDCXX=d:/mingw/mingw32/bin/ld.exe
| lt_cv_path_NM=/mingw/bin/nm
| lt_cv_path_SED=/bin/sed
| lt_cv_prog_compiler_c_o=yes
| lt_cv_prog_compiler_c_o_CXX=yes
| lt_cv_prog_compiler_rtti_exceptions=no
| 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]*\)
\{0,1\}$/\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=8192
| lt_lt_cv_prog_compiler_c_o='"yes"'
| lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
| lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[        
]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][      
]*\\(_\\)\\([_A-Za-z][_A-Za-z0-9]*\\)
\\{0,1\\}\$/\\1 \\2\\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} /var/tmp/open-cobol-0.33/missing --run aclocal-1.8'
| ALLOCA=''
| AMDEPBACKSLASH='\'
| AMDEP_FALSE='#'
| AMDEP_TRUE=''
| AMTAR='${SHELL} /var/tmp/open-cobol-0.33/missing --run tar'
| AR='ar'
| AS='as'
| AUTOCONF='${SHELL} /var/tmp/open-cobol-0.33/missing --run autoconf'
| AUTOHEADER='${SHELL} /var/tmp/open-cobol-0.33/missing --run autoheader'
| AUTOMAKE='${SHELL} /var/tmp/open-cobol-0.33/missing --run automake-1.8'
| AWK='gawk'
| CC='gcc'
| CCDEPMODE='depmode=gcc3'
| CFLAGS='-O3 -s -mms-bitfields -march=i686'
| COBCRUN_SHARED_FALSE='#'
| COBCRUN_SHARED_TRUE=''
| COB_CC='gcc'
| COB_CFLAGS='-I/mingw/include -I${prefix}/include'
| COB_CONFIG_DIR='${prefix}/share/open-cobol/config'
| COB_EXPORT_DYN='-Wl,--export-all-symbols -Wl,--enable-auto-import'
| COB_LIBRARY_PATH='.:${exec_prefix}/lib/open-cobol'
| COB_LIBS='-L${exec_prefix}/lib -lcob -lm -lregex -ldb -lgmp -lltdl 
-L/mingw/lib -lintl -liconv -lpdcurses'
| COB_MODULE_EXT='dll'
| COB_PIC_FLAGS=' -DDLL_EXPORT -DPIC'
| COB_SHARED_OPT='-shared'
| COB_STRIP_CMD=''
| CPP='gcc -E'
| CPPFLAGS='-I/mingw/include'
| CXX='g++'
| CXXCPP='g++ -E'
| CXXDEPMODE='depmode=gcc3'
| CXXFLAGS='-O3 -s -mms-bitfields -march=i686'
| CYGPATH_W='echo'
| DEFS='-DHAVE_CONFIG_H'
| DEPDIR='.deps'
| DLLTOOL='dlltool'
| ECHO='echo'
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='grep -E'
| EXEEXT='.exe'
| F77=''
| FFLAGS=''
| GMSGFMT='/mingw/bin/msgfmt'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
| INTLLIBS='/mingw/lib/libintl.a -L/mingw/lib -liconv'
| LDFLAGS=''
| LIBCOB_CFLAGS=''
| LIBCOB_LIBS='-lm -lregex -ldb -lgmp -lltdl -L/mingw/lib -lintl -liconv 
-lpdcurses'
| LIBICONV='-liconv'
| LIBINTL='/mingw/lib/libintl.a -L/mingw/lib -liconv'
| LIBOBJS=' getopt$U.o getopt1$U.o'
| LIBS=''
| LIBTOOL='$(SHELL) $(top_builddir)/libtool'
| LN_S='ln -s'
| LTLIBICONV='-liconv'
| LTLIBINTL='-L/mingw/lib -lintl -liconv'
| LTLIBOBJS=' getopt$U.lo getopt1$U.lo'
| MAINT='#'
| MAINTAINER_MODE_FALSE=''
| MAINTAINER_MODE_TRUE='#'
| MAKEINFO='${SHELL} /var/tmp/open-cobol-0.33/missing --run makeinfo'
| MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs'
| MSGFMT='/mingw/bin/msgfmt'
| MSGMERGE='/mingw/bin/msgmerge'
| OBJDUMP='objdump'
| OBJEXT='o'
| PACKAGE='open-cobol'
| PACKAGE_BUGREPORT='address@hidden'
| PACKAGE_NAME='OpenCOBOL'
| PACKAGE_STRING='OpenCOBOL 0.33'
| PACKAGE_TARNAME='open-cobol'
| PACKAGE_VERSION='0.33'
| PATH_SEPARATOR=':'
| POSUB='po'
| RANLIB='ranlib'
| SET_MAKE=''
| SHELL='/bin/sh'
| STRIP='strip'
| USE_NLS='yes'
| VERSION='0.33'
| XGETTEXT=':'
| ac_ct_AR='ar'
| ac_ct_AS='as'
| ac_ct_CC='gcc'
| ac_ct_CXX='g++'
| ac_ct_DLLTOOL='dlltool'
| ac_ct_F77=''
| ac_ct_OBJDUMP='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-mingw32'
| build_alias=''
| build_cpu='i686'
| build_os='mingw32'
| build_vendor='pc'
| datadir='${prefix}/share'
| exec_prefix='${prefix}'
| host='i686-pc-mingw32'
| host_alias=''
| host_cpu='i686'
| host_os='mingw32'
| host_vendor='pc'
| includedir='${prefix}/include'
| infodir='${prefix}/info'
| install_sh='/var/tmp/open-cobol-0.33/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| localstatedir='${prefix}/var'
| mandir='${prefix}/man'
| mkdir_p='mkdir -p -- .'
| oldincludedir='/usr/include'
| prefix='/mingw'
| 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 COB_EXPORT_DYN "-Wl,--export-all-symbols -Wl,--enable-auto-import"
| #define COB_PIC_FLAGS " -DDLL_EXPORT -DPIC"
| #define COB_SHARED_OPT "-shared"
| #define COB_STRIP_CMD "strip --strip-unneeded"
| #define ENABLE_NLS 1
| #define HAVE_ALLOCA 1
| #define HAVE_CURSES_H 1
| #define HAVE_DB_185_H 1
| #define HAVE_DB_H 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETTEXT 1
| #define HAVE_GMP_H 1
| #define HAVE_ICONV 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGMP 1
| #define HAVE_LIBLTDL 1
| #define HAVE_LIBPDCURSES 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_POW 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 HAVE___ATTRIBUTE__ 1
| #define PACKAGE "open-cobol"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_STRING "OpenCOBOL 0.33"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "0.33"
| #define STDC_HEADERS 1
| #define STDC_HEADERS 1
| #define VERSION "0.33"
| #define WITH_DB 3
| #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]