bug-gnucobol
[Top][All Lists]
Advanced

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

[open-cobol-list] Getting 100 per cent failures when "make check" is run


From: Larry Cullen
Subject: [open-cobol-list] Getting 100 per cent failures when "make check" is run.
Date: Fri, 01 Aug 2008 14:24:58 -0500
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)

Greetings,

I downloaded the latest Version 1.1 pre-release last night and built it.

I'm running on Windows Vista using good ole Cygwin.

When it can time to "make check" I got a slew of failures. In fact I
don't know that any of the tests passed.

I've attached the three log files that I found in the "tests" subdirectory. Wished that there was more that I could do, but I'm not a great C programmer.

I went ahead and ran the "make install" anyway; the compiler seems to be working O.K.

Thanks,

Larry C.










## ---------------------------------------------- ##
## OpenCOBOL 1.1 test suite: Data Representation. ##
## ---------------------------------------------- ##

data-rep: command line was:
  $ /home/larry/open-cobol-1.1/tests/data-rep 

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

data-rep: ../bin/ChangeLog:
| 2007-12-27  Roger While <address@hidden>
| 
|       ** Mark 1.0 RELEASE
| 
| 2006-10-23  Roger While <address@hidden>
| 
|       * Makefile.am : Remove gcc options
| 
| 2005-12-31  Roger While <address@hidden>
| 

data-rep: ../ChangeLog:
| 2008-07-05  Roger While <address@hidden>
| 
|       * configure.ac : No need to check for regex or mvgetnstr
| 
| 2008-04-16  Roger While <address@hidden>
| 
|       * configure.ac : Add in "copy" directory for OC supplied COPY elements
| 
| 2008-01-03  Roger While <address@hidden>
| 

data-rep: ../cobc/ChangeLog:
| 2008-07-31  Roger While <address@hidden>
| 
|       * parser.y : FOREGROUND/BACKGROUND must be propogated from parent
| 
| 2008-07-28  Roger While <address@hidden>
| 
|       * typeck.c : Check min/max values on BINARY-xxx/COMP-5/COMP-X properly
| 
| 2008-07-26  Roger While <address@hidden>
| 

data-rep: ../config/ChangeLog:
| 2007-12-27  Roger While <address@hidden>
| 
|       ** Mark 1.0 RELEASE
| 
| 2007-08-23  Roger While <address@hidden>
| 
|       * Remove deprecated v023.conf
|         Remove display-sign
| 
| 2007-01-29  Roger While <address@hidden>

data-rep: ../copy/ChangeLog:
| 2008-07-05  Roger While <address@hidden>
| 
|       * Extend screenio.cpy
| 2008-06-24  Roger While <address@hidden>
| 
|       * Add screenio.cpy
| 
| 2008-04-16  Roger While <address@hidden>
| 
|       * New directory "copy" for OC supplied COPY elements

data-rep: ../lib/ChangeLog:
| 2007-12-27  Roger While <address@hidden>
| 
|       ** Mark 1.0 RELEASE
| 
| 2006-10-23  Roger While <address@hidden>
| 
|       * Prototype in dummymac.c
| 
| 2005-10-25  Roger While <address@hidden>
| 

data-rep: ../libcob/ChangeLog:
| 2008-07-21  Roger While <address@hidden>
| 
|       * screenio.c : Do not display SECURE items
|       * General : Cleanup, do early malloc initializations
| 
| 2008-07-19  Roger While <address@hidden>
| 
|       * General : Tidy up syntax
|       * intrinsic.c : Optimize field generation
| 

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

data-rep: ../tests/ChangeLog:
| 2008-07-02  Roger While <address@hidden>
| 
|       * General for all OC tests - Cater for activated END-xxx checking
| 
| 2008-05-23  Roger While <address@hidden>
| 
|       * Due to display POINTER changes, ignore output from POINTER datarep 
test
| 
| 2008-03-25  Roger While <address@hidden>
| 

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

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

hostname = larrys-laptop
uname -m = i686
uname -r = 1.5.25(0.156/4/2)
uname -s = CYGWIN_NT-6.0
uname -v = 2008-06-12 19:34

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

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

PATH: /home/larry/open-cobol-1.1/tests
PATH: /home/larry/open-cobol-1.1/cobc
PATH: /home/larry/open-cobol-1.1/bin
PATH: /home/larry/open-cobol-1.1/libcob/.libs
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /cygdrive/c/Windows/system32
PATH: /cygdrive/c/Windows
PATH: /cygdrive/c/Windows/System32/Wbem
PATH: /cygdrive/c/Program Files/Common Files/GTK/2.0/bin
PATH: /cygdrive/c/Program Files/QuickTime/QTSystem
PATH: /cygdrive/c/Python25
PATH: /cygdrive/c/Program Files/Common Files/Adobe/AGL
PATH: /cygdrive/c/MinGW/bin

data-rep: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
| 
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/home/larry/open-cobol-1.1/tests'
| at_srcdir='.'
| abs_srcdir='/home/larry/open-cobol-1.1/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/home/larry/open-cobol-1.1/tests/..'
| at_top_builddir='../'
| abs_top_builddir='/home/larry/open-cobol-1.1/tests/../.'
| 
| AUTOTEST_PATH='tests'
| 
| SHELL=${CONFIG_SHELL-'/bin/sh'}

data-rep: atlocal:
| CC="gcc"
| SHREXT="dll"
| SHROPT="-shared  -DDLL_EXPORT -DPIC  -O2  -march=i686 -mtune=pentium4 
-finline-functions -fomit-frame-pointer -fsigned-char -Wall -Wwrite-strings 
-Wmissing-prototypes -Wno-format-y2k "
| COB_BIGENDIAN="no"
| 
PATH="${abs_top_builddir}/cobc:${abs_top_builddir}/bin:${abs_top_builddir}/libcob/.libs:${PATH}"
| COBC="${abs_top_builddir}/cobc/cobc"
| COBCRUN="${abs_top_builddir}/bin/cobcrun"
| 
| TEMPLATE="${abs_srcdir}/data-rep.src"
| 
| FLAGS="-std=cobol2002 -debug -Wall ${COBOL_FLAGS}"
| COMPILE="${COBC} -x ${FLAGS}"
| COMPILE_ONLY="${COBC} -fsyntax-only ${FLAGS}"
| COMPILE_MODULE="${COBC} -m ${FLAGS}"
| 
| export COB_CFLAGS="-I${abs_top_srcdir} -I/usr/local/include    "
| export COB_LDFLAGS="-L${abs_top_builddir}/libcob/.libs "
| export COB_LIBS="-L${abs_top_builddir}/libcob/.libs -lcob -lm -lgmp -lintl 
-lncurses -ldb"
| export COB_CONFIG_DIR="${abs_top_srcdir}/config"
| export COB_COPY_DIR="${abs_top_srcdir}/copy"
| export LD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$LD_LIBRARY_PATH"
| export DYLD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$DYLD_LIBRARY_PATH"
| export SHLIB_PATH="${abs_top_builddir}/libcob/.libs:$SHLIB_PATH"
| export LIBPATH="${abs_top_builddir}/libcob/.libs:$LIBPATH"
| 

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

data-rep.at:21: /home/larry/open-cobol-1.1/cobc/cobc --version
cobc (OpenCOBOL) 1.1.0
Built    Jul 31 2008 20:32:01
Packaged Thu Jul 31 18:18:33 CEST 2008
Copyright (C) 2001-2008 Keisuke Nishida / Roger While

## ------------------ ##
## Running the tests. ##
## ------------------ ##
data-rep: starting at: Thu Jul 31 20:59:25 CDT 2008
data-rep: ending at: Thu Jul 31 20:59:59 CDT 2008
data-rep: test suite duration: 0h 0m 34s

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

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

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

 NUM: FILENAME:LINE      TEST-GROUP-NAME
      KEYWORDS

   1: binary.at:23       BINARY: 2-4-8 big-endian
   2: binary.at:207      BINARY: 2-4-8 native
   3: binary.at:396      BINARY: 1-2-4-8 big-endian
   4: binary.at:580      BINARY: 1-2-4-8 native
   5: binary.at:770      BINARY: 1--8 big-endian
   6: binary.at:954      BINARY: 1--8 native
   7: binary.at:1144     BINARY: full-print
   8: display.at:22      DISPLAY: Sign ascii
   9: display.at:121     DISPLAY: Sign ebcdic
  10: packed.at:25       PACKED-DECIMAL dump
  11: packed.at:160      PACKED-DECIMAL display
  12: packed.at:207      PACKED-DECIMAL move
  13: packed.at:256      PACKED-DECIMAL arithmetic (1)
  14: packed.at:291      PACKED-DECIMAL arithmetic (2)
  15: packed.at:324      PACKED-DECIMAL numeric test
  16: pointer.at:22      POINTER: display

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

1. binary.at:23: testing ...
binary.at:44: ${CC} ${SHROPT} -o dump.${SHREXT} dump.c
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stderr: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stdout: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 1. binary.at:23: 1. BINARY: 2-4-8 
big-endian (binary.at:23): FAILED (binary.at:44)

2. binary.at:207: testing ...
binary.at:232: ${CC} ${SHROPT} -o dump.${SHREXT} dump.c
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stderr: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stdout: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 2. binary.at:207: 2. BINARY: 
2-4-8 native (binary.at:207): FAILED (binary.at:232)

3. binary.at:396: testing ...
binary.at:417: ${CC} ${SHROPT} -o dump.${SHREXT} dump.c
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stderr: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stdout: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 3. binary.at:396: 3. BINARY: 
1-2-4-8 big-endian (binary.at:396): FAILED (binary.at:417)

4. binary.at:580: testing ...
binary.at:605: ${CC} ${SHROPT} -o dump.${SHREXT} dump.c
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stderr: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stdout: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 4. binary.at:580: 4. BINARY: 
1-2-4-8 native (binary.at:580): FAILED (binary.at:605)

5. binary.at:770: testing ...
binary.at:791: ${CC} ${SHROPT} -o dump.${SHREXT} dump.c
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stderr: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stdout: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 5. binary.at:770: 5. BINARY: 1--8 
big-endian (binary.at:770): FAILED (binary.at:791)

6. binary.at:954: testing ...
binary.at:979: ${CC} ${SHROPT} -o dump.${SHREXT} dump.c
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stderr: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stdout: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 6. binary.at:954: 6. BINARY: 1--8 
native (binary.at:954): FAILED (binary.at:979)

7. binary.at:1144: testing ...
binary.at:1154: ${COMPILE} -conf=test.conf -o prog prog.cob
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stderr: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stdout: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 7. binary.at:1144: 7. BINARY: 
full-print (binary.at:1144): FAILED (binary.at:1154)

8. display.at:22: testing ...
display.at:63: ${COMPILE} -fsign-ascii -o prog prog.cob
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stderr: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stdout: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 8. display.at:22: 8. DISPLAY: 
Sign ascii (display.at:22): FAILED (display.at:63)

9. display.at:121: testing ...
display.at:160: ${COMPILE} -fsign-ebcdic -o prog prog.cob
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stderr: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stdout: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 9. display.at:121: 9. DISPLAY: 
Sign ebcdic (display.at:121): FAILED (display.at:160)

10. packed.at:25: testing ...
packed.at:40: ${CC} ${SHROPT} -o dump.${SHREXT} dump.c
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stderr: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stdout: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 10. packed.at:25: 10. 
PACKED-DECIMAL dump (packed.at:25): FAILED (packed.at:40)

11. packed.at:160: testing ...
packed.at:191: ${COMPILE} prog.cob
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stderr: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stdout: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 11. packed.at:160: 11. 
PACKED-DECIMAL display (packed.at:160): FAILED (packed.at:191)

12. packed.at:207: testing ...
packed.at:240: ${COMPILE} prog.cob
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stderr: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stdout: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 12. packed.at:207: 12. 
PACKED-DECIMAL move (packed.at:207): FAILED (packed.at:240)

13. packed.at:256: testing ...
packed.at:279: ${COMPILE} prog.cob
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stderr: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stdout: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 13. packed.at:256: 13. 
PACKED-DECIMAL arithmetic (1) (packed.at:256): FAILED (packed.at:279)

14. packed.at:291: testing ...
packed.at:313: ${COMPILE} prog.cob
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stderr: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stdout: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 14. packed.at:291: 14. 
PACKED-DECIMAL arithmetic (2) (packed.at:291): FAILED (packed.at:313)

15. packed.at:324: testing ...
packed.at:444: ${COMPILE} prog.cob
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stderr: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stdout: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 15. packed.at:324: 15. 
PACKED-DECIMAL numeric test (packed.at:324): FAILED (packed.at:444)

16. pointer.at:22: testing ...
pointer.at:39: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stderr: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/data-rep.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/data-rep.dir/at-stdout: No such file or 
directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 16. pointer.at:22: 16. POINTER: 
display (pointer.at:22): FAILED (pointer.at:39)


