curses.h

Bob Rossi bob@brasko.net
Sat Jan 21 14:45:00 GMT 2006


On Fri, Jan 20, 2006 at 12:49:57PM -0500, Igor Peshansky wrote:
> On Fri, 20 Jan 2006, Bob Rossi wrote:
> 
> > This is yet another problem that I am having, that did not used to
> > exist. My configure script checks for curses.h and ncurses.h, since I
> > depend on curses to compile CGDB.
> >
> > This used to be detected, but no longer does.
> >
> > checking ncurses.h usability... no
> > checking ncurses.h presence... no
> > checking for ncurses.h... no
> > checking curses.h usability... no
> > checking curses.h presence... no
> > checking for curses.h... no
> >
> > Actually, I just added the ncurses check, cause I thought it might be
> > there. Any suggestions? Has something changed with this?
> 
> As always with configure problems, take a look at config.log to see *why*
> the check fails -- it might be something completely unrelated.

I can admit that I changed the version of automake that I was using,
however I don't think that has much to do with looking for the files.
Here the related config.log. Has anything changed with Cygwin that would
cause this?

In several years, I've never had this problem. Do I need to install a
new package?

Thanks,
Bob Rossi
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

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

  $ ../cgdb/configure --prefix=/home/bar/cvs/cgdb/target

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

hostname = bar-nt
uname -m = i686
uname -r = 1.5.19(0.150/4/2)
uname -s = CYGWIN_NT-5.1
uname -v = 2006-01-18 11:15

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

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

PATH: /cygdrive/c/Lint
PATH: /home/bar/bin
PATH: /home/bar/bin/fun
PATH: /usr/packages/distcc-2.18.3/bin
PATH: /home/bar/bin
PATH: /home/Qt/tmake-1.4/bin
PATH: /home/Qt/qt-2.3.0/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /cygdrive/c/Perl/bin
PATH: /cygdrive/c/GNAT/bin
PATH: /cygdrive/c/WINDOWS/system32
PATH: /cygdrive/c/WINDOWS
PATH: /cygdrive/c/WINDOWS/System32/Wbem
PATH: /cygdrive/c/Program Files/InstallShield/InstallShield 5.5 Professional Edition/Program


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

