gnucobol-users
[Top][All Lists]
Advanced

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

[open-cobol-list] Problem building on tinycore linux


From: Bruce M. Axtens
Subject: [open-cobol-list] Problem building on tinycore linux
Date: Sat, 14 Aug 2010 18:05:08 +0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.11) Gecko/20100701 SeaMonkey/2.0.6

G'day everyone,

I tried making open-cobol 1.1 on tinycore Linux.

I have a few problems. Sorry in advance for the long post. There's a config.log and a typescript of the make session. Thanks in advance for advice.

Kind regards,
Bruce.

--- config.log ---
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by OpenCOBOL configure 1.1, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure

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

hostname = box
uname -m = i686
uname -r = 2.6.29.1-tinycore
uname -s = Linux
uname -v = #1337 SMP Fri Apr 10 19:12:39 EEST 2009

/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: /usr/local/sbin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1593: checking for a BSD-compatible install
configure:1648: result: /usr/bin/install -c
configure:1659: checking whether build environment is sane
configure:1702: result: yes
configure:1767: checking for gawk
configure:1796: result: no
configure:1767: checking for mawk
configure:1796: result: no
configure:1767: checking for nawk
configure:1796: result: no
configure:1767: checking for awk
configure:1783: found /usr/bin/awk
configure:1793: result: awk
configure:1803: checking whether make sets $(MAKE)
configure:1823: result: yes
configure:1991: checking whether to enable maintainer-specific portions of Makefiles
configure:2000: result: no
configure:2136: checking for gcc
configure:2152: found /usr/local/bin/gcc
configure:2162: result: gcc
configure:2183: checking for C compiler version
configure:2186: gcc --version </dev/null >&5
gcc (GCC) 4.2.2
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2189: $? = 0
configure:2191: gcc -v </dev/null >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.2.2/configure --prefix=/usr/local --libexecdir=/usr/local/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++
Thread model: posix
gcc version 4.2.2
configure:2194: $? = 0
configure:2196: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2199: $? = 1
configure:2222: checking for C compiler default output file name
configure:2225: gcc    conftest.c >&5
configure:2228: $? = 0
configure:2274: result: a.out
configure:2279: checking whether the C compiler works
configure:2285: ./a.out
configure:2288: $? = 0
configure:2305: result: yes
configure:2312: checking whether we are cross compiling
configure:2314: result: no
configure:2317: checking for suffix of executables
configure:2319: gcc -o conftest    conftest.c >&5
configure:2322: $? = 0
configure:2347: result:
configure:2353: checking for suffix of object files
configure:2374: gcc -c   conftest.c >&5
configure:2377: $? = 0
configure:2399: result: o
configure:2403: checking whether we are using the GNU C compiler
configure:2427: gcc -c   conftest.c >&5
configure:2433: $? = 0
configure:2437: test -z
             || test ! -s conftest.err
configure:2440: $? = 0
configure:2443: test -s conftest.o
configure:2446: $? = 0
configure:2459: result: yes
configure:2465: checking whether gcc accepts -g
configure:2486: gcc -c -g  conftest.c >&5
configure:2492: $? = 0
configure:2496: test -z
             || test ! -s conftest.err
configure:2499: $? = 0
configure:2502: test -s conftest.o
configure:2505: $? = 0
configure:2516: result: yes
configure:2533: checking for gcc option to accept ANSI C
configure:2603: gcc  -c -g -O2  conftest.c >&5
configure:2609: $? = 0
configure:2613: test -z
             || test ! -s conftest.err
configure:2616: $? = 0
configure:2619: test -s conftest.o
configure:2622: $? = 0
configure:2640: result: none needed
configure:2658: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:2664: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2808: checking for style of include used by make
configure:2836: result: GNU
configure:2864: checking dependency style of gcc
configure:2954: result: gcc3
configure:2976: checking how to run the C preprocessor
configure:3011: gcc -E  conftest.c
configure:3017: $? = 0
configure:3049: gcc -E  conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:3055: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3094: result: gcc -E
configure:3118: gcc -E  conftest.c
configure:3124: $? = 0
configure:3156: gcc -E  conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:3162: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3205: checking for egrep
configure:3215: result: grep -E
configure:3248: checking for ANSI C header files
configure:3273: gcc -c -g -O2  conftest.c >&5
configure:3279: $? = 0
configure:3283: test -z
             || test ! -s conftest.err
configure:3286: $? = 0
configure:3289: test -s conftest.o
configure:3292: $? = 0
configure:3381: gcc -o conftest -g -O2   conftest.c >&5
conftest.c: In function 'main':
conftest.c:29: warning: incompatible implicit declaration of built-in function 'exit'
configure:3384: $? = 0
configure:3386: ./conftest
configure:3389: $? = 0
configure:3404: result: yes
configure:3428: checking for sys/types.h
configure:3444: gcc -c -g -O2  conftest.c >&5
configure:3450: $? = 0
configure:3454: test -z
             || test ! -s conftest.err
configure:3457: $? = 0
configure:3460: test -s conftest.o
configure:3463: $? = 0
configure:3474: result: yes
configure:3428: checking for sys/stat.h
configure:3444: gcc -c -g -O2  conftest.c >&5
configure:3450: $? = 0
configure:3454: test -z
             || test ! -s conftest.err
configure:3457: $? = 0
configure:3460: test -s conftest.o
configure:3463: $? = 0
configure:3474: result: yes
configure:3428: checking for stdlib.h
configure:3444: gcc -c -g -O2  conftest.c >&5
configure:3450: $? = 0
configure:3454: test -z
             || test ! -s conftest.err
configure:3457: $? = 0
configure:3460: test -s conftest.o
configure:3463: $? = 0
configure:3474: result: yes
configure:3428: checking for string.h
configure:3444: gcc -c -g -O2  conftest.c >&5
configure:3450: $? = 0
configure:3454: test -z
             || test ! -s conftest.err
configure:3457: $? = 0
configure:3460: test -s conftest.o
configure:3463: $? = 0
configure:3474: result: yes
configure:3428: checking for memory.h
configure:3444: gcc -c -g -O2  conftest.c >&5
configure:3450: $? = 0
configure:3454: test -z
             || test ! -s conftest.err
configure:3457: $? = 0
configure:3460: test -s conftest.o
configure:3463: $? = 0
configure:3474: result: yes
configure:3428: checking for strings.h
configure:3444: gcc -c -g -O2  conftest.c >&5
configure:3450: $? = 0
configure:3454: test -z
             || test ! -s conftest.err
configure:3457: $? = 0
configure:3460: test -s conftest.o
configure:3463: $? = 0
configure:3474: result: yes
configure:3428: checking for inttypes.h
configure:3444: gcc -c -g -O2  conftest.c >&5
configure:3450: $? = 0
configure:3454: test -z
             || test ! -s conftest.err
configure:3457: $? = 0
configure:3460: test -s conftest.o
configure:3463: $? = 0
configure:3474: result: yes
configure:3428: checking for stdint.h
configure:3444: gcc -c -g -O2  conftest.c >&5
configure:3450: $? = 0
configure:3454: test -z
             || test ! -s conftest.err
configure:3457: $? = 0
configure:3460: test -s conftest.o
configure:3463: $? = 0
configure:3474: result: yes
configure:3428: checking for unistd.h
configure:3444: gcc -c -g -O2  conftest.c >&5
configure:3450: $? = 0
configure:3454: test -z
             || test ! -s conftest.err
configure:3457: $? = 0
configure:3460: test -s conftest.o
configure:3463: $? = 0
configure:3474: result: yes
configure:4399: checking whether ln -s works
configure:4403: result: yes
configure:4423: checking for a BSD-compatible install
configure:4478: result: /usr/bin/install -c
configure:4571: checking build system type
configure:4589: result: i686-pc-linux-gnu
configure:4597: checking host system type
configure:4611: result: i686-pc-linux-gnu
configure:4619: checking for a sed that does not truncate output
configure:4675: result: /bin/sed
configure:4689: checking for ld used by gcc
configure:4756: result: /usr/local/bin/ld
configure:4765: checking if the linker (/usr/local/bin/ld) is GNU ld
configure:4780: result: yes
configure:4785: checking for /usr/local/bin/ld option to reload object files
configure:4792: result: -r
configure:4810: checking for BSD-compatible nm
configure:4859: result: /usr/local/bin/nm -B
configure:4863: checking how to recognize dependent libraries
configure:5049: result: pass_all
configure:5543: checking dlfcn.h usability
configure:5555: gcc -c -g -O2  conftest.c >&5
configure:5561: $? = 0
configure:5565: test -z
             || test ! -s conftest.err
configure:5568: $? = 0
configure:5571: test -s conftest.o
configure:5574: $? = 0
configure:5584: result: yes
configure:5588: checking dlfcn.h presence
configure:5598: gcc -E  conftest.c
configure:5604: $? = 0
configure:5624: result: yes
configure:5659: checking for dlfcn.h
configure:5666: result: yes
configure:5922: checking the maximum length of command line arguments
configure:6034: result: 32768
configure:6046: checking command to parse /usr/local/bin/nm -B output from gcc object
configure:6151: gcc -c -g -O2  conftest.c >&5
configure:6154: $? = 0
configure:6158: /usr/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6161: $? = 0
configure:6213: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:6216: $? = 0
configure:6254: result: ok
configure:6258: checking for objdir
configure:6273: result: .libs
configure:6363: checking for ar
configure:6379: found /usr/local/bin/ar
configure:6390: result: ar
configure:6443: checking for ranlib
configure:6459: found /usr/local/bin/ranlib
configure:6470: result: ranlib
configure:6523: checking for strip
configure:6539: found /usr/local/bin/strip
configure:6550: result: strip
configure:6822: checking if gcc supports -fno-rtti -fno-exceptions
configure:6840: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:6844: $? = 0
configure:6857: result: no
configure:6872: checking for gcc option to produce PIC
configure:7104: result: -fPIC
configure:7112: checking if gcc PIC flag -fPIC works
configure:7130: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:7134: $? = 0
configure:7147: result: yes
configure:7175: checking if gcc static flag -static works
configure:7203: result: yes
configure:7213: checking if gcc supports -c -o file.o
configure:7234: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:7238: $? = 0
configure:7260: result: yes
configure:7286: checking whether the gcc linker (/usr/local/bin/ld) supports shared libraries
configure:8270: result: yes
configure:8291: checking whether -lc should be explicitly linked in
configure:8296: gcc -c -g -O2  conftest.c >&5
configure:8299: $? = 0
configure:8314: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:8317: $? = 0
configure:8329: result: no
configure:8337: checking dynamic linker characteristics
configure:8939: result: GNU/Linux ld.so
configure:8948: checking how to hardcode library paths into programs
configure:8973: result: immediate
configure:8987: checking whether stripping libraries is possible
configure:8992: result: yes
configure:9119: checking for shl_load
configure:9176: gcc -o conftest -g -O2   conftest.c >&5
/tmp/ccSWyCbp.o: In function `main':
/home/tc/open-cobol-1.1/conftest.c:65: undefined reference to `shl_load'
/tmp/ccSWyCbp.o:(.data+0x0): undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:9182: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shl_load
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_shl_load) || defined (__stub___shl_load)
| choke me
| #else
| char (*f) () = shl_load;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != shl_load;
|   ;
|   return 0;
| }
configure:9207: result: no
configure:9212: checking for shl_load in -ldld
configure:9242: gcc -o conftest -g -O2   conftest.c -ldld >&5
/usr/local/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:9248: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char shl_load ();
| int
| main ()
| {
| shl_load ();
|   ;
|   return 0;
| }
configure:9274: result: no
configure:9279: checking for dlopen
configure:9336: gcc -o conftest -g -O2   conftest.c >&5
/tmp/ccc7npMJ.o: In function `main':
/home/tc/open-cobol-1.1/conftest.c:65: undefined reference to `dlopen'
/tmp/ccc7npMJ.o:(.data+0x0): undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:9342: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef dlopen
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char dlopen ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_dlopen) || defined (__stub___dlopen)
| choke me
| #else
| char (*f) () = dlopen;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != dlopen;
|   ;
|   return 0;
| }
configure:9367: result: no
configure:9372: checking for dlopen in -ldl
configure:9402: gcc -o conftest -g -O2   conftest.c -ldl >&5
configure:9408: $? = 0
configure:9412: test -z
             || test ! -s conftest.err