## -------------- ##
## ..//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 = larrys-laptop
| uname -m = i686
| uname -r = 1.5.25(0.156/4/2)
| uname -s = CYGWIN_NT-6.0
| uname -v = 2008-06-12 19:34
| 
| /usr/bin/uname -p = unknown
| /bin/uname -X     = unknown
| 
| /bin/arch              = i686
| /usr/bin/arch -k       = unknown
| /usr/convex/getsysinfo = unknown
| hostinfo               = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
| 
| PATH: /usr/local/bin
| PATH: /usr/bin
| PATH: /bin
| PATH: /usr/X11R6/bin
| PATH: /cygdrive/c/Program Files/PHP/
| PATH: /cygdrive/c/Windows/system32
| PATH: /cygdrive/c/Windows
| PATH: /cygdrive/c/Windows/System32/Wbem
| PATH: /cygdrive/c/Program Files/Common Files/GTK/2.0/bin
| PATH: /cygdrive/c/Program Files/QuickTime/QTSystem/
| PATH: /cygdrive/c/Program Files/Mono-1.2.5/bin/
| PATH: /cygdrive/c/Program Files/Mono-1.2.5/lib/
| PATH: /cygdrive/c/Program Files/FreeBASIC/
| PATH: /cygdrive/c/Python25
| PATH: /cygdrive/c/Program Files/Common Files/Adobe/AGL
| PATH: /cygdrive/c/MinGW/bin
| PATH: /cygdrive/c/Program Files/TinyCOBOL
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:1594: checking for a BSD-compatible install
| configure:1649: result: /usr/bin/install -c
| configure:1660: checking whether build environment is sane
| configure:1703: result: yes
| configure:1768: checking for gawk
| configure:1784: found /usr/bin/gawk
| configure:1794: result: gawk
| configure:1804: checking whether make sets $(MAKE)
| configure:1824: result: yes
| configure:1992: checking whether to enable maintainer-specific portions of 
Makefiles
| configure:2001: result: no
| configure:2135: checking for gcc
| configure:2151: found /usr/bin/gcc
| configure:2161: result: gcc
| configure:2405: checking for C compiler version
| configure:2408: gcc --version </dev/null >&5
| gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
| Copyright (C) 2004 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
| 
| configure:2411: $? = 0
| configure:2413: gcc -v </dev/null >&5
| Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
| Configured with: /usr/build/package/orig/test.respin/gcc-3.4.4-3/configure 
--verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib 
--libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info 
--enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls 
--without-included-gettext --enable-version-specific-runtime-libs --without-x 
--enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter 
--disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm 
--disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization 
--enable-libstdcxx-debug
| Thread model: posix
| gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
| configure:2416: $? = 0
| configure:2418: gcc -V </dev/null >&5
| gcc: `-V' option must have argument
| configure:2421: $? = 1
| configure:2444: checking for C compiler default output file name
| configure:2447: gcc    conftest.c  >&5
| configure:2450: $? = 0
| configure:2496: result: a.exe
| configure:2501: checking whether the C compiler works
| configure:2507: ./a.exe
| configure:2510: $? = 0
| configure:2527: result: yes
| configure:2534: checking whether we are cross compiling
| configure:2536: result: no
| configure:2539: checking for suffix of executables
| configure:2541: gcc -o conftest.exe    conftest.c  >&5
| configure:2544: $? = 0
| configure:2569: result: .exe
| configure:2575: checking for suffix of object files
| configure:2596: gcc -c   conftest.c >&5
| configure:2599: $? = 0
| configure:2621: result: o
| configure:2625: checking whether we are using the GNU C compiler
| configure:2649: gcc -c   conftest.c >&5
| configure:2655: $? = 0
| configure:2659: test -z 
|                        || test ! -s conftest.err
| configure:2662: $? = 0
| configure:2665: test -s conftest.o
| configure:2668: $? = 0
| configure:2681: result: yes
| configure:2687: checking whether gcc accepts -g
| configure:2708: gcc -c -g  conftest.c >&5
| configure:2714: $? = 0
| configure:2718: test -z 
|                        || test ! -s conftest.err
| configure:2721: $? = 0
| configure:2724: test -s conftest.o
| configure:2727: $? = 0
| configure:2738: result: yes
| configure:2755: checking for gcc option to accept ANSI C
| configure:2825: gcc  -c -g -O2  conftest.c >&5
| configure:2831: $? = 0
| configure:2835: test -z 
|                        || test ! -s conftest.err
| configure:2838: $? = 0
| configure:2841: test -s conftest.o
| configure:2844: $? = 0
| configure:2862: result: none needed
| configure:2880: gcc -c -g -O2  conftest.c >&5
| conftest.c:2: error: parse error before "me"
| configure:2886: $? = 1
| configure: failed program was:
| | #ifndef __cplusplus
| |   choke me
| | #endif
| configure:3030: checking for style of include used by make
| configure:3058: result: GNU
| configure:3086: checking dependency style of gcc
| configure:3176: result: gcc3
| configure:3198: checking how to run the C preprocessor
| configure:3233: gcc -E  conftest.c
| configure:3239: $? = 0
| configure:3271: gcc -E  conftest.c
| conftest.c:13:28: ac_nonexistent.h: No such file or directory
| configure:3277: $? = 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 COB_DEBUG 1
| | #define __USE_STRING_INLINES 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3316: result: gcc -E
| configure:3340: gcc -E  conftest.c
| configure:3346: $? = 0
| configure:3378: gcc -E  conftest.c
| conftest.c:13:28: ac_nonexistent.h: No such file or directory
| configure:3384: $? = 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 COB_DEBUG 1
| | #define __USE_STRING_INLINES 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3427: checking for egrep
| configure:3437: result: grep -E
| configure:3476: checking for ANSI C header files
| configure:3501: gcc -c -g -O2  conftest.c >&5
| configure:3507: $? = 0
| configure:3511: test -z 
|                        || test ! -s conftest.err
| configure:3514: $? = 0
| configure:3517: test -s conftest.o
| configure:3520: $? = 0
| configure:3609: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:3612: $? = 0
| configure:3614: ./conftest.exe
| configure:3617: $? = 0
| configure:3632: result: yes
| configure:3656: checking for sys/types.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for sys/stat.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for stdlib.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for string.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for memory.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for strings.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for inttypes.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for stdint.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for unistd.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:4568: checking whether ln -s works
| configure:4572: result: yes
| configure:4592: checking for a BSD-compatible install
| configure:4647: result: /usr/bin/install -c
| configure:4740: checking build system type
| configure:4758: result: i686-pc-cygwin
| configure:4766: checking host system type
| configure:4780: result: i686-pc-cygwin
| configure:4788: checking for a sed that does not truncate output
| configure:4844: result: /usr/bin/sed
| configure:4858: checking for ld used by gcc
| configure:4925: result: /usr/i686-pc-cygwin/bin/ld.exe
| configure:4934: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is 
GNU ld
| configure:4949: result: yes
| configure:4954: checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload 
object files
| configure:4961: result: -r
| configure:4979: checking for BSD-compatible nm
| configure:5028: result: /usr/bin/nm -B
| configure:5032: checking how to recognize dependent libraries
| configure:5218: result: file_magic ^x86 archive import|^x86 DLL
| configure:5492: checking for dlltool
| configure:5508: found /usr/bin/dlltool
| configure:5519: result: dlltool
| configure:5572: checking for as
| configure:5588: found /usr/bin/as
| configure:5599: result: as
| configure:5652: checking for objdump
| configure:5668: found /usr/bin/objdump
| configure:5679: result: objdump
| configure:5712: checking dlfcn.h usability
| configure:5724: gcc -c -g -O2  conftest.c >&5
| configure:5730: $? = 0
| configure:5734: test -z 
|                        || test ! -s conftest.err
| configure:5737: $? = 0
| configure:5740: test -s conftest.o
| configure:5743: $? = 0
| configure:5753: result: yes
| configure:5757: checking dlfcn.h presence
| configure:5767: gcc -E  conftest.c
| configure:5773: $? = 0
| configure:5793: result: yes
| configure:5828: checking for dlfcn.h
| configure:5835: result: yes
| configure:6091: checking the maximum length of command line arguments
| configure:6203: result: 8192
| configure:6215: checking command to parse /usr/bin/nm -B output from gcc 
object
| configure:6320: gcc -c -g -O2  conftest.c >&5
| configure:6323: $? = 0
| configure:6327: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[        
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
| configure:6330: $? = 0
| cannot find nm_test_var in conftest.nm
| configure:6320: gcc -c -g -O2  conftest.c >&5
| configure:6323: $? = 0
| configure:6327: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[        
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
| configure:6330: $? = 0
| configure:6382: gcc -o conftest.exe -g -O2   conftest.c conftstm.o >&5
| configure:6385: $? = 0
| configure:6423: result: ok
| configure:6427: checking for objdir
| configure:6442: result: .libs
| configure:6532: checking for ar
| configure:6548: found /usr/bin/ar
| configure:6559: result: ar
| configure:6612: checking for ranlib
| configure:6628: found /usr/bin/ranlib
| configure:6639: result: ranlib
| configure:6692: checking for strip
| configure:6708: found /usr/bin/strip
| configure:6719: result: strip
| configure:6991: checking if gcc supports -fno-rtti -fno-exceptions
| configure:7009: 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:7013: $? = 0
| configure:7026: result: no
| configure:7041: checking for gcc option to produce PIC
| configure:7273: result: -DDLL_EXPORT
| configure:7281: checking if gcc PIC flag -DDLL_EXPORT works
| configure:7299: gcc -c -g -O2  -DDLL_EXPORT -DPIC conftest.c >&5
| configure:7303: $? = 0
| configure:7316: result: yes
| configure:7344: checking if gcc static flag -static works
| configure:7372: result: yes
| configure:7382: checking if gcc supports -c -o file.o
| configure:7403: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
| configure:7407: $? = 0
| configure:7429: result: yes
| configure:7455: checking whether the gcc linker 
(/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
| configure:8439: result: yes
| configure:8460: checking whether -lc should be explicitly linked in
| configure:8465: gcc -c -g -O2  conftest.c >&5
| configure:8468: $? = 0
| configure:8483: gcc -shared conftest.o  -v -o ./conftest 
-Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| 
grep  -lc  \>/dev/null 2\>\&1
| configure:8486: $? = 1
| configure:8498: result: yes
| configure:8506: checking dynamic linker characteristics
| configure:9108: result: Win32 ld.exe
| configure:9117: checking how to hardcode library paths into programs
| configure:9142: result: immediate
| configure:9156: checking whether stripping libraries is possible
| configure:9161: result: yes
| configure:9778: checking whether a program can dlopen itself
| configure:9852: gcc -o conftest.exe -g -O2  -DHAVE_DLFCN_H  
-Wl,--export-dynamic conftest.c   >&5
| configure:9855: $? = 0
| configure:9873: result: no
| configure:9996: checking if libtool supports shared libraries
| configure:9998: result: yes
| configure:10001: checking whether to build shared libraries
| configure:10022: result: yes
| configure:10025: checking whether to build static libraries
| configure:10029: result: yes
| configure:10122: creating libtool
| configure:19326: checking whether make sets $(MAKE)
| configure:19346: result: yes
| configure:19357: checking for ANSI C header files
| configure:19513: result: yes
| configure:19538: checking for stdint.h
| configure:19543: result: yes
| configure:19538: checking for sys/types.h
| configure:19543: result: yes
| configure:19547: checking signal.h usability
| configure:19559: gcc -c -g -O2  conftest.c >&5
| configure:19565: $? = 0
| configure:19569: test -z 
|                        || test ! -s conftest.err
| configure:19572: $? = 0
| configure:19575: test -s conftest.o
| configure:19578: $? = 0
| configure:19588: result: yes
| configure:19592: checking signal.h presence
| configure:19602: gcc -E  conftest.c
| configure:19608: $? = 0
| configure:19628: result: yes
| configure:19663: checking for signal.h
| configure:19670: result: yes
| configure:19547: checking fcntl.h usability
| configure:19559: gcc -c -g -O2  conftest.c >&5
| configure:19565: $? = 0
| configure:19569: test -z 
|                        || test ! -s conftest.err
| configure:19572: $? = 0
| configure:19575: test -s conftest.o
| configure:19578: $? = 0
| configure:19588: result: yes
| configure:19592: checking fcntl.h presence
| configure:19602: gcc -E  conftest.c
| configure:19608: $? = 0
| configure:19628: result: yes
| configure:19663: checking for fcntl.h
| configure:19670: result: yes
| configure:19547: checking malloc.h usability
| configure:19559: gcc -c -g -O2  conftest.c >&5
| configure:19565: $? = 0
| configure:19569: test -z 
|                        || test ! -s conftest.err
| configure:19572: $? = 0
| configure:19575: test -s conftest.o
| configure:19578: $? = 0
| configure:19588: result: yes
| configure:19592: checking malloc.h presence
| configure:19602: gcc -E  conftest.c
| configure:19608: $? = 0
| configure:19628: result: yes
| configure:19663: checking for malloc.h
| configure:19670: result: yes
| configure:19547: checking locale.h usability
| configure:19559: gcc -c -g -O2  conftest.c >&5
| configure:19565: $? = 0
| configure:19569: test -z 
|                        || test ! -s conftest.err
| configure:19572: $? = 0
| configure:19575: test -s conftest.o
| configure:19578: $? = 0
| configure:19588: result: yes
| configure:19592: checking locale.h presence
| configure:19602: gcc -E  conftest.c
| configure:19608: $? = 0
| configure:19628: result: yes
| configure:19663: checking for locale.h
| configure:19670: result: yes
| configure:19547: checking stddef.h usability
| configure:19559: gcc -c -g -O2  conftest.c >&5
| configure:19565: $? = 0
| configure:19569: test -z 
|                        || test ! -s conftest.err
| configure:19572: $? = 0
| configure:19575: test -s conftest.o
| configure:19578: $? = 0
| configure:19588: result: yes
| configure:19592: checking stddef.h presence
| configure:19602: gcc -E  conftest.c
| configure:19608: $? = 0
| configure:19628: result: yes
| configure:19663: checking for stddef.h
| configure:19670: result: yes
| configure:19547: checking wchar.h usability
| configure:19559: gcc -c -g -O2  conftest.c >&5
| configure:19565: $? = 0
| configure:19569: test -z 
|                        || test ! -s conftest.err
| configure:19572: $? = 0
| configure:19575: test -s conftest.o
| configure:19578: $? = 0
| configure:19588: result: yes
| configure:19592: checking wchar.h presence
| configure:19602: gcc -E  conftest.c
| configure:19608: $? = 0
| configure:19628: result: yes
| configure:19663: checking for wchar.h
| configure:19670: result: yes
| configure:19538: checking for dlfcn.h
| configure:19543: result: yes
| configure:19547: checking sys/time.h usability
| configure:19559: gcc -c -g -O2  conftest.c >&5
| configure:19565: $? = 0
| configure:19569: test -z 
|                        || test ! -s conftest.err
| configure:19572: $? = 0
| configure:19575: test -s conftest.o
| configure:19578: $? = 0
| configure:19588: result: yes
| configure:19592: checking sys/time.h presence
| configure:19602: gcc -E  conftest.c
| configure:19608: $? = 0
| configure:19628: result: yes
| configure:19663: checking for sys/time.h
| configure:19670: result: yes
| configure:19685: checking for an ANSI C-conforming const
| configure:19752: gcc -c -g -O2  conftest.c >&5
| configure:19758: $? = 0
| configure:19762: test -z 
|                        || test ! -s conftest.err
| configure:19765: $? = 0
| configure:19768: test -s conftest.o
| configure:19771: $? = 0
| configure:19782: result: yes
| configure:19792: checking whether byte ordering is bigendian
| configure:19819: gcc -c -g -O2  conftest.c >&5
| configure:19825: $? = 0
| configure:19829: test -z 
|                        || test ! -s conftest.err
| configure:19832: $? = 0
| configure:19835: test -s conftest.o
| configure:19838: $? = 0
| configure:19862: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:46: error: `not' undeclared (first use in this function)
| conftest.c:46: error: (Each undeclared identifier is reported only once
| conftest.c:46: error: for each function it appears in.)
| conftest.c:46: error: parse error before "big"
| configure:19868: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | #include <sys/param.h>
| | 
| | int
| | main ()
| | {
| | #if BYTE_ORDER != BIG_ENDIAN
| |  not big endian
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:20003: result: no
| configure:20022: checking for size_t
| configure:20046: gcc -c -g -O2  conftest.c >&5
| configure:20052: $? = 0
| configure:20056: test -z 
|                        || test ! -s conftest.err
| configure:20059: $? = 0
| configure:20062: test -s conftest.o
| configure:20065: $? = 0
| configure:20076: result: yes
| configure:20088: checking whether struct tm is in sys/time.h or time.h
| configure:20111: gcc -c -g -O2  conftest.c >&5
| configure:20117: $? = 0
| configure:20121: test -z 
|                        || test ! -s conftest.err
| configure:20124: $? = 0
| configure:20127: test -s conftest.o
| configure:20130: $? = 0
| configure:20141: result: time.h
| configure:20152: checking for inline
| configure:20173: gcc -c -g -O2  conftest.c >&5
| configure:20179: $? = 0
| configure:20183: test -z 
|                        || test ! -s conftest.err
| configure:20186: $? = 0
| configure:20189: test -s conftest.o
| configure:20192: $? = 0
| configure:20204: result: inline
| configure:20234: checking for working alloca.h
| configure:20255: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20261: $? = 0
| configure:20265: test -z 
|                        || test ! -s conftest.err
| configure:20268: $? = 0
| configure:20271: test -s conftest.exe
| configure:20274: $? = 0
| configure:20286: result: yes
| configure:20296: checking for alloca
| configure:20337: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20343: $? = 0
| configure:20347: test -z 
|                        || test ! -s conftest.err
| configure:20350: $? = 0
| configure:20353: test -s conftest.exe
| configure:20356: $? = 0
| configure:20368: result: yes
| configure:20595: checking for vprintf
| configure:20652: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:66: warning: conflicting types for built-in function 'vprintf'
| configure:20658: $? = 0
| configure:20662: test -z 
|                        || test ! -s conftest.err
| configure:20665: $? = 0
| configure:20668: test -s conftest.exe
| configure:20671: $? = 0
| configure:20683: result: yes
| configure:20690: checking for _doprnt
| configure:20747: gcc -o conftest.exe -g -O2   conftest.c  >&5
| /cygdrive/c/Users/larry/AppData/Local/Temp/ccnaCptm.o: In function `main':
| /home/larry/open-cobol-1.1/conftest.c:83: undefined reference to `__doprnt'
| /home/larry/open-cobol-1.1/conftest.c:82: undefined reference to `__doprnt'
| collect2: ld returned 1 exit status
| configure:20753: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | /* end confdefs.h.  */
| | /* Define _doprnt to an innocuous variant, in case <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:20778: result: no
| configure:20808: checking for memmove
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:67: warning: conflicting types for built-in function 'memmove'
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for memset
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:68: warning: conflicting types for built-in function 'memset'
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for setlocale
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for fcntl
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for strerror
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for strcasecmp
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for strchr
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:73: warning: conflicting types for built-in function 'strchr'
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for strrchr
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:74: warning: conflicting types for built-in function 'strrchr'
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for strdup
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:75: warning: conflicting types for built-in function 'strdup'
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for strstr
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:76: warning: conflicting types for built-in function 'strstr'
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for strtol
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for gettimeofday
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20924: gcc -c -g -O2  conftest.c >&5
| configure:20930: $? = 0
| configure:20934: test -z 
|                        || test ! -s conftest.err
| configure:20937: $? = 0
| configure:20940: test -s conftest.o
| configure:20943: $? = 0
| configure:20997: checking for ld used by GCC
| configure:21061: result: /usr/i686-pc-cygwin/bin/ld.exe
| configure:21070: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is 
GNU ld
| configure:21083: result: yes
| configure:21089: checking for shared library run path origin
| configure:21102: result: done
| configure:21532: checking for iconv
| configure:21559: gcc -o conftest.exe -g -O2   conftest.c  >&5
| /cygdrive/c/Users/larry/AppData/Local/Temp/ccgn1Xn8.o: In function `main':
| /home/larry/open-cobol-1.1/conftest.c:61: undefined reference to 
`_libiconv_open'
| /home/larry/open-cobol-1.1/conftest.c:62: undefined reference to `_libiconv'
| /home/larry/open-cobol-1.1/conftest.c:63: undefined reference to 
`_libiconv_close'
| collect2: ld returned 1 exit status
| configure:21565: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | /* end confdefs.h.  */
| | #include <stdlib.h>
| | #include <iconv.h>
| | int
| | main ()
| | {
| | iconv_t cd = iconv_open("","");
| |        iconv(cd,NULL,NULL,NULL,NULL);
| |        iconv_close(cd);
| |   ;
| |   return 0;
| | }
| configure:21610: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
| configure:21616: $? = 0
| configure:21620: test -z 
|                        || test ! -s conftest.err
| configure:21623: $? = 0
| configure:21626: test -s conftest.exe
| configure:21629: $? = 0
| configure:21644: result: yes
| configure:21654: checking how to link with libiconv
| configure:21656: result: -liconv
| configure:21667: checking for iconv declaration
| configure:21701: gcc -c -g -O2  conftest.c >&5
| conftest.c:65: error: conflicting types for 'libiconv'
| /usr/include/iconv.h:83: error: previous declaration of 'libiconv' was here
| conftest.c:65: error: conflicting types for 'libiconv'
| /usr/include/iconv.h:83: error: previous declaration of 'libiconv' was here
| configure:21707: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | /* end confdefs.h.  */
| | 
| | #include <stdlib.h>
| | #include <iconv.h>
| | extern
| | #ifdef __cplusplus
| | "C"
| | #endif
| | #if defined(__STDC__) || defined(__cplusplus)
| | size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * 
*outbuf, size_t *outbytesleft);
| | #else
| | size_t iconv();
| | #endif
| | 
| | int
| | main ()
| | {
| | 
| |   ;
| |   return 0;
| | }
| configure:21735: result: 
|          extern size_t iconv (iconv_t cd, const char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);
| configure:21746: checking for nl_langinfo and CODESET
| configure:21767: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:21773: $? = 0
| configure:21777: test -z 
|                        || test ! -s conftest.err
| configure:21780: $? = 0
| configure:21783: test -s conftest.exe
| configure:21786: $? = 0
| configure:21799: result: yes
| configure:21814: checking for getopt_long_only
| configure:21871: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:21877: $? = 0
| configure:21881: test -z 
|                        || test ! -s conftest.err
| configure:21884: $? = 0
| configure:21887: test -s conftest.exe
| configure:21890: $? = 0
| configure:21902: result: yes
| configure:21920: checking kpathsea/getopt.h usability
| configure:21932: gcc -c -g -O2  conftest.c >&5
| conftest.c:93:29: kpathsea/getopt.h: No such file or directory
| configure:21938: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST 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:21961: result: no
| configure:21965: checking kpathsea/getopt.h presence
| configure:21975: gcc -E  conftest.c
| conftest.c:59:29: kpathsea/getopt.h: No such file or directory
| configure:21981: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_LANGINFO_CODESET 1
| | /* end confdefs.h.  */
| | #include <kpathsea/getopt.h>
| configure:22001: result: no
| configure:22036: checking for kpathsea/getopt.h
| configure:22043: result: no
| configure:21920: checking getopt.h usability
| configure:21932: gcc -c -g -O2  conftest.c >&5
| configure:21938: $? = 0
| configure:21942: test -z 
|                        || test ! -s conftest.err
| configure:21945: $? = 0
| configure:21948: test -s conftest.o
| configure:21951: $? = 0
| configure:21961: result: yes
| configure:21965: checking getopt.h presence
| configure:21975: gcc -E  conftest.c
| configure:21981: $? = 0
| configure:22001: result: yes
| configure:22036: checking for getopt.h
| configure:22043: result: yes
| configure:22092: checking gmp.h usability
| configure:22104: gcc -c -g -O2  conftest.c >&5
| configure:22110: $? = 0
| configure:22114: test -z 
|                        || test ! -s conftest.err
| configure:22117: $? = 0
| configure:22120: test -s conftest.o
| configure:22123: $? = 0
| configure:22133: result: yes
| configure:22137: checking gmp.h presence
| configure:22147: gcc -E  conftest.c
| configure:22153: $? = 0
| configure:22173: result: yes
| configure:22208: checking for gmp.h
| configure:22215: result: yes
| configure:22233: checking for __gmp_randinit in -lgmp
| configure:22263: gcc -o conftest.exe -g -O2   conftest.c -lgmp   >&5
| configure:22269: $? = 0
| configure:22273: test -z 
|                        || test ! -s conftest.err
| configure:22276: $? = 0
| configure:22279: test -s conftest.exe
| configure:22282: $? = 0
| configure:22295: result: yes
| configure:22327: checking whether NLS is requested
| configure:22336: result: yes
| configure:22374: checking for msgfmt
| configure:22408: result: no
| configure:22414: checking for gmsgfmt
| configure:22445: result: :
| configure:22484: checking for xgettext
| configure:22518: result: no
| configure:22555: checking for msgmerge
| configure:22588: result: no
| configure:22636: checking whether NLS is requested
| configure:22645: result: yes
| configure:22663: checking for GNU gettext in libc
| configure:22687: gcc -o conftest.exe -g -O2   conftest.c -lgmp  >&5
| /cygdrive/c/Users/larry/AppData/Local/Temp/ccaG1DbO.o: In function `main':
| /home/larry/open-cobol-1.1/conftest.c:68: undefined reference to 
`_libintl_bindtextdomain'
| /home/larry/open-cobol-1.1/conftest.c:69: undefined reference to 
`_libintl_gettext'
| /home/larry/open-cobol-1.1/conftest.c:69: undefined reference to 
`__nl_msg_cat_cntr'
| /home/larry/open-cobol-1.1/conftest.c:69: undefined reference to 
`__nl_domain_bindings'
| collect2: ld returned 1 exit status
| configure:22693: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | /* end confdefs.h.  */
| | #include <libintl.h>
| | extern int _nl_msg_cat_cntr;
| | extern int *_nl_domain_bindings;
| | int
| | main ()
| | {
| | bindtextdomain ("", "");
| | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
| |   ;
| |   return 0;
| | }
| configure:22718: result: no
| configure:22752: checking for iconv
| configure:22864: result: yes
| configure:22874: checking how to link with libiconv
| configure:22876: result: -liconv
| configure:23265: checking for GNU gettext in libintl
| configure:23297: gcc -o conftest.exe -g -O2    conftest.c -lgmp  -lintl >&5
| /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: 
auto-importing has been activated without --enable-auto-import specified on the 
command line.
| This should work unless it involves constant data structures referencing 
symbols from auto-imported DLLs.Info: resolving __nl_msg_cat_cntr by linking to 
__imp___nl_msg_cat_cntr (auto-import)
| configure:23303: $? = 0
| configure:23307: test -z 
|                        || test ! -s conftest.err
| configure:23310: $? = 0
| configure:23313: test -s conftest.exe
| configure:23316: $? = 0
| configure:23388: result: yes
| configure:23417: checking whether to use NLS
| configure:23419: result: yes
| configure:23422: checking where the gettext function comes from
| configure:23433: result: external libintl
| configure:23441: checking how to link with libintl
| configure:23443: result: -lintl
| configure:23519: checking ncurses.h usability
| configure:23531: gcc -c -g -O2  conftest.c >&5
| configure:23537: $? = 0
| configure:23541: test -z 
|                        || test ! -s conftest.err
| configure:23544: $? = 0
| configure:23547: test -s conftest.o
| configure:23550: $? = 0
| configure:23560: result: yes
| configure:23564: checking ncurses.h presence
| configure:23574: gcc -E  conftest.c
| configure:23580: $? = 0
| configure:23600: result: yes
| configure:23635: checking for ncurses.h
| configure:23642: result: yes
| configure:23519: checking pdcurses.h usability
| configure:23531: gcc -c -g -O2  conftest.c >&5
| conftest.c:101:22: pdcurses.h: No such file or directory
| configure:23537: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_NCURSES_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #else
| | # if HAVE_STDINT_H
| | #  include <stdint.h>
| | # endif
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <pdcurses.h>
| configure:23560: result: no
| configure:23564: checking pdcurses.h presence
| configure:23574: gcc -E  conftest.c
| conftest.c:67:22: pdcurses.h: No such file or directory
| configure:23580: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_NCURSES_H 1
| | /* end confdefs.h.  */
| | #include <pdcurses.h>
| configure:23600: result: no
| configure:23635: checking for pdcurses.h
| configure:23642: result: no
| configure:23519: checking ncurses/ncurses.h usability
| configure:23531: gcc -c -g -O2  conftest.c >&5
| configure:23537: $? = 0
| configure:23541: test -z 
|                        || test ! -s conftest.err
| configure:23544: $? = 0
| configure:23547: test -s conftest.o
| configure:23550: $? = 0
| configure:23560: result: yes
| configure:23564: checking ncurses/ncurses.h presence
| configure:23574: gcc -E  conftest.c
| configure:23580: $? = 0
| configure:23600: result: yes
| configure:23635: checking for ncurses/ncurses.h
| configure:23642: result: yes
| configure:23519: checking curses.h usability
| configure:23531: gcc -c -g -O2  conftest.c >&5
| configure:23537: $? = 0
| configure:23541: test -z 
|                        || test ! -s conftest.err
| configure:23544: $? = 0
| configure:23547: test -s conftest.o
| configure:23550: $? = 0
| configure:23560: result: yes
| configure:23564: checking curses.h presence
| configure:23574: gcc -E  conftest.c
| configure:23580: $? = 0
| configure:23600: result: yes
| configure:23635: checking for curses.h
| configure:23642: result: yes
| configure:23656: checking for initscr in -lncurses
| configure:23686: gcc -o conftest.exe -g -O2   conftest.c -lncurses  -lgmp  >&5
| configure:23692: $? = 0
| configure:23696: test -z 
|                        || test ! -s conftest.err
| configure:23699: $? = 0
| configure:23702: test -s conftest.exe
| configure:23705: $? = 0
| configure:23718: result: yes
| configure:24161: gcc -o conftest.exe -g -O2   conftest.c -lncurses -lgmp  >&5
| configure:24164: $? = 0
| configure:24166: ./conftest.exe
| configure:24169: $? = 0
| configure:24225: gcc -o conftest.exe -g -O2   conftest.c -lncurses -lgmp  
-ldb >&5
| configure:24228: $? = 0
| configure:24230: ./conftest.exe
| configure:24233: $? = 0
| configure:25434: gcc -o conftest.exe -g -O2   conftest.c -lncurses -lgmp  >&5
| configure:25437: $? = 0
| configure:25439: ./conftest.exe
| configure:25442: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_NCURSES_H 1
| | #define HAVE_NCURSES_NCURSES_H 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBNCURSES 1
| | #define USE_DB41 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | 
| |   #ifdef _WIN32
| |    return 0;
| |   #else
| |    return 1;
| |   #endif
| |   ;
| |   return 0;
| | }
| configure:25458: checking for dlopen in -lc
| configure:25488: gcc -o conftest.exe -g -O2   conftest.c -lc  -lncurses -lgmp 
 >&5
| configure:25494: $? = 0
| configure:25498: test -z 
|                        || test ! -s conftest.err
| configure:25501: $? = 0
| configure:25504: test -s conftest.exe
| configure:25507: $? = 0
| configure:25520: result: yes
| configure:25885: gcc -o conftest.exe -g -O2   conftest.c -lncurses -lgmp  >&5
| configure:25888: $? = 0
| configure:25890: ./conftest.exe
| configure:25893: $? = 0
| configure:25935: gcc -o conftest.exe -g -O2   conftest.c -lncurses -lgmp  >&5
| configure:25938: $? = 0
| configure:25940: ./conftest.exe
| configure:25943: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_NCURSES_H 1
| | #define HAVE_NCURSES_NCURSES_H 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBNCURSES 1
| | #define USE_DB41 1
| | #define USE_LIBDL 1
| | #define COB_STRFTIME 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | 
| |     if (sizeof(long int) == sizeof(long long))
| |             return 0;
| |     return 1;
| | 
| |   ;
| |   return 0;
| | }
| configure:26049: gcc -c  -O2  -march=i686 -mtune=pentium4 -finline-functions 
-fomit-frame-pointer -Wno-pointer-sign  conftest.c >&5
| cc1: error: unrecognized command line option "-Wno-pointer-sign"
| configure:26055: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_NCURSES_H 1
| | #define HAVE_NCURSES_NCURSES_H 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBNCURSES 1
| | #define USE_DB41 1
| | #define USE_LIBDL 1
| | #define COB_STRFTIME 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | int testint;
| |   ;
| |   return 0;
| | }
| configure:26098: gcc -c  -O2  -march=i686 -mtune=pentium4 -finline-functions 
-fomit-frame-pointer  conftest.c >&5
| configure:26104: $? = 0
| configure:26108: test -z 
|                        || test ! -s conftest.err
| configure:26111: $? = 0
| configure:26114: test -s conftest.o
| configure:26117: $? = 0
| configure:26364: 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 larrys-laptop
| 
| config.status:765: creating cob-config
| config.status:765: creating Makefile
| config.status:765: creating lib/Makefile
| config.status:765: creating libcob/Makefile
| config.status:765: creating cobc/Makefile
| config.status:765: creating bin/Makefile
| config.status:765: creating po/Makefile.in
| config.status:765: creating texi/Makefile
| config.status:765: creating config/Makefile
| config.status:765: creating copy/Makefile
| config.status:765: creating tests/atlocal
| config.status:765: creating tests/Makefile
| config.status:765: creating tests/cobol85/Makefile
| config.status:869: creating config.h
| config.status:1311: executing tests/atconfig commands
| config.status:1311: executing depfiles commands
| config.status:1311: executing default-1 commands
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| ac_cv_build=i686-pc-cygwin
| ac_cv_build_alias=i686-pc-cygwin
| 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=.exe
| ac_cv_func__doprnt=no
| ac_cv_func_alloca_works=yes
| 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_strcasecmp=yes
| ac_cv_func_strchr=yes
| ac_cv_func_strdup=yes
| ac_cv_func_strerror=yes
| ac_cv_func_strrchr=yes
| ac_cv_func_strstr=yes
| ac_cv_func_strtol=yes
| ac_cv_func_vprintf=yes
| ac_cv_header_curses_h=yes
| ac_cv_header_dlfcn_h=yes
| ac_cv_header_fcntl_h=yes
| ac_cv_header_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_ncurses_ncurses_h=yes
| ac_cv_header_pdcurses_h=no
| 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-cygwin
| ac_cv_host_alias=i686-pc-cygwin
| ac_cv_lib_c_dlopen=yes
| 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=gawk
| ac_cv_prog_CPP='gcc -E'
| ac_cv_prog_ac_ct_AR=ar
| ac_cv_prog_ac_ct_AS=as
| ac_cv_prog_ac_ct_CC=gcc
| ac_cv_prog_ac_ct_DLLTOOL=dlltool
| ac_cv_prog_ac_ct_OBJDUMP=objdump
| ac_cv_prog_ac_ct_RANLIB=ranlib
| ac_cv_prog_ac_ct_STRIP=strip
| ac_cv_prog_cc_g=yes
| ac_cv_prog_cc_stdc=
| ac_cv_prog_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/i686-pc-cygwin/bin/ld.exe
| acl_cv_prog_gnu_ld=yes
| acl_cv_rpath=done
| acl_cv_shlibext=dll
| acl_cv_wl=-Wl,
| am_cv_CC_dependencies_compiler_type=gcc3
| am_cv_func_iconv=yes
| am_cv_langinfo_codeset=yes
| am_cv_lib_iconv=yes
| am_cv_proto_iconv='extern size_t iconv (iconv_t cd, const char * *inbuf, 
size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
| am_cv_proto_iconv_arg1=const
| gt_cv_func_gnugettext1_libc=no
| gt_cv_func_gnugettext1_libintl=yes
| lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
| lt_cv_dlopen=dlopen
| lt_cv_dlopen_libs=
| lt_cv_dlopen_self=no
| lt_cv_file_magic_cmd=func_win32_libid
| lt_cv_file_magic_test_file=
| lt_cv_ld_reload_flag=-r
| lt_cv_objdir=.libs
| lt_cv_path_LD=/usr/i686-pc-cygwin/bin/ld.exe
| lt_cv_path_NM='/usr/bin/nm -B'
| lt_cv_path_SED=/usr/bin/sed
| lt_cv_prog_compiler_c_o=yes
| lt_cv_prog_compiler_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=8192
| 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/larry/open-cobol-1.1/missing --run aclocal-1.9'
| ALLOCA=''
| AMDEPBACKSLASH='\'
| AMDEP_FALSE='#'
| AMDEP_TRUE=''
| AMTAR='${SHELL} /home/larry/open-cobol-1.1/missing --run tar'
| AR='ar'
| AS='as'
| AUTOCONF='${SHELL} /home/larry/open-cobol-1.1/missing --run autoconf'
| AUTOHEADER='${SHELL} /home/larry/open-cobol-1.1/missing --run autoheader'
| AUTOMAKE='${SHELL} /home/larry/open-cobol-1.1/missing --run automake-1.9'
| AWK='gawk'
| CC='gcc'
| CCDEPMODE='depmode=gcc3'
| CFLAGS=' -O2  -march=i686 -mtune=pentium4 -finline-functions 
-fomit-frame-pointer -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes 
-Wno-format-y2k'
| COBC_LIBS=' -lintl'
| 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-all-symbols -Wl,--enable-auto-import'
| COB_HAS_INLINE=''
| COB_LDFLAGS=''
| COB_LIBRARY_PATH='.:${exec_prefix}/lib/open-cobol'
| COB_LIBS='-L${exec_prefix}/lib -lcob -lm -lgmp -lintl -lncurses -ldb'
| COB_MODULE_EXT='dll'
| COB_PIC_FLAGS=' -DDLL_EXPORT -DPIC'
| COB_SHARED_OPT='-shared'
| CPP='gcc -E'
| CPPFLAGS=''
| CXXCPP=''
| CYGPATH_W='cygpath -w'
| DEFS='-DHAVE_CONFIG_H'
| DEPDIR='.deps'
| DLLTOOL='dlltool'
| ECHO='echo'
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='grep -E'
| EXEEXT='.exe'
| GMSGFMT=':'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
| INTLLIBS='-lintl'
| LDFLAGS=''
| LIBCOB_CFLAGS=''
| LIBCOB_LIBS='-lm -lgmp -lintl -lncurses -ldb'
| LIBICONV='-liconv'
| LIBINTL='-lintl'
| LIBOBJS=''
| LIBS=''
| LIBTOOL='$(SHELL) $(top_builddir)/libtool'
| LN_S='ln -s'
| LTLIBICONV='-liconv'
| LTLIBINTL='-lintl'
| LTLIBOBJS=''
| MAINT='#'
| MAINTAINER_MODE_FALSE=''
| MAINTAINER_MODE_TRUE='#'
| MAKEINFO='${SHELL} /home/larry/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='/usr/bin/sed'
| SET_MAKE=''
| SHELL='/bin/sh'
| STRIP='strip'
| USE_NLS='yes'
| VERSION='1.1'
| XGETTEXT=':'
| ac_ct_AR='ar'
| ac_ct_AS='as'
| ac_ct_CC='gcc'
| ac_ct_DLLTOOL='dlltool'
| ac_ct_OBJDUMP='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-cygwin'
| build_alias=''
| build_cpu='i686'
| build_os='cygwin'
| build_vendor='pc'
| datadir='${prefix}/share'
| exec_prefix='${prefix}'
| host='i686-pc-cygwin'
| host_alias=''
| host_cpu='i686'
| host_os='cygwin'
| host_vendor='pc'
| includedir='${prefix}/include'
| infodir='${prefix}/info'
| install_sh='/home/larry/open-cobol-1.1/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| localstatedir='${prefix}/var'
| mandir='${prefix}/man'
| mkdir_p='mkdir -p --'
| oldincludedir='/usr/include'
| prefix='/usr/local'
| program_transform_name='s,x,x,'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sysconfdir='${prefix}/etc'
| target_alias=''
| 
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
| 
| #define COB_DEBUG 1
| #define COB_EXEEXT ".exe"
| #define COB_EXPORT_DYN "-Wl,--export-all-symbols -Wl,--enable-auto-import"
| #define COB_EXTRA_FLAGS " -march=i686 -mtune=pentium4"
| #define COB_HAS_INLINE 1
| #define COB_NO_SELFOPEN 1
| #define COB_PIC_FLAGS " -DDLL_EXPORT -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_CURSES_H 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_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_NCURSES_NCURSES_H 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 const
| #define PACKAGE "open-cobol"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PATCH_LEVEL 0
| #define STDC_HEADERS 1
| #define STDC_HEADERS 1
| #define USE_DB41 1
| #define USE_LIBDL 1
| #define VERSION "1.1"
| #define WITH_DB 3
| #define WITH_LFS64 1
| #define WITH_VARSEQ 0
| #define __USE_STRING_INLINES 1
| 
| configure: exit 0

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