configure:1352: checking for a BSD-compatible install
configure:1407: result: /usr/bin/install -c
configure:1418: checking whether build environment is sane
configure:1461: result: yes
configure:1526: checking for gawk
configure:1542: found /usr/bin/gawk
configure:1552: result: gawk
configure:1562: checking whether make sets $(MAKE)
configure:1582: result: yes
configure:1750: checking whether to enable maintainer-specific portions of Makefiles
configure:1759: result: no
configure:1821: checking for gcc
configure:1837: found /usr/bin/gcc
configure:1847: result: gcc
configure:2091: checking for C compiler version
configure:2094: 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:2097: $? = 0
configure:2099: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /gcc/gcc-3.4.4/gcc-3.4.4-1/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,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 : (reconfigured) 
Thread model: posix
gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
configure:2102: $? = 0
configure:2104: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2107: $? = 1
configure:2130: checking for C compiler default output file name
configure:2133: gcc    conftest.c  >&5
configure:2136: $? = 0
configure:2182: result: a.exe
configure:2187: checking whether the C compiler works
configure:2193: ./a.exe
configure:2196: $? = 0
configure:2213: result: yes
configure:2220: checking whether we are cross compiling
configure:2222: result: no
configure:2225: checking for suffix of executables
configure:2227: gcc -o conftest.exe    conftest.c  >&5
configure:2230: $? = 0
configure:2255: result: .exe
configure:2261: checking for suffix of object files
configure:2282: gcc -c   conftest.c >&5
configure:2285: $? = 0
configure:2307: result: o
configure:2311: checking whether we are using the GNU C compiler
configure:2335: gcc -c   conftest.c >&5
configure:2341: $? = 0
configure:2344: test -z 			 || test ! -s conftest.err
configure:2347: $? = 0
configure:2350: test -s conftest.o
configure:2353: $? = 0
configure:2366: result: yes
configure:2372: checking whether gcc accepts -g
configure:2393: gcc -c -g  conftest.c >&5
configure:2399: $? = 0
configure:2402: test -z 			 || test ! -s conftest.err
configure:2405: $? = 0
configure:2408: test -s conftest.o
configure:2411: $? = 0
configure:2422: result: yes
configure:2439: checking for gcc option to accept ANSI C
configure:2509: gcc  -c -g -O2  conftest.c >&5
configure:2515: $? = 0
configure:2518: test -z 			 || test ! -s conftest.err
configure:2521: $? = 0
configure:2524: test -s conftest.o
configure:2527: $? = 0
configure:2545: result: none needed
configure:2563: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2569: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2710: checking for style of include used by make
configure:2738: result: GNU
configure:2766: checking dependency style of gcc
configure:2856: result: gcc3
configure:2886: checking for a BSD-compatible install
configure:2941: result: /usr/bin/install -c
configure:2994: checking for ranlib
configure:3010: found /usr/bin/ranlib
configure:3021: result: ranlib
configure:3038: checking for flex
configure:3054: found /usr/bin/flex
configure:3064: result: flex
configure:3077: checking for yywrap in -lfl
configure:3107: gcc -o conftest.exe -g -O2   conftest.c -lfl   >&5
configure:3113: $? = 0
configure:3116: test -z 			 || test ! -s conftest.err
configure:3119: $? = 0
configure:3122: test -s conftest.exe
configure:3125: $? = 0
configure:3138: result: yes
configure:3215: checking lex output file root
configure:3226: flex conftest.l
configure:3229: $? = 0
configure:3241: result: lex.yy
configure:3246: checking whether yytext is a pointer
configure:3262: gcc -o conftest.exe -g -O2   conftest.c  -lfl >&5
configure:3268: $? = 0
configure:3271: test -z 			 || test ! -s conftest.err
configure:3274: $? = 0
configure:3277: test -s conftest.exe
configure:3280: $? = 0
configure:3294: result: yes
configure:3312: checking for bison
configure:3341: result: no
configure:3312: checking for byacc
configure:3341: result: no
configure:3356: checking build system type
configure:3374: result: i686-pc-cygwin
configure:3382: checking host system type
configure:3396: result: i686-pc-cygwin
configure:3501: checking how to run the C preprocessor
configure:3536: gcc -E  conftest.c
configure:3542: $? = 0
configure:3574: gcc -E  conftest.c
conftest.c:13:28: ac_nonexistent.h: No such file or directory
configure:3580: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cgdb"
| #define VERSION "0.5.3-cvs"
| #define YYTEXT_POINTER 1
| #define HAVE_CYGWIN 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3619: result: gcc -E
configure:3643: gcc -E  conftest.c
configure:3649: $? = 0
configure:3681: gcc -E  conftest.c
conftest.c:13:28: ac_nonexistent.h: No such file or directory
configure:3687: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cgdb"
| #define VERSION "0.5.3-cvs"
| #define YYTEXT_POINTER 1
| #define HAVE_CYGWIN 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3731: checking for egrep
configure:3741: result: grep -E
configure:3746: checking for ANSI C header files
configure:3771: gcc -c -g -O2  conftest.c >&5
configure:3777: $? = 0
configure:3780: test -z 			 || test ! -s conftest.err
configure:3783: $? = 0
configure:3786: test -s conftest.o
configure:3789: $? = 0
configure:3878: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:3881: $? = 0
configure:3883: ./conftest.exe
configure:3886: $? = 0
configure:3901: result: yes
configure:3925: checking for sys/types.h
configure:3941: gcc -c -g -O2  conftest.c >&5
configure:3947: $? = 0
configure:3950: test -z 			 || test ! -s conftest.err
configure:3953: $? = 0
configure:3956: test -s conftest.o
configure:3959: $? = 0
configure:3970: result: yes
configure:3925: checking for sys/stat.h
configure:3941: gcc -c -g -O2  conftest.c >&5
configure:3947: $? = 0
configure:3950: test -z 			 || test ! -s conftest.err
configure:3953: $? = 0
configure:3956: test -s conftest.o
configure:3959: $? = 0
configure:3970: result: yes
configure:3925: checking for stdlib.h
configure:3941: gcc -c -g -O2  conftest.c >&5
configure:3947: $? = 0
configure:3950: test -z 			 || test ! -s conftest.err
configure:3953: $? = 0
configure:3956: test -s conftest.o
configure:3959: $? = 0
configure:3970: result: yes
configure:3925: checking for string.h
configure:3941: gcc -c -g -O2  conftest.c >&5
configure:3947: $? = 0
configure:3950: test -z 			 || test ! -s conftest.err
configure:3953: $? = 0
configure:3956: test -s conftest.o
configure:3959: $? = 0
configure:3970: result: yes
configure:3925: checking for memory.h
configure:3941: gcc -c -g -O2  conftest.c >&5
configure:3947: $? = 0
configure:3950: test -z 			 || test ! -s conftest.err
configure:3953: $? = 0
configure:3956: test -s conftest.o
configure:3959: $? = 0
configure:3970: result: yes
configure:3925: checking for strings.h
configure:3941: gcc -c -g -O2  conftest.c >&5
configure:3947: $? = 0
configure:3950: test -z 			 || test ! -s conftest.err
configure:3953: $? = 0
configure:3956: test -s conftest.o
configure:3959: $? = 0
configure:3970: result: yes
configure:3925: checking for inttypes.h
configure:3941: gcc -c -g -O2  conftest.c >&5
configure:3947: $? = 0
configure:3950: test -z 			 || test ! -s conftest.err
configure:3953: $? = 0
configure:3956: test -s conftest.o
configure:3959: $? = 0
configure:3970: result: yes
configure:3925: checking for stdint.h
configure:3941: gcc -c -g -O2  conftest.c >&5
configure:3947: $? = 0
configure:3950: test -z 			 || test ! -s conftest.err
configure:3953: $? = 0
configure:3956: test -s conftest.o
configure:3959: $? = 0
configure:3970: result: yes
configure:3925: checking for unistd.h
configure:3941: gcc -c -g -O2  conftest.c >&5
configure:3947: $? = 0
configure:3950: test -z 			 || test ! -s conftest.err
configure:3953: $? = 0
configure:3956: test -s conftest.o
configure:3959: $? = 0
configure:3970: result: yes
configure:3983: checking for a readline compatible library
configure:4021: gcc -o conftest.exe -g -O2   conftest.c  -lreadline >&5
configure:4027: $? = 0
configure:4030: test -z 			 || test ! -s conftest.err
configure:4033: $? = 0
configure:4036: test -s conftest.exe
configure:4039: $? = 0
configure:4063: result: -lreadline
configure:4089: checking readline.h usability
configure:4101: gcc -c -g -O2  conftest.c >&5
conftest.c:58:22: readline.h: No such file or directory
configure:4107: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cgdb"
| #define VERSION "0.5.3-cvs"
| #define YYTEXT_POINTER 1
| #define HAVE_CYGWIN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBREADLINE 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 <readline.h>
configure:4129: result: no
configure:4133: checking readline.h presence
configure:4143: gcc -E  conftest.c
conftest.c:24:22: readline.h: No such file or directory
configure:4149: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cgdb"
| #define VERSION "0.5.3-cvs"
| #define YYTEXT_POINTER 1
| #define HAVE_CYGWIN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBREADLINE 1
| /* end confdefs.h.  */
| #include <readline.h>
configure:4169: result: no
configure:4204: checking for readline.h
configure:4211: result: no
configure:4089: checking readline/readline.h usability
configure:4101: gcc -c -g -O2  conftest.c >&5
configure:4107: $? = 0
configure:4110: test -z 			 || test ! -s conftest.err
configure:4113: $? = 0
configure:4116: test -s conftest.o
configure:4119: $? = 0
configure:4129: result: yes
configure:4133: checking readline/readline.h presence
configure:4143: gcc -E  conftest.c
configure:4149: $? = 0
configure:4169: result: yes
configure:4204: checking for readline/readline.h
configure:4211: result: yes
configure:4224: checking whether readline supports history
configure:4254: gcc -o conftest.exe -g -O2   conftest.c  -lreadline >&5
configure:4260: $? = 0
configure:4263: test -z 			 || test ! -s conftest.err
configure:4266: $? = 0
configure:4269: test -s conftest.exe
configure:4272: $? = 0
configure:4284: result: yes
configure:4309: checking history.h usability
configure:4321: gcc -c -g -O2  conftest.c >&5
conftest.c:60:21: history.h: No such file or directory
configure:4327: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cgdb"
| #define VERSION "0.5.3-cvs"
| #define YYTEXT_POINTER 1
| #define HAVE_CYGWIN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY 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 <history.h>
configure:4349: result: no
configure:4353: checking history.h presence
configure:4363: gcc -E  conftest.c
conftest.c:26:21: history.h: No such file or directory
configure:4369: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cgdb"
| #define VERSION "0.5.3-cvs"
| #define YYTEXT_POINTER 1
| #define HAVE_CYGWIN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY 1
| /* end confdefs.h.  */
| #include <history.h>
configure:4389: result: no
configure:4424: checking for history.h
configure:4431: result: no
configure:4309: checking readline/history.h usability
configure:4321: gcc -c -g -O2  conftest.c >&5
configure:4327: $? = 0
configure:4330: test -z 			 || test ! -s conftest.err
configure:4333: $? = 0
configure:4336: test -s conftest.o
configure:4339: $? = 0
configure:4349: result: yes
configure:4353: checking readline/history.h presence
configure:4363: gcc -E  conftest.c
configure:4369: $? = 0
configure:4389: result: yes
configure:4424: checking for readline/history.h
configure:4431: result: yes
configure:4479: checking for tgetent
configure:4536: gcc -o conftest.exe -g -O2   conftest.c  -lreadline >&5
/cygdrive/c/DOCUME~1/BAR~1.BAR/LOCALS~1/Temp/cc3DiaPi.o: In function `main':
/home/bar/cvs/cgdb/builddir/conftest.c:67: undefined reference to `_tgetent'
/home/bar/cvs/cgdb/builddir/conftest.c:66: undefined reference to `_tgetent'
collect2: ld returned 1 exit status
configure:4542: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cgdb"
| #define VERSION "0.5.3-cvs"
| #define YYTEXT_POINTER 1
| #define HAVE_CYGWIN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY 1
| #define HAVE_READLINE_HISTORY_H 1
| /* end confdefs.h.  */
| /* Define tgetent to an innocuous variant, in case <limits.h> declares tgetent.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define tgetent innocuous_tgetent
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char tgetent (); 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 tgetent
| 
| /* 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 tgetent ();
| /* 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_tgetent) || defined (__stub___tgetent)
| choke me
| #else
| char (*f) () = tgetent;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != tgetent;
|   ;
|   return 0;
| }
configure:4566: result: no
configure:4571: checking for tgetent in -ltermcap
configure:4601: gcc -o conftest.exe -g -O2   conftest.c -ltermcap   -lreadline >&5
configure:4607: $? = 0
configure:4610: test -z 			 || test ! -s conftest.err
configure:4613: $? = 0
configure:4616: test -s conftest.exe
configure:4619: $? = 0
configure:4632: result: yes
configure:4849: checking which library has the termcap functions
configure:4852: result: using libtermcap
configure:4878: checking version of installed readline library
configure:4931: gcc -o conftest.exe -g -O2 -I/home/bar/cvs/cgdb/target/include   -L/home/bar/cvs/cgdb/target/lib conftest.c  -lreadline -lreadline -ltermcap >&5
Info: resolving _rl_library_version by linking to __imp__rl_library_version (auto-import)
configure:4934: $? = 0
configure:4936: ./conftest.exe
configure:4939: $? = 0
configure:4996: result: 5.1
configure:5045: checking for initscr in -lncurses
configure:5075: gcc -o conftest.exe -g -O2   conftest.c -lncurses   -lreadline >&5
configure:5081: $? = 0
configure:5084: test -z 			 || test ! -s conftest.err
configure:5087: $? = 0
configure:5090: test -s conftest.exe
configure:5093: $? = 0
configure:5106: result: yes
configure:5219: checking for log10 in -lm
configure:5249: gcc -o conftest.exe -g -O2   conftest.c -lm   -lreadline -lncurses >&5
conftest.c:35: warning: conflicting types for built-in function 'log10'
configure:5255: $? = 0
configure:5258: test -z 			 || test ! -s conftest.err
configure:5261: $? = 0
configure:5264: test -s conftest.exe
configure:5267: $? = 0
configure:5280: result: yes
configure:5292: checking for ANSI C header files
configure:5447: result: yes
configure:5457: checking for sys/wait.h that is POSIX.1 compatible
configure:5488: gcc -c -g -O2  conftest.c >&5
configure:5494: $? = 0
configure:5497: test -z 			 || test ! -s conftest.err
configure:5500: $? = 0
configure:5503: test -s conftest.o
configure:5506: $? = 0
configure:5517: result: yes
configure:5546: checking pty.h usability
configure:5558: gcc -c -g -O2  conftest.c >&5
configure:5564: $? = 0
configure:5567: test -z 			 || test ! -s conftest.err
configure:5570: $? = 0
configure:5573: test -s conftest.o
configure:5576: $? = 0
configure:5586: result: yes
configure:5590: checking pty.h presence
configure:5600: gcc -E  conftest.c
configure:5606: $? = 0
configure:5626: result: yes
configure:5661: checking for pty.h
configure:5668: result: yes
configure:5546: checking sys/stropts.h usability
configure:5558: gcc -c -g -O2  conftest.c >&5
conftest.c:66:25: sys/stropts.h: No such file or directory
configure:5564: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cgdb"
| #define VERSION "0.5.3-cvs"
| #define YYTEXT_POINTER 1
| #define HAVE_CYGWIN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_NCURSES 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PTY_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 <sys/stropts.h>
configure:5586: result: no
configure:5590: checking sys/stropts.h presence
configure:5600: gcc -E  conftest.c
conftest.c:32:25: sys/stropts.h: No such file or directory
configure:5606: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cgdb"
| #define VERSION "0.5.3-cvs"
| #define YYTEXT_POINTER 1
| #define HAVE_CYGWIN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_NCURSES 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PTY_H 1
| /* end confdefs.h.  */
| #include <sys/stropts.h>
configure:5626: result: no
configure:5661: checking for sys/stropts.h
configure:5668: result: no
configure:5546: checking termios.h usability
configure:5558: gcc -c -g -O2  conftest.c >&5
configure:5564: $? = 0
configure:5567: test -z 			 || test ! -s conftest.err
configure:5570: $? = 0
configure:5573: test -s conftest.o
configure:5576: $? = 0
configure:5586: result: yes
configure:5590: checking termios.h presence
configure:5600: gcc -E  conftest.c
configure:5606: $? = 0
configure:5626: result: yes
configure:5661: checking for termios.h
configure:5668: result: yes
configure:5546: checking sys/select.h usability
configure:5558: gcc -c -g -O2  conftest.c >&5
configure:5564: $? = 0
configure:5567: test -z 			 || test ! -s conftest.err
configure:5570: $? = 0
configure:5573: test -s conftest.o
configure:5576: $? = 0
configure:5586: result: yes
configure:5590: checking sys/select.h presence
configure:5600: gcc -E  conftest.c
configure:5606: $? = 0
configure:5626: result: yes
configure:5661: checking for sys/select.h
configure:5668: result: yes
configure:5697: checking util.h usability
configure:5709: gcc -c -g -O2  conftest.c >&5
conftest.c:68:18: util.h: No such file or directory
configure:5715: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cgdb"
| #define VERSION "0.5.3-cvs"
| #define YYTEXT_POINTER 1
| #define HAVE_CYGWIN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_NCURSES 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_SELECT_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 <util.h>
configure:5737: result: no
configure:5741: checking util.h presence
configure:5751: gcc -E  conftest.c
conftest.c:34:18: util.h: No such file or directory
configure:5757: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cgdb"
| #define VERSION "0.5.3-cvs"
| #define YYTEXT_POINTER 1
| #define HAVE_CYGWIN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_NCURSES 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h.  */
| #include <util.h>
configure:5777: result: no
configure:5812: checking for util.h
configure:5819: result: no
configure:5697: checking libutil.h usability
configure:5709: gcc -c -g -O2  conftest.c >&5
conftest.c:68:21: libutil.h: No such file or directory
configure:5715: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cgdb"
| #define VERSION "0.5.3-cvs"
| #define YYTEXT_POINTER 1
| #define HAVE_CYGWIN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_NCURSES 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_SELECT_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 <libutil.h>
configure:5737: result: no
configure:5741: checking libutil.h presence
configure:5751: gcc -E  conftest.c
conftest.c:34:21: libutil.h: No such file or directory
configure:5757: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cgdb"
| #define VERSION "0.5.3-cvs"
| #define YYTEXT_POINTER 1
| #define HAVE_CYGWIN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_NCURSES 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h.  */
| #include <libutil.h>
configure:5777: result: no
configure:5812: checking for libutil.h
configure:5819: result: no
configure:5862: checking errno.h usability
configure:5874: gcc -c -g -O2  conftest.c >&5
configure:5880: $? = 0
configure:5883: test -z 			 || test ! -s conftest.err
configure:5886: $? = 0
configure:5889: test -s conftest.o
configure:5892: $? = 0
configure:5902: result: yes
configure:5906: checking errno.h presence
configure:5916: gcc -E  conftest.c
configure:5922: $? = 0
configure:5942: result: yes
configure:5977: checking for errno.h
configure:5984: result: yes
configure:5862: checking fcntl.h usability
configure:5874: gcc -c -g -O2  conftest.c >&5
configure:5880: $? = 0
configure:5883: test -z 			 || test ! -s conftest.err
configure:5886: $? = 0
configure:5889: test -s conftest.o
configure:5892: $? = 0
configure:5902: result: yes
configure:5906: checking fcntl.h presence
configure:5916: gcc -E  conftest.c
configure:5922: $? = 0
configure:5942: result: yes
configure:5977: checking for fcntl.h
configure:5984: result: yes
configure:5862: checking grp.h usability
configure:5874: gcc -c -g -O2  conftest.c >&5
configure:5880: $? = 0
configure:5883: test -z 			 || test ! -s conftest.err
configure:5886: $? = 0
configure:5889: test -s conftest.o
configure:5892: $? = 0
configure:5902: result: yes
configure:5906: checking grp.h presence
configure:5916: gcc -E  conftest.c
configure:5922: $? = 0
configure:5942: result: yes
configure:5977: checking for grp.h
configure:5984: result: yes
configure:5862: checking pwd.h usability
configure:5874: gcc -c -g -O2  conftest.c >&5
configure:5880: $? = 0
configure:5883: test -z 			 || test ! -s conftest.err
configure:5886: $? = 0
configure:5889: test -s conftest.o
configure:5892: $? = 0
configure:5902: result: yes
configure:5906: checking pwd.h presence
configure:5916: gcc -E  conftest.c
configure:5922: $? = 0
configure:5942: result: yes
configure:5977: checking for pwd.h
configure:5984: result: yes
configure:5862: checking signal.h usability
configure:5874: gcc -c -g -O2  conftest.c >&5
configure:5880: $? = 0
configure:5883: test -z 			 || test ! -s conftest.err
configure:5886: $? = 0
configure:5889: test -s conftest.o
configure:5892: $? = 0
configure:5902: result: yes
configure:5906: checking signal.h presence
configure:5916: gcc -E  conftest.c
configure:5922: $? = 0
configure:5942: result: yes
configure:5977: checking for signal.h
configure:5984: result: yes
configure:5862: checking stdarg.h usability
configure:5874: gcc -c -g -O2  conftest.c >&5
configure:5880: $? = 0
configure:5883: test -z 			 || test ! -s conftest.err
configure:5886: $? = 0
configure:5889: test -s conftest.o
configure:5892: $? = 0
configure:5902: result: yes
configure:5906: checking stdarg.h presence
configure:5916: gcc -E  conftest.c
configure:5922: $? = 0
configure:5942: result: yes
configure:5977: checking for stdarg.h
configure:5984: result: yes
configure:5862: checking stdio.h usability
configure:5874: gcc -c -g -O2  conftest.c >&5
configure:5880: $? = 0
configure:5883: test -z 			 || test ! -s conftest.err
configure:5886: $? = 0
configure:5889: test -s conftest.o
configure:5892: $? = 0
configure:5902: result: yes
configure:5906: checking stdio.h presence
configure:5916: gcc -E  conftest.c
configure:5922: $? = 0
configure:5942: result: yes
configure:5977: checking for stdio.h
configure:5984: result: yes
configure:5853: checking for stdlib.h
configure:5858: result: yes
configure:5853: checking for string.h
configure:5858: result: yes
configure:5862: checking sys/ioctl.h usability
configure:5874: gcc -c -g -O2  conftest.c >&5
configure:5880: $? = 0
configure:5883: test -z 			 || test ! -s conftest.err
configure:5886: $? = 0
configure:5889: test -s conftest.o
configure:5892: $? = 0
configure:5902: result: yes
configure:5906: checking sys/ioctl.h presence
configure:5916: gcc -E  conftest.c
configure:5922: $? = 0
configure:5942: result: yes
configure:5977: checking for sys/ioctl.h
configure:5984: result: yes
configure:5853: checking for sys/stat.h
configure:5858: result: yes
configure:5862: checking sys/time.h usability
configure:5874: gcc -c -g -O2  conftest.c >&5
configure:5880: $? = 0
configure:5883: test -z 			 || test ! -s conftest.err
configure:5886: $? = 0
configure:5889: test -s conftest.o
configure:5892: $? = 0
configure:5902: result: yes
configure:5906: checking sys/time.h presence
configure:5916: gcc -E  conftest.c
configure:5922: $? = 0
configure:5942: result: yes
configure:5977: checking for sys/time.h
configure:5984: result: yes
configure:5853: checking for sys/types.h
configure:5858: result: yes
configure:5853: checking for unistd.h
configure:5858: result: yes
configure:6022: checking ctype.h usability
configure:6034: gcc -c -g -O2  conftest.c >&5
configure:6040: $? = 0
configure:6043: test -z 			 || test ! -s conftest.err
configure:6046: $? = 0
configure:6049: test -s conftest.o
configure:6052: $? = 0
configure:6062: result: yes
configure:6066: checking ctype.h presence
configure:6076: gcc -E  conftest.c
configure:6082: $? = 0
configure:6102: result: yes
configure:6137: checking for ctype.h
configure:6144: result: yes
configure:6022: checking ncurses.h usability
configure:6034: gcc -c -g -O2  conftest.c >&5
conftest.c:83:21: ncurses.h: No such file or directory
configure:6040: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cgdb"
| #define VERSION "0.5.3-cvs"
| #define YYTEXT_POINTER 1
| #define HAVE_CYGWIN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_NCURSES 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_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 <ncurses.h>
configure:6062: result: no
configure:6066: checking ncurses.h presence
configure:6076: gcc -E  conftest.c
conftest.c:49:21: ncurses.h: No such file or directory
configure:6082: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cgdb"
| #define VERSION "0.5.3-cvs"
| #define YYTEXT_POINTER 1
| #define HAVE_CYGWIN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_NCURSES 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| /* end confdefs.h.  */
| #include <ncurses.h>
configure:6102: result: no
configure:6137: checking for ncurses.h
configure:6144: result: no
configure:6022: checking curses.h usability
configure:6034: gcc -c -g -O2  conftest.c >&5
conftest.c:83:20: curses.h: No such file or directory
configure:6040: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cgdb"
| #define VERSION "0.5.3-cvs"
| #define YYTEXT_POINTER 1
| #define HAVE_CYGWIN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_NCURSES 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_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 <curses.h>
configure:6062: result: no
configure:6066: checking curses.h presence
configure:6076: gcc -E  conftest.c
conftest.c:49:20: curses.h: No such file or directory
configure:6082: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cgdb"
| #define VERSION "0.5.3-cvs"
| #define YYTEXT_POINTER 1
| #define HAVE_CYGWIN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_NCURSES 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| /* end confdefs.h.  */
| #include <curses.h>
configure:6102: result: no
configure:6137: checking for curses.h
configure:6144: result: no
configure:6022: checking limits.h usability
configure:6034: gcc -c -g -O2  conftest.c >&5
configure:6040: $? = 0
configure:6043: test -z 			 || test ! -s conftest.err
configure:6046: $? = 0
configure:6049: test -s conftest.o
configure:6052: $? = 0
configure:6062: result: yes
configure:6066: checking limits.h presence
configure:6076: gcc -E  conftest.c
configure:6082: $? = 0
configure:6102: result: yes
configure:6137: checking for limits.h
configure:6144: result: yes
configure:6022: checking math.h usability
configure:6034: gcc -c -g -O2  conftest.c >&5
configure:6040: $? = 0
configure:6043: test -z 			 || test ! -s conftest.err
configure:6046: $? = 0
configure:6049: test -s conftest.o
configure:6052: $? = 0
configure:6062: result: yes
configure:6066: checking math.h presence
configure:6076: gcc -E  conftest.c
configure:6082: $? = 0
configure:6102: result: yes
configure:6137: checking for math.h
configure:6144: result: yes
configure:6022: checking regex.h usability
configure:6034: gcc -c -g -O2  conftest.c >&5
configure:6040: $? = 0
configure:6043: test -z 			 || test ! -s conftest.err
configure:6046: $? = 0
configure:6049: test -s conftest.o
configure:6052: $? = 0
configure:6062: result: yes
configure:6066: checking regex.h presence
configure:6076: gcc -E  conftest.c
configure:6082: $? = 0
configure:6102: result: yes
configure:6137: checking for regex.h
configure:6144: result: yes
configure:6022: checking time.h usability
configure:6034: gcc -c -g -O2  conftest.c >&5
configure:6040: $? = 0
configure:6043: test -z 			 || test ! -s conftest.err
configure:6046: $? = 0
configure:6049: test -s conftest.o
configure:6052: $? = 0
configure:6062: result: yes
configure:6066: checking time.h presence
configure:6076: gcc -E  conftest.c
configure:6082: $? = 0
configure:6102: result: yes
configure:6137: checking for time.h
configure:6144: result: yes
configure:6168: checking getopt.h usability
configure:6180: gcc -c -g -O2  conftest.c >&5
configure:6186: $? = 0
configure:6189: test -z 			 || test ! -s conftest.err
configure:6192: $? = 0
configure:6195: test -s conftest.o
configure:6198: $? = 0
configure:6208: result: yes
configure:6212: checking getopt.h presence
configure:6222: gcc -E  conftest.c
configure:6228: $? = 0
configure:6248: result: yes
configure:6283: checking for getopt.h
configure:6290: result: yes
configure:6304: checking for /dev/ptmx
configure:6319: result: yes
configure:6330: checking for an ANSI C-conforming const
configure:6397: gcc -c -g -O2  conftest.c >&5
configure:6403: $? = 0
configure:6406: test -z 			 || test ! -s conftest.err
configure:6409: $? = 0
configure:6412: test -s conftest.o
configure:6415: $? = 0
configure:6426: result: yes
configure:6436: checking for uid_t in sys/types.h
configure:6459: result: yes
configure:6474: checking for mode_t
configure:6498: gcc -c -g -O2  conftest.c >&5
configure:6504: $? = 0
configure:6507: test -z 			 || test ! -s conftest.err
configure:6510: $? = 0
configure:6513: test -s conftest.o
configure:6516: $? = 0
configure:6527: result: yes
configure:6539: checking for pid_t
configure:6563: gcc -c -g -O2  conftest.c >&5
configure:6569: $? = 0
configure:6572: test -z 			 || test ! -s conftest.err
configure:6575: $? = 0
configure:6578: test -s conftest.o
configure:6581: $? = 0
configure:6592: result: yes
configure:6604: checking for size_t
configure:6628: gcc -c -g -O2  conftest.c >&5
configure:6634: $? = 0
configure:6637: test -z 			 || test ! -s conftest.err
configure:6640: $? = 0
configure:6643: test -s conftest.o
configure:6646: $? = 0
configure:6657: result: yes
configure:6671: checking whether gcc needs -traditional
conftest.c:55:19: sgtty.h: No such file or directory
configure:6713: result: no
configure:6720: checking whether setpgrp takes no argument
configure:6752: gcc -o conftest.exe -g -O2   conftest.c -lm  -lreadline -lncurses >&5
conftest.c: In function `main':
conftest.c:65: error: too many arguments to function `setpgrp'
configure:6755: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cgdb"
| #define VERSION "0.5.3-cvs"
| #define YYTEXT_POINTER 1
| #define HAVE_CYGWIN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_NCURSES 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_TIME_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_DEV_PTMX 1
| /* end confdefs.h.  */
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| int
| main ()
| {
| /* If this system has a BSD-style setpgrp which takes arguments,
|   setpgrp(1, 1) will fail with ESRCH and return -1, in that case
|   exit successfully. */
|   exit (setpgrp (1,1) == -1 ? 0 : 1);
|   ;
|   return 0;
| }
configure:6774: result: yes
configure:6784: checking return type of signal handlers
configure:6815: gcc -c -g -O2  conftest.c >&5
configure:6821: $? = 0
configure:6824: test -z 			 || test ! -s conftest.err
configure:6827: $? = 0
configure:6830: test -s conftest.o
configure:6833: $? = 0
configure:6844: result: void
configure:6856: checking for vprintf
configure:6913: gcc -o conftest.exe -g -O2   conftest.c -lm  -lreadline -lncurses >&5
conftest.c:81: warning: conflicting types for built-in function 'vprintf'
configure:6919: $? = 0
configure:6922: test -z 			 || test ! -s conftest.err
configure:6925: $? = 0
configure:6928: test -s conftest.exe
configure:6931: $? = 0
configure:6943: result: yes
configure:6950: checking for _doprnt
configure:7007: gcc -o conftest.exe -g -O2   conftest.c -lm  -lreadline -lncurses >&5
/cygdrive/c/DOCUME~1/BAR~1.BAR/LOCALS~1/Temp/cc4578Lg.o: In function `main':
/home/bar/cvs/cgdb/builddir/conftest.c:98: undefined reference to `__doprnt'
/home/bar/cvs/cgdb/builddir/conftest.c:97: undefined reference to `__doprnt'
collect2: ld returned 1 exit status
configure:7013: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cgdb"
| #define VERSION "0.5.3-cvs"
| #define YYTEXT_POINTER 1
| #define HAVE_CYGWIN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_NCURSES 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PTY_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_TIME_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_DEV_PTMX 1
| #define SETPGRP_VOID 1
| #define RETSIGTYPE void
| #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:7037: result: no
configure:7059: checking for mkdir
configure:7116: gcc -o conftest.exe -g -O2   conftest.c -lm  -lreadline -lncurses >&5
configure:7122: $? = 0
configure:7125: test -z 			 || test ! -s conftest.err
configure:7128: $? = 0
configure:7131: test -s conftest.exe
configure:7134: $? = 0
configure:7146: result: yes
configure:7059: checking for putenv
configure:7116: gcc -o conftest.exe -g -O2   conftest.c -lm  -lreadline -lncurses >&5
configure:7122: $? = 0
configure:7125: test -z 			 || test ! -s conftest.err
configure:7128: $? = 0
configure:7131: test -s conftest.exe
configure:7134: $? = 0
configure:7146: result: yes
configure:7059: checking for select
configure:7116: gcc -o conftest.exe -g -O2   conftest.c -lm  -lreadline -lncurses >&5
configure:7122: $? = 0
configure:7125: test -z 			 || test ! -s conftest.err
configure:7128: $? = 0
configure:7131: test -s conftest.exe
configure:7134: $? = 0
configure:7146: result: yes
configure:7059: checking for strdup
configure:7116: gcc -o conftest.exe -g -O2   conftest.c -lm  -lreadline -lncurses >&5
conftest.c:85: warning: conflicting types for built-in function 'strdup'
configure:7122: $? = 0
configure:7125: test -z 			 || test ! -s conftest.err
configure:7128: $? = 0
configure:7131: test -s conftest.exe
configure:7134: $? = 0
configure:7146: result: yes
configure:7059: checking for strerror
configure:7116: gcc -o conftest.exe -g -O2   conftest.c -lm  -lreadline -lncurses >&5
configure:7122: $? = 0
configure:7125: test -z 			 || test ! -s conftest.err
configure:7128: $? = 0
configure:7131: test -s conftest.exe
configure:7134: $? = 0
configure:7146: result: yes
configure:7274: creating ./config.status

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

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

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