configure:9415: $? = 0
configure:9418: test -s conftest
configure:9421: $? = 0
configure:9434: result: yes
configure:9609: checking whether a program can dlopen itself
configure:9683: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
configure: In function 'main':
configure:9679: warning: incompatible implicit declaration of built-in function 'exit'
configure:9686: $? = 0
configure:9704: result: yes
configure:9709: checking whether a statically linked program can dlopen itself configure:9783: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
configure: In function 'main':
configure:9779: warning: incompatible implicit declaration of built-in function 'exit'
/tmp/ccE1jH5k.o: In function `main':
/home/tc/open-cobol-1.1/configure:9767: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
configure:9786: $? = 0
/lib/: cannot read file data: Is a directory
configure:9804: result: no
configure:9827: checking if libtool supports shared libraries
configure:9829: result: yes
configure:9832: checking whether to build shared libraries
configure:9853: result: yes
configure:9856: checking whether to build static libraries
configure:9860: result: yes
configure:9953: creating libtool
configure:19157: checking whether make sets $(MAKE)
configure:19177: result: yes
configure:19188: checking for ANSI C header files
configure:19344: result: yes
configure:19369: checking for stdint.h
configure:19374: result: yes
configure:19369: checking for sys/types.h
configure:19374: result: yes
configure:19378: checking signal.h usability
configure:19390: gcc -c -g -O2  conftest.c >&5
configure:19396: $? = 0
configure:19400: test -z
             || test ! -s conftest.err
configure:19403: $? = 0
configure:19406: test -s conftest.o
configure:19409: $? = 0
configure:19419: result: yes
configure:19423: checking signal.h presence
configure:19433: gcc -E  conftest.c
configure:19439: $? = 0
configure:19459: result: yes
configure:19494: checking for signal.h
configure:19501: result: yes
configure:19378: checking fcntl.h usability
configure:19390: gcc -c -g -O2  conftest.c >&5
configure:19396: $? = 0
configure:19400: test -z
             || test ! -s conftest.err
configure:19403: $? = 0
configure:19406: test -s conftest.o
configure:19409: $? = 0
configure:19419: result: yes
configure:19423: checking fcntl.h presence
configure:19433: gcc -E  conftest.c
configure:19439: $? = 0
configure:19459: result: yes
configure:19494: checking for fcntl.h
configure:19501: result: yes
configure:19378: checking malloc.h usability
configure:19390: gcc -c -g -O2  conftest.c >&5
configure:19396: $? = 0
configure:19400: test -z
             || test ! -s conftest.err
configure:19403: $? = 0
configure:19406: test -s conftest.o
configure:19409: $? = 0
configure:19419: result: yes
configure:19423: checking malloc.h presence
configure:19433: gcc -E  conftest.c
configure:19439: $? = 0
configure:19459: result: yes
configure:19494: checking for malloc.h
configure:19501: result: yes
configure:19378: checking locale.h usability
configure:19390: gcc -c -g -O2  conftest.c >&5
configure:19396: $? = 0
configure:19400: test -z
             || test ! -s conftest.err
configure:19403: $? = 0
configure:19406: test -s conftest.o
configure:19409: $? = 0
configure:19419: result: yes
configure:19423: checking locale.h presence
configure:19433: gcc -E  conftest.c
configure:19439: $? = 0
configure:19459: result: yes
configure:19494: checking for locale.h
configure:19501: result: yes
configure:19378: checking stddef.h usability
configure:19390: gcc -c -g -O2  conftest.c >&5
configure:19396: $? = 0
configure:19400: test -z
             || test ! -s conftest.err
configure:19403: $? = 0
configure:19406: test -s conftest.o
configure:19409: $? = 0
configure:19419: result: yes
configure:19423: checking stddef.h presence
configure:19433: gcc -E  conftest.c
configure:19439: $? = 0
configure:19459: result: yes
configure:19494: checking for stddef.h
configure:19501: result: yes
configure:19378: checking wchar.h usability
configure:19390: gcc -c -g -O2  conftest.c >&5
configure:19396: $? = 0
configure:19400: test -z
             || test ! -s conftest.err
configure:19403: $? = 0
configure:19406: test -s conftest.o
configure:19409: $? = 0
configure:19419: result: yes
configure:19423: checking wchar.h presence
configure:19433: gcc -E  conftest.c
configure:19439: $? = 0
configure:19459: result: yes
configure:19494: checking for wchar.h
configure:19501: result: yes
configure:19369: checking for dlfcn.h
configure:19374: result: yes
configure:19378: checking sys/time.h usability
configure:19390: gcc -c -g -O2  conftest.c >&5
configure:19396: $? = 0
configure:19400: test -z
             || test ! -s conftest.err
configure:19403: $? = 0
configure:19406: test -s conftest.o
configure:19409: $? = 0
configure:19419: result: yes
configure:19423: checking sys/time.h presence
configure:19433: gcc -E  conftest.c
configure:19439: $? = 0
configure:19459: result: yes
configure:19494: checking for sys/time.h
configure:19501: result: yes
configure:19516: checking for an ANSI C-conforming const
configure:19583: gcc -c -g -O2  conftest.c >&5
configure:19589: $? = 0
configure:19593: test -z
             || test ! -s conftest.err
configure:19596: $? = 0
configure:19599: test -s conftest.o
configure:19602: $? = 0
configure:19613: result: yes
configure:19623: checking whether byte ordering is bigendian
configure:19650: gcc -c -g -O2  conftest.c >&5
configure:19656: $? = 0
configure:19660: test -z
             || test ! -s conftest.err
configure:19663: $? = 0
configure:19666: test -s conftest.o
configure:19669: $? = 0
configure:19693: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:44: error: 'not' undeclared (first use in this function)
conftest.c:44: error: (Each undeclared identifier is reported only once
conftest.c:44: error: for each function it appears in.)
conftest.c:44: error: expected ';' before 'big'
configure:19699: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|  not big endian
| #endif
|
|   ;
|   return 0;
| }
configure:19834: result: no
configure:19853: checking for size_t
configure:19877: gcc -c -g -O2  conftest.c >&5
configure:19883: $? = 0
configure:19887: test -z
             || test ! -s conftest.err
configure:19890: $? = 0
configure:19893: test -s conftest.o
configure:19896: $? = 0
configure:19907: result: yes
configure:19919: checking whether struct tm is in sys/time.h or time.h
configure:19942: gcc -c -g -O2  conftest.c >&5
configure:19948: $? = 0
configure:19952: test -z
             || test ! -s conftest.err
configure:19955: $? = 0
configure:19958: test -s conftest.o
configure:19961: $? = 0
configure:19972: result: time.h
configure:19983: checking for inline
configure:20004: gcc -c -g -O2  conftest.c >&5
configure:20010: $? = 0
configure:20014: test -z
             || test ! -s conftest.err
configure:20017: $? = 0
configure:20020: test -s conftest.o
configure:20023: $? = 0
configure:20035: result: inline
configure:20066: checking for working alloca.h
configure:20087: gcc -o conftest -g -O2   conftest.c >&5
configure:20093: $? = 0
configure:20097: test -z
             || test ! -s conftest.err
configure:20100: $? = 0
configure:20103: test -s conftest
configure:20106: $? = 0
configure:20118: result: yes
configure:20128: checking for alloca
configure:20169: gcc -o conftest -g -O2   conftest.c >&5
configure:20175: $? = 0
configure:20179: test -z
             || test ! -s conftest.err
configure:20182: $? = 0
configure:20185: test -s conftest
configure:20188: $? = 0
configure:20200: result: yes
configure:20427: checking for vprintf
configure:20484: gcc -o conftest -g -O2   conftest.c >&5
conftest.c:64: warning: conflicting types for built-in function 'vprintf'
configure:20490: $? = 0
configure:20494: test -z
             || test ! -s conftest.err
configure:20497: $? = 0
configure:20500: test -s conftest
configure:20503: $? = 0
configure:20515: result: yes
configure:20522: checking for _doprnt
configure:20579: gcc -o conftest -g -O2   conftest.c >&5
/tmp/ccwEElH5.o: In function `main':
/home/tc/open-cobol-1.1/conftest.c:80: undefined reference to `_doprnt'
/tmp/ccwEElH5.o:(.data+0x0): undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:20585: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _doprnt innocuous__doprnt
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _doprnt (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _doprnt
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char _doprnt ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub__doprnt) || defined (__stub____doprnt)
| choke me
| #else
| char (*f) () = _doprnt;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != _doprnt;
|   ;
|   return 0;
| }
configure:20610: result: no
configure:20640: checking for memmove
configure:20697: gcc -o conftest -g -O2   conftest.c >&5
conftest.c:65: warning: conflicting types for built-in function 'memmove'
configure:20703: $? = 0
configure:20707: test -z
             || test ! -s conftest.err
configure:20710: $? = 0
configure:20713: test -s conftest
configure:20716: $? = 0
configure:20728: result: yes
configure:20640: checking for memset
configure:20697: gcc -o conftest -g -O2   conftest.c >&5
conftest.c:66: warning: conflicting types for built-in function 'memset'
configure:20703: $? = 0
configure:20707: test -z
             || test ! -s conftest.err
configure:20710: $? = 0
configure:20713: test -s conftest
configure:20716: $? = 0
configure:20728: result: yes
configure:20640: checking for setlocale
configure:20697: gcc -o conftest -g -O2   conftest.c >&5
configure:20703: $? = 0
configure:20707: test -z
             || test ! -s conftest.err
configure:20710: $? = 0
configure:20713: test -s conftest
configure:20716: $? = 0
configure:20728: result: yes
configure:20640: checking for fcntl
configure:20697: gcc -o conftest -g -O2   conftest.c >&5
configure:20703: $? = 0
configure:20707: test -z
             || test ! -s conftest.err
configure:20710: $? = 0
configure:20713: test -s conftest
configure:20716: $? = 0
configure:20728: result: yes
configure:20640: checking for strerror
configure:20697: gcc -o conftest -g -O2   conftest.c >&5
configure:20703: $? = 0
configure:20707: test -z
             || test ! -s conftest.err
configure:20710: $? = 0
configure:20713: test -s conftest
configure:20716: $? = 0
configure:20728: result: yes
configure:20640: checking for strcasecmp
configure:20697: gcc -o conftest -g -O2   conftest.c >&5
conftest.c:70: warning: conflicting types for built-in function 'strcasecmp'
configure:20703: $? = 0
configure:20707: test -z
             || test ! -s conftest.err
configure:20710: $? = 0
configure:20713: test -s conftest
configure:20716: $? = 0
configure:20728: result: yes
configure:20640: checking for strchr
configure:20697: gcc -o conftest -g -O2   conftest.c >&5
conftest.c:71: warning: conflicting types for built-in function 'strchr'
configure:20703: $? = 0
configure:20707: test -z
             || test ! -s conftest.err
configure:20710: $? = 0
configure:20713: test -s conftest
configure:20716: $? = 0
configure:20728: result: yes
configure:20640: checking for strrchr
configure:20697: gcc -o conftest -g -O2   conftest.c >&5
conftest.c:72: warning: conflicting types for built-in function 'strrchr'
configure:20703: $? = 0
configure:20707: test -z
             || test ! -s conftest.err
configure:20710: $? = 0
configure:20713: test -s conftest
configure:20716: $? = 0
configure:20728: result: yes
configure:20640: checking for strdup
configure:20697: gcc -o conftest -g -O2   conftest.c >&5
conftest.c:73: warning: conflicting types for built-in function 'strdup'
configure:20703: $? = 0
configure:20707: test -z
             || test ! -s conftest.err
configure:20710: $? = 0
configure:20713: test -s conftest
configure:20716: $? = 0
configure:20728: result: yes
configure:20640: checking for strstr
configure:20697: gcc -o conftest -g -O2   conftest.c >&5
conftest.c:74: warning: conflicting types for built-in function 'strstr'
configure:20703: $? = 0
configure:20707: test -z
             || test ! -s conftest.err
configure:20710: $? = 0
configure:20713: test -s conftest
configure:20716: $? = 0
configure:20728: result: yes
configure:20640: checking for strtol
configure:20697: gcc -o conftest -g -O2   conftest.c >&5
configure:20703: $? = 0
configure:20707: test -z
             || test ! -s conftest.err
configure:20710: $? = 0
configure:20713: test -s conftest
configure:20716: $? = 0
configure:20728: result: yes
configure:20640: checking for gettimeofday
configure:20697: gcc -o conftest -g -O2   conftest.c >&5
configure:20703: $? = 0
configure:20707: test -z
             || test ! -s conftest.err
configure:20710: $? = 0
configure:20713: test -s conftest
configure:20716: $? = 0
configure:20728: result: yes
configure:20756: gcc -c -g -O2  conftest.c >&5
configure:20762: $? = 0
configure:20766: test -z
             || test ! -s conftest.err
configure:20769: $? = 0
configure:20772: test -s conftest.o
configure:20775: $? = 0
configure:20829: checking for ld used by GCC
configure:20893: result: /usr/local/bin/ld
configure:20902: checking if the linker (/usr/local/bin/ld) is GNU ld
configure:20915: result: yes
configure:20921: checking for shared library run path origin
configure:20934: result: done
configure:21364: checking for iconv
configure:21391: gcc -o conftest -g -O2   conftest.c >&5
configure:21397: $? = 0
configure:21401: test -z
             || test ! -s conftest.err
configure:21404: $? = 0
configure:21407: test -s conftest
configure:21410: $? = 0
configure:21476: result: yes
configure:21499: checking for iconv declaration
configure:21533: gcc -c -g -O2  conftest.c >&5
configure:21539: $? = 0
configure:21543: test -z
             || test ! -s conftest.err
configure:21546: $? = 0
configure:21549: test -s conftest.o
configure:21552: $? = 0
configure:21566: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:21578: checking for nl_langinfo and CODESET
configure:21599: gcc -o conftest -g -O2   conftest.c >&5
configure:21605: $? = 0
configure:21609: test -z
             || test ! -s conftest.err
configure:21612: $? = 0
configure:21615: test -s conftest
configure:21618: $? = 0
configure:21631: result: yes
configure:21646: checking for getopt_long_only
configure:21703: gcc -o conftest -g -O2   conftest.c >&5
configure:21709: $? = 0
configure:21713: test -z
             || test ! -s conftest.err
configure:21716: $? = 0
configure:21719: test -s conftest
configure:21722: $? = 0
configure:21734: result: yes
configure:21752: checking kpathsea/getopt.h usability
configure:21764: gcc -c -g -O2  conftest.c >&5
conftest.c:91:29: error: kpathsea/getopt.h: No such file or directory
configure:21770: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <kpathsea/getopt.h>
configure:21793: result: no
configure:21797: checking kpathsea/getopt.h presence
configure:21807: gcc -E  conftest.c
conftest.c:57:29: error: kpathsea/getopt.h: No such file or directory
configure:21813: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| /* end confdefs.h.  */
| #include <kpathsea/getopt.h>
configure:21833: result: no
configure:21868: checking for kpathsea/getopt.h
configure:21875: result: no
configure:21752: checking getopt.h usability
configure:21764: gcc -c -g -O2  conftest.c >&5
configure:21770: $? = 0
configure:21774: test -z
             || test ! -s conftest.err
configure:21777: $? = 0
configure:21780: test -s conftest.o
configure:21783: $? = 0
configure:21793: result: yes
configure:21797: checking getopt.h presence
configure:21807: gcc -E  conftest.c
configure:21813: $? = 0
configure:21833: result: yes
configure:21868: checking for getopt.h
configure:21875: result: yes
configure:21924: checking gmp.h usability
configure:21936: gcc -c -g -O2  conftest.c >&5
configure:21942: $? = 0
configure:21946: test -z
             || test ! -s conftest.err
configure:21949: $? = 0
configure:21952: test -s conftest.o
configure:21955: $? = 0
configure:21965: result: yes
configure:21969: checking gmp.h presence
configure:21979: gcc -E  conftest.c
configure:21985: $? = 0
configure:22005: result: yes
configure:22040: checking for gmp.h
configure:22047: result: yes
configure:22065: checking for __gmp_randinit in -lgmp
configure:22095: gcc -o conftest -g -O2   conftest.c -lgmp >&5
configure:22101: $? = 0
configure:22105: test -z
             || test ! -s conftest.err
configure:22108: $? = 0
configure:22111: test -s conftest
configure:22114: $? = 0
configure:22127: result: yes
configure:22161: gcc -o conftest -g -O2   conftest.c -lgmp >&5
configure:22167: $? = 0
configure:22171: test -z
             || test ! -s conftest.err
configure:22174: $? = 0
configure:22177: test -s conftest
configure:22180: $? = 0
configure:22363: checking whether NLS is requested
configure:22372: result: yes
configure:22410: checking for msgfmt
configure:22444: result: no
configure:22450: checking for gmsgfmt
configure:22481: result: :
configure:22520: checking for xgettext
configure:22554: result: no
configure:22591: checking for msgmerge
configure:22624: result: no
configure:22672: checking whether NLS is requested
configure:22681: result: yes
configure:22699: checking for GNU gettext in libc
configure:22723: gcc -o conftest -g -O2   conftest.c -lgmp >&5
configure:22729: $? = 0
configure:22733: test -z
             || test ! -s conftest.err
configure:22736: $? = 0
configure:22739: test -s conftest
configure:22742: $? = 0
configure:22754: result: yes
configure:23453: checking whether to use NLS
configure:23455: result: yes
configure:23458: checking where the gettext function comes from
configure:23469: result: libc
configure:23540: checking for initscr in -lncurses
configure:23570: gcc -o conftest -g -O2   conftest.c -lncurses  -lgmp >&5
configure:23576: $? = 0
configure:23580: test -z
             || test ! -s conftest.err
configure:23583: $? = 0
configure:23586: test -s conftest
configure:23589: $? = 0
configure:23602: result: yes
configure:23630: checking ncurses.h usability
configure:23642: gcc -c -g -O2  conftest.c >&5
configure:23648: $? = 0
configure:23652: test -z
             || test ! -s conftest.err
configure:23655: $? = 0
configure:23658: test -s conftest.o
configure:23661: $? = 0
configure:23671: result: yes
configure:23675: checking ncurses.h presence
configure:23685: gcc -E  conftest.c
configure:23691: $? = 0
configure:23711: result: yes
configure:23746: checking for ncurses.h
configure:23753: result: yes
configure:24405: gcc -o conftest -g -O2   conftest.c -lncurses -lgmp >&5
configure:24411: $? = 0
configure:24415: test -z
             || test ! -s conftest.err
configure:24418: $? = 0
configure:24421: test -s conftest
configure:24424: $? = 0
configure:24707: gcc -o conftest -g -O2   conftest.c -lncurses -lgmp >&5
conftest.c:68:18: error: db.h: No such file or directory
conftest.c: In function 'main':
conftest.c:78: error: 'DB_VERSION_MAJOR' undeclared (first use in this function)
conftest.c:78: error: (Each undeclared identifier is reported only once
conftest.c:78: error: for each function it appears in.)
conftest.c:78: error: 'DB_VERSION_MINOR' undeclared (first use in this function)
configure:24710: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* end confdefs.h.  */
| #include <stdio.h>
|         #include <stdlib.h>
|         #include <db.h>
| int
| main ()
| {
|
|         printf("checking for BDB db.h version >= 4.1 ... ");
| #if (DB_VERSION_MAJOR > 4) || ((DB_VERSION_MAJOR == 4) && (DB_VERSION_MINOR > 0))
|         printf("yes (%d.%d)\n", DB_VERSION_MAJOR, DB_VERSION_MINOR);
|         return 0;
|         #else
|         printf("no (%d.%d)\n", DB_VERSION_MAJOR, DB_VERSION_MINOR);
|         return 1;
|         #endif
|   ;
|   return 0;
| }
configure:24826: checking db.h usability
configure:24838: gcc -c -g -O2  conftest.c >&5
conftest.c:100:16: error: db.h: No such file or directory
configure:24844: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* 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.h>
configure:24867: result: no
configure:24871: checking db.h presence
configure:24881: gcc -E  conftest.c
conftest.c:66:16: error: db.h: No such file or directory
configure:24887: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* end confdefs.h.  */
| #include <db.h>
configure:24907: result: no
configure:24942: checking for db.h
configure:24949: result: no
configure:24826: checking db_185.h usability
configure:24838: gcc -c -g -O2  conftest.c >&5
conftest.c:100:20: error: db_185.h: No such file or directory
configure:24844: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* 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:24867: result: no
configure:24871: checking db_185.h presence
configure:24881: gcc -E  conftest.c
conftest.c:66:20: error: db_185.h: No such file or directory
configure:24887: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* end confdefs.h.  */
| #include <db_185.h>
configure:24907: result: no
configure:24942: checking for db_185.h
configure:24949: result: no
configure:24826: checking db3/db_185.h usability
configure:24838: gcc -c -g -O2  conftest.c >&5
conftest.c:100:24: error: db3/db_185.h: No such file or directory
configure:24844: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* 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:24867: result: no
configure:24871: checking db3/db_185.h presence
configure:24881: gcc -E  conftest.c
conftest.c:66:24: error: db3/db_185.h: No such file or directory
configure:24887: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* end confdefs.h.  */
| #include <db3/db_185.h>
configure:24907: result: no
configure:24942: checking for db3/db_185.h
configure:24949: result: no
configure:24826: checking db4/db_185.h usability
configure:24838: gcc -c -g -O2  conftest.c >&5
conftest.c:100:24: error: db4/db_185.h: No such file or directory
configure:24844: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* 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:24867: result: no
configure:24871: checking db4/db_185.h presence
configure:24881: gcc -E  conftest.c
conftest.c:66:24: error: db4/db_185.h: No such file or directory
configure:24887: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* end confdefs.h.  */
| #include <db4/db_185.h>
configure:24907: result: no
configure:24942: checking for db4/db_185.h
configure:24949: result: no
configure:24826: checking db4.1/db_185.h usability
configure:24838: gcc -c -g -O2  conftest.c >&5
conftest.c:100:26: error: db4.1/db_185.h: No such file or directory
configure:24844: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* 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:24867: result: no
configure:24871: checking db4.1/db_185.h presence
configure:24881: gcc -E  conftest.c
conftest.c:66:26: error: db4.1/db_185.h: No such file or directory
configure:24887: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* end confdefs.h.  */
| #include <db4.1/db_185.h>
configure:24907: result: no
configure:24942: checking for db4.1/db_185.h
configure:24949: result: no
configure:24826: checking db4.2/db_185.h usability
configure:24838: gcc -c -g -O2  conftest.c >&5
conftest.c:100:26: error: db4.2/db_185.h: No such file or directory
configure:24844: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* 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:24867: result: no
configure:24871: checking db4.2/db_185.h presence
configure:24881: gcc -E  conftest.c
conftest.c:66:26: error: db4.2/db_185.h: No such file or directory
configure:24887: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* end confdefs.h.  */
| #include <db4.2/db_185.h>
configure:24907: result: no
configure:24942: checking for db4.2/db_185.h
configure:24949: result: no
configure:24826: checking db4.3/db_185.h usability
configure:24838: gcc -c -g -O2  conftest.c >&5
conftest.c:100:26: error: db4.3/db_185.h: No such file or directory
configure:24844: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* 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:24867: result: no
configure:24871: checking db4.3/db_185.h presence
configure:24881: gcc -E  conftest.c
conftest.c:66:26: error: db4.3/db_185.h: No such file or directory
configure:24887: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* end confdefs.h.  */
| #include <db4.3/db_185.h>
configure:24907: result: no
configure:24942: checking for db4.3/db_185.h
configure:24949: result: no
configure:24826: checking db4.4/db_185.h usability
configure:24838: gcc -c -g -O2  conftest.c >&5
conftest.c:100:26: error: db4.4/db_185.h: No such file or directory
configure:24844: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* 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.4/db_185.h>
configure:24867: result: no
configure:24871: checking db4.4/db_185.h presence
configure:24881: gcc -E  conftest.c
conftest.c:66:26: error: db4.4/db_185.h: No such file or directory
configure:24887: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* end confdefs.h.  */
| #include <db4.4/db_185.h>
configure:24907: result: no
configure:24942: checking for db4.4/db_185.h
configure:24949: result: no
configure:24826: checking db4.5/db_185.h usability
configure:24838: gcc -c -g -O2  conftest.c >&5
conftest.c:100:26: error: db4.5/db_185.h: No such file or directory
configure:24844: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* 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.5/db_185.h>
configure:24867: result: no
configure:24871: checking db4.5/db_185.h presence
configure:24881: gcc -E  conftest.c
conftest.c:66:26: error: db4.5/db_185.h: No such file or directory
configure:24887: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* end confdefs.h.  */
| #include <db4.5/db_185.h>
configure:24907: result: no
configure:24942: checking for db4.5/db_185.h
configure:24949: result: no
configure:24962: checking for __db_open in -ldb-4.5
configure:24992: gcc -o conftest -g -O2 conftest.c -ldb-4.5 -lncurses -lgmp >&5
/usr/local/bin/ld: cannot find -ldb-4.5
collect2: ld returned 1 exit status
configure:24998: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* 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 __db_open ();
| int
| main ()
| {
| __db_open ();
|   ;
|   return 0;
| }
configure:25024: result: no
configure:25029: checking for dbopen in -ldb-4.5
configure:25059: gcc -o conftest -g -O2 conftest.c -ldb-4.5 -lncurses -lgmp >&5
/usr/local/bin/ld: cannot find -ldb-4.5
collect2: ld returned 1 exit status
configure:25065: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* 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 dbopen ();
| int
| main ()
| {
| dbopen ();
|   ;
|   return 0;
| }
configure:25091: result: no
configure:25101: checking for __db_open in -ldb-4.4
configure:25131: gcc -o conftest -g -O2 conftest.c -ldb-4.4 -lncurses -lgmp >&5
/usr/local/bin/ld: cannot find -ldb-4.4
collect2: ld returned 1 exit status
configure:25137: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* 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 __db_open ();
| int
| main ()
| {
| __db_open ();
|   ;
|   return 0;
| }
configure:25163: result: no
configure:25168: checking for dbopen in -ldb-4.4
configure:25198: gcc -o conftest -g -O2 conftest.c -ldb-4.4 -lncurses -lgmp >&5
/usr/local/bin/ld: cannot find -ldb-4.4
collect2: ld returned 1 exit status
configure:25204: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* 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 dbopen ();
| int
| main ()
| {
| dbopen ();
|   ;
|   return 0;
| }
configure:25230: result: no
configure:25241: checking for __db_open in -ldb-4.3
configure:25271: gcc -o conftest -g -O2 conftest.c -ldb-4.3 -lncurses -lgmp >&5
/usr/local/bin/ld: cannot find -ldb-4.3
collect2: ld returned 1 exit status
configure:25277: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* 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 __db_open ();
| int
| main ()
| {
| __db_open ();
|   ;
|   return 0;
| }
configure:25303: result: no
configure:25308: checking for dbopen in -ldb-4.3
configure:25338: gcc -o conftest -g -O2 conftest.c -ldb-4.3 -lncurses -lgmp >&5
/usr/local/bin/ld: cannot find -ldb-4.3
collect2: ld returned 1 exit status
configure:25344: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* 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 dbopen ();
| int
| main ()
| {
| dbopen ();
|   ;
|   return 0;
| }
configure:25370: result: no
configure:25381: checking for __db_open in -ldb-4.2
configure:25411: gcc -o conftest -g -O2 conftest.c -ldb-4.2 -lncurses -lgmp >&5
/usr/local/bin/ld: cannot find -ldb-4.2
collect2: ld returned 1 exit status
configure:25417: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* 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 __db_open ();
| int
| main ()
| {
| __db_open ();
|   ;
|   return 0;
| }
configure:25443: result: no
configure:25448: checking for dbopen in -ldb-4.2
configure:25478: gcc -o conftest -g -O2 conftest.c -ldb-4.2 -lncurses -lgmp >&5
/usr/local/bin/ld: cannot find -ldb-4.2
collect2: ld returned 1 exit status
configure:25484: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* 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 dbopen ();
| int
| main ()
| {
| dbopen ();
|   ;
|   return 0;
| }
configure:25510: result: no
configure:25521: checking for __db_open in -ldb-4.1
configure:25551: gcc -o conftest -g -O2 conftest.c -ldb-4.1 -lncurses -lgmp >&5
/usr/local/bin/ld: cannot find -ldb-4.1
collect2: ld returned 1 exit status
configure:25557: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* 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 __db_open ();
| int
| main ()
| {
| __db_open ();
|   ;
|   return 0;
| }
configure:25583: result: no
configure:25588: checking for dbopen in -ldb-4.1
configure:25618: gcc -o conftest -g -O2 conftest.c -ldb-4.1 -lncurses -lgmp >&5
/usr/local/bin/ld: cannot find -ldb-4.1
collect2: ld returned 1 exit status
configure:25624: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* 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 dbopen ();
| int
| main ()
| {
| dbopen ();
|   ;
|   return 0;
| }
configure:25650: result: no
configure:25665: checking for __db_open in -ldb-4
configure:25695: gcc -o conftest -g -O2 conftest.c -ldb-4 -lncurses -lgmp >&5
configure:25701: $? = 0
configure:25705: test -z
             || test ! -s conftest.err
configure:25708: $? = 0
configure:25711: test -s conftest
configure:25714: $? = 0
configure:25727: result: yes
configure:25980: gcc -o conftest -g -O2   conftest.c -lncurses -lgmp >&5
configure:25983: $? = 0
configure:25985: ./conftest
configure:25988: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   #ifdef _WIN32
|    return 0;
|   #else
|    return 1;
|   #endif
|   ;
|   return 0;
| }
configure:26004: checking for dlopen in -lc
configure:26034: gcc -o conftest -g -O2 conftest.c -lc -lncurses -lgmp >&5
/tmp/cc0auCKM.o: In function `main':
/home/tc/open-cobol-1.1/conftest.c:77: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:26040: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| /* 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 dlopen ();
| int
| main ()
| {
| dlopen ();
|   ;
|   return 0;
| }
configure:26066: result: no
configure:26074: checking for dlopen in -ldl
configure:26136: result: yes
configure:26432: gcc -o conftest -g -O2   conftest.c -lncurses -lgmp >&5
configure:26435: $? = 0
configure:26437: ./conftest
configure:26440: $? = 0
configure:26483: gcc -o conftest -g -O2   conftest.c -lncurses -lgmp >&5
configure:26486: $? = 0
configure:26488: ./conftest
configure:26491: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "open-cobol"
| #define VERSION "1.1"
| #define __USE_STRING_INLINES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define WITH_DB 3
| #define PATCH_LEVEL 0
| #define WITH_VARSEQ 0
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_TIME_H 1
| #define COB_HAS_INLINE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETLOCALE 1
| #define HAVE_FCNTL 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIMEZONE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_COLOR_SET 1
| #define USE_LIBDL 1
| #define COB_STRFTIME 1
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|     if (sizeof(long int) == sizeof(long long))
|         return 0;
|     return 1;
|
|   ;
|   return 0;
| }
configure:26598: gcc -c -O2 -march=i686 -mtune=pentium3 -finline-functions -Wno-pointer-sign conftest.c >&5
configure:26604: $? = 0
configure:26608: test -z
             || test ! -s conftest.err
configure:26611: $? = 0
configure:26614: test -s conftest.o
configure:26617: $? = 0
configure:26648: gcc -c -O2 -march=i686 -mtune=pentium3 -finline-functions conftest.c >&5
configure:26654: $? = 0
configure:26658: test -z
             || test ! -s conftest.err
configure:26661: $? = 0
configure:26664: test -s conftest.o
configure:26667: $? = 0
configure:26925: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by OpenCOBOL config.status 1.1, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  CONFIG_FILES    =
  CONFIG_HEADERS  =
  CONFIG_LINKS    =
  CONFIG_COMMANDS =
  $ ./config.status

on box

config.status:27739: creating cob-config
config.status:27739: creating Makefile
config.status:27739: creating lib/Makefile
config.status:27739: creating libcob/Makefile
config.status:27739: creating cobc/Makefile
config.status:27739: creating bin/Makefile
config.status:27739: creating po/Makefile.in
config.status:27739: creating texi/Makefile
config.status:27739: creating config/Makefile
config.status:27739: creating copy/Makefile
config.status:27739: creating tests/atlocal
config.status:27739: creating tests/Makefile
config.status:27739: creating tests/cobol85/Makefile
config.status:27842: creating config.h
config.status:28166: executing tests/atconfig commands
config.status:28166: executing depfiles commands
config.status:28166: executing default-1 commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build='i686-pc-linux-gnu'
ac_cv_build_alias='i686-pc-linux-gnu'
ac_cv_c_bigendian='no'
ac_cv_c_compiler_gnu='yes'
ac_cv_c_const='yes'
ac_cv_c_inline='inline'
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_CXXCPP_set=''
ac_cv_env_CXXCPP_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_exeext=''
ac_cv_func__doprnt='no'
ac_cv_func_alloca_works='yes'
ac_cv_func_dlopen='no'
ac_cv_func_fcntl='yes'
ac_cv_func_getopt_long_only='yes'
ac_cv_func_gettimeofday='yes'
ac_cv_func_memmove='yes'
ac_cv_func_memset='yes'
ac_cv_func_setlocale='yes'
ac_cv_func_shl_load='no'
ac_cv_func_strcasecmp='yes'
ac_cv_func_strchr='yes'
ac_cv_func_strdup='yes'
ac_cv_func_strerror='yes'
ac_cv_func_strrchr='yes'
ac_cv_func_strstr='yes'
ac_cv_func_strtol='yes'
ac_cv_func_vprintf='yes'
ac_cv_header_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_4_db_185_h='no'
ac_cv_header_db4_5_db_185_h='no'
ac_cv_header_db4_db_185_h='no'
ac_cv_header_db_185_h='no'
ac_cv_header_db_h='no'
ac_cv_header_dlfcn_h='yes'
ac_cv_header_fcntl_h='yes'
ac_cv_header_getopt_h='yes'
ac_cv_header_gmp_h='yes'
ac_cv_header_inttypes_h='yes'
ac_cv_header_kpathsea_getopt_h='no'
ac_cv_header_locale_h='yes'
ac_cv_header_malloc_h='yes'
ac_cv_header_memory_h='yes'
ac_cv_header_ncurses_h='yes'
ac_cv_header_signal_h='yes'
ac_cv_header_stdc='yes'
ac_cv_header_stddef_h='yes'
ac_cv_header_stdint_h='yes'
ac_cv_header_stdlib_h='yes'
ac_cv_header_string_h='yes'
ac_cv_header_strings_h='yes'
ac_cv_header_sys_stat_h='yes'
ac_cv_header_sys_time_h='yes'
ac_cv_header_sys_types_h='yes'
ac_cv_header_unistd_h='yes'
ac_cv_header_wchar_h='yes'
ac_cv_host='i686-pc-linux-gnu'
ac_cv_host_alias='i686-pc-linux-gnu'
ac_cv_lib_c_dlopen='no'
ac_cv_lib_db_4_1___db_open='no'
ac_cv_lib_db_4_1_dbopen='no'
ac_cv_lib_db_4_2___db_open='no'
ac_cv_lib_db_4_2_dbopen='no'
ac_cv_lib_db_4_3___db_open='no'
ac_cv_lib_db_4_3_dbopen='no'
ac_cv_lib_db_4_4___db_open='no'
ac_cv_lib_db_4_4_dbopen='no'
ac_cv_lib_db_4_5___db_open='no'
ac_cv_lib_db_4_5_dbopen='no'
ac_cv_lib_db_4___db_open='yes'
ac_cv_lib_dl_dlopen='yes'
ac_cv_lib_dld_shl_load='no'
ac_cv_lib_gmp___gmp_randinit='yes'
ac_cv_lib_ncurses_initscr='yes'
ac_cv_objext='o'
ac_cv_path_GMSGFMT=':'
ac_cv_path_MSGFMT=':'
ac_cv_path_MSGMERGE=':'
ac_cv_path_XGETTEXT=':'
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK='awk'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR='ar'
ac_cv_prog_ac_ct_CC='gcc'
ac_cv_prog_ac_ct_RANLIB='ranlib'
ac_cv_prog_ac_ct_STRIP='strip'
ac_cv_prog_cc_g='yes'
ac_cv_prog_cc_stdc=''
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set='yes'
ac_cv_struct_tm='time.h'
ac_cv_type_size_t='yes'
ac_cv_working_alloca_h='yes'
acl_cv_hardcode_direct='no'
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=''
acl_cv_hardcode_minus_L='no'
acl_cv_libext='a'
acl_cv_path_LD='/usr/local/bin/ld'
acl_cv_prog_gnu_ld='yes'
acl_cv_rpath='done'
acl_cv_shlibext='so'
acl_cv_wl='-Wl,'
am_cv_CC_dependencies_compiler_type='gcc3'
am_cv_func_iconv='yes'
am_cv_langinfo_codeset='yes'
am_cv_lib_iconv='no'
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=''
gt_cv_func_gnugettext1_libc='yes'
lt_cv_deplibs_check_method='pass_all'
lt_cv_dlopen='dlopen'
lt_cv_dlopen_libs='-ldl'
lt_cv_dlopen_self='yes'
lt_cv_dlopen_self_static='no'
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=''
lt_cv_ld_reload_flag='-r'
lt_cv_objdir='.libs'
lt_cv_path_LD='/usr/local/bin/ld'
lt_cv_path_NM='/usr/local/bin/nm -B'
lt_cv_path_SED='/bin/sed'
lt_cv_prog_compiler_c_o='yes'
lt_cv_prog_compiler_rtti_exceptions='no'
lt_cv_prog_gnu_ld='yes'
lt_cv_sys_global_symbol_pipe='sed -n -e '"'"'s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'"'" lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '"'"'s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'"'"' -e '"'"'s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'"'" lt_cv_sys_global_symbol_to_cdecl='sed -n -e '"'"'s/^. .* \(.*\)$/extern int \1;/p'"'"
lt_cv_sys_max_cmd_len='32768'
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '"'"'s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'"'"'"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '"'"'s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'"'"' -e '"'"'s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'"'"'"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '"'"'s/^. .* \\(.*\\)\$/extern int \\1;/p'"'"'"'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/tc/open-cobol-1.1/missing --run aclocal-1.9'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/tc/open-cobol-1.1/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /home/tc/open-cobol-1.1/missing --run autoconf'
AUTOHEADER='${SHELL} /home/tc/open-cobol-1.1/missing --run autoheader'
AUTOMAKE='${SHELL} /home/tc/open-cobol-1.1/missing --run automake-1.9'
AWK='awk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS=' -O2 -march=i686 -mtune=pentium3 -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k'
COBC_LIBS=''
COB_BIGENDIAN='no'
COB_CC='gcc'
COB_CFLAGS='-I/usr/local/include  '
COB_CONFIG_DIR='${prefix}/share/open-cobol/config'
COB_COPY_DIR='${prefix}/share/open-cobol/copy'
COB_EXPORT_DYN='-Wl,--export-dynamic'
COB_FIX_LIB='-Wl,--export-dynamic'
COB_HAS_INLINE=''
COB_LDFLAGS=''
COB_LIBRARY_PATH='${exec_prefix}/lib/open-cobol'
COB_LIBS='-L${exec_prefix}/lib -lcob -lm -lgmp -lncurses -ldb-4 -ldl'
COB_MODULE_EXT='so'
COB_PIC_FLAGS='-fPIC -DPIC'
COB_SHARED_OPT='-shared'
CPP='gcc -E'
CPPFLAGS=''
CXXCPP=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
GMSGFMT=':'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INTLLIBS=''
LDFLAGS=''
LIBCOB_CFLAGS=''
LIBCOB_LIBS='-lm -lgmp -lncurses -ldb-4 -ldl'
LIBICONV=''
LIBINTL=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/tc/open-cobol-1.1/missing --run makeinfo'
MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs'
MSGFMT=':'
MSGMERGE=':'
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE='open-cobol'
PACKAGE_BUGREPORT='address@hidden'
PACKAGE_NAME='OpenCOBOL'
PACKAGE_STRING='OpenCOBOL 1.1'
PACKAGE_TARNAME='open-cobol'
PACKAGE_VERSION='1.1'
PATH_SEPARATOR=':'
POSUB='po'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
USE_NLS='yes'
VERSION='1.1'
XGETTEXT=':'
ac_ct_AR='ar'
ac_ct_AS=''
ac_ct_CC='gcc'
ac_ct_DLLTOOL=''
ac_ct_OBJDUMP=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/tc/open-cobol-1.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='$(mkinstalldirs)'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define COB_EXEEXT ""
#define COB_EXPORT_DYN "-Wl,--export-dynamic"
#define COB_EXTRA_FLAGS "-march=i686 -mtune=pentium3"
#define COB_HAS_INLINE 1
#define COB_PIC_FLAGS "-fPIC -DPIC"
#define COB_SHARED_OPT "-shared"
#define COB_STRFTIME 1
#define COB_STRIP_CMD "strip --strip-unneeded"
#define ENABLE_NLS 1
#define HAVE_ALLOCA 1
#define HAVE_ALLOCA_H 1
#define HAVE_ATTRIBUTE_ALIGNED 1
#define HAVE_COLOR_SET 1
#define HAVE_DCGETTEXT 1
#define HAVE_DLFCN_H 1
#define HAVE_DLFCN_H 1
#define HAVE_FCNTL 1
#define HAVE_FCNTL_H 1
#define HAVE_GETOPT_H 1
#define HAVE_GETTEXT 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GMP_H 1
#define HAVE_ICONV 1
#define HAVE_INTTYPES_H 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LIBGMP 1
#define HAVE_LIBNCURSES 1
#define HAVE_LOCALE_H 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMSET 1
#define HAVE_NCURSES_H 1
#define HAVE_PSIGN_OPT 1
#define HAVE_SETLOCALE 1
#define HAVE_SIGNAL_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCHR 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRRCHR 1
#define HAVE_STRSTR 1
#define HAVE_STRTOL 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TIMEZONE 1
#define HAVE_UNISTD_H 1
#define HAVE_VPRINTF 1
#define HAVE_WCHAR_H 1
#define ICONV_CONST
#define PACKAGE "open-cobol"
#define PACKAGE_BUGREPORT "address@hidden"
#define PACKAGE_NAME "OpenCOBOL"
#define PACKAGE_STRING "OpenCOBOL 1.1"
#define PACKAGE_TARNAME "open-cobol"
#define PACKAGE_VERSION "1.1"
#define PATCH_LEVEL 0
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define USE_LIBDL 1
#define VERSION "1.1"
#define WITH_DB 3
#define WITH_VARSEQ 0
#define __USE_STRING_INLINES 1

configure: exit 0

--- end of config.log ---

--- typescript ---
address@hidden:~/open-cobol-1.1$ make
make  all-recursive
make[1]: Entering directory `/home/tc/open-cobol-1.1'
Making all in lib
make[2]: Entering directory `/home/tc/open-cobol-1.1/lib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tc/open-cobol-1.1/lib'
Making all in libcob
make[2]: Entering directory `/home/tc/open-cobol-1.1/libcob'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -O2 -march=i686 -mtune=pentium3 -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -MT libcob_la-fileio.lo -MD -MP -MF ".deps/libcob_la-fileio.Tpo" -c -o libcob_la-fileio.lo `test -f 'fileio.c' || echo './'`fileio.c; \ then mv -f ".deps/libcob_la-fileio.Tpo" ".deps/libcob_la-fileio.Plo"; else rm -f ".deps/libcob_la-fileio.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -O2 -march=i686 -mtune=pentium3 -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -MT libcob_la-fileio.lo -MD -MP -MF .deps/libcob_la-fileio.Tpo -c fileio.c -fPIC -DPIC -o .libs/libcob_la-fileio.o
fileio.c:311: error: expected specifier-qualifier-list before 'DB'
fileio.c: In function 'cob_sync':
fileio.c:639: error: 'struct indexed_file' has no member named 'db'
fileio.c:640: error: 'struct indexed_file' has no member named 'db'
fileio.c:640: error: 'struct indexed_file' has no member named 'db'
fileio.c:645: error: 'struct indexed_file' has no member named 'db'
fileio.c:649: error: 'struct indexed_file' has no member named 'db'
fileio.c:649: error: 'struct indexed_file' has no member named 'db'
fileio.c: In function 'indexed_open':
fileio.c:1899: error: 'BTREEINFO' undeclared (first use in this function)
fileio.c:1899: error: (Each undeclared identifier is reported only once
fileio.c:1899: error: for each function it appears in.)
fileio.c:1899: error: expected ';' before 'info'
fileio.c:1954: error: 'struct indexed_file' has no member named 'db'
fileio.c:1954: error: 'DB' undeclared (first use in this function)
fileio.c:1954: error: expected expression before ')' token
fileio.c:1959: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:1960: error: 'struct indexed_file' has no member named 'last_dupno'
fileio.c:1961: error: 'struct indexed_file' has no member named 'rewrite_sec_key'
fileio.c:2000: error: 'info' undeclared (first use in this function)
fileio.c:2002: error: 'R_DUP' undeclared (first use in this function)
fileio.c:2013: error: 'struct indexed_file' has no member named 'db'
fileio.c:2013: warning: implicit declaration of function 'dbopen'
fileio.c:2013: error: 'DB_BTREE' undeclared (first use in this function)
fileio.c:2014: error: 'struct indexed_file' has no member named 'db'
fileio.c:2020: error: 'struct indexed_file' has no member named 'db'
fileio.c:2020: error: 'struct indexed_file' has no member named 'db'
fileio.c:2027: error: 'struct indexed_file' has no member named 'db'
fileio.c:2028: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2029: error: 'struct indexed_file' has no member named 'last_dupno'
fileio.c:2041: error: 'struct indexed_file' has no member named 'last_readkey' fileio.c:2042: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2050: error: 'DBT' undeclared (first use in this function)
fileio.c:2050: error: 'struct indexed_file' has no member named 'key'
fileio.c:2050: error: 'struct indexed_file' has no member named 'key'
fileio.c:2050: error: 'struct indexed_file' has no member named 'key'
fileio.c:2050: error: 'struct indexed_file' has no member named 'key'
fileio.c:2050: error: 'struct indexed_file' has no member named 'key'
fileio.c:2050: error: 'struct indexed_file' has no member named 'key'
fileio.c:2050: error: 'struct indexed_file' has no member named 'key'
fileio.c:2050: error: 'struct indexed_file' has no member named 'key'
fileio.c:2050: error: 'struct indexed_file' has no member named 'key'
fileio.c:2050: error: 'struct indexed_file' has no member named 'key'
fileio.c:2051: error: 'struct indexed_file' has no member named 'data'
fileio.c:2051: error: 'struct indexed_file' has no member named 'data'
fileio.c:2051: error: 'struct indexed_file' has no member named 'data'
fileio.c:2051: error: 'struct indexed_file' has no member named 'data'
fileio.c:2051: error: 'struct indexed_file' has no member named 'data'
fileio.c:2051: error: 'struct indexed_file' has no member named 'data'
fileio.c:2051: error: 'struct indexed_file' has no member named 'data'
fileio.c:2051: error: 'struct indexed_file' has no member named 'data'
fileio.c:2051: error: 'struct indexed_file' has no member named 'data'
fileio.c:2051: error: 'struct indexed_file' has no member named 'data'
fileio.c:2067: error: 'struct indexed_file' has no member named 'db'
fileio.c:2067: error: 'struct indexed_file' has no member named 'db'
fileio.c:2067: error: 'struct indexed_file' has no member named 'key'
fileio.c:2067: error: 'struct indexed_file' has no member named 'data'
fileio.c:2067: error: 'R_FIRST' undeclared (first use in this function)
fileio.c:2070: error: 'struct indexed_file' has no member named 'key'
fileio.c:2070: error: 'struct indexed_file' has no member named 'key'
fileio.c:2070: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2070: error: 'struct indexed_file' has no member named 'key'
fileio.c:2070: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2070: error: 'struct indexed_file' has no member named 'key'
fileio.c:2070: error: 'struct indexed_file' has no member named 'key'
fileio.c:2070: error: 'struct indexed_file' has no member named 'key'
fileio.c:2070: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2070: error: 'struct indexed_file' has no member named 'key'
fileio.c:2070: error: 'struct indexed_file' has no member named 'key'
fileio.c:2070: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2070: error: 'struct indexed_file' has no member named 'key'
fileio.c:2070: error: 'struct indexed_file' has no member named 'key'
fileio.c:2070: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2070: error: 'struct indexed_file' has no member named 'key'
fileio.c:2070: error: 'struct indexed_file' has no member named 'key'
fileio.c:2072: error: 'struct indexed_file' has no member named 'data'
fileio.c: In function 'indexed_close':
fileio.c:2115: error: 'struct indexed_file' has no member named 'db'
fileio.c:2116: error: 'struct indexed_file' has no member named 'db'
fileio.c:2116: error: 'struct indexed_file' has no member named 'db'
fileio.c:2118: error: 'struct indexed_file' has no member named 'last_readkey' fileio.c:2119: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2126: error: 'struct indexed_file' has no member named 'db'
fileio.c:2127: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2128: error: 'struct indexed_file' has no member named 'last_dupno'
fileio.c:2129: error: 'struct indexed_file' has no member named 'rewrite_sec_key'
fileio.c: In function 'indexed_start_internal':
fileio.c:2169: error: 'struct indexed_file' has no member named 'key'
fileio.c:2169: error: 'struct indexed_file' has no member named 'key'
fileio.c:2178: error: 'struct indexed_file' has no member named 'db'
fileio.c:2178: error: 'struct indexed_file' has no member named 'db'
fileio.c:2178: error: 'struct indexed_file' has no member named 'key'
fileio.c:2178: error: 'struct indexed_file' has no member named 'data'
fileio.c:2178: error: 'R_CURSOR' undeclared (first use in this function)
fileio.c:2183: error: 'struct indexed_file' has no member named 'key'
fileio.c:2191: error: 'struct indexed_file' has no member named 'db'
fileio.c:2191: error: 'struct indexed_file' has no member named 'db'
fileio.c:2191: error: 'struct indexed_file' has no member named 'key'
fileio.c:2191: error: 'struct indexed_file' has no member named 'data'
fileio.c:2191: error: 'R_LAST' undeclared (first use in this function)
fileio.c:2197: error: 'struct indexed_file' has no member named 'db'
fileio.c:2197: error: 'struct indexed_file' has no member named 'db'
fileio.c:2197: error: 'struct indexed_file' has no member named 'key'
fileio.c:2197: error: 'struct indexed_file' has no member named 'data'
fileio.c:2197: error: 'R_PREV' undeclared (first use in this function)
fileio.c:2206: error: 'struct indexed_file' has no member named 'db'
fileio.c:2206: error: 'struct indexed_file' has no member named 'db'
fileio.c:2206: error: 'struct indexed_file' has no member named 'key'
fileio.c:2206: error: 'struct indexed_file' has no member named 'data'
fileio.c:2208: error: 'struct indexed_file' has no member named 'key'
fileio.c:2212: error: 'struct indexed_file' has no member named 'db'
fileio.c:2212: error: 'struct indexed_file' has no member named 'db'
fileio.c:2212: error: 'struct indexed_file' has no member named 'key'
fileio.c:2212: error: 'struct indexed_file' has no member named 'data'
fileio.c:2218: error: 'struct indexed_file' has no member named 'key'
fileio.c:2219: error: 'struct indexed_file' has no member named 'db'
fileio.c:2219: error: 'struct indexed_file' has no member named 'db'
fileio.c:2219: error: 'struct indexed_file' has no member named 'key'
fileio.c:2219: error: 'struct indexed_file' has no member named 'data'
fileio.c:2219: error: 'R_NEXT' undeclared (first use in this function)
fileio.c:2226: error: 'struct indexed_file' has no member named 'db'
fileio.c:2226: error: 'struct indexed_file' has no member named 'db'
fileio.c:2226: error: 'struct indexed_file' has no member named 'key'
fileio.c:2226: error: 'struct indexed_file' has no member named 'data'
fileio.c:2232: error: 'struct indexed_file' has no member named 'db'
fileio.c:2232: error: 'struct indexed_file' has no member named 'db'
fileio.c:2232: error: 'struct indexed_file' has no member named 'key'
fileio.c:2232: error: 'struct indexed_file' has no member named 'data'
fileio.c:2238: error: 'struct indexed_file' has no member named 'key'
fileio.c:2242: error: 'struct indexed_file' has no member named 'db'
fileio.c:2242: error: 'struct indexed_file' has no member named 'db'
fileio.c:2242: error: 'struct indexed_file' has no member named 'key'
fileio.c:2242: error: 'struct indexed_file' has no member named 'data'
fileio.c:2253: error: 'struct indexed_file' has no member named 'key'
fileio.c:2253: error: 'struct indexed_file' has no member named 'key'
fileio.c:2253: error: 'struct indexed_file' has no member named 'key'
fileio.c:2253: error: 'struct indexed_file' has no member named 'key'
fileio.c:2255: error: 'struct indexed_file' has no member named 'data'
fileio.c:2255: error: 'struct indexed_file' has no member named 'data'
fileio.c:2255: error: 'struct indexed_file' has no member named 'data'
fileio.c:2255: error: 'struct indexed_file' has no member named 'data'
fileio.c:2257: error: 'struct indexed_file' has no member named 'key'
fileio.c:2257: error: 'struct indexed_file' has no member named 'data'
fileio.c:2258: error: 'struct indexed_file' has no member named 'key'
fileio.c:2259: error: 'struct indexed_file' has no member named 'db'
fileio.c:2259: error: 'struct indexed_file' has no member named 'db'
fileio.c:2259: error: 'struct indexed_file' has no member named 'key'
fileio.c:2259: error: 'struct indexed_file' has no member named 'data'
fileio.c:2293: error: 'struct indexed_file' has no member named 'last_readkey' fileio.c:2293: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2293: error: 'struct indexed_file' has no member named 'key'
fileio.c:2293: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2293: error: 'struct indexed_file' has no member named 'key'
fileio.c:2293: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2293: error: 'struct indexed_file' has no member named 'key'
fileio.c:2293: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2293: error: 'struct indexed_file' has no member named 'key'
fileio.c:2295: error: 'struct indexed_file' has no member named 'last_readkey' fileio.c:2295: error: 'struct indexed_file' has no member named 'last_readkey' fileio.c:2295: error: 'struct indexed_file' has no member named 'last_readkey' fileio.c:2295: error: 'struct indexed_file' has no member named 'last_readkey' fileio.c:2295: error: 'struct indexed_file' has no member named 'last_readkey' fileio.c:2297: error: 'struct indexed_file' has no member named 'last_readkey' fileio.c:2297: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2297: error: 'struct indexed_file' has no member named 'key'
fileio.c:2297: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2297: error: 'struct indexed_file' has no member named 'key'
fileio.c:2297: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2297: error: 'struct indexed_file' has no member named 'key'
fileio.c:2297: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2297: error: 'struct indexed_file' has no member named 'key'
fileio.c:2299: error: 'struct indexed_file' has no member named 'last_dupno'
fileio.c: In function 'indexed_read':
fileio.c:2534: error: 'struct indexed_file' has no member named 'data'
fileio.c:2535: error: 'struct indexed_file' has no member named 'data'
fileio.c:2535: error: 'struct indexed_file' has no member named 'data'
fileio.c:2535: error: 'struct indexed_file' has no member named 'data'
fileio.c:2535: error: 'struct indexed_file' has no member named 'data'
fileio.c:2535: error: 'struct indexed_file' has no member named 'data'
fileio.c:2535: error: 'struct indexed_file' has no member named 'data'
fileio.c:2535: error: 'struct indexed_file' has no member named 'data'
fileio.c:2535: error: 'struct indexed_file' has no member named 'data'
fileio.c:2535: error: 'struct indexed_file' has no member named 'data'
fileio.c:2535: error: 'struct indexed_file' has no member named 'data'
fileio.c:2535: error: 'struct indexed_file' has no member named 'data'
fileio.c:2535: error: 'struct indexed_file' has no member named 'data'
fileio.c: In function 'indexed_read_next':
fileio.c:2794: error: 'R_NEXT' undeclared (first use in this function)
fileio.c:2806: error: 'R_LAST' undeclared (first use in this function)
fileio.c:2808: error: 'R_PREV' undeclared (first use in this function)
fileio.c:2811: error: 'R_FIRST' undeclared (first use in this function)
fileio.c:2823: error: 'struct indexed_file' has no member named 'data'
fileio.c:2836: error: 'struct indexed_file' has no member named 'key'
fileio.c:2837: error: 'struct indexed_file' has no member named 'key'
fileio.c:2837: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2841: error: 'struct indexed_file' has no member named 'db'
fileio.c:2841: error: 'struct indexed_file' has no member named 'db'
fileio.c:2841: error: 'struct indexed_file' has no member named 'key'
fileio.c:2841: error: 'struct indexed_file' has no member named 'data'
fileio.c:2845: error: 'struct indexed_file' has no member named 'data'
fileio.c:2845: error: 'struct indexed_file' has no member named 'data'
fileio.c:2845: error: 'struct indexed_file' has no member named 'data'
fileio.c:2845: error: 'struct indexed_file' has no member named 'data'
fileio.c:2847: error: 'struct indexed_file' has no member named 'key'
fileio.c:2847: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2847: error: 'struct indexed_file' has no member named 'key'
fileio.c:2848: error: 'struct indexed_file' has no member named 'last_dupno'
fileio.c:2852: error: 'struct indexed_file' has no member named 'db'
fileio.c:2852: error: 'struct indexed_file' has no member named 'db'
fileio.c:2852: error: 'struct indexed_file' has no member named 'key'
fileio.c:2852: error: 'struct indexed_file' has no member named 'data'
fileio.c:2854: error: 'struct indexed_file' has no member named 'data'
fileio.c:2854: error: 'struct indexed_file' has no member named 'data'
fileio.c:2854: error: 'struct indexed_file' has no member named 'data'
fileio.c:2854: error: 'struct indexed_file' has no member named 'data'
fileio.c:2857: error: 'struct indexed_file' has no member named 'key'
fileio.c:2857: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2857: error: 'struct indexed_file' has no member named 'key'
fileio.c:2858: error: 'struct indexed_file' has no member named 'last_dupno'
fileio.c:2859: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2859: error: 'struct indexed_file' has no member named 'data'
fileio.c:2864: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2864: error: 'struct indexed_file' has no member named 'data'
fileio.c:2867: error: 'struct indexed_file' has no member named 'key'
fileio.c:2868: error: 'struct indexed_file' has no member named 'key'
fileio.c:2868: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2869: error: 'struct indexed_file' has no member named 'db'
fileio.c:2869: error: 'struct indexed_file' has no member named 'db'
fileio.c:2869: error: 'struct indexed_file' has no member named 'key'
fileio.c:2869: error: 'struct indexed_file' has no member named 'data'
fileio.c:2906: error: 'struct indexed_file' has no member named 'key'
fileio.c:2907: error: 'struct indexed_file' has no member named 'key'
fileio.c:2907: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2911: error: 'struct indexed_file' has no member named 'db'
fileio.c:2911: error: 'struct indexed_file' has no member named 'db'
fileio.c:2911: error: 'struct indexed_file' has no member named 'key'
fileio.c:2911: error: 'struct indexed_file' has no member named 'data'
fileio.c:2911: error: 'R_CURSOR' undeclared (first use in this function)
fileio.c:2930: error: 'struct indexed_file' has no member named 'key'
fileio.c:2930: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2930: error: 'struct indexed_file' has no member named 'key'
fileio.c:2932: error: 'struct indexed_file' has no member named 'data'
fileio.c:2932: error: 'struct indexed_file' has no member named 'data'
fileio.c:2932: error: 'struct indexed_file' has no member named 'data'
fileio.c:2932: error: 'struct indexed_file' has no member named 'data'
fileio.c:2934: error: 'struct indexed_file' has no member named 'key'
fileio.c:2934: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2934: error: 'struct indexed_file' has no member named 'key'
fileio.c:2935: error: 'struct indexed_file' has no member named 'last_dupno'
fileio.c:2939: error: 'struct indexed_file' has no member named 'db'
fileio.c:2939: error: 'struct indexed_file' has no member named 'db'
fileio.c:2939: error: 'struct indexed_file' has no member named 'key'
fileio.c:2939: error: 'struct indexed_file' has no member named 'data'
fileio.c:2941: error: 'struct indexed_file' has no member named 'data'
fileio.c:2941: error: 'struct indexed_file' has no member named 'data'
fileio.c:2941: error: 'struct indexed_file' has no member named 'data'
fileio.c:2941: error: 'struct indexed_file' has no member named 'data'
fileio.c:2959: error: 'struct indexed_file' has no member named 'key'
fileio.c:2959: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:2959: error: 'struct indexed_file' has no member named 'key'
fileio.c:2960: error: 'struct indexed_file' has no member named 'last_dupno'
fileio.c:2986: error: 'struct indexed_file' has no member named 'db'
fileio.c:2986: error: 'struct indexed_file' has no member named 'db'
fileio.c:2986: error: 'struct indexed_file' has no member named 'key'
fileio.c:2986: error: 'struct indexed_file' has no member named 'data'
fileio.c:3003: error: 'struct indexed_file' has no member named 'key'
fileio.c:3003: error: 'struct indexed_file' has no member named 'key'
fileio.c:3003: error: 'struct indexed_file' has no member named 'key'
fileio.c:3003: error: 'struct indexed_file' has no member named 'key'
fileio.c:3003: error: 'struct indexed_file' has no member named 'key'
fileio.c:3003: error: 'struct indexed_file' has no member named 'key'
fileio.c:3003: error: 'struct indexed_file' has no member named 'key'
fileio.c:3003: error: 'struct indexed_file' has no member named 'key'
fileio.c:3003: error: 'struct indexed_file' has no member named 'key'
fileio.c:3003: error: 'struct indexed_file' has no member named 'key'
fileio.c:3003: error: 'struct indexed_file' has no member named 'key'
fileio.c:3003: error: 'struct indexed_file' has no member named 'key'
fileio.c:3005: error: 'struct indexed_file' has no member named 'data'
fileio.c:3005: error: 'struct indexed_file' has no member named 'data'
fileio.c:3005: error: 'struct indexed_file' has no member named 'data'
fileio.c:3005: error: 'struct indexed_file' has no member named 'data'
fileio.c:3007: error: 'struct indexed_file' has no member named 'key'
fileio.c:3007: error: 'struct indexed_file' has no member named 'data'
fileio.c:3008: error: 'struct indexed_file' has no member named 'key'
fileio.c:3009: error: 'struct indexed_file' has no member named 'db'
fileio.c:3009: error: 'struct indexed_file' has no member named 'db'
fileio.c:3009: error: 'struct indexed_file' has no member named 'key'
fileio.c:3009: error: 'struct indexed_file' has no member named 'data'
fileio.c:3048: error: 'struct indexed_file' has no member named 'key'
fileio.c:3048: error: 'struct indexed_file' has no member named 'key'
fileio.c:3048: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:3048: error: 'struct indexed_file' has no member named 'key'
fileio.c:3048: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:3048: error: 'struct indexed_file' has no member named 'key'
fileio.c:3048: error: 'struct indexed_file' has no member named 'key'
fileio.c:3048: error: 'struct indexed_file' has no member named 'key'
fileio.c:3048: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:3048: error: 'struct indexed_file' has no member named 'key'
fileio.c:3048: error: 'struct indexed_file' has no member named 'key'
fileio.c:3048: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:3048: error: 'struct indexed_file' has no member named 'key'
fileio.c:3048: error: 'struct indexed_file' has no member named 'key'
fileio.c:3048: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:3048: error: 'struct indexed_file' has no member named 'key'
fileio.c:3048: error: 'struct indexed_file' has no member named 'key'
fileio.c:3050: error: 'struct indexed_file' has no member named 'last_readkey' fileio.c:3050: error: 'struct indexed_file' has no member named 'last_readkey' fileio.c:3050: error: 'struct indexed_file' has no member named 'last_readkey' fileio.c:3050: error: 'struct indexed_file' has no member named 'last_readkey' fileio.c:3050: error: 'struct indexed_file' has no member named 'last_readkey' fileio.c:3052: error: 'struct indexed_file' has no member named 'last_readkey' fileio.c:3052: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:3052: error: 'struct indexed_file' has no member named 'key'
fileio.c:3052: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:3052: error: 'struct indexed_file' has no member named 'key'
fileio.c:3052: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:3052: error: 'struct indexed_file' has no member named 'key'
fileio.c:3052: error: 'struct indexed_file' has no member named 'last_readkey'
fileio.c:3052: error: 'struct indexed_file' has no member named 'key'
fileio.c:3054: error: 'struct indexed_file' has no member named 'last_dupno'
fileio.c:3068: error: 'struct indexed_file' has no member named 'data'
fileio.c:3069: error: 'struct indexed_file' has no member named 'data'
fileio.c:3069: error: 'struct indexed_file' has no member named 'data'
fileio.c:3069: error: 'struct indexed_file' has no member named 'data'
fileio.c:3069: error: 'struct indexed_file' has no member named 'data'
fileio.c:3069: error: 'struct indexed_file' has no member named 'data'
fileio.c:3069: error: 'struct indexed_file' has no member named 'data'
fileio.c:3069: error: 'struct indexed_file' has no member named 'data'
fileio.c:3069: error: 'struct indexed_file' has no member named 'data'
fileio.c:3069: error: 'struct indexed_file' has no member named 'data'
fileio.c:3069: error: 'struct indexed_file' has no member named 'data'
fileio.c:3069: error: 'struct indexed_file' has no member named 'data'
fileio.c:3069: error: 'struct indexed_file' has no member named 'data'
fileio.c: In function 'get_dupno':
fileio.c:3084: error: 'struct indexed_file' has no member named 'key'
fileio.c:3084: error: 'struct indexed_file' has no member named 'key'
fileio.c:3085: error: 'struct indexed_file' has no member named 'key'
fileio.c:3085: error: 'struct indexed_file' has no member named 'key'
fileio.c:3085: error: 'struct indexed_file' has no member named 'key'
fileio.c:3085: error: 'struct indexed_file' has no member named 'key'
fileio.c:3085: error: 'struct indexed_file' has no member named 'key'
fileio.c:3085: error: 'struct indexed_file' has no member named 'key'
fileio.c:3085: error: 'struct indexed_file' has no member named 'key'
fileio.c:3085: error: 'struct indexed_file' has no member named 'key'
fileio.c:3085: error: 'struct indexed_file' has no member named 'key'
fileio.c:3085: error: 'struct indexed_file' has no member named 'key'
fileio.c:3085: error: 'struct indexed_file' has no member named 'key'
fileio.c:3085: error: 'struct indexed_file' has no member named 'key'
fileio.c:3090: error: 'struct indexed_file' has no member named 'db'
fileio.c:3090: error: 'struct indexed_file' has no member named 'db'
fileio.c:3090: error: 'struct indexed_file' has no member named 'key'
fileio.c:3090: error: 'struct indexed_file' has no member named 'data'
fileio.c:3090: error: 'R_CURSOR' undeclared (first use in this function)
fileio.c:3092: error: 'struct indexed_file' has no member named 'key'
fileio.c:3092: error: 'struct indexed_file' has no member named 'key'
fileio.c:3093: error: 'struct indexed_file' has no member named 'data'
fileio.c:3093: error: 'struct indexed_file' has no member named 'data'
fileio.c:3093: error: 'struct indexed_file' has no member named 'data'
fileio.c:3093: error: 'struct indexed_file' has no member named 'data'
fileio.c:3097: error: 'struct indexed_file' has no member named 'db'
fileio.c:3097: error: 'struct indexed_file' has no member named 'db'
fileio.c:3097: error: 'struct indexed_file' has no member named 'key'
fileio.c:3097: error: 'struct indexed_file' has no member named 'data'
fileio.c:3097: error: 'R_NEXT' undeclared (first use in this function)
fileio.c: In function 'check_alt_keys':
fileio.c:3116: error: 'struct indexed_file' has no member named 'key'
fileio.c:3116: error: 'struct indexed_file' has no member named 'key'
fileio.c:3117: error: 'struct indexed_file' has no member named 'db'
fileio.c:3117: error: 'struct indexed_file' has no member named 'db'
fileio.c:3117: error: 'struct indexed_file' has no member named 'key'
fileio.c:3117: error: 'struct indexed_file' has no member named 'data'
fileio.c:3120: error: 'struct indexed_file' has no member named 'data'
fileio.c: In function 'indexed_write_internal':
fileio.c:3168: error: 'struct indexed_file' has no member named 'key'
fileio.c:3168: error: 'struct indexed_file' has no member named 'key'
fileio.c:3185: error: 'struct indexed_file' has no member named 'data'
fileio.c:3186: error: 'struct indexed_file' has no member named 'data'
fileio.c:3187: error: 'struct indexed_file' has no member named 'db'
fileio.c:3187: error: 'struct indexed_file' has no member named 'db'
fileio.c:3187: error: 'struct indexed_file' has no member named 'key'
fileio.c:3187: error: 'struct indexed_file' has no member named 'data'
fileio.c:3187: error: 'R_NOOVERWRITE' undeclared (first use in this function)
fileio.c:3193: error: 'struct indexed_file' has no member named 'data'
fileio.c:3193: error: 'struct indexed_file' has no member named 'key'
fileio.c:3195: error: 'struct indexed_file' has no member named 'rewrite_sec_key'
fileio.c:3205: error: 'struct indexed_file' has no member named 'data'
fileio.c:3206: error: 'struct indexed_file' has no member named 'data'
fileio.c:3215: error: 'struct indexed_file' has no member named 'key'
fileio.c:3215: error: 'struct indexed_file' has no member named 'key'
fileio.c:3216: error: 'struct indexed_file' has no member named 'db'
fileio.c:3216: error: 'struct indexed_file' has no member named 'db'
fileio.c:3216: error: 'struct indexed_file' has no member named 'key'
fileio.c:3216: error: 'struct indexed_file' has no member named 'data'
fileio.c: In function 'indexed_write':
fileio.c:3292: error: 'struct indexed_file' has no member named 'key'
fileio.c:3292: error: 'struct indexed_file' has no member named 'key'
fileio.c:3294: error: 'struct indexed_file' has no member named 'key'
fileio.c:3296: error: 'struct indexed_file' has no member named 'key'
fileio.c:3296: error: 'struct indexed_file' has no member named 'key'
fileio.c:3299: error: 'struct indexed_file' has no member named 'key'
fileio.c:3299: error: 'struct indexed_file' has no member named 'key'
fileio.c:3299: error: 'struct indexed_file' has no member named 'key'
fileio.c:3299: error: 'struct indexed_file' has no member named 'key'
fileio.c:3299: error: 'struct indexed_file' has no member named 'key'
fileio.c:3299: error: 'struct indexed_file' has no member named 'key'
fileio.c:3299: error: 'struct indexed_file' has no member named 'key'
fileio.c:3299: error: 'struct indexed_file' has no member named 'key'
fileio.c:3299: error: 'struct indexed_file' has no member named 'key'
fileio.c:3299: error: 'struct indexed_file' has no member named 'key'
fileio.c:3299: error: 'struct indexed_file' has no member named 'key'
fileio.c:3299: error: 'struct indexed_file' has no member named 'key'
fileio.c: In function 'indexed_delete_internal':
fileio.c:3312: error: 'DBT' undeclared (first use in this function)
fileio.c:3312: error: expected ';' before 'prim_key'
fileio.c:3359: error: 'struct indexed_file' has no member named 'key'
fileio.c:3359: error: 'struct indexed_file' has no member named 'key'
fileio.c:3360: error: 'struct indexed_file' has no member named 'db'
fileio.c:3360: error: 'struct indexed_file' has no member named 'db'
fileio.c:3360: error: 'struct indexed_file' has no member named 'key'
fileio.c:3360: error: 'struct indexed_file' has no member named 'data'
fileio.c:3365: error: 'prim_key' undeclared (first use in this function)
fileio.c:3365: error: 'struct indexed_file' has no member named 'key'
fileio.c:3368: error: 'struct indexed_file' has no member named 'data'
fileio.c:3370: error: 'struct indexed_file' has no member named 'key'
fileio.c:3370: error: 'struct indexed_file' has no member named 'key'
fileio.c:3371: error: 'struct indexed_file' has no member named 'key'
fileio.c:3371: error: 'struct indexed_file' has no member named 'key'
fileio.c:3374: error: 'struct indexed_file' has no member named 'rewrite_sec_key'
fileio.c:3374: error: 'struct indexed_file' has no member named 'key'
fileio.c:3374: error: 'struct indexed_file' has no member named 'key'
fileio.c:3375: error: 'struct indexed_file' has no member named 'rewrite_sec_key'
fileio.c:3380: error: 'struct indexed_file' has no member named 'db'
fileio.c:3380: error: 'struct indexed_file' has no member named 'db'
fileio.c:3380: error: 'struct indexed_file' has no member named 'key'
fileio.c:3382: error: expected ';' before 'sec_key'
fileio.c:3388: error: 'struct indexed_file' has no member named 'db'
fileio.c:3388: error: 'struct indexed_file' has no member named 'db'
fileio.c:3388: error: 'struct indexed_file' has no member named 'key'
fileio.c:3388: error: 'struct indexed_file' has no member named 'data'
fileio.c:3388: error: 'R_CURSOR' undeclared (first use in this function)
fileio.c:3390: error: 'sec_key' undeclared (first use in this function)
fileio.c:3390: error: 'struct indexed_file' has no member named 'key'
fileio.c:3391: error: 'struct indexed_file' has no member named 'key'
fileio.c:3393: error: 'struct indexed_file' has no member named 'data'
fileio.c:3398: error: 'struct indexed_file' has no member named 'db'
fileio.c:3398: error: 'struct indexed_file' has no member named 'db'
fileio.c:3398: error: 'struct indexed_file' has no member named 'key'
fileio.c:3404: error: 'struct indexed_file' has no member named 'db'
fileio.c:3404: error: 'struct indexed_file' has no member named 'db'
fileio.c:3404: error: 'struct indexed_file' has no member named 'key'
fileio.c:3404: error: 'struct indexed_file' has no member named 'data'
fileio.c:3404: error: 'R_NEXT' undeclared (first use in this function)
fileio.c:3421: error: 'struct indexed_file' has no member named 'db'
fileio.c:3421: error: 'struct indexed_file' has no member named 'db'
fileio.c: In function 'indexed_rewrite':
fileio.c:3584: error: 'struct indexed_file' has no member named 'key'
fileio.c:3584: error: 'struct indexed_file' has no member named 'key'
make[2]: *** [libcob_la-fileio.lo] Error 1
make[2]: Leaving directory `/home/tc/open-cobol-1.1/libcob'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tc/open-cobol-1.1'
make: *** [all] Error 2
address@hidden:~/open-cobol-1.1$ exit

--- end of typescript ---


reply via email to

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