run: command line was:
  $ /home/larry/open-cobol-1.1/tests/run 

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

run: ../bin/ChangeLog:
| 2007-12-27  Roger While <address@hidden>
| 
|       ** Mark 1.0 RELEASE
| 
| 2006-10-23  Roger While <address@hidden>
| 
|       * Makefile.am : Remove gcc options
| 
| 2005-12-31  Roger While <address@hidden>
| 

run: ../ChangeLog:
| 2008-07-05  Roger While <address@hidden>
| 
|       * configure.ac : No need to check for regex or mvgetnstr
| 
| 2008-04-16  Roger While <address@hidden>
| 
|       * configure.ac : Add in "copy" directory for OC supplied COPY elements
| 
| 2008-01-03  Roger While <address@hidden>
| 

run: ../cobc/ChangeLog:
| 2008-07-31  Roger While <address@hidden>
| 
|       * parser.y : FOREGROUND/BACKGROUND must be propogated from parent
| 
| 2008-07-28  Roger While <address@hidden>
| 
|       * typeck.c : Check min/max values on BINARY-xxx/COMP-5/COMP-X properly
| 
| 2008-07-26  Roger While <address@hidden>
| 

run: ../config/ChangeLog:
| 2007-12-27  Roger While <address@hidden>
| 
|       ** Mark 1.0 RELEASE
| 
| 2007-08-23  Roger While <address@hidden>
| 
|       * Remove deprecated v023.conf
|         Remove display-sign
| 
| 2007-01-29  Roger While <address@hidden>

run: ../copy/ChangeLog:
| 2008-07-05  Roger While <address@hidden>
| 
|       * Extend screenio.cpy
| 2008-06-24  Roger While <address@hidden>
| 
|       * Add screenio.cpy
| 
| 2008-04-16  Roger While <address@hidden>
| 
|       * New directory "copy" for OC supplied COPY elements

run: ../lib/ChangeLog:
| 2007-12-27  Roger While <address@hidden>
| 
|       ** Mark 1.0 RELEASE
| 
| 2006-10-23  Roger While <address@hidden>
| 
|       * Prototype in dummymac.c
| 
| 2005-10-25  Roger While <address@hidden>
| 

run: ../libcob/ChangeLog:
| 2008-07-21  Roger While <address@hidden>
| 
|       * screenio.c : Do not display SECURE items
|       * General : Cleanup, do early malloc initializations
| 
| 2008-07-19  Roger While <address@hidden>
| 
|       * General : Tidy up syntax
|       * intrinsic.c : Optimize field generation
| 

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

run: ../tests/ChangeLog:
| 2008-07-02  Roger While <address@hidden>
| 
|       * General for all OC tests - Cater for activated END-xxx checking
| 
| 2008-05-23  Roger While <address@hidden>
| 
|       * Due to display POINTER changes, ignore output from POINTER datarep 
test
| 
| 2008-03-25  Roger While <address@hidden>
| 

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

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

hostname = larrys-laptop
uname -m = i686
uname -r = 1.5.25(0.156/4/2)
uname -s = CYGWIN_NT-6.0
uname -v = 2008-06-12 19:34

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

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

PATH: /home/larry/open-cobol-1.1/tests
PATH: /home/larry/open-cobol-1.1/cobc
PATH: /home/larry/open-cobol-1.1/bin
PATH: /home/larry/open-cobol-1.1/libcob/.libs
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /cygdrive/c/Windows/system32
PATH: /cygdrive/c/Windows
PATH: /cygdrive/c/Windows/System32/Wbem
PATH: /cygdrive/c/Program Files/Common Files/GTK/2.0/bin
PATH: /cygdrive/c/Program Files/QuickTime/QTSystem
PATH: /cygdrive/c/Python25
PATH: /cygdrive/c/Program Files/Common Files/Adobe/AGL
PATH: /cygdrive/c/MinGW/bin

run: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
| 
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/home/larry/open-cobol-1.1/tests'
| at_srcdir='.'
| abs_srcdir='/home/larry/open-cobol-1.1/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/home/larry/open-cobol-1.1/tests/..'
| at_top_builddir='../'
| abs_top_builddir='/home/larry/open-cobol-1.1/tests/../.'
| 
| AUTOTEST_PATH='tests'
| 
| SHELL=${CONFIG_SHELL-'/bin/sh'}

run: atlocal:
| CC="gcc"
| SHREXT="dll"
| SHROPT="-shared  -DDLL_EXPORT -DPIC  -O2  -march=i686 -mtune=pentium4 
-finline-functions -fomit-frame-pointer -fsigned-char -Wall -Wwrite-strings 
-Wmissing-prototypes -Wno-format-y2k "
| COB_BIGENDIAN="no"
| 
PATH="${abs_top_builddir}/cobc:${abs_top_builddir}/bin:${abs_top_builddir}/libcob/.libs:${PATH}"
| COBC="${abs_top_builddir}/cobc/cobc"
| COBCRUN="${abs_top_builddir}/bin/cobcrun"
| 
| TEMPLATE="${abs_srcdir}/data-rep.src"
| 
| FLAGS="-std=cobol2002 -debug -Wall ${COBOL_FLAGS}"
| COMPILE="${COBC} -x ${FLAGS}"
| COMPILE_ONLY="${COBC} -fsyntax-only ${FLAGS}"
| COMPILE_MODULE="${COBC} -m ${FLAGS}"
| 
| export COB_CFLAGS="-I${abs_top_srcdir} -I/usr/local/include    "
| export COB_LDFLAGS="-L${abs_top_builddir}/libcob/.libs "
| export COB_LIBS="-L${abs_top_builddir}/libcob/.libs -lcob -lm -lgmp -lintl 
-lncurses -ldb"
| export COB_CONFIG_DIR="${abs_top_srcdir}/config"
| export COB_COPY_DIR="${abs_top_srcdir}/copy"
| export LD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$LD_LIBRARY_PATH"
| export DYLD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$DYLD_LIBRARY_PATH"
| export SHLIB_PATH="${abs_top_builddir}/libcob/.libs:$SHLIB_PATH"
| export LIBPATH="${abs_top_builddir}/libcob/.libs:$LIBPATH"
| 

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

run.at:21: /home/larry/open-cobol-1.1/cobc/cobc --version
cobc (OpenCOBOL) 1.1.0
Built    Jul 31 2008 20:32:01
Packaged Thu Jul 31 18:18:33 CEST 2008
Copyright (C) 2001-2008 Keisuke Nishida / Roger While

## ------------------ ##
## Running the tests. ##
## ------------------ ##
run: starting at: Thu Jul 31 20:51:15 CDT 2008
run: ending at: Thu Jul 31 20:57:26 CDT 2008
run: test suite duration: 0h 6m 11s

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

ERROR: All 170 tests were run,
170 failed unexpectedly.

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

 NUM: FILENAME:LINE      TEST-GROUP-NAME
      KEYWORDS

   1: fundamental.at:23  DISPLAY literals
   2: fundamental.at:60  DISPLAY literals, Decimal Point is COMMA
   3: fundamental.at:88  Hexadecimal literal
   4: fundamental.at:124 DISPLAY data items with VALUE clause
   5: fundamental.at:169 DISPLAY data items with MOVE statement
   6: subscripts.at:28   non-numeric subscript
   7: subscripts.at:56   The range of subscripts
   8: subscripts.at:96   Subscript out of bounds (1)
   9: subscripts.at:120  Subscript out of bounds (2)
  10: subscripts.at:144  Value of DEPENDING ON N out of bounds (lower)
  11: subscripts.at:168  Value of DEPENDING ON N out of bounds (upper)
  12: subscripts.at:192  Subscript bounds with ODO (lower)
  13: subscripts.at:215  Subscript bounds with ODO (upper)
  14: subscripts.at:238  Subscript bounds with ODO
  15: subscripts.at:264  Subscript by arithmetic expression
  16: ref-mod.at:35      Separate sign positions
  17: ref-mod.at:60      Static reference modification
  18: ref-mod.at:90      Dynamic reference modification
  19: ref-mod.at:121     Static out of bounds
  20: ref-mod.at:150     Offset underflow
  21: ref-mod.at:172     Offset overflow
  22: ref-mod.at:194     Length underflow
  23: ref-mod.at:216     Length overflow
  24: accept.at:23       ACCEPT
  25: initialize.at:27   INITIALIZE group entry with OCCURS
  26: initialize.at:52   INITIALIZE OCCURS with numeric edited
  27: initialize.at:75   INITIALIZE complex group (1)
  28: initialize.at:99   INITIALIZE complex group (2)
  29: initialize.at:123  INITIALIZE with REDEFINES
  30: misc.at:21         Source file not found
  31: misc.at:30         Comma separator without space
  32: misc.at:47         LOCAL-STORAGE
  33: misc.at:89         EXTERNAL data item
  34: misc.at:131        EXTERNAL AS data item
  35: misc.at:177        cobcrun validation
  36: misc.at:221        MOVE to itself
  37: misc.at:241        MOVE with refmod
  38: misc.at:261        MOVE with refmod (variable)
  39: misc.at:283        MOVE with group refmod
  40: misc.at:304        MOVE indexes
  41: misc.at:326        MOVE X00
  42: misc.at:361        Level 01 subscripts
  43: misc.at:382        Class check with reference modification
  44: misc.at:403        Index and parenthesized expression
  45: misc.at:423        Alphanumeric and binary numeric
  46: misc.at:447        Dynamic call with static linking
  47: misc.at:472        CALL m1. CALL m2. CALL m1.
  48: misc.at:525        CALL binary literal parameter/LENGTH OF
  49: misc.at:580        INSPECT REPLACING LEADING ZEROS BY SPACES
  50: misc.at:600        INSPECT: No repeat conversion check
  51: misc.at:621        INSPECT: REPLACING figurative constant
  52: misc.at:642        INSPECT: TALLYING BEFORE
  53: misc.at:672        INSPECT: TALLYING AFTER
  54: misc.at:701        INSPECT REPLACING TRAILING ZEROS BY SPACES
  55: misc.at:721        INSPECT REPLACING complex
  56: misc.at:743        SWITCHES
  57: misc.at:801        Nested PERFORM
  58: misc.at:826        EXIT PERFORM
  59: misc.at:850        EXIT PERFORM CYCLE
  60: misc.at:872        88 with FILLER
  61: misc.at:899        Non-overflow after overflow
  62: misc.at:926        PERFORM ... CONTINUE
  63: misc.at:942        STRING with subscript reference
  64: misc.at:965        UNSTRING DELIMITED ALL LOW-VALUE
  65: misc.at:998        READ INTO AT-END sequence
  66: misc.at:1032       First READ on empty SEQUENTIAL INDEXED file
  67: misc.at:1067       REWRITE a RELATIVE file with RANDOM access
  68: misc.at:1121       SORT: table sort
  69: misc.at:1158       SORT: EBCDIC table sort
  70: misc.at:1202       SORT nonexistent file
  71: misc.at:1236       PIC ZZZ-, ZZZ+
  72: misc.at:1274       Larger REDEFINES lengths
  73: misc.at:1314       PERFORM type OSVS
  74: misc.at:1355       Sticky LINKAGE
  75: misc.at:1405       COB_PRE_LOAD test
  76: misc.at:1429       COB_LOAD_CASE=UPPER test
  77: misc.at:1453       88 level with FALSE IS clause
  78: misc.at:1478       ALLOCATE/FREE with BASED item
  79: misc.at:1502       INITIZIALIZE with reference modification
  80: misc.at:1525       CALL with OMITTED parameter
  81: misc.at:1563       ANY LENGTH
  82: extensions.at:24   COMP-5
  83: extensions.at:71   Hexadecimal numeric literal
  84: extensions.at:99   Semi-parenthesized condition
  85: extensions.at:120  ADDRESS OF
  86: extensions.at:183  LENGTH OF
  87: extensions.at:217  WHEN-COMPILED
  88: extensions.at:240  Complex OCCURS DEPENDING ON
  89: extensions.at:268  MOVE NON-INTEGER TO ALPHA-NUMERIC
  90: extensions.at:359  CALL USING file-name
  91: extensions.at:401  CALL unusual program-id.
  92: extensions.at:459  ASSIGN MF
  93: extensions.at:491  ASSIGN IBM
  94: extensions.at:521  ASSIGN mapping
  95: extensions.at:557  ASSIGN expansion
  96: extensions.at:587  ASSIGN with COB_FILE_PATH
  97: extensions.at:620  NUMBER-OF-CALL-PARAMETERS
  98: extensions.at:676  PROCEDURE DIVISION USING BY ...
  99: extensions.at:725  PROCEDURE DIVISION CHAINING ...
 100: extensions.at:753  STOP RUN RETURNING
 101: extensions.at:770  ENTRY
 102: extensions.at:817  LINE SEQUENTIAL write
 103: extensions.at:857  LINE SEQUENTIAL read
 104: extensions.at:917  ASSIGN to KEYBOARD/DISPLAY
 105: extensions.at:973  Environment/Argument variable
 106: return-code.at:23  RETURN-CODE moving
 107: return-code.at:47  RETURN-CODE passing
 108: functions.at:22    FUNCTION ABS
 109: functions.at:43    FUNCTION ACOS
 110: functions.at:72    FUNCTION ANNUITY
 111: functions.at:102   FUNCTION ASIN
 112: functions.at:131   FUNCTION ATAN
 113: functions.at:160   FUNCTION CHAR
 114: functions.at:181   FUNCTION COMBINED-DATETIME
 115: functions.at:201   FUNCTION COS
 116: functions.at:230   FUNCTION DATE-OF-INTEGER
 117: functions.at:250   FUNCTION DATE-TO-YYYYMMDD
 118: functions.at:270   FUNCTION DAY-OF-INTEGER
 119: functions.at:290   FUNCTION DAY-TO-YYYYDDD
 120: functions.at:310   FUNCTION E
 121: functions.at:330   FUNCTION EXCEPTION-FILE
 122: functions.at:360   FUNCTION EXCEPTION-LOCATION
 123: functions.at:394   FUNCTION EXCEPTION-STATEMENT
 124: functions.at:424   FUNCTION EXCEPTION-STATUS
 125: functions.at:454   FUNCTION EXP
 126: functions.at:482   FUNCTION FACTORIAL
 127: functions.at:502   FUNCTION FRACTION-PART
 128: functions.at:525   FUNCTION INTEGER
 129: functions.at:546   FUNCTION INTEGER-OF-DATE
 130: functions.at:566   FUNCTION INTEGER-OF-DAY
 131: functions.at:586   FUNCTION INTEGER-PART
 132: functions.at:607   FUNCTION LENGTH
 133: functions.at:628   FUNCTION LOCALE-DATE
 134: functions.at:652   FUNCTION LOCALE-TIME
 135: functions.at:676   FUNCTION LOCALE-TIME-FROM-SECONDS
 136: functions.at:700   FUNCTION LOG
 137: functions.at:729   FUNCTION LOG10
 138: functions.at:758   FUNCTION LOWER-CASE
 139: functions.at:779   FUNCTION LOWER-CASE with reference modding
 140: functions.at:800   FUNCTION MAX
 141: functions.at:820   FUNCTION MEAN
 142: functions.at:840   FUNCTION MEDIAN
 143: functions.at:860   FUNCTION MIDRANGE
 144: functions.at:880   FUNCTION MIN
 145: functions.at:900   FUNCTION MOD
 146: functions.at:920   FUNCTION NUMVAL
 147: functions.at:941   FUNCTION NUMVAL-C
 148: functions.at:962   FUNCTION ORD
 149: functions.at:982   FUNCTION ORD-MAX
 150: functions.at:1002  FUNCTION ORD-MIN
 151: functions.at:1022  FUNCTION PI
 152: functions.at:1042  FUNCTION PRESENT-VALUE
 153: functions.at:1062  FUNCTION RANGE
 154: functions.at:1082  FUNCTION REM
 155: functions.at:1102  FUNCTION REVERSE
 156: functions.at:1123  FUNCTION REVERSE with reference modding
 157: functions.at:1144  FUNCTION SECONDS-FROM-FORMATTED-TIME
 158: functions.at:1173  FUNCTION SECONDS-PAST-MIDNIGHT
 159: functions.at:1200  FUNCTION SIGN
 160: functions.at:1229  FUNCTION SIN
 161: functions.at:1258  FUNCTION SQRT
 162: functions.at:1287  FUNCTION STANDARD-DEVIATION
 163: functions.at:1315  FUNCTION STORED-CHAR-LENGTH
 164: functions.at:1337  FUNCTION TAN
 165: functions.at:1366  FUNCTION TRIM
 166: functions.at:1390  FUNCTION TRIM with reference modding
 167: functions.at:1414  FUNCTION UPPER-CASE
 168: functions.at:1435  FUNCTION UPPER-CASE with reference modding
 169: functions.at:1456  FUNCTION VARIANCE
 170: functions.at:1476  FUNCTION WHEN-COMPILED

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

1. fundamental.at:23: testing ...
fundamental.at:46: ${COMPILE} prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 1. fundamental.at:23: 1. DISPLAY 
literals (fundamental.at:23): FAILED (fundamental.at:46)

2. fundamental.at:60: testing ...
fundamental.at:79: ${COMPILE} prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 2. fundamental.at:60: 2. DISPLAY 
literals, Decimal Point is COMMA (fundamental.at:60): FAILED (fundamental.at:79)

3. fundamental.at:88: testing ...
fundamental.at:103: ${CC} ${SHROPT} -o dump.${SHREXT} dump.c
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 3. fundamental.at:88: 3. 
Hexadecimal literal (fundamental.at:88): FAILED (fundamental.at:103)

4. fundamental.at:124: testing ...
fundamental.at:156: ${COMPILE} prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 4. fundamental.at:124: 4. DISPLAY 
data items with VALUE clause (fundamental.at:124): FAILED (fundamental.at:156)

5. fundamental.at:169: testing ...
fundamental.at:201: ${COMPILE} prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 5. fundamental.at:169: 5. DISPLAY 
data items with MOVE statement (fundamental.at:169): FAILED (fundamental.at:201)

6. subscripts.at:28: testing ...
subscripts.at:49: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/run.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 6. subscripts.at:28: 6. 
non-numeric subscript (subscripts.at:28): FAILED (subscripts.at:49)

7. subscripts.at:56: testing ...
subscripts.at:91: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/run.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 7. subscripts.at:56: 7. The range 
of subscripts (subscripts.at:56): FAILED (subscripts.at:91)

8. subscripts.at:96: testing ...
subscripts.at:112: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 8. subscripts.at:96: 8. Subscript 
out of bounds (1) (subscripts.at:96): FAILED (subscripts.at:112)

9. subscripts.at:120: testing ...
subscripts.at:136: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 9. subscripts.at:120: 9. 
Subscript out of bounds (2) (subscripts.at:120): FAILED (subscripts.at:136)

10. subscripts.at:144: testing ...
subscripts.at:160: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 10. subscripts.at:144: 10. Value 
of DEPENDING ON N out of bounds (lower) (subscripts.at:144): FAILED 
(subscripts.at:160)

11. subscripts.at:168: testing ...
subscripts.at:184: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 11. subscripts.at:168: 11. Value 
of DEPENDING ON N out of bounds (upper) (subscripts.at:168): FAILED 
(subscripts.at:184)

12. subscripts.at:192: testing ...
subscripts.at:210: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/run.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 12. subscripts.at:192: 12. 
Subscript bounds with ODO (lower) (subscripts.at:192): FAILED 
(subscripts.at:210)

13. subscripts.at:215: testing ...
subscripts.at:233: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/run.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 13. subscripts.at:215: 13. 
Subscript bounds with ODO (upper) (subscripts.at:215): FAILED 
(subscripts.at:233)

14. subscripts.at:238: testing ...
subscripts.at:254: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 14. subscripts.at:238: 14. 
Subscript bounds with ODO (subscripts.at:238): FAILED (subscripts.at:254)

15. subscripts.at:264: testing ...
subscripts.at:281: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 15. subscripts.at:264: 15. 
Subscript by arithmetic expression (subscripts.at:264): FAILED 
(subscripts.at:281)

16. ref-mod.at:35: testing ...
ref-mod.at:52: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 16. ref-mod.at:35: 16. Separate 
sign positions (ref-mod.at:35): FAILED (ref-mod.at:52)

17. ref-mod.at:60: testing ...
ref-mod.at:80: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 17. ref-mod.at:60: 17. Static 
reference modification (ref-mod.at:60): FAILED (ref-mod.at:80)

18. ref-mod.at:90: testing ...
ref-mod.at:111: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 18. ref-mod.at:90: 18. Dynamic 
reference modification (ref-mod.at:90): FAILED (ref-mod.at:111)

19. ref-mod.at:121: testing ...
ref-mod.at:146: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/run.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 19. ref-mod.at:121: 19. Static 
out of bounds (ref-mod.at:121): FAILED (ref-mod.at:146)

20. ref-mod.at:150: testing ...
ref-mod.at:165: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 20. ref-mod.at:150: 20. Offset 
underflow (ref-mod.at:150): FAILED (ref-mod.at:165)

21. ref-mod.at:172: testing ...
ref-mod.at:187: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 21. ref-mod.at:172: 21. Offset 
overflow (ref-mod.at:172): FAILED (ref-mod.at:187)

22. ref-mod.at:194: testing ...
ref-mod.at:209: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 22. ref-mod.at:194: 22. Length 
underflow (ref-mod.at:194): FAILED (ref-mod.at:209)

23. ref-mod.at:216: testing ...
ref-mod.at:231: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 23. ref-mod.at:216: 23. Length 
overflow (ref-mod.at:216): FAILED (ref-mod.at:231)

24. accept.at:23: testing ...
accept.at:55: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 24. accept.at:23: 24. ACCEPT 
(accept.at:23): FAILED (accept.at:55)

25. initialize.at:27: testing ...
initialize.at:46: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 25. initialize.at:27: 25. 
INITIALIZE group entry with OCCURS (initialize.at:27): FAILED (initialize.at:46)

26. initialize.at:52: testing ...
initialize.at:69: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 26. initialize.at:52: 26. 
INITIALIZE OCCURS with numeric edited (initialize.at:52): FAILED 
(initialize.at:69)

27. initialize.at:75: testing ...
initialize.at:94: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 27. initialize.at:75: 27. 
INITIALIZE complex group (1) (initialize.at:75): FAILED (initialize.at:94)

28. initialize.at:99: testing ...
initialize.at:118: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 28. initialize.at:99: 28. 
INITIALIZE complex group (2) (initialize.at:99): FAILED (initialize.at:118)

29. initialize.at:123: testing ...
initialize.at:141: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 29. initialize.at:123: 29. 
INITIALIZE with REDEFINES (initialize.at:123): FAILED (initialize.at:141)

30. misc.at:21: testing ...
misc.at:25: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/run.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 30. misc.at:21: 30. Source file 
not found (misc.at:21): FAILED (misc.at:25)

31. misc.at:30: testing ...
misc.at:41: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 31. misc.at:30: 31. Comma 
separator without space (misc.at:30): FAILED (misc.at:41)

32. misc.at:47: testing ...
misc.at:77: ${COMPILE_MODULE} callee.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 32. misc.at:47: 32. LOCAL-STORAGE 
(misc.at:47): FAILED (misc.at:77)

33. misc.at:89: testing ...
misc.at:121: ${COMPILE_MODULE} callee.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 33. misc.at:89: 33. EXTERNAL data 
item (misc.at:89): FAILED (misc.at:121)

34. misc.at:131: testing ...
misc.at:166: ${COMPILE_MODULE} callee.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 34. misc.at:131: 34. EXTERNAL AS 
data item (misc.at:131): FAILED (misc.at:166)

35. misc.at:177: testing ...
misc.at:209: ${COMPILE_MODULE} callee.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 35. misc.at:177: 35. cobcrun 
validation (misc.at:177): FAILED (misc.at:209)

36. misc.at:221: testing ...
misc.at:236: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 36. misc.at:221: 36. MOVE to 
itself (misc.at:221): FAILED (misc.at:236)

37. misc.at:241: testing ...
misc.at:256: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 37. misc.at:241: 37. MOVE with 
refmod (misc.at:241): FAILED (misc.at:256)

38. misc.at:261: testing ...
misc.at:278: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 38. misc.at:261: 38. MOVE with 
refmod (variable) (misc.at:261): FAILED (misc.at:278)

39. misc.at:283: testing ...
misc.at:299: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 39. misc.at:283: 39. MOVE with 
group refmod (misc.at:283): FAILED (misc.at:299)

40. misc.at:304: testing ...
misc.at:321: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 40. misc.at:304: 40. MOVE indexes 
(misc.at:304): FAILED (misc.at:321)

41. misc.at:326: testing ...
misc.at:338: ${CC} ${SHROPT} -o dump.${SHREXT} dump.c
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 41. misc.at:326: 41. MOVE X00 
(misc.at:326): FAILED (misc.at:338)

42. misc.at:361: testing ...
misc.at:375: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/run.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 42. misc.at:361: 42. Level 01 
subscripts (misc.at:361): FAILED (misc.at:375)

43. misc.at:382: testing ...
misc.at:398: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 43. misc.at:382: 43. Class check 
with reference modification (misc.at:382): FAILED (misc.at:398)

44. misc.at:403: testing ...
misc.at:419: ${COMPILE_ONLY} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 44. misc.at:403: 44. Index and 
parenthesized expression (misc.at:403): FAILED (misc.at:419)