on bar-nt

config.status:770: creating Makefile
config.status:770: creating various/Makefile
config.status:770: creating various/util/Makefile
config.status:770: creating various/util/src/Makefile
config.status:770: creating various/adt/Makefile
config.status:770: creating various/adt/src/Makefile
config.status:770: creating various/rline/Makefile
config.status:770: creating various/rline/src/Makefile
config.status:770: creating tgdb/Makefile
config.status:770: creating tgdb/annotate-two/Makefile
config.status:770: creating tgdb/annotate-two/src/Makefile
config.status:770: creating tgdb/gdbmi/Makefile
config.status:770: creating tgdb/gdbmi/src/Makefile
config.status:770: creating tgdb/tgdb-base/Makefile
config.status:770: creating tgdb/tgdb-base/src/Makefile
config.status:770: creating doc/Makefile
config.status:770: creating cgdb/Makefile
config.status:770: creating cgdb/src/Makefile
config.status:770: creating cgdb/lib/Makefile
config.status:770: creating cgdb/lib/kui/Makefile
config.status:770: creating cgdb/lib/kui/src/Makefile
config.status:770: creating cgdb/tokenizer/Makefile
config.status:770: creating cgdb/tokenizer/src/Makefile
config.status:829: creating config.h
config.status:1217: executing depfiles commands

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