45. misc.at:423: testing ...
misc.at:439: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 45. misc.at:423: 45. Alphanumeric 
and binary numeric (misc.at:423): FAILED (misc.at:439)

46. misc.at:447: testing ...
misc.at:465: ${COMPILE_MODULE} -c callee.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 46. misc.at:447: 46. Dynamic call 
with static linking (misc.at:447): FAILED (misc.at:465)

47. misc.at:472: testing ...
misc.at:513: ${COMPILE_MODULE} m1.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 47. misc.at:472: 47. CALL m1. 
CALL m2. CALL m1. (misc.at:472): FAILED (misc.at:513)

48. misc.at:525: testing ...
misc.at:561: ${COMPILE_MODULE} dump.c
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 48. misc.at:525: 48. CALL binary 
literal parameter/LENGTH OF (misc.at:525): FAILED (misc.at:561)

49. misc.at:580: testing ...
misc.at:595: ${COMPILE} prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 49. misc.at:580: 49. INSPECT 
REPLACING LEADING ZEROS BY SPACES (misc.at:580): FAILED (misc.at:595)

50. misc.at:600: testing ...
misc.at:615: ${COMPILE} prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 50. misc.at:600: 50. INSPECT: No 
repeat conversion check (misc.at:600): FAILED (misc.at:615)

51. misc.at:621: testing ...
misc.at:636: ${COMPILE} prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 51. misc.at:621: 51. INSPECT: 
REPLACING figurative constant (misc.at:621): FAILED (misc.at:636)

52. misc.at:642: testing ...
misc.at:666: ${COMPILE} prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 52. misc.at:642: 52. INSPECT: 
TALLYING BEFORE (misc.at:642): FAILED (misc.at:666)

53. misc.at:672: testing ...
misc.at:696: ${COMPILE} prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 53. misc.at:672: 53. INSPECT: 
TALLYING AFTER (misc.at:672): FAILED (misc.at:696)

54. misc.at:701: testing ...
misc.at:716: ${COMPILE} prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 54. misc.at:701: 54. INSPECT 
REPLACING TRAILING ZEROS BY SPACES (misc.at:701): FAILED (misc.at:716)

55. misc.at:721: testing ...
misc.at:739: ${COMPILE} prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 55. misc.at:721: 55. INSPECT 
REPLACING complex (misc.at:721): FAILED (misc.at:739)

56. misc.at:743: testing ...
misc.at:793: ${COMPILE} prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 56. misc.at:743: 56. SWITCHES 
(misc.at:743): FAILED (misc.at:793)

57. misc.at:801: testing ...
misc.at:817: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 57. misc.at:801: 57. Nested 
PERFORM (misc.at:801): FAILED (misc.at:817)

58. misc.at:826: testing ...
misc.at:842: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 58. misc.at:826: 58. EXIT PERFORM 
(misc.at:826): FAILED (misc.at:842)

59. misc.at:850: testing ...
misc.at:866: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 59. misc.at:850: 59. EXIT PERFORM 
CYCLE (misc.at:850): FAILED (misc.at:866)

60. misc.at:872: testing ...
misc.at:894: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 60. misc.at:872: 60. 88 with 
FILLER (misc.at:872): FAILED (misc.at:894)

61. misc.at:899: testing ...
misc.at:918: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 61. misc.at:899: 61. Non-overflow 
after overflow (misc.at:899): FAILED (misc.at:918)

62. misc.at:926: testing ...
misc.at:937: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 62. misc.at:926: 62. PERFORM ... 
CONTINUE (misc.at:926): FAILED (misc.at:937)

63. misc.at:942: testing ...
misc.at:959: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 63. misc.at:942: 63. STRING with 
subscript reference (misc.at:942): FAILED (misc.at:959)

64. misc.at:965: testing ...
misc.at:989: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 64. misc.at:965: 64. UNSTRING 
DELIMITED ALL LOW-VALUE (misc.at:965): FAILED (misc.at:989)

65. misc.at:998: testing ...
misc.at:1026: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 65. misc.at:998: 65. READ INTO 
AT-END sequence (misc.at:998): FAILED (misc.at:1026)

66. misc.at:1032: testing ...
misc.at:1061: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 66. misc.at:1032: 66. First READ 
on empty SEQUENTIAL INDEXED file (misc.at:1032): FAILED (misc.at:1061)

67. misc.at:1067: testing ...
misc.at:1112: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 67. misc.at:1067: 67. REWRITE a 
RELATIVE file with RANDOM access (misc.at:1067): FAILED (misc.at:1112)

68. misc.at:1121: testing ...
misc.at:1148: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 68. misc.at:1121: 68. SORT: table 
sort (misc.at:1121): FAILED (misc.at:1148)

69. misc.at:1158: testing ...
misc.at:1192: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 69. misc.at:1158: 69. SORT: 
EBCDIC table sort (misc.at:1158): FAILED (misc.at:1192)

70. misc.at:1202: testing ...
misc.at:1229: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 70. misc.at:1202: 70. SORT 
nonexistent file (misc.at:1202): FAILED (misc.at:1229)

71. misc.at:1236: testing ...
misc.at:1261: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 71. misc.at:1236: 71. PIC ZZZ-, 
ZZZ+ (misc.at:1236): FAILED (misc.at:1261)

72. misc.at:1274: testing ...
misc.at:1303: ${COMPILE} -std=mf -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/run.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 72. misc.at:1274: 72. Larger 
REDEFINES lengths (misc.at:1274): FAILED (misc.at:1303)

73. misc.at:1314: testing ...
misc.at:1347: ${COMPILE} -conf=test.conf -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 73. misc.at:1314: 73. PERFORM 
type OSVS (misc.at:1314): FAILED (misc.at:1347)

74. misc.at:1355: testing ...
misc.at:1397: ${COMPILE_MODULE} -conf=test.conf callee.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 74. misc.at:1355: 74. Sticky 
LINKAGE (misc.at:1355): FAILED (misc.at:1397)

75. misc.at:1405: testing ...
misc.at:1423: ${COMPILE_MODULE} callee.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 75. misc.at:1405: 75. 
COB_PRE_LOAD test (misc.at:1405): FAILED (misc.at:1423)

76. misc.at:1429: testing ...
misc.at:1447: ${COMPILE_MODULE} CALLEE.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 76. misc.at:1429: 76. 
COB_LOAD_CASE=UPPER test (misc.at:1429): FAILED (misc.at:1447)

77. misc.at:1453: testing ...
misc.at:1471: ${COMPILE} prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 77. misc.at:1453: 77. 88 level 
with FALSE IS clause (misc.at:1453): FAILED (misc.at:1471)

78. misc.at:1478: testing ...
misc.at:1495: ${COMPILE} prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 78. misc.at:1478: 78. 
ALLOCATE/FREE with BASED item (misc.at:1478): FAILED (misc.at:1495)

79. misc.at:1502: testing ...
misc.at:1518: ${COMPILE} prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 79. misc.at:1502: 79. 
INITIZIALIZE with reference modification (misc.at:1502): FAILED (misc.at:1518)

80. misc.at:1525: testing ...
misc.at:1555: ${COMPILE_MODULE} callee.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 80. misc.at:1525: 80. CALL with 
OMITTED parameter (misc.at:1525): FAILED (misc.at:1555)

81. misc.at:1563: testing ...
misc.at:1594: ${COMPILE_MODULE} callee.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 81. misc.at:1563: 81. ANY LENGTH 
(misc.at:1563): FAILED (misc.at:1594)

82. extensions.at:24: testing ...
extensions.at:43: ${CC} ${SHROPT} -o dump.${SHREXT} dump.c
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 82. extensions.at:24: 82. COMP-5 
(extensions.at:24): FAILED (extensions.at:43)

83. extensions.at:71: testing ...
extensions.at:88: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 83. extensions.at:71: 83. 
Hexadecimal numeric literal (extensions.at:71): FAILED (extensions.at:88)

84. extensions.at:99: testing ...
extensions.at:112: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 84. extensions.at:99: 84. 
Semi-parenthesized condition (extensions.at:99): FAILED (extensions.at:112)

85. extensions.at:120: testing ...
extensions.at:168: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 85. extensions.at:120: 85. 
ADDRESS OF (extensions.at:120): FAILED (extensions.at:168)

86. extensions.at:183: testing ...
extensions.at:205: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 86. extensions.at:183: 86. LENGTH 
OF (extensions.at:183): FAILED (extensions.at:205)

87. extensions.at:217: testing ...
extensions.at:232: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 87. extensions.at:217: 87. 
WHEN-COMPILED (extensions.at:217): FAILED (extensions.at:232)

88. extensions.at:240: testing ...
extensions.at:262: ${COMPILE} -std=mvs -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 88. extensions.at:240: 88. 
Complex OCCURS DEPENDING ON (extensions.at:240): FAILED (extensions.at:262)

89. extensions.at:268: testing ...
extensions.at:351: ${COMPILE} -std=mf -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/run.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 89. extensions.at:268: 89. MOVE 
NON-INTEGER TO ALPHA-NUMERIC (extensions.at:268): FAILED (extensions.at:351)

90. extensions.at:359: testing ...
extensions.at:394: ${COMPILE_MODULE} setfilename.c
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 90. extensions.at:359: 90. CALL 
USING file-name (extensions.at:359): FAILED (extensions.at:394)

91. extensions.at:401: testing ...
extensions.at:446: ${COMPILE_MODULE} address@hidden
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 91. extensions.at:401: 91. CALL 
unusual program-id. (extensions.at:401): FAILED (extensions.at:446)

92. extensions.at:459: testing ...
extensions.at:486: ${COMPILE} -conf=test.conf -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/run.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 92. extensions.at:459: 92. ASSIGN 
MF (extensions.at:459): FAILED (extensions.at:486)

93. extensions.at:491: testing ...
extensions.at:515: ${COMPILE} -conf=test.conf -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 93. extensions.at:491: 93. ASSIGN 
IBM (extensions.at:491): FAILED (extensions.at:515)

94. extensions.at:521: testing ...
extensions.at:545: ${COMPILE} -conf=test.conf -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 94. extensions.at:521: 94. ASSIGN 
mapping (extensions.at:521): FAILED (extensions.at:545)

95. extensions.at:557: testing ...
extensions.at:581: ${COMPILE} -conf=test.conf -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 95. extensions.at:557: 95. ASSIGN 
expansion (extensions.at:557): FAILED (extensions.at:581)

96. extensions.at:587: testing ...
extensions.at:611: ${COMPILE} -conf=test.conf -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 96. extensions.at:587: 96. ASSIGN 
with COB_FILE_PATH (extensions.at:587): FAILED (extensions.at:611)

97. extensions.at:620: testing ...
extensions.at:661: ${COMPILE} caller.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 97. extensions.at:620: 97. 
NUMBER-OF-CALL-PARAMETERS (extensions.at:620): FAILED (extensions.at:661)

98. extensions.at:676: testing ...
extensions.at:716: ${COMPILE} caller.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 98. extensions.at:676: 98. 
PROCEDURE DIVISION USING BY ... (extensions.at:676): FAILED (extensions.at:716)

99. extensions.at:725: testing ...
extensions.at:743: ${COMPILE} prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 99. extensions.at:725: 99. 
PROCEDURE DIVISION CHAINING ... (extensions.at:725): FAILED (extensions.at:743)

100. extensions.at:753: testing ...
extensions.at:762: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 100. extensions.at:753: 100. STOP 
RUN RETURNING (extensions.at:753): FAILED (extensions.at:762)

101. extensions.at:770: testing ...
extensions.at:804: ${COMPILE} -std=mvs -c -fstatic-call caller.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 101. extensions.at:770: 101. 
ENTRY (extensions.at:770): FAILED (extensions.at:804)

102. extensions.at:817: testing ...
extensions.at:845: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 102. extensions.at:817: 102. LINE 
SEQUENTIAL write (extensions.at:817): FAILED (extensions.at:845)

103. extensions.at:857: testing ...
extensions.at:904: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 103. extensions.at:857: 103. LINE 
SEQUENTIAL read (extensions.at:857): FAILED (extensions.at:904)

104. extensions.at:917: testing ...
extensions.at:961: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 104. extensions.at:917: 104. 
ASSIGN to KEYBOARD/DISPLAY (extensions.at:917): FAILED (extensions.at:961)

105. extensions.at:973: testing ...
extensions.at:1008: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 105. extensions.at:973: 105. 
Environment/Argument variable (extensions.at:973): FAILED (extensions.at:1008)

106. return-code.at:23: testing ...
return-code.at:41: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 106. return-code.at:23: 106. 
RETURN-CODE moving (return-code.at:23): FAILED (return-code.at:41)

107. return-code.at:47: testing ...
return-code.at:83: ${COMPILE_MODULE} mod1.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 107. return-code.at:47: 107. 
RETURN-CODE passing (return-code.at:47): FAILED (return-code.at:83)

108. functions.at:22: testing ...
functions.at:36: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 108. functions.at:22: 108. 
FUNCTION ABS (functions.at:22): FAILED (functions.at:36)

109. functions.at:43: testing ...
functions.at:65: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 109. functions.at:43: 109. 
FUNCTION ACOS (functions.at:43): FAILED (functions.at:65)

110. functions.at:72: testing ...
functions.at:95: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 110. functions.at:72: 110. 
FUNCTION ANNUITY (functions.at:72): FAILED (functions.at:95)

111. functions.at:102: testing ...
functions.at:124: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 111. functions.at:102: 111. 
FUNCTION ASIN (functions.at:102): FAILED (functions.at:124)

112. functions.at:131: testing ...
functions.at:153: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 112. functions.at:131: 112. 
FUNCTION ATAN (functions.at:131): FAILED (functions.at:153)

113. functions.at:160: testing ...
functions.at:174: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 113. functions.at:160: 113. 
FUNCTION CHAR (functions.at:160): FAILED (functions.at:174)

114. functions.at:181: testing ...
functions.at:194: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 114. functions.at:181: 114. 
FUNCTION COMBINED-DATETIME (functions.at:181): FAILED (functions.at:194)

115. functions.at:201: testing ...
functions.at:223: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 115. functions.at:201: 115. 
FUNCTION COS (functions.at:201): FAILED (functions.at:223)

116. functions.at:230: testing ...
functions.at:243: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 116. functions.at:230: 116. 
FUNCTION DATE-OF-INTEGER (functions.at:230): FAILED (functions.at:243)

117. functions.at:250: testing ...
functions.at:263: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 117. functions.at:250: 117. 
FUNCTION DATE-TO-YYYYMMDD (functions.at:250): FAILED (functions.at:263)

118. functions.at:270: testing ...
functions.at:283: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 118. functions.at:270: 118. 
FUNCTION DAY-OF-INTEGER (functions.at:270): FAILED (functions.at:283)

119. functions.at:290: testing ...
functions.at:303: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 119. functions.at:290: 119. 
FUNCTION DAY-TO-YYYYDDD (functions.at:290): FAILED (functions.at:303)

120. functions.at:310: testing ...
functions.at:323: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 120. functions.at:310: 120. 
FUNCTION E (functions.at:310): FAILED (functions.at:323)

121. functions.at:330: testing ...
functions.at:353: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 121. functions.at:330: 121. 
FUNCTION EXCEPTION-FILE (functions.at:330): FAILED (functions.at:353)

122. functions.at:360: testing ...
functions.at:388: ${COMPILE} -debug -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 122. functions.at:360: 122. 
FUNCTION EXCEPTION-LOCATION (functions.at:360): FAILED (functions.at:388)

123. functions.at:394: testing ...
functions.at:418: ${COMPILE} -debug -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 123. functions.at:394: 123. 
FUNCTION EXCEPTION-STATEMENT (functions.at:394): FAILED (functions.at:418)

124. functions.at:424: testing ...
functions.at:448: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 124. functions.at:424: 124. 
FUNCTION EXCEPTION-STATUS (functions.at:424): FAILED (functions.at:448)

125. functions.at:454: testing ...
functions.at:475: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 125. functions.at:454: 125. 
FUNCTION EXP (functions.at:454): FAILED (functions.at:475)

126. functions.at:482: testing ...
functions.at:495: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 126. functions.at:482: 126. 
FUNCTION FACTORIAL (functions.at:482): FAILED (functions.at:495)

127. functions.at:502: testing ...
functions.at:517: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 127. functions.at:502: 127. 
FUNCTION FRACTION-PART (functions.at:502): FAILED (functions.at:517)

128. functions.at:525: testing ...
functions.at:539: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 128. functions.at:525: 128. 
FUNCTION INTEGER (functions.at:525): FAILED (functions.at:539)

129. functions.at:546: testing ...
functions.at:559: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 129. functions.at:546: 129. 
FUNCTION INTEGER-OF-DATE (functions.at:546): FAILED (functions.at:559)

130. functions.at:566: testing ...
functions.at:579: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 130. functions.at:566: 130. 
FUNCTION INTEGER-OF-DAY (functions.at:566): FAILED (functions.at:579)

131. functions.at:586: testing ...
functions.at:600: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 131. functions.at:586: 131. 
FUNCTION INTEGER-PART (functions.at:586): FAILED (functions.at:600)

132. functions.at:607: testing ...
functions.at:621: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 132. functions.at:607: 132. 
FUNCTION LENGTH (functions.at:607): FAILED (functions.at:621)

133. functions.at:628: testing ...
functions.at:645: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 133. functions.at:628: 133. 
FUNCTION LOCALE-DATE (functions.at:628): FAILED (functions.at:645)

134. functions.at:652: testing ...
functions.at:669: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 134. functions.at:652: 134. 
FUNCTION LOCALE-TIME (functions.at:652): FAILED (functions.at:669)

135. functions.at:676: testing ...
functions.at:693: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 135. functions.at:676: 135. 
FUNCTION LOCALE-TIME-FROM-SECONDS (functions.at:676): FAILED (functions.at:693)

136. functions.at:700: testing ...
functions.at:722: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 136. functions.at:700: 136. 
FUNCTION LOG (functions.at:700): FAILED (functions.at:722)

137. functions.at:729: testing ...
functions.at:751: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 137. functions.at:729: 137. 
FUNCTION LOG10 (functions.at:729): FAILED (functions.at:751)

138. functions.at:758: testing ...
functions.at:772: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 138. functions.at:758: 138. 
FUNCTION LOWER-CASE (functions.at:758): FAILED (functions.at:772)

139. functions.at:779: testing ...
functions.at:793: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 139. functions.at:779: 139. 
FUNCTION LOWER-CASE with reference modding (functions.at:779): FAILED 
(functions.at:793)

140. functions.at:800: testing ...
functions.at:813: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 140. functions.at:800: 140. 
FUNCTION MAX (functions.at:800): FAILED (functions.at:813)

141. functions.at:820: testing ...
functions.at:833: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 141. functions.at:820: 141. 
FUNCTION MEAN (functions.at:820): FAILED (functions.at:833)

142. functions.at:840: testing ...
functions.at:853: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 142. functions.at:840: 142. 
FUNCTION MEDIAN (functions.at:840): FAILED (functions.at:853)

143. functions.at:860: testing ...
functions.at:873: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 143. functions.at:860: 143. 
FUNCTION MIDRANGE (functions.at:860): FAILED (functions.at:873)

144. functions.at:880: testing ...
functions.at:893: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 144. functions.at:880: 144. 
FUNCTION MIN (functions.at:880): FAILED (functions.at:893)

145. functions.at:900: testing ...
functions.at:913: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 145. functions.at:900: 145. 
FUNCTION MOD (functions.at:900): FAILED (functions.at:913)

146. functions.at:920: testing ...
functions.at:934: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 146. functions.at:920: 146. 
FUNCTION NUMVAL (functions.at:920): FAILED (functions.at:934)

147. functions.at:941: testing ...
functions.at:955: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 147. functions.at:941: 147. 
FUNCTION NUMVAL-C (functions.at:941): FAILED (functions.at:955)

148. functions.at:962: testing ...
functions.at:975: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 148. functions.at:962: 148. 
FUNCTION ORD (functions.at:962): FAILED (functions.at:975)

149. functions.at:982: testing ...
functions.at:995: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 149. functions.at:982: 149. 
FUNCTION ORD-MAX (functions.at:982): FAILED (functions.at:995)

150. functions.at:1002: testing ...
functions.at:1015: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 150. functions.at:1002: 150. 
FUNCTION ORD-MIN (functions.at:1002): FAILED (functions.at:1015)

151. functions.at:1022: testing ...
functions.at:1035: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 151. functions.at:1022: 151. 
FUNCTION PI (functions.at:1022): FAILED (functions.at:1035)

152. functions.at:1042: testing ...
functions.at:1055: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 152. functions.at:1042: 152. 
FUNCTION PRESENT-VALUE (functions.at:1042): FAILED (functions.at:1055)

153. functions.at:1062: testing ...
functions.at:1075: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 153. functions.at:1062: 153. 
FUNCTION RANGE (functions.at:1062): FAILED (functions.at:1075)

154. functions.at:1082: testing ...
functions.at:1095: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 154. functions.at:1082: 154. 
FUNCTION REM (functions.at:1082): FAILED (functions.at:1095)

155. functions.at:1102: testing ...
functions.at:1116: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 155. functions.at:1102: 155. 
FUNCTION REVERSE (functions.at:1102): FAILED (functions.at:1116)

156. functions.at:1123: testing ...
functions.at:1137: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 156. functions.at:1123: 156. 
FUNCTION REVERSE with reference modding (functions.at:1123): FAILED 
(functions.at:1137)

157. functions.at:1144: testing ...
functions.at:1166: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 157. functions.at:1144: 157. 
FUNCTION SECONDS-FROM-FORMATTED-TIME (functions.at:1144): FAILED 
(functions.at:1166)

158. functions.at:1173: testing ...
functions.at:1193: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 158. functions.at:1173: 158. 
FUNCTION SECONDS-PAST-MIDNIGHT (functions.at:1173): FAILED (functions.at:1193)

159. functions.at:1200: testing ...
functions.at:1219: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 159. functions.at:1200: 159. 
FUNCTION SIGN (functions.at:1200): FAILED (functions.at:1219)

160. functions.at:1229: testing ...
functions.at:1251: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 160. functions.at:1229: 160. 
FUNCTION SIN (functions.at:1229): FAILED (functions.at:1251)

161. functions.at:1258: testing ...
functions.at:1280: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 161. functions.at:1258: 161. 
FUNCTION SQRT (functions.at:1258): FAILED (functions.at:1280)

162. functions.at:1287: testing ...
functions.at:1308: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 162. functions.at:1287: 162. 
FUNCTION STANDARD-DEVIATION (functions.at:1287): FAILED (functions.at:1308)

163. functions.at:1315: testing ...
functions.at:1330: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 163. functions.at:1315: 163. 
FUNCTION STORED-CHAR-LENGTH (functions.at:1315): FAILED (functions.at:1330)

164. functions.at:1337: testing ...
functions.at:1359: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 164. functions.at:1337: 164. 
FUNCTION TAN (functions.at:1337): FAILED (functions.at:1359)

165. functions.at:1366: testing ...
functions.at:1382: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 165. functions.at:1366: 165. 
FUNCTION TRIM (functions.at:1366): FAILED (functions.at:1382)

166. functions.at:1390: testing ...
functions.at:1406: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 166. functions.at:1390: 166. 
FUNCTION TRIM with reference modding (functions.at:1390): FAILED 
(functions.at:1406)

167. functions.at:1414: testing ...
functions.at:1428: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 167. functions.at:1414: 167. 
FUNCTION UPPER-CASE (functions.at:1414): FAILED (functions.at:1428)

168. functions.at:1435: testing ...
functions.at:1449: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 168. functions.at:1435: 168. 
FUNCTION UPPER-CASE with reference modding (functions.at:1435): FAILED 
(functions.at:1449)

169. functions.at:1456: testing ...
functions.at:1469: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 169. functions.at:1456: 169. 
FUNCTION VARIANCE (functions.at:1456): FAILED (functions.at:1469)

170. functions.at:1476: testing ...
functions.at:1498: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/run.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/run.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 170. functions.at:1476: 170. 
FUNCTION WHEN-COMPILED (functions.at:1476): FAILED (functions.at:1498)


## -------------- ##
## ..//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 = larrys-laptop
| uname -m = i686
| uname -r = 1.5.25(0.156/4/2)
| uname -s = CYGWIN_NT-6.0
| uname -v = 2008-06-12 19:34
| 
| /usr/bin/uname -p = unknown
| /bin/uname -X     = unknown
| 
| /bin/arch              = i686
| /usr/bin/arch -k       = unknown
| /usr/convex/getsysinfo = unknown
| hostinfo               = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
| 
| PATH: /usr/local/bin
| PATH: /usr/bin
| PATH: /bin
| PATH: /usr/X11R6/bin
| PATH: /cygdrive/c/Program Files/PHP/
| PATH: /cygdrive/c/Windows/system32
| PATH: /cygdrive/c/Windows
| PATH: /cygdrive/c/Windows/System32/Wbem
| PATH: /cygdrive/c/Program Files/Common Files/GTK/2.0/bin
| PATH: /cygdrive/c/Program Files/QuickTime/QTSystem/
| PATH: /cygdrive/c/Program Files/Mono-1.2.5/bin/
| PATH: /cygdrive/c/Program Files/Mono-1.2.5/lib/
| PATH: /cygdrive/c/Program Files/FreeBASIC/
| PATH: /cygdrive/c/Python25
| PATH: /cygdrive/c/Program Files/Common Files/Adobe/AGL
| PATH: /cygdrive/c/MinGW/bin
| PATH: /cygdrive/c/Program Files/TinyCOBOL
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:1594: checking for a BSD-compatible install
| configure:1649: result: /usr/bin/install -c
| configure:1660: checking whether build environment is sane
| configure:1703: result: yes
| configure:1768: checking for gawk
| configure:1784: found /usr/bin/gawk
| configure:1794: result: gawk
| configure:1804: checking whether make sets $(MAKE)
| configure:1824: result: yes
| configure:1992: checking whether to enable maintainer-specific portions of 
Makefiles
| configure:2001: result: no
| configure:2135: checking for gcc
| configure:2151: found /usr/bin/gcc
| configure:2161: result: gcc
| configure:2405: checking for C compiler version
| configure:2408: gcc --version </dev/null >&5
| gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
| Copyright (C) 2004 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
| 
| configure:2411: $? = 0
| configure:2413: gcc -v </dev/null >&5
| Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
| Configured with: /usr/build/package/orig/test.respin/gcc-3.4.4-3/configure 
--verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib 
--libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info 
--enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls 
--without-included-gettext --enable-version-specific-runtime-libs --without-x 
--enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter 
--disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm 
--disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization 
--enable-libstdcxx-debug
| Thread model: posix
| gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
| configure:2416: $? = 0
| configure:2418: gcc -V </dev/null >&5
| gcc: `-V' option must have argument
| configure:2421: $? = 1
| configure:2444: checking for C compiler default output file name
| configure:2447: gcc    conftest.c  >&5
| configure:2450: $? = 0
| configure:2496: result: a.exe
| configure:2501: checking whether the C compiler works
| configure:2507: ./a.exe
| configure:2510: $? = 0
| configure:2527: result: yes
| configure:2534: checking whether we are cross compiling
| configure:2536: result: no
| configure:2539: checking for suffix of executables
| configure:2541: gcc -o conftest.exe    conftest.c  >&5
| configure:2544: $? = 0
| configure:2569: result: .exe
| configure:2575: checking for suffix of object files
| configure:2596: gcc -c   conftest.c >&5
| configure:2599: $? = 0
| configure:2621: result: o
| configure:2625: checking whether we are using the GNU C compiler
| configure:2649: gcc -c   conftest.c >&5
| configure:2655: $? = 0
| configure:2659: test -z 
|                        || test ! -s conftest.err
| configure:2662: $? = 0
| configure:2665: test -s conftest.o
| configure:2668: $? = 0
| configure:2681: result: yes
| configure:2687: checking whether gcc accepts -g
| configure:2708: gcc -c -g  conftest.c >&5
| configure:2714: $? = 0
| configure:2718: test -z 
|                        || test ! -s conftest.err
| configure:2721: $? = 0
| configure:2724: test -s conftest.o
| configure:2727: $? = 0
| configure:2738: result: yes
| configure:2755: checking for gcc option to accept ANSI C
| configure:2825: gcc  -c -g -O2  conftest.c >&5
| configure:2831: $? = 0
| configure:2835: test -z 
|                        || test ! -s conftest.err
| configure:2838: $? = 0
| configure:2841: test -s conftest.o
| configure:2844: $? = 0
| configure:2862: result: none needed
| configure:2880: gcc -c -g -O2  conftest.c >&5
| conftest.c:2: error: parse error before "me"
| configure:2886: $? = 1
| configure: failed program was:
| | #ifndef __cplusplus
| |   choke me
| | #endif
| configure:3030: checking for style of include used by make
| configure:3058: result: GNU
| configure:3086: checking dependency style of gcc
| configure:3176: result: gcc3
| configure:3198: checking how to run the C preprocessor
| configure:3233: gcc -E  conftest.c
| configure:3239: $? = 0
| configure:3271: gcc -E  conftest.c
| conftest.c:13:28: ac_nonexistent.h: No such file or directory
| configure:3277: $? = 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 COB_DEBUG 1
| | #define __USE_STRING_INLINES 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3316: result: gcc -E
| configure:3340: gcc -E  conftest.c
| configure:3346: $? = 0
| configure:3378: gcc -E  conftest.c
| conftest.c:13:28: ac_nonexistent.h: No such file or directory
| configure:3384: $? = 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 COB_DEBUG 1
| | #define __USE_STRING_INLINES 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3427: checking for egrep
| configure:3437: result: grep -E
| configure:3476: checking for ANSI C header files
| configure:3501: gcc -c -g -O2  conftest.c >&5
| configure:3507: $? = 0
| configure:3511: test -z 
|                        || test ! -s conftest.err
| configure:3514: $? = 0
| configure:3517: test -s conftest.o
| configure:3520: $? = 0
| configure:3609: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:3612: $? = 0
| configure:3614: ./conftest.exe
| configure:3617: $? = 0
| configure:3632: result: yes
| configure:3656: checking for sys/types.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for sys/stat.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for stdlib.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for string.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for memory.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for strings.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for inttypes.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for stdint.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for unistd.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:4568: checking whether ln -s works
| configure:4572: result: yes
| configure:4592: checking for a BSD-compatible install
| configure:4647: result: /usr/bin/install -c
| configure:4740: checking build system type
| configure:4758: result: i686-pc-cygwin
| configure:4766: checking host system type
| configure:4780: result: i686-pc-cygwin
| configure:4788: checking for a sed that does not truncate output
| configure:4844: result: /usr/bin/sed
| configure:4858: checking for ld used by gcc
| configure:4925: result: /usr/i686-pc-cygwin/bin/ld.exe
| configure:4934: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is 
GNU ld
| configure:4949: result: yes
| configure:4954: checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload 
object files
| configure:4961: result: -r
| configure:4979: checking for BSD-compatible nm
| configure:5028: result: /usr/bin/nm -B
| configure:5032: checking how to recognize dependent libraries
| configure:5218: result: file_magic ^x86 archive import|^x86 DLL
| configure:5492: checking for dlltool
| configure:5508: found /usr/bin/dlltool
| configure:5519: result: dlltool
| configure:5572: checking for as
| configure:5588: found /usr/bin/as
| configure:5599: result: as
| configure:5652: checking for objdump
| configure:5668: found /usr/bin/objdump
| configure:5679: result: objdump
| configure:5712: checking dlfcn.h usability
| configure:5724: gcc -c -g -O2  conftest.c >&5
| configure:5730: $? = 0
| configure:5734: test -z 
|                        || test ! -s conftest.err
| configure:5737: $? = 0
| configure:5740: test -s conftest.o
| configure:5743: $? = 0
| configure:5753: result: yes
| configure:5757: checking dlfcn.h presence
| configure:5767: gcc -E  conftest.c
| configure:5773: $? = 0
| configure:5793: result: yes
| configure:5828: checking for dlfcn.h
| configure:5835: result: yes
| configure:6091: checking the maximum length of command line arguments
| configure:6203: result: 8192
| configure:6215: checking command to parse /usr/bin/nm -B output from gcc 
object
| configure:6320: gcc -c -g -O2  conftest.c >&5
| configure:6323: $? = 0
| configure:6327: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[        
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
| configure:6330: $? = 0
| cannot find nm_test_var in conftest.nm
| configure:6320: gcc -c -g -O2  conftest.c >&5
| configure:6323: $? = 0
| configure:6327: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[        
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
| configure:6330: $? = 0
| configure:6382: gcc -o conftest.exe -g -O2   conftest.c conftstm.o >&5
| configure:6385: $? = 0
| configure:6423: result: ok
| configure:6427: checking for objdir
| configure:6442: result: .libs
| configure:6532: checking for ar
| configure:6548: found /usr/bin/ar
| configure:6559: result: ar
| configure:6612: checking for ranlib
| configure:6628: found /usr/bin/ranlib
| configure:6639: result: ranlib
| configure:6692: checking for strip
| configure:6708: found /usr/bin/strip
| configure:6719: result: strip
| configure:6991: checking if gcc supports -fno-rtti -fno-exceptions
| configure:7009: 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:7013: $? = 0
| configure:7026: result: no
| configure:7041: checking for gcc option to produce PIC
| configure:7273: result: -DDLL_EXPORT
| configure:7281: checking if gcc PIC flag -DDLL_EXPORT works
| configure:7299: gcc -c -g -O2  -DDLL_EXPORT -DPIC conftest.c >&5
| configure:7303: $? = 0
| configure:7316: result: yes
| configure:7344: checking if gcc static flag -static works
| configure:7372: result: yes
| configure:7382: checking if gcc supports -c -o file.o
| configure:7403: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
| configure:7407: $? = 0
| configure:7429: result: yes
| configure:7455: checking whether the gcc linker 
(/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
| configure:8439: result: yes
| configure:8460: checking whether -lc should be explicitly linked in
| configure:8465: gcc -c -g -O2  conftest.c >&5
| configure:8468: $? = 0
| configure:8483: gcc -shared conftest.o  -v -o ./conftest 
-Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| 
grep  -lc  \>/dev/null 2\>\&1
| configure:8486: $? = 1
| configure:8498: result: yes
| configure:8506: checking dynamic linker characteristics
| configure:9108: result: Win32 ld.exe
| configure:9117: checking how to hardcode library paths into programs
| configure:9142: result: immediate
| configure:9156: checking whether stripping libraries is possible
| configure:9161: result: yes
| configure:9778: checking whether a program can dlopen itself
| configure:9852: gcc -o conftest.exe -g -O2  -DHAVE_DLFCN_H  
-Wl,--export-dynamic conftest.c   >&5
| configure:9855: $? = 0
| configure:9873: result: no
| configure:9996: checking if libtool supports shared libraries
| configure:9998: result: yes
| configure:10001: checking whether to build shared libraries
| configure:10022: result: yes
| configure:10025: checking whether to build static libraries
| configure:10029: result: yes
| configure:10122: creating libtool
| configure:19326: checking whether make sets $(MAKE)
| configure:19346: result: yes
| configure:19357: checking for ANSI C header files
| configure:19513: result: yes
| configure:19538: checking for stdint.h
| configure:19543: result: yes
| configure:19538: checking for sys/types.h
| configure:19543: result: yes
| configure:19547: checking signal.h usability
| configure:19559: gcc -c -g -O2  conftest.c >&5
| configure:19565: $? = 0
| configure:19569: test -z 
|                        || test ! -s conftest.err
| configure:19572: $? = 0
| configure:19575: test -s conftest.o
| configure:19578: $? = 0
| configure:19588: result: yes
| configure:19592: checking signal.h presence
| configure:19602: gcc -E  conftest.c
| configure:19608: $? = 0
| configure:19628: result: yes
| configure:19663: checking for signal.h
| configure:19670: result: yes
| configure:19547: checking fcntl.h usability
| configure:19559: gcc -c -g -O2  conftest.c >&5
| configure:19565: $? = 0
| configure:19569: test -z 
|                        || test ! -s conftest.err
| configure:19572: $? = 0
| configure:19575: test -s conftest.o
| configure:19578: $? = 0
| configure:19588: result: yes
| configure:19592: checking fcntl.h presence
| configure:19602: gcc -E  conftest.c
| configure:19608: $? = 0
| configure:19628: result: yes
| configure:19663: checking for fcntl.h
| configure:19670: result: yes
| configure:19547: checking malloc.h usability
| configure:19559: gcc -c -g -O2  conftest.c >&5
| configure:19565: $? = 0
| configure:19569: test -z 
|                        || test ! -s conftest.err
| configure:19572: $? = 0
| configure:19575: test -s conftest.o
| configure:19578: $? = 0
| configure:19588: result: yes
| configure:19592: checking malloc.h presence
| configure:19602: gcc -E  conftest.c
| configure:19608: $? = 0
| configure:19628: result: yes
| configure:19663: checking for malloc.h
| configure:19670: result: yes
| configure:19547: checking locale.h usability
| configure:19559: gcc -c -g -O2  conftest.c >&5
| configure:19565: $? = 0
| configure:19569: test -z 
|                        || test ! -s conftest.err
| configure:19572: $? = 0
| configure:19575: test -s conftest.o
| configure:19578: $? = 0
| configure:19588: result: yes
| configure:19592: checking locale.h presence
| configure:19602: gcc -E  conftest.c
| configure:19608: $? = 0
| configure:19628: result: yes
| configure:19663: checking for locale.h
| configure:19670: result: yes
| configure:19547: checking stddef.h usability
| configure:19559: gcc -c -g -O2  conftest.c >&5
| configure:19565: $? = 0
| configure:19569: test -z 
|                        || test ! -s conftest.err
| configure:19572: $? = 0
| configure:19575: test -s conftest.o
| configure:19578: $? = 0
| configure:19588: result: yes
| configure:19592: checking stddef.h presence
| configure:19602: gcc -E  conftest.c
| configure:19608: $? = 0
| configure:19628: result: yes
| configure:19663: checking for stddef.h
| configure:19670: result: yes
| configure:19547: checking wchar.h usability
| configure:19559: gcc -c -g -O2  conftest.c >&5
| configure:19565: $? = 0
| configure:19569: test -z 
|                        || test ! -s conftest.err
| configure:19572: $? = 0
| configure:19575: test -s conftest.o
| configure:19578: $? = 0
| configure:19588: result: yes
| configure:19592: checking wchar.h presence
| configure:19602: gcc -E  conftest.c
| configure:19608: $? = 0
| configure:19628: result: yes
| configure:19663: checking for wchar.h
| configure:19670: result: yes
| configure:19538: checking for dlfcn.h
| configure:19543: result: yes
| configure:19547: checking sys/time.h usability
| configure:19559: gcc -c -g -O2  conftest.c >&5
| configure:19565: $? = 0
| configure:19569: test -z 
|                        || test ! -s conftest.err
| configure:19572: $? = 0
| configure:19575: test -s conftest.o
| configure:19578: $? = 0
| configure:19588: result: yes
| configure:19592: checking sys/time.h presence
| configure:19602: gcc -E  conftest.c
| configure:19608: $? = 0
| configure:19628: result: yes
| configure:19663: checking for sys/time.h
| configure:19670: result: yes
| configure:19685: checking for an ANSI C-conforming const
| configure:19752: gcc -c -g -O2  conftest.c >&5
| configure:19758: $? = 0
| configure:19762: test -z 
|                        || test ! -s conftest.err
| configure:19765: $? = 0
| configure:19768: test -s conftest.o
| configure:19771: $? = 0
| configure:19782: result: yes
| configure:19792: checking whether byte ordering is bigendian
| configure:19819: gcc -c -g -O2  conftest.c >&5
| configure:19825: $? = 0
| configure:19829: test -z 
|                        || test ! -s conftest.err
| configure:19832: $? = 0
| configure:19835: test -s conftest.o
| configure:19838: $? = 0
| configure:19862: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:46: error: `not' undeclared (first use in this function)
| conftest.c:46: error: (Each undeclared identifier is reported only once
| conftest.c:46: error: for each function it appears in.)
| conftest.c:46: error: parse error before "big"
| configure:19868: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | #include <sys/param.h>
| | 
| | int
| | main ()
| | {
| | #if BYTE_ORDER != BIG_ENDIAN
| |  not big endian
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:20003: result: no
| configure:20022: checking for size_t
| configure:20046: gcc -c -g -O2  conftest.c >&5
| configure:20052: $? = 0
| configure:20056: test -z 
|                        || test ! -s conftest.err
| configure:20059: $? = 0
| configure:20062: test -s conftest.o
| configure:20065: $? = 0
| configure:20076: result: yes
| configure:20088: checking whether struct tm is in sys/time.h or time.h
| configure:20111: gcc -c -g -O2  conftest.c >&5
| configure:20117: $? = 0
| configure:20121: test -z 
|                        || test ! -s conftest.err
| configure:20124: $? = 0
| configure:20127: test -s conftest.o
| configure:20130: $? = 0
| configure:20141: result: time.h
| configure:20152: checking for inline
| configure:20173: gcc -c -g -O2  conftest.c >&5
| configure:20179: $? = 0
| configure:20183: test -z 
|                        || test ! -s conftest.err
| configure:20186: $? = 0
| configure:20189: test -s conftest.o
| configure:20192: $? = 0
| configure:20204: result: inline
| configure:20234: checking for working alloca.h
| configure:20255: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20261: $? = 0
| configure:20265: test -z 
|                        || test ! -s conftest.err
| configure:20268: $? = 0
| configure:20271: test -s conftest.exe
| configure:20274: $? = 0
| configure:20286: result: yes
| configure:20296: checking for alloca
| configure:20337: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20343: $? = 0
| configure:20347: test -z 
|                        || test ! -s conftest.err
| configure:20350: $? = 0
| configure:20353: test -s conftest.exe
| configure:20356: $? = 0
| configure:20368: result: yes
| configure:20595: checking for vprintf
| configure:20652: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:66: warning: conflicting types for built-in function 'vprintf'
| configure:20658: $? = 0
| configure:20662: test -z 
|                        || test ! -s conftest.err
| configure:20665: $? = 0
| configure:20668: test -s conftest.exe
| configure:20671: $? = 0
| configure:20683: result: yes
| configure:20690: checking for _doprnt
| configure:20747: gcc -o conftest.exe -g -O2   conftest.c  >&5
| /cygdrive/c/Users/larry/AppData/Local/Temp/ccnaCptm.o: In function `main':
| /home/larry/open-cobol-1.1/conftest.c:83: undefined reference to `__doprnt'
| /home/larry/open-cobol-1.1/conftest.c:82: undefined reference to `__doprnt'
| collect2: ld returned 1 exit status
| configure:20753: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | /* end confdefs.h.  */
| | /* Define _doprnt to an innocuous variant, in case <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:20778: result: no
| configure:20808: checking for memmove
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:67: warning: conflicting types for built-in function 'memmove'
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for memset
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:68: warning: conflicting types for built-in function 'memset'
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for setlocale
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for fcntl
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for strerror
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for strcasecmp
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for strchr
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:73: warning: conflicting types for built-in function 'strchr'
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for strrchr
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:74: warning: conflicting types for built-in function 'strrchr'
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for strdup
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:75: warning: conflicting types for built-in function 'strdup'
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for strstr
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:76: warning: conflicting types for built-in function 'strstr'
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for strtol
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for gettimeofday
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20924: gcc -c -g -O2  conftest.c >&5
| configure:20930: $? = 0
| configure:20934: test -z 
|                        || test ! -s conftest.err
| configure:20937: $? = 0
| configure:20940: test -s conftest.o
| configure:20943: $? = 0
| configure:20997: checking for ld used by GCC
| configure:21061: result: /usr/i686-pc-cygwin/bin/ld.exe
| configure:21070: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is 
GNU ld
| configure:21083: result: yes
| configure:21089: checking for shared library run path origin
| configure:21102: result: done
| configure:21532: checking for iconv
| configure:21559: gcc -o conftest.exe -g -O2   conftest.c  >&5
| /cygdrive/c/Users/larry/AppData/Local/Temp/ccgn1Xn8.o: In function `main':
| /home/larry/open-cobol-1.1/conftest.c:61: undefined reference to 
`_libiconv_open'
| /home/larry/open-cobol-1.1/conftest.c:62: undefined reference to `_libiconv'
| /home/larry/open-cobol-1.1/conftest.c:63: undefined reference to 
`_libiconv_close'
| collect2: ld returned 1 exit status
| configure:21565: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | /* end confdefs.h.  */
| | #include <stdlib.h>
| | #include <iconv.h>
| | int
| | main ()
| | {
| | iconv_t cd = iconv_open("","");
| |        iconv(cd,NULL,NULL,NULL,NULL);
| |        iconv_close(cd);
| |   ;
| |   return 0;
| | }
| configure:21610: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
| configure:21616: $? = 0
| configure:21620: test -z 
|                        || test ! -s conftest.err
| configure:21623: $? = 0
| configure:21626: test -s conftest.exe
| configure:21629: $? = 0
| configure:21644: result: yes
| configure:21654: checking how to link with libiconv
| configure:21656: result: -liconv
| configure:21667: checking for iconv declaration
| configure:21701: gcc -c -g -O2  conftest.c >&5
| conftest.c:65: error: conflicting types for 'libiconv'
| /usr/include/iconv.h:83: error: previous declaration of 'libiconv' was here
| conftest.c:65: error: conflicting types for 'libiconv'
| /usr/include/iconv.h:83: error: previous declaration of 'libiconv' was here
| configure:21707: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | /* end confdefs.h.  */
| | 
| | #include <stdlib.h>
| | #include <iconv.h>
| | extern
| | #ifdef __cplusplus
| | "C"
| | #endif
| | #if defined(__STDC__) || defined(__cplusplus)
| | size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * 
*outbuf, size_t *outbytesleft);
| | #else
| | size_t iconv();
| | #endif
| | 
| | int
| | main ()
| | {
| | 
| |   ;
| |   return 0;
| | }
| configure:21735: result: 
|          extern size_t iconv (iconv_t cd, const char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);
| configure:21746: checking for nl_langinfo and CODESET
| configure:21767: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:21773: $? = 0
| configure:21777: test -z 
|                        || test ! -s conftest.err
| configure:21780: $? = 0
| configure:21783: test -s conftest.exe
| configure:21786: $? = 0
| configure:21799: result: yes
| configure:21814: checking for getopt_long_only
| configure:21871: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:21877: $? = 0
| configure:21881: test -z 
|                        || test ! -s conftest.err
| configure:21884: $? = 0
| configure:21887: test -s conftest.exe
| configure:21890: $? = 0
| configure:21902: result: yes
| configure:21920: checking kpathsea/getopt.h usability
| configure:21932: gcc -c -g -O2  conftest.c >&5
| conftest.c:93:29: kpathsea/getopt.h: No such file or directory
| configure:21938: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST 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:21961: result: no
| configure:21965: checking kpathsea/getopt.h presence
| configure:21975: gcc -E  conftest.c
| conftest.c:59:29: kpathsea/getopt.h: No such file or directory
| configure:21981: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_LANGINFO_CODESET 1
| | /* end confdefs.h.  */
| | #include <kpathsea/getopt.h>
| configure:22001: result: no
| configure:22036: checking for kpathsea/getopt.h
| configure:22043: result: no
| configure:21920: checking getopt.h usability
| configure:21932: gcc -c -g -O2  conftest.c >&5
| configure:21938: $? = 0
| configure:21942: test -z 
|                        || test ! -s conftest.err
| configure:21945: $? = 0
| configure:21948: test -s conftest.o
| configure:21951: $? = 0
| configure:21961: result: yes
| configure:21965: checking getopt.h presence
| configure:21975: gcc -E  conftest.c
| configure:21981: $? = 0
| configure:22001: result: yes
| configure:22036: checking for getopt.h
| configure:22043: result: yes
| configure:22092: checking gmp.h usability
| configure:22104: gcc -c -g -O2  conftest.c >&5
| configure:22110: $? = 0
| configure:22114: test -z 
|                        || test ! -s conftest.err
| configure:22117: $? = 0
| configure:22120: test -s conftest.o
| configure:22123: $? = 0
| configure:22133: result: yes
| configure:22137: checking gmp.h presence
| configure:22147: gcc -E  conftest.c
| configure:22153: $? = 0
| configure:22173: result: yes
| configure:22208: checking for gmp.h
| configure:22215: result: yes
| configure:22233: checking for __gmp_randinit in -lgmp
| configure:22263: gcc -o conftest.exe -g -O2   conftest.c -lgmp   >&5
| configure:22269: $? = 0
| configure:22273: test -z 
|                        || test ! -s conftest.err
| configure:22276: $? = 0
| configure:22279: test -s conftest.exe
| configure:22282: $? = 0
| configure:22295: result: yes
| configure:22327: checking whether NLS is requested
| configure:22336: result: yes
| configure:22374: checking for msgfmt
| configure:22408: result: no
| configure:22414: checking for gmsgfmt
| configure:22445: result: :
| configure:22484: checking for xgettext
| configure:22518: result: no
| configure:22555: checking for msgmerge
| configure:22588: result: no
| configure:22636: checking whether NLS is requested
| configure:22645: result: yes
| configure:22663: checking for GNU gettext in libc
| configure:22687: gcc -o conftest.exe -g -O2   conftest.c -lgmp  >&5
| /cygdrive/c/Users/larry/AppData/Local/Temp/ccaG1DbO.o: In function `main':
| /home/larry/open-cobol-1.1/conftest.c:68: undefined reference to 
`_libintl_bindtextdomain'
| /home/larry/open-cobol-1.1/conftest.c:69: undefined reference to 
`_libintl_gettext'
| /home/larry/open-cobol-1.1/conftest.c:69: undefined reference to 
`__nl_msg_cat_cntr'
| /home/larry/open-cobol-1.1/conftest.c:69: undefined reference to 
`__nl_domain_bindings'
| collect2: ld returned 1 exit status
| configure:22693: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | /* end confdefs.h.  */
| | #include <libintl.h>
| | extern int _nl_msg_cat_cntr;
| | extern int *_nl_domain_bindings;
| | int
| | main ()
| | {
| | bindtextdomain ("", "");
| | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
| |   ;
| |   return 0;
| | }
| configure:22718: result: no
| configure:22752: checking for iconv
| configure:22864: result: yes
| configure:22874: checking how to link with libiconv
| configure:22876: result: -liconv
| configure:23265: checking for GNU gettext in libintl
| configure:23297: gcc -o conftest.exe -g -O2    conftest.c -lgmp  -lintl >&5
| /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: 
auto-importing has been activated without --enable-auto-import specified on the 
command line.
| This should work unless it involves constant data structures referencing 
symbols from auto-imported DLLs.Info: resolving __nl_msg_cat_cntr by linking to 
__imp___nl_msg_cat_cntr (auto-import)
| configure:23303: $? = 0
| configure:23307: test -z 
|                        || test ! -s conftest.err
| configure:23310: $? = 0
| configure:23313: test -s conftest.exe
| configure:23316: $? = 0
| configure:23388: result: yes
| configure:23417: checking whether to use NLS
| configure:23419: result: yes
| configure:23422: checking where the gettext function comes from
| configure:23433: result: external libintl
| configure:23441: checking how to link with libintl
| configure:23443: result: -lintl
| configure:23519: checking ncurses.h usability
| configure:23531: gcc -c -g -O2  conftest.c >&5
| configure:23537: $? = 0
| configure:23541: test -z 
|                        || test ! -s conftest.err
| configure:23544: $? = 0
| configure:23547: test -s conftest.o
| configure:23550: $? = 0
| configure:23560: result: yes
| configure:23564: checking ncurses.h presence
| configure:23574: gcc -E  conftest.c
| configure:23580: $? = 0
| configure:23600: result: yes
| configure:23635: checking for ncurses.h
| configure:23642: result: yes
| configure:23519: checking pdcurses.h usability
| configure:23531: gcc -c -g -O2  conftest.c >&5
| conftest.c:101:22: pdcurses.h: No such file or directory
| configure:23537: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_NCURSES_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #else
| | # if HAVE_STDINT_H
| | #  include <stdint.h>
| | # endif
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <pdcurses.h>
| configure:23560: result: no
| configure:23564: checking pdcurses.h presence
| configure:23574: gcc -E  conftest.c
| conftest.c:67:22: pdcurses.h: No such file or directory
| configure:23580: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_NCURSES_H 1
| | /* end confdefs.h.  */
| | #include <pdcurses.h>
| configure:23600: result: no
| configure:23635: checking for pdcurses.h
| configure:23642: result: no
| configure:23519: checking ncurses/ncurses.h usability
| configure:23531: gcc -c -g -O2  conftest.c >&5
| configure:23537: $? = 0
| configure:23541: test -z 
|                        || test ! -s conftest.err
| configure:23544: $? = 0
| configure:23547: test -s conftest.o
| configure:23550: $? = 0
| configure:23560: result: yes
| configure:23564: checking ncurses/ncurses.h presence
| configure:23574: gcc -E  conftest.c
| configure:23580: $? = 0
| configure:23600: result: yes
| configure:23635: checking for ncurses/ncurses.h
| configure:23642: result: yes
| configure:23519: checking curses.h usability
| configure:23531: gcc -c -g -O2  conftest.c >&5
| configure:23537: $? = 0
| configure:23541: test -z 
|                        || test ! -s conftest.err
| configure:23544: $? = 0
| configure:23547: test -s conftest.o
| configure:23550: $? = 0
| configure:23560: result: yes
| configure:23564: checking curses.h presence
| configure:23574: gcc -E  conftest.c
| configure:23580: $? = 0
| configure:23600: result: yes
| configure:23635: checking for curses.h
| configure:23642: result: yes
| configure:23656: checking for initscr in -lncurses
| configure:23686: gcc -o conftest.exe -g -O2   conftest.c -lncurses  -lgmp  >&5
| configure:23692: $? = 0
| configure:23696: test -z 
|                        || test ! -s conftest.err
| configure:23699: $? = 0
| configure:23702: test -s conftest.exe
| configure:23705: $? = 0
| configure:23718: result: yes
| configure:24161: gcc -o conftest.exe -g -O2   conftest.c -lncurses -lgmp  >&5
| configure:24164: $? = 0
| configure:24166: ./conftest.exe
| configure:24169: $? = 0
| configure:24225: gcc -o conftest.exe -g -O2   conftest.c -lncurses -lgmp  
-ldb >&5
| configure:24228: $? = 0
| configure:24230: ./conftest.exe
| configure:24233: $? = 0
| configure:25434: gcc -o conftest.exe -g -O2   conftest.c -lncurses -lgmp  >&5
| configure:25437: $? = 0
| configure:25439: ./conftest.exe
| configure:25442: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_NCURSES_H 1
| | #define HAVE_NCURSES_NCURSES_H 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBNCURSES 1
| | #define USE_DB41 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | 
| |   #ifdef _WIN32
| |    return 0;
| |   #else
| |    return 1;
| |   #endif
| |   ;
| |   return 0;
| | }
| configure:25458: checking for dlopen in -lc
| configure:25488: gcc -o conftest.exe -g -O2   conftest.c -lc  -lncurses -lgmp 
 >&5