ac_cv_build=i686-pc-cygwin
ac_cv_build_alias=i686-pc-cygwin
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_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_file__dev_ptmx=yes
ac_cv_func__doprnt=no
ac_cv_func_mkdir=yes
ac_cv_func_putenv=yes
ac_cv_func_select=yes
ac_cv_func_setpgrp_void=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_tgetent=no
ac_cv_func_vprintf=yes
ac_cv_header_ctype_h=yes
ac_cv_header_curses_h=no
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_history_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_libutil_h=no
ac_cv_header_limits_h=yes
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_ncurses_h=no
ac_cv_header_pty_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_readline_h=no
ac_cv_header_readline_history_h=yes
ac_cv_header_readline_readline_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_stropts_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=no
ac_cv_host=i686-pc-cygwin
ac_cv_host_alias=i686-pc-cygwin
ac_cv_lib_fl_yywrap=yes
ac_cv_lib_m_log10=yes
ac_cv_lib_ncurses_initscr=yes
ac_cv_lib_termcap_tgetent=yes
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_LEX=flex
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_gcc_traditional=no
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=yes
ac_cv_prog_make_make_set=yes
ac_cv_rl_includedir=/home/bar/cvs/cgdb/target/include
ac_cv_rl_libdir=/home/bar/cvs/cgdb/target/lib
ac_cv_rl_prefix=/home/bar/cvs/cgdb/target
ac_cv_rl_version=5.1
ac_cv_type_mode_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_uid_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
bash_cv_termcap_lib=libtermcap
vl_cv_lib_readline=-lreadline
vl_cv_lib_readline_history=yes

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