| configure:25494: $? = 0
| configure:25498: test -z 
|                        || test ! -s conftest.err
| configure:25501: $? = 0
| configure:25504: test -s conftest.exe
| configure:25507: $? = 0
| configure:25520: result: yes
| configure:25885: gcc -o conftest.exe -g -O2   conftest.c -lncurses -lgmp  >&5
| configure:25888: $? = 0
| configure:25890: ./conftest.exe
| configure:25893: $? = 0
| configure:25935: gcc -o conftest.exe -g -O2   conftest.c -lncurses -lgmp  >&5
| configure:25938: $? = 0
| configure:25940: ./conftest.exe
| configure:25943: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_NCURSES_H 1
| | #define HAVE_NCURSES_NCURSES_H 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBNCURSES 1
| | #define USE_DB41 1
| | #define USE_LIBDL 1
| | #define COB_STRFTIME 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | 
| |     if (sizeof(long int) == sizeof(long long))
| |             return 0;
| |     return 1;
| | 
| |   ;
| |   return 0;
| | }
| configure:26049: gcc -c  -O2  -march=i686 -mtune=pentium4 -finline-functions 
-fomit-frame-pointer -Wno-pointer-sign  conftest.c >&5
| cc1: error: unrecognized command line option "-Wno-pointer-sign"
| configure:26055: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_NCURSES_H 1
| | #define HAVE_NCURSES_NCURSES_H 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBNCURSES 1
| | #define USE_DB41 1
| | #define USE_LIBDL 1
| | #define COB_STRFTIME 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | int testint;
| |   ;
| |   return 0;
| | }
| configure:26098: gcc -c  -O2  -march=i686 -mtune=pentium4 -finline-functions 
-fomit-frame-pointer  conftest.c >&5
| configure:26104: $? = 0
| configure:26108: test -z 
|                        || test ! -s conftest.err
| configure:26111: $? = 0
| configure:26114: test -s conftest.o
| configure:26117: $? = 0
| configure:26364: 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 larrys-laptop
| 
| config.status:765: creating cob-config
| config.status:765: creating Makefile
| config.status:765: creating lib/Makefile
| config.status:765: creating libcob/Makefile
| config.status:765: creating cobc/Makefile
| config.status:765: creating bin/Makefile
| config.status:765: creating po/Makefile.in
| config.status:765: creating texi/Makefile
| config.status:765: creating config/Makefile
| config.status:765: creating copy/Makefile
| config.status:765: creating tests/atlocal
| config.status:765: creating tests/Makefile
| config.status:765: creating tests/cobol85/Makefile
| config.status:869: creating config.h
| config.status:1311: executing tests/atconfig commands
| config.status:1311: executing depfiles commands
| config.status:1311: executing default-1 commands
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| ac_cv_build=i686-pc-cygwin
| ac_cv_build_alias=i686-pc-cygwin
| 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=.exe
| ac_cv_func__doprnt=no
| ac_cv_func_alloca_works=yes
| 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_strcasecmp=yes
| ac_cv_func_strchr=yes
| ac_cv_func_strdup=yes
| ac_cv_func_strerror=yes
| ac_cv_func_strrchr=yes
| ac_cv_func_strstr=yes
| ac_cv_func_strtol=yes
| ac_cv_func_vprintf=yes
| ac_cv_header_curses_h=yes
| ac_cv_header_dlfcn_h=yes
| ac_cv_header_fcntl_h=yes
| ac_cv_header_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_ncurses_ncurses_h=yes
| ac_cv_header_pdcurses_h=no
| 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-cygwin
| ac_cv_host_alias=i686-pc-cygwin
| ac_cv_lib_c_dlopen=yes
| 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=gawk
| ac_cv_prog_CPP='gcc -E'
| ac_cv_prog_ac_ct_AR=ar
| ac_cv_prog_ac_ct_AS=as
| ac_cv_prog_ac_ct_CC=gcc
| ac_cv_prog_ac_ct_DLLTOOL=dlltool
| ac_cv_prog_ac_ct_OBJDUMP=objdump
| ac_cv_prog_ac_ct_RANLIB=ranlib
| ac_cv_prog_ac_ct_STRIP=strip
| ac_cv_prog_cc_g=yes
| ac_cv_prog_cc_stdc=
| ac_cv_prog_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/i686-pc-cygwin/bin/ld.exe
| acl_cv_prog_gnu_ld=yes
| acl_cv_rpath=done
| acl_cv_shlibext=dll
| acl_cv_wl=-Wl,
| am_cv_CC_dependencies_compiler_type=gcc3
| am_cv_func_iconv=yes
| am_cv_langinfo_codeset=yes
| am_cv_lib_iconv=yes
| am_cv_proto_iconv='extern size_t iconv (iconv_t cd, const char * *inbuf, 
size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
| am_cv_proto_iconv_arg1=const
| gt_cv_func_gnugettext1_libc=no
| gt_cv_func_gnugettext1_libintl=yes
| lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
| lt_cv_dlopen=dlopen
| lt_cv_dlopen_libs=
| lt_cv_dlopen_self=no
| lt_cv_file_magic_cmd=func_win32_libid
| lt_cv_file_magic_test_file=
| lt_cv_ld_reload_flag=-r
| lt_cv_objdir=.libs
| lt_cv_path_LD=/usr/i686-pc-cygwin/bin/ld.exe
| lt_cv_path_NM='/usr/bin/nm -B'
| lt_cv_path_SED=/usr/bin/sed
| lt_cv_prog_compiler_c_o=yes
| lt_cv_prog_compiler_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=8192
| 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/larry/open-cobol-1.1/missing --run aclocal-1.9'
| ALLOCA=''
| AMDEPBACKSLASH='\'
| AMDEP_FALSE='#'
| AMDEP_TRUE=''
| AMTAR='${SHELL} /home/larry/open-cobol-1.1/missing --run tar'
| AR='ar'
| AS='as'
| AUTOCONF='${SHELL} /home/larry/open-cobol-1.1/missing --run autoconf'
| AUTOHEADER='${SHELL} /home/larry/open-cobol-1.1/missing --run autoheader'
| AUTOMAKE='${SHELL} /home/larry/open-cobol-1.1/missing --run automake-1.9'
| AWK='gawk'
| CC='gcc'
| CCDEPMODE='depmode=gcc3'
| CFLAGS=' -O2  -march=i686 -mtune=pentium4 -finline-functions 
-fomit-frame-pointer -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes 
-Wno-format-y2k'
| COBC_LIBS=' -lintl'
| 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-all-symbols -Wl,--enable-auto-import'
| COB_HAS_INLINE=''
| COB_LDFLAGS=''
| COB_LIBRARY_PATH='.:${exec_prefix}/lib/open-cobol'
| COB_LIBS='-L${exec_prefix}/lib -lcob -lm -lgmp -lintl -lncurses -ldb'
| COB_MODULE_EXT='dll'
| COB_PIC_FLAGS=' -DDLL_EXPORT -DPIC'
| COB_SHARED_OPT='-shared'
| CPP='gcc -E'
| CPPFLAGS=''
| CXXCPP=''
| CYGPATH_W='cygpath -w'
| DEFS='-DHAVE_CONFIG_H'
| DEPDIR='.deps'
| DLLTOOL='dlltool'
| ECHO='echo'
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='grep -E'
| EXEEXT='.exe'
| GMSGFMT=':'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
| INTLLIBS='-lintl'
| LDFLAGS=''
| LIBCOB_CFLAGS=''
| LIBCOB_LIBS='-lm -lgmp -lintl -lncurses -ldb'
| LIBICONV='-liconv'
| LIBINTL='-lintl'
| LIBOBJS=''
| LIBS=''
| LIBTOOL='$(SHELL) $(top_builddir)/libtool'
| LN_S='ln -s'
| LTLIBICONV='-liconv'
| LTLIBINTL='-lintl'
| LTLIBOBJS=''
| MAINT='#'
| MAINTAINER_MODE_FALSE=''
| MAINTAINER_MODE_TRUE='#'
| MAKEINFO='${SHELL} /home/larry/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='/usr/bin/sed'
| SET_MAKE=''
| SHELL='/bin/sh'
| STRIP='strip'
| USE_NLS='yes'
| VERSION='1.1'
| XGETTEXT=':'
| ac_ct_AR='ar'
| ac_ct_AS='as'
| ac_ct_CC='gcc'
| ac_ct_DLLTOOL='dlltool'
| ac_ct_OBJDUMP='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-cygwin'
| build_alias=''
| build_cpu='i686'
| build_os='cygwin'
| build_vendor='pc'
| datadir='${prefix}/share'
| exec_prefix='${prefix}'
| host='i686-pc-cygwin'
| host_alias=''
| host_cpu='i686'
| host_os='cygwin'
| host_vendor='pc'
| includedir='${prefix}/include'
| infodir='${prefix}/info'
| install_sh='/home/larry/open-cobol-1.1/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| localstatedir='${prefix}/var'
| mandir='${prefix}/man'
| mkdir_p='mkdir -p --'
| oldincludedir='/usr/include'
| prefix='/usr/local'
| program_transform_name='s,x,x,'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sysconfdir='${prefix}/etc'
| target_alias=''
| 
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
| 
| #define COB_DEBUG 1
| #define COB_EXEEXT ".exe"
| #define COB_EXPORT_DYN "-Wl,--export-all-symbols -Wl,--enable-auto-import"
| #define COB_EXTRA_FLAGS " -march=i686 -mtune=pentium4"
| #define COB_HAS_INLINE 1
| #define COB_NO_SELFOPEN 1
| #define COB_PIC_FLAGS " -DDLL_EXPORT -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_CURSES_H 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_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_NCURSES_NCURSES_H 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 const
| #define PACKAGE "open-cobol"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PATCH_LEVEL 0
| #define STDC_HEADERS 1
| #define STDC_HEADERS 1
| #define USE_DB41 1
| #define USE_LIBDL 1
| #define VERSION "1.1"
| #define WITH_DB 3
| #define WITH_LFS64 1
| #define WITH_VARSEQ 0
| #define __USE_STRING_INLINES 1
| 
| configure: exit 0

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

syntax: command line was:
  $ ././syntax 

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

syntax: ../bin/ChangeLog:
| 2007-12-27  Roger While <address@hidden>
| 
|       ** Mark 1.0 RELEASE
| 
| 2006-10-23  Roger While <address@hidden>
| 
|       * Makefile.am : Remove gcc options
| 
| 2005-12-31  Roger While <address@hidden>
| 

syntax: ../ChangeLog:
| 2008-07-05  Roger While <address@hidden>
| 
|       * configure.ac : No need to check for regex or mvgetnstr
| 
| 2008-04-16  Roger While <address@hidden>
| 
|       * configure.ac : Add in "copy" directory for OC supplied COPY elements
| 
| 2008-01-03  Roger While <address@hidden>
| 

syntax: ../cobc/ChangeLog:
| 2008-07-31  Roger While <address@hidden>
| 
|       * parser.y : FOREGROUND/BACKGROUND must be propogated from parent
| 
| 2008-07-28  Roger While <address@hidden>
| 
|       * typeck.c : Check min/max values on BINARY-xxx/COMP-5/COMP-X properly
| 
| 2008-07-26  Roger While <address@hidden>
| 

syntax: ../config/ChangeLog:
| 2007-12-27  Roger While <address@hidden>
| 
|       ** Mark 1.0 RELEASE
| 
| 2007-08-23  Roger While <address@hidden>
| 
|       * Remove deprecated v023.conf
|         Remove display-sign
| 
| 2007-01-29  Roger While <address@hidden>

syntax: ../copy/ChangeLog:
| 2008-07-05  Roger While <address@hidden>
| 
|       * Extend screenio.cpy
| 2008-06-24  Roger While <address@hidden>
| 
|       * Add screenio.cpy
| 
| 2008-04-16  Roger While <address@hidden>
| 
|       * New directory "copy" for OC supplied COPY elements

syntax: ../lib/ChangeLog:
| 2007-12-27  Roger While <address@hidden>
| 
|       ** Mark 1.0 RELEASE
| 
| 2006-10-23  Roger While <address@hidden>
| 
|       * Prototype in dummymac.c
| 
| 2005-10-25  Roger While <address@hidden>
| 

syntax: ../libcob/ChangeLog:
| 2008-07-21  Roger While <address@hidden>
| 
|       * screenio.c : Do not display SECURE items
|       * General : Cleanup, do early malloc initializations
| 
| 2008-07-19  Roger While <address@hidden>
| 
|       * General : Tidy up syntax
|       * intrinsic.c : Optimize field generation
| 

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

syntax: ../tests/ChangeLog:
| 2008-07-02  Roger While <address@hidden>
| 
|       * General for all OC tests - Cater for activated END-xxx checking
| 
| 2008-05-23  Roger While <address@hidden>
| 
|       * Due to display POINTER changes, ignore output from POINTER datarep 
test
| 
| 2008-03-25  Roger While <address@hidden>
| 

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

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

hostname = larrys-laptop
uname -m = i686
uname -r = 1.5.25(0.156/4/2)
uname -s = CYGWIN_NT-6.0
uname -v = 2008-06-12 19:34

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

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

PATH: /home/larry/open-cobol-1.1/tests
PATH: /home/larry/open-cobol-1.1/cobc
PATH: /home/larry/open-cobol-1.1/bin
PATH: /home/larry/open-cobol-1.1/libcob/.libs
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /cygdrive/c/Windows/system32
PATH: /cygdrive/c/Windows
PATH: /cygdrive/c/Windows/System32/Wbem
PATH: /cygdrive/c/Program Files/Common Files/GTK/2.0/bin
PATH: /cygdrive/c/Program Files/QuickTime/QTSystem
PATH: /cygdrive/c/Python25
PATH: /cygdrive/c/Program Files/Common Files/Adobe/AGL
PATH: /cygdrive/c/MinGW/bin

syntax: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
| 
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/home/larry/open-cobol-1.1/tests'
| at_srcdir='.'
| abs_srcdir='/home/larry/open-cobol-1.1/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/home/larry/open-cobol-1.1/tests/..'
| at_top_builddir='../'
| abs_top_builddir='/home/larry/open-cobol-1.1/tests/../.'
| 
| AUTOTEST_PATH='tests'
| 
| SHELL=${CONFIG_SHELL-'/bin/sh'}

syntax: atlocal:
| CC="gcc"
| SHREXT="dll"
| SHROPT="-shared  -DDLL_EXPORT -DPIC  -O2  -march=i686 -mtune=pentium4 
-finline-functions -fomit-frame-pointer -fsigned-char -Wall -Wwrite-strings 
-Wmissing-prototypes -Wno-format-y2k "
| COB_BIGENDIAN="no"
| 
PATH="${abs_top_builddir}/cobc:${abs_top_builddir}/bin:${abs_top_builddir}/libcob/.libs:${PATH}"
| COBC="${abs_top_builddir}/cobc/cobc"
| COBCRUN="${abs_top_builddir}/bin/cobcrun"
| 
| TEMPLATE="${abs_srcdir}/data-rep.src"
| 
| FLAGS="-std=cobol2002 -debug -Wall ${COBOL_FLAGS}"
| COMPILE="${COBC} -x ${FLAGS}"
| COMPILE_ONLY="${COBC} -fsyntax-only ${FLAGS}"
| COMPILE_MODULE="${COBC} -m ${FLAGS}"
| 
| export COB_CFLAGS="-I${abs_top_srcdir} -I/usr/local/include    "
| export COB_LDFLAGS="-L${abs_top_builddir}/libcob/.libs "
| export COB_LIBS="-L${abs_top_builddir}/libcob/.libs -lcob -lm -lgmp -lintl 
-lncurses -ldb"
| export COB_CONFIG_DIR="${abs_top_srcdir}/config"
| export COB_COPY_DIR="${abs_top_srcdir}/copy"
| export LD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$LD_LIBRARY_PATH"
| export DYLD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$DYLD_LIBRARY_PATH"
| export SHLIB_PATH="${abs_top_builddir}/libcob/.libs:$SHLIB_PATH"
| export LIBPATH="${abs_top_builddir}/libcob/.libs:$LIBPATH"
| 

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

syntax.at:21: /home/larry/open-cobol-1.1/cobc/cobc --version
cobc (OpenCOBOL) 1.1.0
Built    Jul 31 2008 20:32:01
Packaged Thu Jul 31 18:18:33 CEST 2008
Copyright (C) 2001-2008 Keisuke Nishida / Roger While

## ------------------ ##
## Running the tests. ##
## ------------------ ##
syntax: starting at: Thu Jul 31 20:41:51 CDT 2008
syntax: ending at: Thu Jul 31 20:43:25 CDT 2008
syntax: test suite duration: 0h 1m 34s

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

ERROR: All 74 tests were run,
74 failed unexpectedly.

## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
OpenCOBOL 1.1 test suite: Syntax Tests test groups:

 NUM: FILENAME:LINE      TEST-GROUP-NAME
      KEYWORDS

   1: copy.at:22         COPY: file not found
      copy
   2: copy.at:42         COPY: replacement order
      copy
   3: copy.at:69         COPY: separators
      copy
   4: copy.at:98         COPY: partial replacement
      copy
   5: copy.at:128        COPY: recursive replacement
      copy
   6: definition.at:27   Undefined data name
   7: definition.at:44   Undefined group name
   8: definition.at:64   Undefined data name in group
   9: definition.at:86   Reference not a group name
  10: definition.at:109  Incomplete 01 definition
  11: definition.at:128  Same labels in different sections
  12: definition.at:152  Redefinition of 01 items
  13: definition.at:170  Redefinition of 01 and 02 items
  14: definition.at:188  Redefinition of 02 items
  15: definition.at:207  Redefinition of 77 items
  16: definition.at:225  Redefinition of 01 and 77 items
  17: definition.at:243  Redefinition of 88 items
  18: definition.at:262  Ambiguous reference to 02 items
  19: definition.at:287  Ambiguous reference to 02 and 03 items
  20: definition.at:311  Ambigous reference with qualification
  21: definition.at:340  Unique reference with ambiguous qualifiers
  22: definition.at:375  Undefined procedure name
  23: definition.at:394  Redefinition of section names
  24: definition.at:413  Redefinition of section and paragraph names
  25: definition.at:432  Redefinition of paragraph names
  26: definition.at:455  Ambiguous reference to paragraph name
  27: definition.at:479  Non-matching level numbers (extension)
  28: expression.at:21   Ambiguous AND/OR
  29: expression.at:45   START on SEQUENTIAL file
  30: subscripts.at:31   Subscripted item requires OCCURS clause
  31: subscripts.at:58   The number of subscripts
  32: occurs.at:28       OCCURS with level 01, 66, 77, and 88
  33: occurs.at:53       OCCURS with variable-occurrence data item
  34: occurs.at:90       Nested OCCURS clause
  35: occurs.at:136      OCCURS DEPENDING followed by another field
  36: occurs.at:174      OCCURS DEPENDING without TO clause
  37: redefines.at:28    REDEFINES: not following entry-name
      redefines
  38: redefines.at:49    REDEFINES: level 02 by 01
      redefines
  39: redefines.at:70    REDEFINES: level 03 by 02
      redefines
  40: redefines.at:92    REDEFINES: level 66
      redefines
  41: redefines.at:114   REDEFINES: level 88
      redefines
  42: redefines.at:143   REDEFINES: lower level number
      redefines
  43: redefines.at:169   REDEFINES: with OCCURS
      redefines
  44: redefines.at:190   REDEFINES: with subscript
      redefines
  45: redefines.at:212   REDEFINES: with variable occurrence
      redefines
  46: redefines.at:247   REDEFINES: with qualification
      redefines
  47: redefines.at:273   REDEFINES: multiple redefinition
      redefines
  48: redefines.at:301   REDEFINES: size exceeds
      redefines
  49: redefines.at:334   REDEFINES: with VALUE
      redefines
  50: redefines.at:362   REDEFINES: with intervention
      redefines
  51: redefines.at:391   REDEFINES: within REDEFINES
      redefines
  52: value.at:43        Numeric item (integer)
  53: value.at:68        Numeric item (non-integer)
  54: value.at:90        Numeric item with picture P
  55: value.at:121       Signed numeric literal
  56: value.at:146       Alphabetic item
  57: value.at:171       Alphanumeric item
  58: value.at:192       Alphanumeric group item
  59: value.at:226       Numeric-edited item
  60: value.at:249       Alphanumeric-edited item
  61: move.at:37         MOVE SPACE TO numeric or numeric-edited item
  62: move.at:62         MOVE ZERO TO alphabetic item
  63: move.at:87         MOVE alphabetic TO x
  64: move.at:116        MOVE alphanumeric TO x
  65: move.at:142        MOVE alphanumeric-edited TO x
  66: move.at:171        MOVE numeric (integer) TO x
  67: move.at:199        MOVE numeric (non-integer) TO x
  68: move.at:229        MOVE numeric-edited TO x
  69: move.at:263        Operands must be groups
  70: move.at:295        MOVE: misc
  71: multiply.at:28     Category check of Format 1
  72: multiply.at:66     Category check of Format 2
  73: multiply.at:106    Category check of literals
  74: set.at:24          SET: misc

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

1. copy.at:22: testing ...
copy.at:37: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 1. copy.at:22: 1. COPY: file not 
found (copy.at:22): FAILED (copy.at:37)

2. copy.at:42: testing ...
copy.at:63: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 2. copy.at:42: 2. COPY: 
replacement order (copy.at:42): FAILED (copy.at:63)

3. copy.at:69: testing ...
copy.at:92: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 3. copy.at:69: 3. COPY: 
separators (copy.at:69): FAILED (copy.at:92)

4. copy.at:98: testing ...
copy.at:122: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 4. copy.at:98: 4. COPY: partial 
replacement (copy.at:98): FAILED (copy.at:122)

5. copy.at:128: testing ...
copy.at:152: ${COMPILE} -o prog prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 5. copy.at:128: 5. COPY: 
recursive replacement (copy.at:128): FAILED (copy.at:152)

6. definition.at:27: testing ...
definition.at:40: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 6. definition.at:27: 6. Undefined 
data name (definition.at:27): FAILED (definition.at:40)

7. definition.at:44: testing ...
definition.at:60: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 7. definition.at:44: 7. Undefined 
group name (definition.at:44): FAILED (definition.at:60)

8. definition.at:64: testing ...
definition.at:82: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 8. definition.at:64: 8. Undefined 
data name in group (definition.at:64): FAILED (definition.at:82)

9. definition.at:86: testing ...
definition.at:102: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 9. definition.at:86: 9. Reference 
not a group name (definition.at:86): FAILED (definition.at:102)

10. definition.at:109: testing ...
definition.at:121: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 10. definition.at:109: 10. 
Incomplete 01 definition (definition.at:109): FAILED (definition.at:121)

11. definition.at:128: testing ...
definition.at:145: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 11. definition.at:128: 11. Same 
labels in different sections (definition.at:128): FAILED (definition.at:145)

12. definition.at:152: testing ...
definition.at:166: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 12. definition.at:152: 12. 
Redefinition of 01 items (definition.at:152): FAILED (definition.at:166)

13. definition.at:170: testing ...
definition.at:184: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 13. definition.at:170: 13. 
Redefinition of 01 and 02 items (definition.at:170): FAILED (definition.at:184)

14. definition.at:188: testing ...
definition.at:203: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 14. definition.at:188: 14. 
Redefinition of 02 items (definition.at:188): FAILED (definition.at:203)

15. definition.at:207: testing ...
definition.at:221: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 15. definition.at:207: 15. 
Redefinition of 77 items (definition.at:207): FAILED (definition.at:221)

16. definition.at:225: testing ...
definition.at:239: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 16. definition.at:225: 16. 
Redefinition of 01 and 77 items (definition.at:225): FAILED (definition.at:239)

17. definition.at:243: testing ...
definition.at:258: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 17. definition.at:243: 17. 
Redefinition of 88 items (definition.at:243): FAILED (definition.at:258)

18. definition.at:262: testing ...
definition.at:283: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 18. definition.at:262: 18. 
Ambiguous reference to 02 items (definition.at:262): FAILED (definition.at:283)

19. definition.at:287: testing ...
definition.at:307: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 19. definition.at:287: 19. 
Ambiguous reference to 02 and 03 items (definition.at:287): FAILED 
(definition.at:307)

20. definition.at:311: testing ...
definition.at:334: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 20. definition.at:311: 20. 
Ambigous reference with qualification (definition.at:311): FAILED 
(definition.at:334)

21. definition.at:340: testing ...
definition.at:359: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 21. definition.at:340: 21. Unique 
reference with ambiguous qualifiers (definition.at:340): FAILED 
(definition.at:359)

22. definition.at:375: testing ...
definition.at:387: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 22. definition.at:375: 22. 
Undefined procedure name (definition.at:375): FAILED (definition.at:387)

23. definition.at:394: testing ...
definition.at:409: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 23. definition.at:394: 23. 
Redefinition of section names (definition.at:394): FAILED (definition.at:409)

24. definition.at:413: testing ...
definition.at:428: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 24. definition.at:413: 24. 
Redefinition of section and paragraph names (definition.at:413): FAILED 
(definition.at:428)

25. definition.at:432: testing ...
definition.at:444: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 25. definition.at:432: 25. 
Redefinition of paragraph names (definition.at:432): FAILED (definition.at:444)

26. definition.at:455: testing ...
definition.at:475: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 26. definition.at:455: 26. 
Ambiguous reference to paragraph name (definition.at:455): FAILED 
(definition.at:475)

27. definition.at:479: testing ...
definition.at:502: ${COMPILE_ONLY} -conf=test.conf prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 27. definition.at:479: 27. 
Non-matching level numbers (extension) (definition.at:479): FAILED 
(definition.at:502)

28. expression.at:21: testing ...
expression.at:41: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 28. expression.at:21: 28. 
Ambiguous AND/OR (expression.at:21): FAILED (expression.at:41)

29. expression.at:45: testing ...
expression.at:69: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 29. expression.at:45: 29. START 
on SEQUENTIAL file (expression.at:45): FAILED (expression.at:69)

30. subscripts.at:31: testing ...
subscripts.at:51: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 30. subscripts.at:31: 30. 
Subscripted item requires OCCURS clause (subscripts.at:31): FAILED 
(subscripts.at:51)

31. subscripts.at:58: testing ...
subscripts.at:89: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 31. subscripts.at:58: 31. The 
number of subscripts (subscripts.at:58): FAILED (subscripts.at:89)

32. occurs.at:28: testing ...
occurs.at:49: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 32. occurs.at:28: 32. OCCURS with 
level 01, 66, 77, and 88 (occurs.at:28): FAILED (occurs.at:49)

33. occurs.at:53: testing ...
occurs.at:68: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 33. occurs.at:53: 33. OCCURS with 
variable-occurrence data item (occurs.at:53): FAILED (occurs.at:68)

34. occurs.at:90: testing ...
occurs.at:108: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 34. occurs.at:90: 34. Nested 
OCCURS clause (occurs.at:90): FAILED (occurs.at:108)

35. occurs.at:136: testing ...
occurs.at:161: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 35. occurs.at:136: 35. OCCURS 
DEPENDING followed by another field (occurs.at:136): FAILED (occurs.at:161)

36. occurs.at:174: testing ...
occurs.at:188: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 36. occurs.at:174: 36. OCCURS 
DEPENDING without TO clause (occurs.at:174): FAILED (occurs.at:188)

37. redefines.at:28: testing ...
redefines.at:42: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 37. redefines.at:28: 37. 
REDEFINES: not following entry-name (redefines.at:28): FAILED (redefines.at:42)

38. redefines.at:49: testing ...
redefines.at:66: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 38. redefines.at:49: 38. 
REDEFINES: level 02 by 01 (redefines.at:49): FAILED (redefines.at:66)

39. redefines.at:70: testing ...
redefines.at:88: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 39. redefines.at:70: 39. 
REDEFINES: level 03 by 02 (redefines.at:70): FAILED (redefines.at:88)

40. redefines.at:92: testing ...
redefines.at:110: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 40. redefines.at:92: 40. 
REDEFINES: level 66 (redefines.at:92): FAILED (redefines.at:110)

41. redefines.at:114: testing ...
redefines.at:131: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 41. redefines.at:114: 41. 
REDEFINES: level 88 (redefines.at:114): FAILED (redefines.at:131)

42. redefines.at:143: testing ...
redefines.at:162: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 42. redefines.at:143: 42. 
REDEFINES: lower level number (redefines.at:143): FAILED (redefines.at:162)

43. redefines.at:169: testing ...
redefines.at:186: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 43. redefines.at:169: 43. 
REDEFINES: with OCCURS (redefines.at:169): FAILED (redefines.at:186)

44. redefines.at:190: testing ...
redefines.at:208: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 44. redefines.at:190: 44. 
REDEFINES: with subscript (redefines.at:190): FAILED (redefines.at:208)

45. redefines.at:212: testing ...
redefines.at:240: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 45. redefines.at:212: 45. 
REDEFINES: with variable occurrence (redefines.at:212): FAILED 
(redefines.at:240)

46. redefines.at:247: testing ...
redefines.at:266: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 46. redefines.at:247: 46. 
REDEFINES: with qualification (redefines.at:247): FAILED (redefines.at:266)

47. redefines.at:273: testing ...
redefines.at:292: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 47. redefines.at:273: 47. 
REDEFINES: multiple redefinition (redefines.at:273): FAILED (redefines.at:292)

48. redefines.at:301: testing ...
redefines.at:327: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 48. redefines.at:301: 48. 
REDEFINES: size exceeds (redefines.at:301): FAILED (redefines.at:327)

49. redefines.at:334: testing ...
redefines.at:355: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 49. redefines.at:334: 49. 
REDEFINES: with VALUE (redefines.at:334): FAILED (redefines.at:355)

50. redefines.at:362: testing ...
redefines.at:384: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 50. redefines.at:362: 50. 
REDEFINES: with intervention (redefines.at:362): FAILED (redefines.at:384)

51. redefines.at:391: testing ...
redefines.at:407: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 51. redefines.at:391: 51. 
REDEFINES: within REDEFINES (redefines.at:391): FAILED (redefines.at:407)

52. value.at:43: testing ...
value.at:64: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 52. value.at:43: 52. Numeric item 
(integer) (value.at:43): FAILED (value.at:64)

53. value.at:68: testing ...
value.at:86: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 53. value.at:68: 53. Numeric item 
(non-integer) (value.at:68): FAILED (value.at:86)

54. value.at:90: testing ...
value.at:114: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 54. value.at:90: 54. Numeric item 
with picture P (value.at:90): FAILED (value.at:114)

55. value.at:121: testing ...
value.at:139: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 55. value.at:121: 55. Signed 
numeric literal (value.at:121): FAILED (value.at:139)

56. value.at:146: testing ...
value.at:167: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 56. value.at:146: 56. Alphabetic 
item (value.at:146): FAILED (value.at:167)

57. value.at:171: testing ...
value.at:188: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 57. value.at:171: 57. 
Alphanumeric item (value.at:171): FAILED (value.at:188)

58. value.at:192: testing ...
value.at:212: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 58. value.at:192: 58. 
Alphanumeric group item (value.at:192): FAILED (value.at:212)

59. value.at:226: testing ...
value.at:245: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 59. value.at:226: 59. 
Numeric-edited item (value.at:226): FAILED (value.at:245)

60. value.at:249: testing ...
value.at:267: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 60. value.at:249: 60. 
Alphanumeric-edited item (value.at:249): FAILED (value.at:267)

61. move.at:37: testing ...
move.at:55: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 61. move.at:37: 61. MOVE SPACE TO 
numeric or numeric-edited item (move.at:37): FAILED (move.at:55)

62. move.at:62: testing ...
move.at:77: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 62. move.at:62: 62. MOVE ZERO TO 
alphabetic item (move.at:62): FAILED (move.at:77)

63. move.at:87: testing ...
move.at:112: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 63. move.at:87: 63. MOVE 
alphabetic TO x (move.at:87): FAILED (move.at:112)

64. move.at:116: testing ...
move.at:138: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 
/home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 64. move.at:116: 64. MOVE 
alphanumeric TO x (move.at:116): FAILED (move.at:138)

65. move.at:142: testing ...
move.at:167: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 65. move.at:142: 65. MOVE 
alphanumeric-edited TO x (move.at:142): FAILED (move.at:167)

66. move.at:171: testing ...
move.at:195: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 66. move.at:171: 66. MOVE numeric 
(integer) TO x (move.at:171): FAILED (move.at:195)

67. move.at:199: testing ...
move.at:225: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 67. move.at:199: 67. MOVE numeric 
(non-integer) TO x (move.at:199): FAILED (move.at:225)

68. move.at:229: testing ...
move.at:253: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 68. move.at:229: 68. MOVE 
numeric-edited TO x (move.at:229): FAILED (move.at:253)

69. move.at:263: testing ...
move.at:287: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 69. move.at:263: 69. Operands 
must be groups (move.at:263): FAILED (move.at:287)

70. move.at:295: testing ...
move.at:312: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 70. move.at:295: 70. MOVE: misc 
(move.at:295): FAILED (move.at:312)

71. multiply.at:28: testing ...
multiply.at:60: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 71. multiply.at:28: 71. Category 
check of Format 1 (multiply.at:28): FAILED (multiply.at:60)

72. multiply.at:66: testing ...
multiply.at:100: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 72. multiply.at:66: 72. Category 
check of Format 2 (multiply.at:66): FAILED (multiply.at:100)

73. multiply.at:106: testing ...
multiply.at:130: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 73. multiply.at:106: 73. Category 
check of literals (multiply.at:106): FAILED (multiply.at:130)

74. set.at:24: testing ...
set.at:39: ${COMPILE_ONLY} prog.cob
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stderr: No such file or directory
c:\MinGW\bin\diff.exe: /home/larry/open-cobol-1.1/tests/syntax.dir/devnull: No 
such file or directory
/home/larry/open-cobol-1.1/tests/syntax.dir/at-stdout: No such file or directory
c:\MinGW\bin\diff.exe: c:\MinGW\bin\diff.exe: 74. set.at:24: 74. SET: misc 
(set.at:24): FAILED (set.at:39)


## -------------- ##
## ..//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 = larrys-laptop
| uname -m = i686
| uname -r = 1.5.25(0.156/4/2)
| uname -s = CYGWIN_NT-6.0
| uname -v = 2008-06-12 19:34
| 
| /usr/bin/uname -p = unknown
| /bin/uname -X     = unknown
| 
| /bin/arch              = i686
| /usr/bin/arch -k       = unknown
| /usr/convex/getsysinfo = unknown
| hostinfo               = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
| 
| PATH: /usr/local/bin
| PATH: /usr/bin
| PATH: /bin
| PATH: /usr/X11R6/bin
| PATH: /cygdrive/c/Program Files/PHP/
| PATH: /cygdrive/c/Windows/system32
| PATH: /cygdrive/c/Windows
| PATH: /cygdrive/c/Windows/System32/Wbem
| PATH: /cygdrive/c/Program Files/Common Files/GTK/2.0/bin
| PATH: /cygdrive/c/Program Files/QuickTime/QTSystem/
| PATH: /cygdrive/c/Program Files/Mono-1.2.5/bin/
| PATH: /cygdrive/c/Program Files/Mono-1.2.5/lib/
| PATH: /cygdrive/c/Program Files/FreeBASIC/
| PATH: /cygdrive/c/Python25
| PATH: /cygdrive/c/Program Files/Common Files/Adobe/AGL
| PATH: /cygdrive/c/MinGW/bin
| PATH: /cygdrive/c/Program Files/TinyCOBOL
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:1594: checking for a BSD-compatible install
| configure:1649: result: /usr/bin/install -c
| configure:1660: checking whether build environment is sane
| configure:1703: result: yes
| configure:1768: checking for gawk
| configure:1784: found /usr/bin/gawk
| configure:1794: result: gawk
| configure:1804: checking whether make sets $(MAKE)
| configure:1824: result: yes
| configure:1992: checking whether to enable maintainer-specific portions of 
Makefiles
| configure:2001: result: no
| configure:2135: checking for gcc
| configure:2151: found /usr/bin/gcc
| configure:2161: result: gcc
| configure:2405: checking for C compiler version
| configure:2408: gcc --version </dev/null >&5
| gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
| Copyright (C) 2004 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
| 
| configure:2411: $? = 0
| configure:2413: gcc -v </dev/null >&5
| Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
| Configured with: /usr/build/package/orig/test.respin/gcc-3.4.4-3/configure 
--verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib 
--libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info 
--enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls 
--without-included-gettext --enable-version-specific-runtime-libs --without-x 
--enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter 
--disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm 
--disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization 
--enable-libstdcxx-debug
| Thread model: posix
| gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
| configure:2416: $? = 0
| configure:2418: gcc -V </dev/null >&5
| gcc: `-V' option must have argument
| configure:2421: $? = 1
| configure:2444: checking for C compiler default output file name
| configure:2447: gcc    conftest.c  >&5
| configure:2450: $? = 0
| configure:2496: result: a.exe
| configure:2501: checking whether the C compiler works
| configure:2507: ./a.exe
| configure:2510: $? = 0
| configure:2527: result: yes
| configure:2534: checking whether we are cross compiling
| configure:2536: result: no
| configure:2539: checking for suffix of executables
| configure:2541: gcc -o conftest.exe    conftest.c  >&5
| configure:2544: $? = 0
| configure:2569: result: .exe
| configure:2575: checking for suffix of object files
| configure:2596: gcc -c   conftest.c >&5
| configure:2599: $? = 0
| configure:2621: result: o
| configure:2625: checking whether we are using the GNU C compiler
| configure:2649: gcc -c   conftest.c >&5
| configure:2655: $? = 0
| configure:2659: test -z 
|                        || test ! -s conftest.err
| configure:2662: $? = 0
| configure:2665: test -s conftest.o
| configure:2668: $? = 0
| configure:2681: result: yes
| configure:2687: checking whether gcc accepts -g
| configure:2708: gcc -c -g  conftest.c >&5
| configure:2714: $? = 0
| configure:2718: test -z 
|                        || test ! -s conftest.err
| configure:2721: $? = 0
| configure:2724: test -s conftest.o
| configure:2727: $? = 0
| configure:2738: result: yes
| configure:2755: checking for gcc option to accept ANSI C
| configure:2825: gcc  -c -g -O2  conftest.c >&5
| configure:2831: $? = 0
| configure:2835: test -z 
|                        || test ! -s conftest.err
| configure:2838: $? = 0
| configure:2841: test -s conftest.o
| configure:2844: $? = 0
| configure:2862: result: none needed
| configure:2880: gcc -c -g -O2  conftest.c >&5
| conftest.c:2: error: parse error before "me"
| configure:2886: $? = 1
| configure: failed program was:
| | #ifndef __cplusplus
| |   choke me
| | #endif
| configure:3030: checking for style of include used by make
| configure:3058: result: GNU
| configure:3086: checking dependency style of gcc
| configure:3176: result: gcc3
| configure:3198: checking how to run the C preprocessor
| configure:3233: gcc -E  conftest.c
| configure:3239: $? = 0
| configure:3271: gcc -E  conftest.c
| conftest.c:13:28: ac_nonexistent.h: No such file or directory
| configure:3277: $? = 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 COB_DEBUG 1
| | #define __USE_STRING_INLINES 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3316: result: gcc -E
| configure:3340: gcc -E  conftest.c
| configure:3346: $? = 0
| configure:3378: gcc -E  conftest.c
| conftest.c:13:28: ac_nonexistent.h: No such file or directory
| configure:3384: $? = 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 COB_DEBUG 1
| | #define __USE_STRING_INLINES 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3427: checking for egrep
| configure:3437: result: grep -E
| configure:3476: checking for ANSI C header files
| configure:3501: gcc -c -g -O2  conftest.c >&5
| configure:3507: $? = 0
| configure:3511: test -z 
|                        || test ! -s conftest.err
| configure:3514: $? = 0
| configure:3517: test -s conftest.o
| configure:3520: $? = 0
| configure:3609: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:3612: $? = 0
| configure:3614: ./conftest.exe
| configure:3617: $? = 0
| configure:3632: result: yes
| configure:3656: checking for sys/types.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for sys/stat.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for stdlib.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for string.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for memory.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for strings.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for inttypes.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for stdint.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:3656: checking for unistd.h
| configure:3672: gcc -c -g -O2  conftest.c >&5
| configure:3678: $? = 0
| configure:3682: test -z 
|                        || test ! -s conftest.err
| configure:3685: $? = 0
| configure:3688: test -s conftest.o
| configure:3691: $? = 0
| configure:3702: result: yes
| configure:4568: checking whether ln -s works
| configure:4572: result: yes
| configure:4592: checking for a BSD-compatible install
| configure:4647: result: /usr/bin/install -c
| configure:4740: checking build system type
| configure:4758: result: i686-pc-cygwin
| configure:4766: checking host system type
| configure:4780: result: i686-pc-cygwin
| configure:4788: checking for a sed that does not truncate output
| configure:4844: result: /usr/bin/sed
| configure:4858: checking for ld used by gcc
| configure:4925: result: /usr/i686-pc-cygwin/bin/ld.exe
| configure:4934: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is 
GNU ld
| configure:4949: result: yes
| configure:4954: checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload 
object files
| configure:4961: result: -r
| configure:4979: checking for BSD-compatible nm
| configure:5028: result: /usr/bin/nm -B
| configure:5032: checking how to recognize dependent libraries
| configure:5218: result: file_magic ^x86 archive import|^x86 DLL
| configure:5492: checking for dlltool
| configure:5508: found /usr/bin/dlltool
| configure:5519: result: dlltool
| configure:5572: checking for as
| configure:5588: found /usr/bin/as
| configure:5599: result: as
| configure:5652: checking for objdump
| configure:5668: found /usr/bin/objdump
| configure:5679: result: objdump
| configure:5712: checking dlfcn.h usability
| configure:5724: gcc -c -g -O2  conftest.c >&5
| configure:5730: $? = 0
| configure:5734: test -z 
|                        || test ! -s conftest.err
| configure:5737: $? = 0
| configure:5740: test -s conftest.o
| configure:5743: $? = 0
| configure:5753: result: yes
| configure:5757: checking dlfcn.h presence
| configure:5767: gcc -E  conftest.c
| configure:5773: $? = 0
| configure:5793: result: yes
| configure:5828: checking for dlfcn.h
| configure:5835: result: yes
| configure:6091: checking the maximum length of command line arguments
| configure:6203: result: 8192
| configure:6215: checking command to parse /usr/bin/nm -B output from gcc 
object
| configure:6320: gcc -c -g -O2  conftest.c >&5
| configure:6323: $? = 0
| configure:6327: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[        
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
| configure:6330: $? = 0
| cannot find nm_test_var in conftest.nm
| configure:6320: gcc -c -g -O2  conftest.c >&5
| configure:6323: $? = 0
| configure:6327: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[        
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
| configure:6330: $? = 0
| configure:6382: gcc -o conftest.exe -g -O2   conftest.c conftstm.o >&5
| configure:6385: $? = 0
| configure:6423: result: ok
| configure:6427: checking for objdir
| configure:6442: result: .libs
| configure:6532: checking for ar
| configure:6548: found /usr/bin/ar
| configure:6559: result: ar
| configure:6612: checking for ranlib
| configure:6628: found /usr/bin/ranlib
| configure:6639: result: ranlib
| configure:6692: checking for strip
| configure:6708: found /usr/bin/strip
| configure:6719: result: strip
| configure:6991: checking if gcc supports -fno-rtti -fno-exceptions
| configure:7009: 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:7013: $? = 0
| configure:7026: result: no
| configure:7041: checking for gcc option to produce PIC
| configure:7273: result: -DDLL_EXPORT
| configure:7281: checking if gcc PIC flag -DDLL_EXPORT works
| configure:7299: gcc -c -g -O2  -DDLL_EXPORT -DPIC conftest.c >&5
| configure:7303: $? = 0
| configure:7316: result: yes
| configure:7344: checking if gcc static flag -static works
| configure:7372: result: yes
| configure:7382: checking if gcc supports -c -o file.o
| configure:7403: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
| configure:7407: $? = 0
| configure:7429: result: yes
| configure:7455: checking whether the gcc linker 
(/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
| configure:8439: result: yes
| configure:8460: checking whether -lc should be explicitly linked in
| configure:8465: gcc -c -g -O2  conftest.c >&5
| configure:8468: $? = 0
| configure:8483: gcc -shared conftest.o  -v -o ./conftest 
-Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| 
grep  -lc  \>/dev/null 2\>\&1
| configure:8486: $? = 1
| configure:8498: result: yes
| configure:8506: checking dynamic linker characteristics
| configure:9108: result: Win32 ld.exe
| configure:9117: checking how to hardcode library paths into programs
| configure:9142: result: immediate
| configure:9156: checking whether stripping libraries is possible
| configure:9161: result: yes
| configure:9778: checking whether a program can dlopen itself
| configure:9852: gcc -o conftest.exe -g -O2  -DHAVE_DLFCN_H  
-Wl,--export-dynamic conftest.c   >&5
| configure:9855: $? = 0
| configure:9873: result: no
| configure:9996: checking if libtool supports shared libraries
| configure:9998: result: yes
| configure:10001: checking whether to build shared libraries
| configure:10022: result: yes
| configure:10025: checking whether to build static libraries
| configure:10029: result: yes
| configure:10122: creating libtool
| configure:19326: checking whether make sets $(MAKE)
| configure:19346: result: yes
| configure:19357: checking for ANSI C header files
| configure:19513: result: yes
| configure:19538: checking for stdint.h
| configure:19543: result: yes
| configure:19538: checking for sys/types.h
| configure:19543: result: yes
| configure:19547: checking signal.h usability
| configure:19559: gcc -c -g -O2  conftest.c >&5
| configure:19565: $? = 0
| configure:19569: test -z 
|                        || test ! -s conftest.err
| configure:19572: $? = 0
| configure:19575: test -s conftest.o
| configure:19578: $? = 0
| configure:19588: result: yes
| configure:19592: checking signal.h presence
| configure:19602: gcc -E  conftest.c
| configure:19608: $? = 0
| configure:19628: result: yes
| configure:19663: checking for signal.h
| configure:19670: result: yes
| configure:19547: checking fcntl.h usability
| configure:19559: gcc -c -g -O2  conftest.c >&5
| configure:19565: $? = 0
| configure:19569: test -z 
|                        || test ! -s conftest.err
| configure:19572: $? = 0
| configure:19575: test -s conftest.o
| configure:19578: $? = 0
| configure:19588: result: yes
| configure:19592: checking fcntl.h presence
| configure:19602: gcc -E  conftest.c
| configure:19608: $? = 0
| configure:19628: result: yes
| configure:19663: checking for fcntl.h
| configure:19670: result: yes
| configure:19547: checking malloc.h usability
| configure:19559: gcc -c -g -O2  conftest.c >&5
| configure:19565: $? = 0
| configure:19569: test -z 
|                        || test ! -s conftest.err
| configure:19572: $? = 0
| configure:19575: test -s conftest.o
| configure:19578: $? = 0
| configure:19588: result: yes
| configure:19592: checking malloc.h presence
| configure:19602: gcc -E  conftest.c
| configure:19608: $? = 0
| configure:19628: result: yes
| configure:19663: checking for malloc.h
| configure:19670: result: yes
| configure:19547: checking locale.h usability
| configure:19559: gcc -c -g -O2  conftest.c >&5
| configure:19565: $? = 0
| configure:19569: test -z 
|                        || test ! -s conftest.err
| configure:19572: $? = 0
| configure:19575: test -s conftest.o
| configure:19578: $? = 0
| configure:19588: result: yes
| configure:19592: checking locale.h presence
| configure:19602: gcc -E  conftest.c
| configure:19608: $? = 0
| configure:19628: result: yes
| configure:19663: checking for locale.h
| configure:19670: result: yes
| configure:19547: checking stddef.h usability
| configure:19559: gcc -c -g -O2  conftest.c >&5
| configure:19565: $? = 0
| configure:19569: test -z 
|                        || test ! -s conftest.err
| configure:19572: $? = 0
| configure:19575: test -s conftest.o
| configure:19578: $? = 0
| configure:19588: result: yes
| configure:19592: checking stddef.h presence
| configure:19602: gcc -E  conftest.c
| configure:19608: $? = 0
| configure:19628: result: yes
| configure:19663: checking for stddef.h
| configure:19670: result: yes
| configure:19547: checking wchar.h usability
| configure:19559: gcc -c -g -O2  conftest.c >&5
| configure:19565: $? = 0
| configure:19569: test -z 
|                        || test ! -s conftest.err
| configure:19572: $? = 0
| configure:19575: test -s conftest.o
| configure:19578: $? = 0
| configure:19588: result: yes
| configure:19592: checking wchar.h presence
| configure:19602: gcc -E  conftest.c
| configure:19608: $? = 0
| configure:19628: result: yes
| configure:19663: checking for wchar.h
| configure:19670: result: yes
| configure:19538: checking for dlfcn.h
| configure:19543: result: yes
| configure:19547: checking sys/time.h usability
| configure:19559: gcc -c -g -O2  conftest.c >&5
| configure:19565: $? = 0
| configure:19569: test -z 
|                        || test ! -s conftest.err
| configure:19572: $? = 0
| configure:19575: test -s conftest.o
| configure:19578: $? = 0
| configure:19588: result: yes
| configure:19592: checking sys/time.h presence
| configure:19602: gcc -E  conftest.c
| configure:19608: $? = 0
| configure:19628: result: yes
| configure:19663: checking for sys/time.h
| configure:19670: result: yes
| configure:19685: checking for an ANSI C-conforming const
| configure:19752: gcc -c -g -O2  conftest.c >&5
| configure:19758: $? = 0
| configure:19762: test -z 
|                        || test ! -s conftest.err
| configure:19765: $? = 0
| configure:19768: test -s conftest.o
| configure:19771: $? = 0
| configure:19782: result: yes
| configure:19792: checking whether byte ordering is bigendian
| configure:19819: gcc -c -g -O2  conftest.c >&5
| configure:19825: $? = 0
| configure:19829: test -z 
|                        || test ! -s conftest.err
| configure:19832: $? = 0
| configure:19835: test -s conftest.o
| configure:19838: $? = 0
| configure:19862: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:46: error: `not' undeclared (first use in this function)
| conftest.c:46: error: (Each undeclared identifier is reported only once
| conftest.c:46: error: for each function it appears in.)
| conftest.c:46: error: parse error before "big"
| configure:19868: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | #include <sys/param.h>
| | 
| | int
| | main ()
| | {
| | #if BYTE_ORDER != BIG_ENDIAN
| |  not big endian
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:20003: result: no
| configure:20022: checking for size_t
| configure:20046: gcc -c -g -O2  conftest.c >&5
| configure:20052: $? = 0
| configure:20056: test -z 
|                        || test ! -s conftest.err
| configure:20059: $? = 0
| configure:20062: test -s conftest.o
| configure:20065: $? = 0
| configure:20076: result: yes
| configure:20088: checking whether struct tm is in sys/time.h or time.h
| configure:20111: gcc -c -g -O2  conftest.c >&5
| configure:20117: $? = 0
| configure:20121: test -z 
|                        || test ! -s conftest.err
| configure:20124: $? = 0
| configure:20127: test -s conftest.o
| configure:20130: $? = 0
| configure:20141: result: time.h
| configure:20152: checking for inline
| configure:20173: gcc -c -g -O2  conftest.c >&5
| configure:20179: $? = 0
| configure:20183: test -z 
|                        || test ! -s conftest.err
| configure:20186: $? = 0
| configure:20189: test -s conftest.o
| configure:20192: $? = 0
| configure:20204: result: inline
| configure:20234: checking for working alloca.h
| configure:20255: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20261: $? = 0
| configure:20265: test -z 
|                        || test ! -s conftest.err
| configure:20268: $? = 0
| configure:20271: test -s conftest.exe
| configure:20274: $? = 0
| configure:20286: result: yes
| configure:20296: checking for alloca
| configure:20337: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20343: $? = 0
| configure:20347: test -z 
|                        || test ! -s conftest.err
| configure:20350: $? = 0
| configure:20353: test -s conftest.exe
| configure:20356: $? = 0
| configure:20368: result: yes
| configure:20595: checking for vprintf
| configure:20652: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:66: warning: conflicting types for built-in function 'vprintf'
| configure:20658: $? = 0
| configure:20662: test -z 
|                        || test ! -s conftest.err
| configure:20665: $? = 0
| configure:20668: test -s conftest.exe
| configure:20671: $? = 0
| configure:20683: result: yes
| configure:20690: checking for _doprnt
| configure:20747: gcc -o conftest.exe -g -O2   conftest.c  >&5
| /cygdrive/c/Users/larry/AppData/Local/Temp/ccnaCptm.o: In function `main':
| /home/larry/open-cobol-1.1/conftest.c:83: undefined reference to `__doprnt'
| /home/larry/open-cobol-1.1/conftest.c:82: undefined reference to `__doprnt'
| collect2: ld returned 1 exit status
| configure:20753: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | /* end confdefs.h.  */
| | /* Define _doprnt to an innocuous variant, in case <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:20778: result: no
| configure:20808: checking for memmove
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:67: warning: conflicting types for built-in function 'memmove'
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for memset
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:68: warning: conflicting types for built-in function 'memset'
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for setlocale
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for fcntl
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for strerror
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for strcasecmp
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for strchr
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:73: warning: conflicting types for built-in function 'strchr'
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for strrchr
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:74: warning: conflicting types for built-in function 'strrchr'
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for strdup
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:75: warning: conflicting types for built-in function 'strdup'
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for strstr
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| conftest.c:76: warning: conflicting types for built-in function 'strstr'
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for strtol
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20808: checking for gettimeofday
| configure:20865: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:20871: $? = 0
| configure:20875: test -z 
|                        || test ! -s conftest.err
| configure:20878: $? = 0
| configure:20881: test -s conftest.exe
| configure:20884: $? = 0
| configure:20896: result: yes
| configure:20924: gcc -c -g -O2  conftest.c >&5
| configure:20930: $? = 0
| configure:20934: test -z 
|                        || test ! -s conftest.err
| configure:20937: $? = 0
| configure:20940: test -s conftest.o
| configure:20943: $? = 0
| configure:20997: checking for ld used by GCC
| configure:21061: result: /usr/i686-pc-cygwin/bin/ld.exe
| configure:21070: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is 
GNU ld
| configure:21083: result: yes
| configure:21089: checking for shared library run path origin
| configure:21102: result: done
| configure:21532: checking for iconv
| configure:21559: gcc -o conftest.exe -g -O2   conftest.c  >&5
| /cygdrive/c/Users/larry/AppData/Local/Temp/ccgn1Xn8.o: In function `main':
| /home/larry/open-cobol-1.1/conftest.c:61: undefined reference to 
`_libiconv_open'
| /home/larry/open-cobol-1.1/conftest.c:62: undefined reference to `_libiconv'
| /home/larry/open-cobol-1.1/conftest.c:63: undefined reference to 
`_libiconv_close'
| collect2: ld returned 1 exit status
| configure:21565: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | /* end confdefs.h.  */
| | #include <stdlib.h>
| | #include <iconv.h>
| | int
| | main ()
| | {
| | iconv_t cd = iconv_open("","");
| |        iconv(cd,NULL,NULL,NULL,NULL);
| |        iconv_close(cd);
| |   ;
| |   return 0;
| | }
| configure:21610: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
| configure:21616: $? = 0
| configure:21620: test -z 
|                        || test ! -s conftest.err
| configure:21623: $? = 0
| configure:21626: test -s conftest.exe
| configure:21629: $? = 0
| configure:21644: result: yes
| configure:21654: checking how to link with libiconv
| configure:21656: result: -liconv
| configure:21667: checking for iconv declaration
| configure:21701: gcc -c -g -O2  conftest.c >&5
| conftest.c:65: error: conflicting types for 'libiconv'
| /usr/include/iconv.h:83: error: previous declaration of 'libiconv' was here
| conftest.c:65: error: conflicting types for 'libiconv'
| /usr/include/iconv.h:83: error: previous declaration of 'libiconv' was here
| configure:21707: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | /* end confdefs.h.  */
| | 
| | #include <stdlib.h>
| | #include <iconv.h>
| | extern
| | #ifdef __cplusplus
| | "C"
| | #endif
| | #if defined(__STDC__) || defined(__cplusplus)
| | size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * 
*outbuf, size_t *outbytesleft);
| | #else
| | size_t iconv();
| | #endif
| | 
| | int
| | main ()
| | {
| | 
| |   ;
| |   return 0;
| | }
| configure:21735: result: 
|          extern size_t iconv (iconv_t cd, const char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);
| configure:21746: checking for nl_langinfo and CODESET
| configure:21767: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:21773: $? = 0
| configure:21777: test -z 
|                        || test ! -s conftest.err
| configure:21780: $? = 0
| configure:21783: test -s conftest.exe
| configure:21786: $? = 0
| configure:21799: result: yes
| configure:21814: checking for getopt_long_only
| configure:21871: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:21877: $? = 0
| configure:21881: test -z 
|                        || test ! -s conftest.err
| configure:21884: $? = 0
| configure:21887: test -s conftest.exe
| configure:21890: $? = 0
| configure:21902: result: yes
| configure:21920: checking kpathsea/getopt.h usability
| configure:21932: gcc -c -g -O2  conftest.c >&5
| conftest.c:93:29: kpathsea/getopt.h: No such file or directory
| configure:21938: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST 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:21961: result: no
| configure:21965: checking kpathsea/getopt.h presence
| configure:21975: gcc -E  conftest.c
| conftest.c:59:29: kpathsea/getopt.h: No such file or directory
| configure:21981: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_LANGINFO_CODESET 1
| | /* end confdefs.h.  */
| | #include <kpathsea/getopt.h>
| configure:22001: result: no
| configure:22036: checking for kpathsea/getopt.h
| configure:22043: result: no
| configure:21920: checking getopt.h usability
| configure:21932: gcc -c -g -O2  conftest.c >&5
| configure:21938: $? = 0
| configure:21942: test -z 
|                        || test ! -s conftest.err
| configure:21945: $? = 0
| configure:21948: test -s conftest.o
| configure:21951: $? = 0
| configure:21961: result: yes
| configure:21965: checking getopt.h presence
| configure:21975: gcc -E  conftest.c
| configure:21981: $? = 0
| configure:22001: result: yes
| configure:22036: checking for getopt.h
| configure:22043: result: yes
| configure:22092: checking gmp.h usability
| configure:22104: gcc -c -g -O2  conftest.c >&5
| configure:22110: $? = 0
| configure:22114: test -z 
|                        || test ! -s conftest.err
| configure:22117: $? = 0
| configure:22120: test -s conftest.o
| configure:22123: $? = 0
| configure:22133: result: yes
| configure:22137: checking gmp.h presence
| configure:22147: gcc -E  conftest.c
| configure:22153: $? = 0
| configure:22173: result: yes
| configure:22208: checking for gmp.h
| configure:22215: result: yes
| configure:22233: checking for __gmp_randinit in -lgmp
| configure:22263: gcc -o conftest.exe -g -O2   conftest.c -lgmp   >&5
| configure:22269: $? = 0
| configure:22273: test -z 
|                        || test ! -s conftest.err
| configure:22276: $? = 0
| configure:22279: test -s conftest.exe
| configure:22282: $? = 0
| configure:22295: result: yes
| configure:22327: checking whether NLS is requested
| configure:22336: result: yes
| configure:22374: checking for msgfmt
| configure:22408: result: no
| configure:22414: checking for gmsgfmt
| configure:22445: result: :
| configure:22484: checking for xgettext
| configure:22518: result: no
| configure:22555: checking for msgmerge
| configure:22588: result: no
| configure:22636: checking whether NLS is requested
| configure:22645: result: yes
| configure:22663: checking for GNU gettext in libc
| configure:22687: gcc -o conftest.exe -g -O2   conftest.c -lgmp  >&5
| /cygdrive/c/Users/larry/AppData/Local/Temp/ccaG1DbO.o: In function `main':
| /home/larry/open-cobol-1.1/conftest.c:68: undefined reference to 
`_libintl_bindtextdomain'
| /home/larry/open-cobol-1.1/conftest.c:69: undefined reference to 
`_libintl_gettext'
| /home/larry/open-cobol-1.1/conftest.c:69: undefined reference to 
`__nl_msg_cat_cntr'
| /home/larry/open-cobol-1.1/conftest.c:69: undefined reference to 
`__nl_domain_bindings'
| collect2: ld returned 1 exit status
| configure:22693: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | /* end confdefs.h.  */
| | #include <libintl.h>
| | extern int _nl_msg_cat_cntr;
| | extern int *_nl_domain_bindings;
| | int
| | main ()
| | {
| | bindtextdomain ("", "");
| | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
| |   ;
| |   return 0;
| | }
| configure:22718: result: no
| configure:22752: checking for iconv
| configure:22864: result: yes
| configure:22874: checking how to link with libiconv
| configure:22876: result: -liconv
| configure:23265: checking for GNU gettext in libintl
| configure:23297: gcc -o conftest.exe -g -O2    conftest.c -lgmp  -lintl >&5
| /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: 
auto-importing has been activated without --enable-auto-import specified on the 
command line.
| This should work unless it involves constant data structures referencing 
symbols from auto-imported DLLs.Info: resolving __nl_msg_cat_cntr by linking to 
__imp___nl_msg_cat_cntr (auto-import)
| configure:23303: $? = 0
| configure:23307: test -z 
|                        || test ! -s conftest.err
| configure:23310: $? = 0
| configure:23313: test -s conftest.exe
| configure:23316: $? = 0
| configure:23388: result: yes
| configure:23417: checking whether to use NLS
| configure:23419: result: yes
| configure:23422: checking where the gettext function comes from
| configure:23433: result: external libintl
| configure:23441: checking how to link with libintl
| configure:23443: result: -lintl
| configure:23519: checking ncurses.h usability
| configure:23531: gcc -c -g -O2  conftest.c >&5
| configure:23537: $? = 0
| configure:23541: test -z 
|                        || test ! -s conftest.err
| configure:23544: $? = 0
| configure:23547: test -s conftest.o
| configure:23550: $? = 0
| configure:23560: result: yes
| configure:23564: checking ncurses.h presence
| configure:23574: gcc -E  conftest.c
| configure:23580: $? = 0
| configure:23600: result: yes
| configure:23635: checking for ncurses.h
| configure:23642: result: yes
| configure:23519: checking pdcurses.h usability
| configure:23531: gcc -c -g -O2  conftest.c >&5
| conftest.c:101:22: pdcurses.h: No such file or directory
| configure:23537: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_NCURSES_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #else
| | # if HAVE_STDINT_H
| | #  include <stdint.h>
| | # endif
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <pdcurses.h>
| configure:23560: result: no
| configure:23564: checking pdcurses.h presence
| configure:23574: gcc -E  conftest.c
| conftest.c:67:22: pdcurses.h: No such file or directory
| configure:23580: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_NCURSES_H 1
| | /* end confdefs.h.  */
| | #include <pdcurses.h>
| configure:23600: result: no
| configure:23635: checking for pdcurses.h
| configure:23642: result: no
| configure:23519: checking ncurses/ncurses.h usability
| configure:23531: gcc -c -g -O2  conftest.c >&5
| configure:23537: $? = 0
| configure:23541: test -z 
|                        || test ! -s conftest.err
| configure:23544: $? = 0
| configure:23547: test -s conftest.o
| configure:23550: $? = 0
| configure:23560: result: yes
| configure:23564: checking ncurses/ncurses.h presence
| configure:23574: gcc -E  conftest.c
| configure:23580: $? = 0
| configure:23600: result: yes
| configure:23635: checking for ncurses/ncurses.h
| configure:23642: result: yes
| configure:23519: checking curses.h usability
| configure:23531: gcc -c -g -O2  conftest.c >&5
| configure:23537: $? = 0
| configure:23541: test -z 
|                        || test ! -s conftest.err
| configure:23544: $? = 0
| configure:23547: test -s conftest.o
| configure:23550: $? = 0
| configure:23560: result: yes
| configure:23564: checking curses.h presence
| configure:23574: gcc -E  conftest.c
| configure:23580: $? = 0
| configure:23600: result: yes
| configure:23635: checking for curses.h
| configure:23642: result: yes
| configure:23656: checking for initscr in -lncurses
| configure:23686: gcc -o conftest.exe -g -O2   conftest.c -lncurses  -lgmp  >&5
| configure:23692: $? = 0
| configure:23696: test -z 
|                        || test ! -s conftest.err
| configure:23699: $? = 0
| configure:23702: test -s conftest.exe
| configure:23705: $? = 0
| configure:23718: result: yes
| configure:24161: gcc -o conftest.exe -g -O2   conftest.c -lncurses -lgmp  >&5
| configure:24164: $? = 0
| configure:24166: ./conftest.exe
| configure:24169: $? = 0
| configure:24225: gcc -o conftest.exe -g -O2   conftest.c -lncurses -lgmp  
-ldb >&5
| configure:24228: $? = 0
| configure:24230: ./conftest.exe
| configure:24233: $? = 0
| configure:25434: gcc -o conftest.exe -g -O2   conftest.c -lncurses -lgmp  >&5
| configure:25437: $? = 0
| configure:25439: ./conftest.exe
| configure:25442: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_NCURSES_H 1
| | #define HAVE_NCURSES_NCURSES_H 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBNCURSES 1
| | #define USE_DB41 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | 
| |   #ifdef _WIN32
| |    return 0;
| |   #else
| |    return 1;
| |   #endif
| |   ;
| |   return 0;
| | }
| configure:25458: checking for dlopen in -lc
| configure:25488: gcc -o conftest.exe -g -O2   conftest.c -lc  -lncurses -lgmp 
 >&5