ACLOCAL='${SHELL} /home/bar/cvs/cgdb/cgdb/config/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/bar/cvs/cgdb/cgdb/config/missing --run tar'
AUTOCONF='${SHELL} /home/bar/cvs/cgdb/cgdb/config/missing --run autoconf'
AUTOHEADER='${SHELL} /home/bar/cvs/cgdb/cgdb/config/missing --run autoheader'
AUTOMAKE='${SHELL} /home/bar/cvs/cgdb/cgdb/config/missing --run automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='cygpath -w'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT='.exe'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LEX='flex'
LEXLIB='-lfl'
LEX_OUTPUT_ROOT='lex.yy'
LIBOBJS=''
LIBS='-lm  -lreadline -lncurses'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/bar/cvs/cgdb/cgdb/config/missing --run makeinfo'
OBJEXT='o'
PACKAGE='cgdb'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RL_MAJOR='5'
RL_MINOR='1'
RL_VERSION='0x0501'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='0.5.3-cvs'
YACC='yacc'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_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/bar/cvs/cgdb/cgdb/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/home/bar/cvs/cgdb/target'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define HAVE_CTYPE_H 1
#define HAVE_CYGWIN 1
#define HAVE_DEV_PTMX 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GETOPT_H 1
#define HAVE_GRP_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBM 1
#define HAVE_LIBREADLINE 1
#define HAVE_LIMITS_H 1
#define HAVE_MATH_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MKDIR 1
#define HAVE_NCURSES 1
#define HAVE_PTY_H 1
#define HAVE_PUTENV 1
#define HAVE_PWD_H 1
#define HAVE_READLINE_HISTORY 1
#define HAVE_READLINE_HISTORY_H 1
#define HAVE_READLINE_READLINE_H 1
#define HAVE_REGEX_H 1
#define HAVE_SELECT 1
#define HAVE_SIGNAL_H 1
#define HAVE_STDARG_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_STAT_H 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_SYS_WAIT_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VPRINTF 1
#define PACKAGE "cgdb"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define RETSIGTYPE void
#define SETPGRP_VOID 1
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define VERSION "0.5.3-cvs"
#define YYTEXT_POINTER 1

configure: exit 0

-------------- next part --------------
--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


More information about the Cygwin mailing list