| configure:25494: $? = 0
| configure:25498: test -z 
|                        || test ! -s conftest.err
| configure:25501: $? = 0
| configure:25504: test -s conftest.exe
| configure:25507: $? = 0
| configure:25520: result: yes
| configure:25885: gcc -o conftest.exe -g -O2   conftest.c -lncurses -lgmp  >&5
| configure:25888: $? = 0
| configure:25890: ./conftest.exe
| configure:25893: $? = 0
| configure:25935: gcc -o conftest.exe -g -O2   conftest.c -lncurses -lgmp  >&5
| configure:25938: $? = 0
| configure:25940: ./conftest.exe
| configure:25943: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_NCURSES_H 1
| | #define HAVE_NCURSES_NCURSES_H 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBNCURSES 1
| | #define USE_DB41 1
| | #define USE_LIBDL 1
| | #define COB_STRFTIME 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | 
| |     if (sizeof(long int) == sizeof(long long))
| |             return 0;
| |     return 1;
| | 
| |   ;
| |   return 0;
| | }
| configure:26049: gcc -c  -O2  -march=i686 -mtune=pentium4 -finline-functions 
-fomit-frame-pointer -Wno-pointer-sign  conftest.c >&5
| cc1: error: unrecognized command line option "-Wno-pointer-sign"
| configure:26055: $? = 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 COB_DEBUG 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 WITH_LFS64 1
| | #define PATCH_LEVEL 0
| | #define WITH_VARSEQ 0
| | #define HAVE_DLFCN_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define COB_HAS_INLINE 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_VPRINTF 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_FCNTL 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRCASECMP 1
| | #define HAVE_STRCHR 1
| | #define HAVE_STRRCHR 1
| | #define HAVE_STRDUP 1
| | #define HAVE_STRSTR 1
| | #define HAVE_STRTOL 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GMP_H 1
| | #define HAVE_LIBGMP 1
| | #define HAVE_ICONV 1
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_NCURSES_H 1
| | #define HAVE_NCURSES_NCURSES_H 1
| | #define HAVE_CURSES_H 1
| | #define HAVE_LIBNCURSES 1
| | #define USE_DB41 1
| | #define USE_LIBDL 1
| | #define COB_STRFTIME 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | int testint;
| |   ;
| |   return 0;
| | }
| configure:26098: gcc -c  -O2  -march=i686 -mtune=pentium4 -finline-functions 
-fomit-frame-pointer  conftest.c >&5
| configure:26104: $? = 0
| configure:26108: test -z 
|                        || test ! -s conftest.err
| configure:26111: $? = 0
| configure:26114: test -s conftest.o
| configure:26117: $? = 0
| configure:26364: 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 larrys-laptop
| 
| config.status:765: creating cob-config
| config.status:765: creating Makefile
| config.status:765: creating lib/Makefile
| config.status:765: creating libcob/Makefile
| config.status:765: creating cobc/Makefile
| config.status:765: creating bin/Makefile
| config.status:765: creating po/Makefile.in
| config.status:765: creating texi/Makefile
| config.status:765: creating config/Makefile
| config.status:765: creating copy/Makefile
| config.status:765: creating tests/atlocal
| config.status:765: creating tests/Makefile
| config.status:765: creating tests/cobol85/Makefile
| config.status:869: creating config.h
| config.status:1311: executing tests/atconfig commands
| config.status:1311: executing depfiles commands
| config.status:1311: executing default-1 commands
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| ac_cv_build=i686-pc-cygwin
| ac_cv_build_alias=i686-pc-cygwin
| 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=.exe
| ac_cv_func__doprnt=no
| ac_cv_func_alloca_works=yes
| 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_strcasecmp=yes
| ac_cv_func_strchr=yes
| ac_cv_func_strdup=yes
| ac_cv_func_strerror=yes
| ac_cv_func_strrchr=yes
| ac_cv_func_strstr=yes
| ac_cv_func_strtol=yes
| ac_cv_func_vprintf=yes
| ac_cv_header_curses_h=yes
| ac_cv_header_dlfcn_h=yes
| ac_cv_header_fcntl_h=yes
| ac_cv_header_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_ncurses_ncurses_h=yes
| ac_cv_header_pdcurses_h=no
| 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-cygwin
| ac_cv_host_alias=i686-pc-cygwin
| ac_cv_lib_c_dlopen=yes
| 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=gawk
| ac_cv_prog_CPP='gcc -E'
| ac_cv_prog_ac_ct_AR=ar
| ac_cv_prog_ac_ct_AS=as
| ac_cv_prog_ac_ct_CC=gcc
| ac_cv_prog_ac_ct_DLLTOOL=dlltool
| ac_cv_prog_ac_ct_OBJDUMP=objdump
| ac_cv_prog_ac_ct_RANLIB=ranlib
| ac_cv_prog_ac_ct_STRIP=strip
| ac_cv_prog_cc_g=yes
| ac_cv_prog_cc_stdc=
| ac_cv_prog_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/i686-pc-cygwin/bin/ld.exe
| acl_cv_prog_gnu_ld=yes
| acl_cv_rpath=done
| acl_cv_shlibext=dll
| acl_cv_wl=-Wl,
| am_cv_CC_dependencies_compiler_type=gcc3
| am_cv_func_iconv=yes
| am_cv_langinfo_codeset=yes
| am_cv_lib_iconv=yes
| am_cv_proto_iconv='extern size_t iconv (iconv_t cd, const char * *inbuf, 
size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
| am_cv_proto_iconv_arg1=const
| gt_cv_func_gnugettext1_libc=no
| gt_cv_func_gnugettext1_libintl=yes
| lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
| lt_cv_dlopen=dlopen
| lt_cv_dlopen_libs=
| lt_cv_dlopen_self=no
| lt_cv_file_magic_cmd=func_win32_libid
| lt_cv_file_magic_test_file=
| lt_cv_ld_reload_flag=-r
| lt_cv_objdir=.libs
| lt_cv_path_LD=/usr/i686-pc-cygwin/bin/ld.exe
| lt_cv_path_NM='/usr/bin/nm -B'
| lt_cv_path_SED=/usr/bin/sed
| lt_cv_prog_compiler_c_o=yes
| lt_cv_prog_compiler_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=8192
| 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/larry/open-cobol-1.1/missing --run aclocal-1.9'
| ALLOCA=''
| AMDEPBACKSLASH='\'
| AMDEP_FALSE='#'
| AMDEP_TRUE=''
| AMTAR='${SHELL} /home/larry/open-cobol-1.1/missing --run tar'
| AR='ar'
| AS='as'
| AUTOCONF='${SHELL} /home/larry/open-cobol-1.1/missing --run autoconf'
| AUTOHEADER='${SHELL} /home/larry/open-cobol-1.1/missing --run autoheader'
| AUTOMAKE='${SHELL} /home/larry/open-cobol-1.1/missing --run automake-1.9'
| AWK='gawk'
| CC='gcc'
| CCDEPMODE='depmode=gcc3'
| CFLAGS=' -O2  -march=i686 -mtune=pentium4 -finline-functions 
-fomit-frame-pointer -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes 
-Wno-format-y2k'
| COBC_LIBS=' -lintl'
| 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-all-symbols -Wl,--enable-auto-import'
| COB_HAS_INLINE=''
| COB_LDFLAGS=''
| COB_LIBRARY_PATH='.:${exec_prefix}/lib/open-cobol'
| COB_LIBS='-L${exec_prefix}/lib -lcob -lm -lgmp -lintl -lncurses -ldb'
| COB_MODULE_EXT='dll'
| COB_PIC_FLAGS=' -DDLL_EXPORT -DPIC'
| COB_SHARED_OPT='-shared'
| CPP='gcc -E'
| CPPFLAGS=''
| CXXCPP=''
| CYGPATH_W='cygpath -w'
| DEFS='-DHAVE_CONFIG_H'
| DEPDIR='.deps'
| DLLTOOL='dlltool'
| ECHO='echo'
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='grep -E'
| EXEEXT='.exe'
| GMSGFMT=':'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
| INTLLIBS='-lintl'
| LDFLAGS=''
| LIBCOB_CFLAGS=''
| LIBCOB_LIBS='-lm -lgmp -lintl -lncurses -ldb'
| LIBICONV='-liconv'
| LIBINTL='-lintl'
| LIBOBJS=''
| LIBS=''
| LIBTOOL='$(SHELL) $(top_builddir)/libtool'
| LN_S='ln -s'
| LTLIBICONV='-liconv'
| LTLIBINTL='-lintl'
| LTLIBOBJS=''
| MAINT='#'
| MAINTAINER_MODE_FALSE=''
| MAINTAINER_MODE_TRUE='#'
| MAKEINFO='${SHELL} /home/larry/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='/usr/bin/sed'
| SET_MAKE=''
| SHELL='/bin/sh'
| STRIP='strip'
| USE_NLS='yes'
| VERSION='1.1'
| XGETTEXT=':'
| ac_ct_AR='ar'
| ac_ct_AS='as'
| ac_ct_CC='gcc'
| ac_ct_DLLTOOL='dlltool'
| ac_ct_OBJDUMP='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-cygwin'
| build_alias=''
| build_cpu='i686'
| build_os='cygwin'
| build_vendor='pc'
| datadir='${prefix}/share'
| exec_prefix='${prefix}'
| host='i686-pc-cygwin'
| host_alias=''
| host_cpu='i686'
| host_os='cygwin'
| host_vendor='pc'
| includedir='${prefix}/include'
| infodir='${prefix}/info'
| install_sh='/home/larry/open-cobol-1.1/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| localstatedir='${prefix}/var'
| mandir='${prefix}/man'
| mkdir_p='mkdir -p --'
| oldincludedir='/usr/include'
| prefix='/usr/local'
| program_transform_name='s,x,x,'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sysconfdir='${prefix}/etc'
| target_alias=''
| 
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
| 
| #define COB_DEBUG 1
| #define COB_EXEEXT ".exe"
| #define COB_EXPORT_DYN "-Wl,--export-all-symbols -Wl,--enable-auto-import"
| #define COB_EXTRA_FLAGS " -march=i686 -mtune=pentium4"
| #define COB_HAS_INLINE 1
| #define COB_NO_SELFOPEN 1
| #define COB_PIC_FLAGS " -DDLL_EXPORT -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_CURSES_H 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_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_NCURSES_NCURSES_H 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 const
| #define PACKAGE "open-cobol"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_NAME "OpenCOBOL"
| #define PACKAGE_STRING "OpenCOBOL 1.1"
| #define PACKAGE_TARNAME "open-cobol"
| #define PACKAGE_VERSION "1.1"
| #define PATCH_LEVEL 0
| #define STDC_HEADERS 1
| #define STDC_HEADERS 1
| #define USE_DB41 1
| #define USE_LIBDL 1
| #define VERSION "1.1"
| #define WITH_DB 3
| #define WITH_LFS64 1
| #define WITH_VARSEQ 0
| #define __USE_STRING_INLINES 1
| 
| configure: exit 0


reply via email to

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