Files
haiku-beta6/src/libs/ncurses/config.log
T
Axel Dörfler a68dd7c24a * Imported ncurses 5.5 after having run configure and make with build files removed.
* Simplified build a lot due to running make before (should be fixed one day).
* Only builds libncurses.a without the widechar and trace parts.
* All other libs (forms, panels, ncursesc++, ...) are left out for now, until a
  need for them arise.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18439 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-08-07 17:04:44 +00:00

1850 lines
66 KiB
Plaintext

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.52.20030208. Invocation command line was
$ ./configure
## ---------- ##
## Platform. ##
## ---------- ##
hostname = zon
uname -m = BePC
uname -r = 5.1
uname -s = BeOS
uname -v = 1000009
/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 = .:/boot/home/config/bin:/bin:/boot/apps:/boot/preferences:/boot/beos/apps:/boot/beos/preferences:/boot/develop/bin:/boot/apps/office/PostgreSQL/bin:/boot/home/source/OpenTracker/scripts
## ------------ ##
## Core tests. ##
## ------------ ##
configure:1037: PATH=".;."; conftest.sh
./configure: conftest.sh: command not found
configure:1040: $? = 127
configure:1057: result: Configuring NCURSES 5.5 ABI 5 (Mon Aug 7 14:43:36 CEST 2006)
configure:1162: checking build system type
configure:1180: result: i586-pc-beos
configure:1187: checking host system type
configure:1201: result: i586-pc-beos
configure:1209: checking target system type
configure:1223: result: i586-pc-beos
configure:1254: result: Configuring for beos
configure:1278: checking for prefix
configure:1290: result: /usr/local
configure:1365: checking for gcc
configure:1380: found /boot/develop/bin/gcc
configure:1388: result: gcc
configure:1616: checking for C compiler version
configure:1619: gcc --version </dev/null >&5
2.95.3-beos-060710
configure:1622: $? = 0
configure:1624: gcc -v </dev/null >&5
using priority 5
Reading specs from /boot/develop/tools/gnupro/lib/gcc-lib/i586-pc-beos/2.95.3-beos-060710/specs
gcc version 2.95.3-beos-060710
configure:1627: $? = 0
configure:1629: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1632: $? = 1
configure:1652: checking for C compiler default output
configure:1655: gcc conftest.c >&5
configure:1658: $? = 0
configure:1687: result: conftest
configure:1692: checking whether the C compiler works
configure:1698: ./conftest
configure:1701: $? = 0
configure:1716: result: yes
configure:1723: checking whether we are cross compiling
configure:1725: result: no
configure:1728: checking for executable suffix
configure:1730: gcc -o conftest conftest.c >&5
configure:1733: $? = 0
configure:1755: result:
configure:1761: checking for object suffix
configure:1779: gcc -c conftest.c >&5
configure:1782: $? = 0
configure:1801: result: o
configure:1805: checking whether we are using the GNU C compiler
configure:1826: gcc -c conftest.c >&5
configure:1829: $? = 0
configure:1832: test -s conftest.o
configure:1835: $? = 0
configure:1847: result: yes
configure:1853: checking whether gcc accepts -g
configure:1871: gcc -c -g conftest.c >&5
configure:1874: $? = 0
configure:1877: test -s conftest.o
configure:1880: $? = 0
configure:1890: result: yes
configure:1917: gcc -c -g -O2 conftest.c >&5
/boot/home/develop/haiku/haiku/src/libs/ncurses/conftest.c:2: parse error before `me'
configure:1920: $? = 1
configure: failed program was:
#ifndef __cplusplus
choke me
#endif
configure:2020: checking version of gcc
configure:2024: result: 2.95.3
configure:2033: checking how to run the C preprocessor
configure:2059: gcc -E conftest.c
configure:2065: $? = 0
configure:2092: gcc -E conftest.c
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:2089: ac_nonexistent.h: No such file or directory
configure:2098: $? = 1
configure: failed program was:
#line 2088 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2135: result: gcc -E
configure:2150: gcc -E conftest.c
configure:2156: $? = 0
configure:2183: gcc -E conftest.c
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:2180: ac_nonexistent.h: No such file or directory
configure:2189: $? = 1
configure: failed program was:
#line 2179 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2229: checking whether gcc needs -traditional
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:2237: sgtty.h: No such file or directory
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:2252: termio.h: No such file or directory
configure:2264: result: no
configure:2271: checking whether gcc understands -c and -o together
configure:2287: gcc -c conftest.c -o conftest2.o >&5
configure:2290: $? = 0
configure:2292: gcc -c conftest.c -o conftest2.o >&5
configure:2295: $? = 0
configure:2306: result: yes
configure:2313: checking for POSIXized ISC
configure:2332: result: no
configure:2337: checking for gcc option to accept ANSI C
configure:2452: gcc -c -g -O2 -DCC_HAS_PROTOS conftest.c >&5
configure:2455: $? = 0
configure:2458: test -s conftest.o
configure:2461: $? = 0
configure:2474: result: -DCC_HAS_PROTOS
configure:2597: checking for ldconfig
configure:2628: result: no
configure:2636: checking if you want to ensure bool is consistent with C++
configure:2646: result: yes
configure:2702: checking for g++
configure:2717: found /boot/develop/bin/g++
configure:2725: result: g++
configure:2740: checking for C++ compiler version
configure:2743: g++ --version </dev/null >&5
2.95.3-beos-060710
configure:2746: $? = 0
configure:2748: g++ -v </dev/null >&5
using priority 5
Reading specs from /boot/develop/tools/gnupro/lib/gcc-lib/i586-pc-beos/2.95.3-beos-060710/specs
gcc version 2.95.3-beos-060710
configure:2751: $? = 0
configure:2753: g++ -V </dev/null >&5
g++: argument to `-V' missing
configure:2756: $? = 1
configure:2759: checking whether we are using the GNU C++ compiler
configure:2780: g++ -c conftest.cc >&5
configure:2783: $? = 0
configure:2786: test -s conftest.o
configure:2789: $? = 0
configure:2801: result: yes
configure:2807: checking whether g++ accepts -g
configure:2825: g++ -c -g conftest.cc >&5
configure:2828: $? = 0
configure:2831: test -s conftest.o
configure:2834: $? = 0
configure:2844: result: yes
configure:2884: g++ -c -g -O2 conftest.cc >&5
configure:2887: $? = 0
configure:2890: test -s conftest.o
configure:2893: $? = 0
configure:2915: g++ -c -g -O2 conftest.cc >&5
configure:2918: $? = 0
configure:2921: test -s conftest.o
configure:2924: $? = 0
configure:2950: checking for g++
configure:2967: found /boot/develop/bin/g++
configure:2978: result: /boot/develop/bin/g++
configure:2995: checking version of g++
configure:2999: result: 2.95.3
configure:3012: checking if you want to build C++ binding and demo
configure:3022: result: yes
configure:3025: checking if you want to build with Ada95
configure:3035: result: yes
configure:3038: checking if you want to build programs such as tic
configure:3048: result: yes
configure:3051: checking if you wish to install curses.h
configure:3061: result: yes
configure:3087: checking for mawk
configure:3113: result: no
configure:3087: checking for gawk
configure:3102: found /bin/gawk
configure:3110: result: gawk
configure:3120: checking whether make sets ${MAKE}
configure:3140: result: yes
configure:3161: checking for a BSD compatible install
configure:3210: result: /bin/install -c
configure:3231: checking for long file names
configure:3270: result: yes
configure:3280: checking if filesystem supports mixed-case filenames
configure:3307: result: yes
configure:3313: checking whether ln -s works
configure:3317: result: yes
configure:3326: checking for ctags
configure:3341: found /boot/home/config/bin/ctags
configure:3350: result: yes
configure:3360: checking for etags
configure:3375: found /boot/home/config/bin/etags
configure:3384: result: yes
configure:3411: checking for tdlint
configure:3437: result: no
configure:3411: checking for lint
configure:3437: result: no
configure:3411: checking for alint
configure:3437: result: no
configure:3448: checking for man
configure:3474: result: no
configure:3448: checking for man_db
configure:3474: result: no
configure:3519: checking for ranlib
configure:3534: found /bin/ranlib
configure:3543: result: ranlib
configure:3593: checking for ld
configure:3608: found /boot/develop/bin/ld
configure:3617: result: ld
configure:3667: checking for ar
configure:3682: found /boot/develop/bin/ar
configure:3691: result: ar
configure:3707: checking for archiver options (symbol AR_OPTS)
configure:3710: result: rv
configure:3718: checking for makeflags variable
configure:3751: result:
configure:3754: checking if you have specified an install-prefix
configure:3767: result:
configure:3939: checking if you want to build libraries with libtool
configure:3949: result: no
configure:4073: checking if you want to build shared libraries
configure:4083: result: no
configure:4087: checking if you want to build static libraries
configure:4097: result: yes
configure:4101: checking if you want to build debug libraries
configure:4111: result: yes
configure:4115: checking if you want to build profiling libraries
configure:4125: result: no
configure:4133: checking for specified models
configure:4137: result: normal debug
configure:4142: checking for default model
configure:4145: result: normal
configure:4170: checking if you want to build a separate terminfo library
configure:4180: result: no
configure:4185: checking if you want to link with dbmalloc for testing
configure:4195: result: no
configure:4299: checking if you want to link with dmalloc for testing
configure:4309: result: no
configure:4415: checking if you want to link with the GPM mouse library
configure:4425: result: maybe
configure:4428: checking for Gpm_Open in -lgpm
configure:4455: gcc -o conftest -g -O2 conftest.c -lgpm >&5
/boot/develop/tools/gnupro/i586-pc-beos/bin/ld: cannot find -lgpm
collect2: ld returned 1 exit status
configure:4458: $? = 1
configure: failed program was:
#line 4436 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char Gpm_Open ();
int
main ()
{
Gpm_Open ();
;
return 0;
}
configure:4475: result: no
configure:4908: checking for default loader flags
configure:4917: result:
configure:4920: checking if rpath option should be used
configure:4930: result: no
configure:4940: checking if release/abi version should be used for shared libs
configure:4964: result: auto
configure:4973: checking which gcc option to use
configure:4992: gcc -c -g -O2 -fPIC conftest.c >&5
configure:4995: $? = 0
configure:4998: test -s conftest.o
configure:5001: $? = 0
configure:5010: result: -fPIC
configure:5262: checking if you wish to install ncurses overwriting curses
configure:5272: result: no
configure:5275: checking if external terminfo-database is used
configure:5285: result: yes
configure:5307: checking which terminfo source-file will be installed
configure:5315: result: ${top_srcdir}/misc/terminfo.src
configure:5319: checking for list of fallback descriptions
configure:5329: result:
configure:5333: checking if you want modern xterm or antique
configure:5347: result: xterm-new
configure:5357: checking for list of terminfo directories
configure:5404: result: /usr/local/share/terminfo
configure:5410: checking for default terminfo directory
configure:5447: result: /usr/local/share/terminfo
configure:5457: checking if big-core option selected
configure:5483: gcc -o conftest -g -O2 conftest.c >&5
configure:5486: $? = 0
configure:5488: ./conftest
configure:5491: $? = 0
configure:5503: result: yes
configure:5510: checking if you want termcap-fallback support
configure:5520: result: no
configure:5630: checking if ~/.terminfo is wanted
configure:5640: result: yes
configure:5646: checking if you want to use restrict environment when running as root
configure:5656: result: yes
configure:5670: checking for remove
configure:5707: gcc -o conftest -g -O2 conftest.c >&5
configure:5710: $? = 0
configure:5713: test -s conftest
configure:5716: $? = 0
configure:5726: result: yes
configure:5670: checking for unlink
configure:5707: gcc -o conftest -g -O2 conftest.c >&5
configure:5710: $? = 0
configure:5713: test -s conftest
configure:5716: $? = 0
configure:5726: result: yes
configure:5810: checking if link/symlink functions work
configure:5853: gcc -o conftest -g -O2 conftest.c >&5
configure:5856: $? = 0
configure:5858: ./conftest
configure:5861: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 5823 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
int main()
{
int fail = 0;
char *src = "config.log";
char *dst = "conftest.chk";
struct stat src_sb;
struct stat dst_sb;
stat(src, &src_sb);
fail = (link("config.log", "conftest.chk") < 0)
|| (stat(dst, &dst_sb) < 0)
|| (dst_sb.st_mtime != src_sb.st_mtime);
#ifdef HAVE_UNLINK
unlink(dst);
#else
remove(dst);
#endif
exit (fail);
}
configure:5853: gcc -o conftest -g -O2 conftest.c >&5
configure:5856: $? = 0
configure:5858: ./conftest
configure:5861: $? = 0
configure:5879: result: symlink
configure:5895: checking if tic should use symbolic links
configure:5902: result: yes
configure:5938: checking if you want broken-linker support code
configure:5948: result: no
configure:5983: checking if gcc -U and -D options work together
configure:6011: gcc -c -g -O2 -UU_D_OPTIONS -DU_D_OPTIONS -DD_U_OPTIONS -UD_U_OPTIONS conftest.c >&5
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure: In function `main':
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:5999: `make' undeclared (first use in this function)
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:5999: (Each undeclared identifier is reported only once
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:5999: for each function it appears in.)
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:5999: parse error before `an'
configure:6014: $? = 1
configure: failed program was:
#line 5992 "configure"
#include "confdefs.h"
int
main ()
{
#ifndef U_D_OPTIONS
make an undefined-error
#endif
#ifdef D_U_OPTIONS
make a defined-error
#endif
;
return 0;
}
configure:6034: result: no
configure:6169: checking if we should define _XOPEN_SOURCE
configure:6191: gcc -c -g -O2 conftest.c >&5
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure: In function `main':
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:6183: `make' undeclared (first use in this function)
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:6183: (Each undeclared identifier is reported only once
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:6183: for each function it appears in.)
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:6183: parse error before `an'
configure:6194: $? = 1
configure: failed program was:
#line 6176 "configure"
#include "confdefs.h"
#include <sys/types.h>
int
main ()
{
#ifndef _XOPEN_SOURCE
make an error
#endif
;
return 0;
}
configure:6224: gcc -c -g -O2 -D_XOPEN_SOURCE=500 conftest.c >&5
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure: In function `main':
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:6216: `make' undeclared (first use in this function)
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:6216: (Each undeclared identifier is reported only once
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:6216: for each function it appears in.)
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:6216: parse error before `an'
configure:6227: $? = 1
configure: failed program was:
#line 6209 "configure"
#include "confdefs.h"
#include <sys/types.h>
int
main ()
{
#ifdef _XOPEN_SOURCE
make an error
#endif
;
return 0;
}
configure:6248: result: 500
configure:6282: checking if we should define _POSIX_C_SOURCE
(line 6288) testing if the symbol is already defined go no further ...
configure:6306: gcc -c -g -O2 -D_XOPEN_SOURCE=500 conftest.c >&5
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure: In function `main':
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:6298: `make' undeclared (first use in this function)
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:6298: (Each undeclared identifier is reported only once
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:6298: for each function it appears in.)
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:6298: parse error before `an'
configure:6309: $? = 1
configure: failed program was:
#line 6291 "configure"
#include "confdefs.h"
#include <sys/types.h>
int
main ()
{
#ifndef _POSIX_C_SOURCE
make an error
#endif
;
return 0;
}
(line 6371) testing ifdef from value 199506L ...
(line 6376) testing if the second compile does not leave our definition intact error ...
configure:6394: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L conftest.c >&5
configure:6397: $? = 0
configure:6400: test -s conftest.o
configure:6403: $? = 0
configure:6419: result: -D_POSIX_C_SOURCE=199506L
configure:6438: checking for nl_langinfo and CODESET
configure:6456: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L conftest.c >&5
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:6445: langinfo.h: No such file or directory
configure:6459: $? = 1
configure: failed program was:
#line 6444 "configure"
#include "confdefs.h"
#include <langinfo.h>
int
main ()
{
char* cs = nl_langinfo(CODESET);
;
return 0;
}
configure:6476: result: no
configure:6490: checking if you want wide-character code
configure:6500: result: no
configure:7051: checking whether to enable _LP64 definition in curses.h
configure:7061: result: no
configure:7070: checking for _LARGEFILE_SOURCE value needed for large files
configure:7090: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L conftest.c >&5
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure: In function `main':
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:7083: `fseeko' undeclared (first use in this function)
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:7083: (Each undeclared identifier is reported only once
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:7083: for each function it appears in.)
configure:7093: $? = 1
configure: failed program was:
#line 7078 "configure"
#include "confdefs.h"
#include <stdio.h>
int
main ()
{
return !fseeko;
;
return 0;
}
configure:7121: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L conftest.c >&5
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure: In function `main':
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:7114: `fseeko' undeclared (first use in this function)
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:7114: (Each undeclared identifier is reported only once
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:7114: for each function it appears in.)
configure:7124: $? = 1
configure: failed program was:
#line 7108 "configure"
#include "confdefs.h"
#define _LARGEFILE_SOURCE 1
#include <stdio.h>
int
main ()
{
return !fseeko;
;
return 0;
}
configure:7141: result: no
configure:7155: checking for fseeko
configure:7173: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L conftest.c >&5
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure: In function `main':
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:7166: `fseeko' undeclared (first use in this function)
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:7166: (Each undeclared identifier is reported only once
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:7166: for each function it appears in.)
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:7166: `fseeko' used prior to declaration
configure:7176: $? = 1
configure: failed program was:
#line 7161 "configure"
#include "confdefs.h"
#include <stdio.h>
int
main ()
{
return fseeko && fseeko (stdin, 0, 0);
;
return 0;
}
configure:7192: result: no
configure:7209: checking for special C compiler options needed for large files
configure:7283: result: no
configure:7289: checking for _FILE_OFFSET_BITS value needed for large files
configure:7317: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L conftest.c >&5
configure:7320: $? = 0
configure:7323: test -s conftest.o
configure:7326: $? = 0
configure:7376: result: no
configure:7386: checking for _LARGE_FILES value needed for large files
configure:7414: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L conftest.c >&5
configure:7417: $? = 0
configure:7420: test -s conftest.o
configure:7423: $? = 0
configure:7473: result: no
configure:7495: checking whether to use struct dirent64
configure:7523: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L conftest.c >&5
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure: In function `main':
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:7512: conflicting types for `readdir'
/boot/develop/headers/posix/dirent.h:33: previous declaration of `readdir'
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:7512: warning: extern declaration of `readdir' doesn't match global one
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:7514: warning: initialization from incompatible pointer type
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:7515: invalid operands to binary -
configure:7526: $? = 1
configure: failed program was:
#line 7502 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <dirent.h>
int
main ()
{
/* if transitional largefile support is setup, this is true */
extern struct dirent64 * readdir(DIR *);
struct dirent64 *x = readdir((DIR *)0);
struct dirent *y = readdir((DIR *)0);
int z = x - y;
;
return 0;
}
configure:7543: result: no
configure:7550: checking for type of bool
configure:7560: result: auto
configure:7563: checking for alternate terminal capabilities file
configure:7574: result: Caps
configure:7578: checking for type of chtype
configure:7588: result: auto
configure:7592: checking for type of ospeed
configure:7602: result: short
configure:7606: checking for type of mmask_t
configure:7616: result: auto
configure:7620: checking if tputs should process BSD-style prefix padding
configure:7630: result: no
configure:7637: checking if RCS identifiers should be compiled-in
configure:7647: result: no
configure:7655: checking format of man-pages
configure:7744: result: normal
configure:7751: checking for manpage renaming
configure:7793: result: no
configure:7796: checking if manpage aliases will be installed
configure:7807: result: yes
configure:7818: checking if manpage symlinks should be used
configure:7837: result: yes
configure:7841: checking for manpage tbl
configure:7852: result: no
configure:8141: checking if you want to build with function extensions
configure:8151: result: yes
configure:8188: checking for extended use of const keyword
configure:8198: result: no
configure:8205: checking if you want $NCURSES_NO_PADDING code
configure:8215: result: yes
configure:8222: checking if you want SIGWINCH handler
configure:8232: result: yes
configure:8239: checking if you want user-definable terminal capabilities like termcap
configure:8249: result: yes
configure:8257: checking if you want all development code
configure:8267: result: no
configure:8271: checking if you want hard-tabs code
configure:8281: result: no
configure:8288: checking if you want limited support for xmc
configure:8298: result: no
configure:8307: checking if you do not want to assume colors are white-on-black
configure:8317: result: yes
configure:8324: checking if you want hashmap scrolling-optimization code
configure:8334: result: yes
configure:8341: checking if you want colorfgbg code
configure:8351: result: no
configure:8358: checking if you want to use experimental extended colors
configure:8368: result: no
configure:8398: checking if you want to use experimental extended mouse encoding
configure:8408: result: no
configure:8427: checking if you want experimental safe-sprintf code
configure:8437: result: no
configure:8467: checking if you want to display full commands during build
configure:8483: result: yes
configure:8487: checking if you want to see compiler warnings
configure:8495: result:
configure:8835: checking for gcc __attribute__ directives...
checking for gcc __attribute__((scanf))
configure:8876: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L conftest.c >&5
configure:8879: $? = 0
checking for gcc __attribute__((printf))
configure:8876: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L conftest.c >&5
configure:8879: $? = 0
checking for gcc __attribute__((unused))
configure:8876: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L conftest.c >&5
configure:8879: $? = 0
checking for gcc __attribute__((noreturn))
configure:8876: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L conftest.c >&5
configure:8879: $? = 0
configure:8893: checking if you want to enable runtime assertions
configure:8903: result: no
configure:8964: checking whether to add trace feature to all models
configure:8974: result: no
configure:9055: checking for gettimeofday
configure:9092: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:9095: $? = 0
configure:9098: test -s conftest
configure:9101: $? = 0
configure:9111: result: yes
configure:9179: checking if -lm needed for math functions
configure:9201: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:9204: $? = 0
configure:9207: test -s conftest
configure:9210: $? = 0
configure:9220: result: no
configure:9228: checking for ANSI C header files
configure:9242: gcc -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c
configure:9248: $? = 0
configure:9335: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:9338: $? = 0
configure:9340: ./conftest
configure:9343: $? = 0
configure:9356: result: yes
configure:9369: checking for dirent.h that defines DIR
configure:9390: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:9393: $? = 0
configure:9396: test -s conftest.o
configure:9399: $? = 0
configure:9409: result: yes
configure:9422: checking for opendir in -ldir
configure:9449: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c -ldir >&5
/boot/develop/tools/gnupro/i586-pc-beos/bin/ld: cannot find -ldir
collect2: ld returned 1 exit status
configure:9452: $? = 1
configure: failed program was:
#line 9430 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char opendir ();
int
main ()
{
opendir ();
;
return 0;
}
configure:9469: result: no
configure:9531: checking whether time.h and sys/time.h may both be included
configure:9553: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:9556: $? = 0
configure:9559: test -s conftest.o
configure:9562: $? = 0
configure:9572: result: yes
configure:9582: checking for regular-expression headers
configure:9607: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:9610: $? = 0
configure:9613: test -s conftest
configure:9616: $? = 0
configure:9698: result: regex.h
configure:9734: checking for fcntl.h
configure:9744: gcc -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c
configure:9750: $? = 0
configure:9769: result: yes
configure:9734: checking for getopt.h
configure:9744: gcc -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c
configure:9750: $? = 0
configure:9769: result: yes
configure:9734: checking for limits.h
configure:9744: gcc -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c
configure:9750: $? = 0
configure:9769: result: yes
configure:9734: checking for locale.h
configure:9744: gcc -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c
configure:9750: $? = 0
configure:9769: result: yes
configure:9734: checking for poll.h
configure:9744: gcc -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:9741: poll.h: No such file or directory
configure:9750: $? = 1
configure: failed program was:
#line 9740 "configure"
#include "confdefs.h"
#include <poll.h>
configure:9769: result: no
configure:9734: checking for sys/bsdtypes.h
configure:9744: gcc -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:9741: sys/bsdtypes.h: No such file or directory
configure:9750: $? = 1
configure: failed program was:
#line 9740 "configure"
#include "confdefs.h"
#include <sys/bsdtypes.h>
configure:9769: result: no
configure:9734: checking for sys/ioctl.h
configure:9744: gcc -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c
configure:9750: $? = 0
configure:9769: result: yes
configure:9734: checking for sys/param.h
configure:9744: gcc -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c
configure:9750: $? = 0
configure:9769: result: yes
configure:9734: checking for sys/poll.h
configure:9744: gcc -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:9741: sys/poll.h: No such file or directory
configure:9750: $? = 1
configure: failed program was:
#line 9740 "configure"
#include "confdefs.h"
#include <sys/poll.h>
configure:9769: result: no
configure:9734: checking for sys/select.h
configure:9744: gcc -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c
configure:9750: $? = 0
configure:9769: result: yes
configure:9734: checking for sys/time.h
configure:9744: gcc -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c
configure:9750: $? = 0
configure:9769: result: yes
configure:9734: checking for sys/times.h
configure:9744: gcc -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c
configure:9750: $? = 0
configure:9769: result: yes
configure:9734: checking for ttyent.h
configure:9744: gcc -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:9741: ttyent.h: No such file or directory
configure:9750: $? = 1
configure: failed program was:
#line 9740 "configure"
#include "confdefs.h"
#include <ttyent.h>
configure:9769: result: no
configure:9734: checking for unistd.h
configure:9744: gcc -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c
configure:9750: $? = 0
configure:9769: result: yes
configure:9734: checking for wctype.h
configure:9744: gcc -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:9741: wctype.h: No such file or directory
configure:9750: $? = 1
configure: failed program was:
#line 9740 "configure"
#include "confdefs.h"
#include <wctype.h>
configure:9769: result: no
configure:9888: checking if sys/time.h works with sys/select.h
configure:9915: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:9918: $? = 0
configure:9921: test -s conftest.o
configure:9924: $? = 0
configure:9936: result: yes
configure:9949: checking for gcc option to accept ANSI C
configure:10006: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10009: $? = 0
configure:10012: test -s conftest.o
configure:10015: $? = 0
configure:10032: result: none needed
configure:10040: checking for an ANSI C-conforming const
configure:10104: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10107: $? = 0
configure:10110: test -s conftest.o
configure:10113: $? = 0
configure:10123: result: yes
configure:10133: checking for inline
configure:10150: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10153: $? = 0
configure:10156: test -s conftest.o
configure:10159: $? = 0
configure:10170: result: inline
configure:10191: checking for type of chtype
configure:10236: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10239: $? = 0
configure:10241: ./conftest
configure:10244: $? = 0
configure:10259: result: long
configure:10270: checking if unsigned literals are legal
configure:10289: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10292: $? = 0
configure:10295: test -s conftest.o
configure:10298: $? = 0
configure:10310: result: yes
configure:10325: checking if external errno is declared
configure:10350: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10353: $? = 0
configure:10356: test -s conftest.o
configure:10359: $? = 0
configure:10370: result: yes
configure:10385: checking if external errno exists
configure:10407: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10410: $? = 0
configure:10413: test -s conftest
configure:10416: $? = 0
configure:10427: result: yes
configure:10440: checking if data-only library module links
configure:10451: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10454: $? = 0
/boot/develop/bin/ar: creating conftest.a
configure:10474: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10477: $? = 0
configure:10501: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c conftest.a >&5
configure:10504: $? = 0
configure:10506: ./conftest
configure:10509: $? = 0
configure:10524: result: yes
configure:10559: checking for getcwd
configure:10596: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10599: $? = 0
configure:10602: test -s conftest
configure:10605: $? = 0
configure:10615: result: yes
configure:10559: checking for getegid
configure:10596: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10599: $? = 0
configure:10602: test -s conftest
configure:10605: $? = 0
configure:10615: result: yes
configure:10559: checking for geteuid
configure:10596: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10599: $? = 0
configure:10602: test -s conftest
configure:10605: $? = 0
configure:10615: result: yes
configure:10559: checking for getttynam
configure:10596: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
/tmp/ccj2jFSe.o(.text+0x18): In function `main':
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:10587: undefined reference to `getttynam'
collect2: ld returned 1 exit status
configure:10599: $? = 1
configure: failed program was:
#line 10565 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getttynam (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char getttynam ();
char (*f) ();
int
main ()
{
/* 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_getttynam) || defined (__stub___getttynam)
choke me
#else
f = getttynam;
#endif
;
return 0;
}
configure:10615: result: no
configure:10559: checking for issetugid
configure:10596: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
/tmp/ccCyhDTQ.o(.text+0x18): In function `main':
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:10587: undefined reference to `issetugid'
collect2: ld returned 1 exit status
configure:10599: $? = 1
configure: failed program was:
#line 10565 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char issetugid (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char issetugid ();
char (*f) ();
int
main ()
{
/* 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_issetugid) || defined (__stub___issetugid)
choke me
#else
f = issetugid;
#endif
;
return 0;
}
configure:10615: result: no
configure:10559: checking for poll
configure:10596: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
/tmp/cc5PKz8q.o(.text+0x18): In function `main':
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:10587: undefined reference to `poll'
collect2: ld returned 1 exit status
configure:10599: $? = 1
configure: failed program was:
#line 10565 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char poll (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char poll ();
char (*f) ();
int
main ()
{
/* 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_poll) || defined (__stub___poll)
choke me
#else
f = poll;
#endif
;
return 0;
}
configure:10615: result: no
configure:10559: checking for remove
configure:10615: result: yes
configure:10559: checking for select
configure:10596: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10599: $? = 0
configure:10602: test -s conftest
configure:10605: $? = 0
configure:10615: result: yes
configure:10559: checking for setbuf
configure:10596: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10599: $? = 0
configure:10602: test -s conftest
configure:10605: $? = 0
configure:10615: result: yes
configure:10559: checking for setbuffer
configure:10596: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10599: $? = 0
configure:10602: test -s conftest
configure:10605: $? = 0
configure:10615: result: yes
configure:10559: checking for setvbuf
configure:10596: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10599: $? = 0
configure:10602: test -s conftest
configure:10605: $? = 0
configure:10615: result: yes
configure:10559: checking for sigaction
configure:10596: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10599: $? = 0
configure:10602: test -s conftest
configure:10605: $? = 0
configure:10615: result: yes
configure:10559: checking for sigvec
configure:10596: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
/tmp/ccieBYNy.o(.text+0x18): In function `main':
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:10587: undefined reference to `sigvec'
collect2: ld returned 1 exit status
configure:10599: $? = 1
configure: failed program was:
#line 10565 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sigvec (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char sigvec ();
char (*f) ();
int
main ()
{
/* 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_sigvec) || defined (__stub___sigvec)
choke me
#else
f = sigvec;
#endif
;
return 0;
}
configure:10615: result: no
configure:10559: checking for strdup
configure:10596: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10599: $? = 0
configure:10602: test -s conftest
configure:10605: $? = 0
configure:10615: result: yes
configure:10559: checking for strstr
configure:10596: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10599: $? = 0
configure:10602: test -s conftest
configure:10605: $? = 0
configure:10615: result: yes
configure:10559: checking for tcgetpgrp
configure:10596: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10599: $? = 0
configure:10602: test -s conftest
configure:10605: $? = 0
configure:10615: result: yes
configure:10559: checking for times
configure:10596: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10599: $? = 0
configure:10602: test -s conftest
configure:10605: $? = 0
configure:10615: result: yes
configure:10559: checking for vsnprintf
configure:10596: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10599: $? = 0
configure:10602: test -s conftest
configure:10605: $? = 0
configure:10615: result: yes
configure:10683: checking for isascii
configure:10702: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10705: $? = 0
configure:10708: test -s conftest
configure:10711: $? = 0
configure:10722: result: yes
configure:10729: checking whether sigaction needs _POSIX_SOURCE
configure:10746: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10749: $? = 0
configure:10752: test -s conftest.o
configure:10755: $? = 0
configure:10802: result: no
configure:10806: checking if nanosleep really works
configure:10841: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure: In function `main':
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:10827: storage size of `ts1' isn't known
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:10827: storage size of `ts2' isn't known
configure:10844: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 10816 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <errno.h>
#include <time.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
int main() {
struct timespec ts1, ts2;
int code;
ts1.tv_sec = 0;
ts1.tv_nsec = 750000000;
ts2.tv_sec = 0;
ts2.tv_nsec = 0;
errno = 0;
code = nanosleep(&ts1, &ts2); /* on failure errno is ENOSYS. */
exit(code != 0);
}
configure:10861: result: no
configure:10875: checking for termio.h
configure:10885: gcc -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:10882: termio.h: No such file or directory
configure:10891: $? = 1
configure: failed program was:
#line 10881 "configure"
#include "confdefs.h"
#include <termio.h>
configure:10910: result: no
configure:10875: checking for termios.h
configure:10885: gcc -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c
configure:10891: $? = 0
configure:10910: result: yes
configure:10875: checking for unistd.h
configure:10910: result: yes
configure:10978: checking whether termios.h needs _POSIX_SOURCE
configure:10993: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:10996: $? = 0
configure:10999: test -s conftest.o
configure:11002: $? = 0
configure:11048: result: no
configure:11053: checking for tcgetattr
configure:11088: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:11091: $? = 0
configure:11094: test -s conftest
configure:11097: $? = 0
configure:11107: result: yes
configure:11113: checking for vsscanf function or workaround
configure:11136: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:11139: $? = 0
configure:11142: test -s conftest
configure:11145: $? = 0
configure:11238: result: vsscanf
configure:11256: checking for working mkstemp
configure:11363: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:11366: $? = 0
configure:11368: ./conftest
configure:11371: $? = 0
configure:11386: result: yes
configure:11406: checking whether setvbuf arguments are reversed
configure:11434: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure: In function `main':
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:11426: warning: passing arg 2 of `setvbuf' makes pointer from integer without a cast
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:11426: warning: passing arg 3 of `setvbuf' makes integer from pointer without a cast
configure:11437: $? = 0
configure:11439: ./conftest
configure:11442: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 11417 "configure"
#include "confdefs.h"
#include <stdio.h>
/* If setvbuf has the reversed format, exit 0. */
int
main ()
{
/* This call has the arguments reversed.
A reversed system may check and see that the address of main
is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */
if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0)
exit(1);
putc('\r', stdout);
exit(0); /* Non-reversed systems segv here. */
}
configure:11455: result: no
configure:11466: checking return type of signal handlers
configure:11494: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:11497: $? = 0
configure:11500: test -s conftest.o
configure:11503: $? = 0
configure:11513: result: void
configure:11520: checking for type sigaction_t
configure:11540: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure: In function `main':
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:11533: `sigaction_t' undeclared (first use in this function)
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:11533: (Each undeclared identifier is reported only once
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:11533: for each function it appears in.)
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:11533: parse error before `x'
configure:11543: $? = 1
configure: failed program was:
#line 11527 "configure"
#include "confdefs.h"
#include <signal.h>
int
main ()
{
sigaction_t x
;
return 0;
}
configure:11560: result: no
configure:11566: checking declaration of size-change
configure:11625: gcc -c -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:11628: $? = 0
configure:11631: test -s conftest.o
configure:11634: $? = 0
size-change succeeded ()
configure:11653: result: yes
configure:11670: checking for memmove
configure:11707: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
configure:11710: $? = 0
configure:11713: test -s conftest
configure:11716: $? = 0
configure:11726: result: yes
configure:11858: checking if poll really works
configure:11889: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:11874: sys/poll.h: No such file or directory
configure:11892: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 11868 "configure"
#include "confdefs.h"
#include <stdio.h>
#ifdef HAVE_POLL_H
#include <poll.h>
#else
#include <sys/poll.h>
#endif
int main() {
struct pollfd myfds;
int ret;
myfds.fd = 0;
myfds.events = POLLIN;
ret = poll(&myfds, 1, 100);
exit(ret != 0);
}
configure:11909: result: no
configure:11922: checking if we should include stdbool.h
configure:11942: gcc -c -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure: In function `main':
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:11935: `bool' undeclared (first use in this function)
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:11935: (Each undeclared identifier is reported only once
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:11935: for each function it appears in.)
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:11935: parse error before `foo'
configure:11945: $? = 1
configure: failed program was:
#line 11930 "configure"
#include "confdefs.h"
int
main ()
{
bool foo = false
;
return 0;
}
configure:11974: gcc -c -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure: In function `main':
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:11967: `bool' undeclared (first use in this function)
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:11967: (Each undeclared identifier is reported only once
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:11967: for each function it appears in.)
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:11967: parse error before `foo'
configure:11977: $? = 1
configure: failed program was:
#line 11958 "configure"
#include "confdefs.h"
#ifndef __BEOS__
#include <stdbool.h>
#endif
int
main ()
{
bool foo = false
;
return 0;
}
configure:11999: result: no
configure:12003: checking for builtin bool type
configure:12026: gcc -c -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.c >&5
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure: In function `main':
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:12019: `bool' undeclared (first use in this function)
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:12019: (Each undeclared identifier is reported only once
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:12019: for each function it appears in.)
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:12019: parse error before `x'
configure:12029: $? = 1
configure: failed program was:
#line 12011 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <sys/types.h>
int
main ()
{
bool x = false
;
return 0;
}
configure:12050: result: no
configure:12071: checking for library stdc++
configure:12096: /boot/develop/bin/g++ -o conftest -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.cc -lstdc++ >&5
configure:12099: $? = 0
configure:12102: test -s conftest
configure:12105: $? = 0
configure:12117: result: yes
configure:12122: checking whether /boot/develop/bin/g++ understands -c and -o together
configure:12138: /boot/develop/bin/g++ -c conftest.cc -o conftest2.o >&5
configure:12141: $? = 0
configure:12143: /boot/develop/bin/g++ -c conftest.cc -o conftest2.o >&5
configure:12146: $? = 0
configure:12157: result: yes
configure:12282: checking how to run the C++ preprocessor
configure:12304: /boot/develop/bin/g++ -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.cc
configure:12310: $? = 0
configure:12337: /boot/develop/bin/g++ -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.cc
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:12334: ac_nonexistent.h: No such file or directory
configure:12343: $? = 1
configure: failed program was:
#line 12333 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:12380: result: /boot/develop/bin/g++ -E
configure:12395: /boot/develop/bin/g++ -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.cc
configure:12401: $? = 0
configure:12428: /boot/develop/bin/g++ -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.cc
/boot/home/develop/haiku/haiku/src/libs/ncurses/configure:12425: ac_nonexistent.h: No such file or directory
configure:12434: $? = 1
configure: failed program was:
#line 12424 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:12476: checking for typeinfo
configure:12486: /boot/develop/bin/g++ -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.cc
configure:12492: $? = 0
configure:12511: result: yes
configure:12521: checking if we should include stdbool.h
configure:12598: result: no
configure:12602: checking for builtin bool type
configure:12625: /boot/develop/bin/g++ -c -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.cc >&5
configure:12628: $? = 0
configure:12631: test -s conftest.o
configure:12634: $? = 0
configure:12647: result: yes
configure:12653: checking for size of bool
configure:12706: /boot/develop/bin/g++ -o conftest -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.cc >&5
configure:12709: $? = 0
configure:12711: ./conftest
configure:12714: $? = 0
configure:12732: result: unsigned char
configure:12743: checking for special defines needed for etip.h
configure:12769: /boot/develop/bin/g++ -c -O2 -I./c++ -I./menu -I./include -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.cc >&5
/boot/home/develop/haiku/haiku/src/libs/ncurses/c++/etip.h.in: In method `NCursesPanelException::NCursesPanelException(const char *, int)':
In file included from /boot/home/develop/haiku/haiku/src/libs/ncurses/configure:12757:
/boot/home/develop/haiku/haiku/src/libs/ncurses/c++/etip.h.in:191: `NULL' undeclared (first use this function)
/boot/home/develop/haiku/haiku/src/libs/ncurses/c++/etip.h.in:191: (Each undeclared identifier is reported only once
/boot/home/develop/haiku/haiku/src/libs/ncurses/c++/etip.h.in:191: for each function it appears in.)
configure:12772: $? = 1
configure: failed program was:
#line 12755 "configure"
#include "confdefs.h"
#include <etip.h.in>
int
main ()
{
;
return 0;
}
configure:12769: /boot/develop/bin/g++ -c -O2 -I./c++ -I./menu -I./include -DETIP_NEEDS_MATH_EXCEPTION -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.cc >&5
/boot/home/develop/haiku/haiku/src/libs/ncurses/c++/etip.h.in: In method `NCursesPanelException::NCursesPanelException(const char *, int)':
In file included from /boot/home/develop/haiku/haiku/src/libs/ncurses/configure:12757:
/boot/home/develop/haiku/haiku/src/libs/ncurses/c++/etip.h.in:191: `NULL' undeclared (first use this function)
/boot/home/develop/haiku/haiku/src/libs/ncurses/c++/etip.h.in:191: (Each undeclared identifier is reported only once
/boot/home/develop/haiku/haiku/src/libs/ncurses/c++/etip.h.in:191: for each function it appears in.)
configure:12772: $? = 1
configure: failed program was:
#line 12755 "configure"
#include "confdefs.h"
#include <etip.h.in>
int
main ()
{
;
return 0;
}
configure:12769: /boot/develop/bin/g++ -c -O2 -I./c++ -I./menu -I./include -DETIP_NEEDS_MATH_H -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.cc >&5
/boot/home/develop/haiku/haiku/src/libs/ncurses/c++/etip.h.in: In method `NCursesPanelException::NCursesPanelException(const char *, int)':
In file included from /boot/home/develop/haiku/haiku/src/libs/ncurses/configure:12757:
/boot/home/develop/haiku/haiku/src/libs/ncurses/c++/etip.h.in:191: `NULL' undeclared (first use this function)
/boot/home/develop/haiku/haiku/src/libs/ncurses/c++/etip.h.in:191: (Each undeclared identifier is reported only once
/boot/home/develop/haiku/haiku/src/libs/ncurses/c++/etip.h.in:191: for each function it appears in.)
configure:12772: $? = 1
configure: failed program was:
#line 12755 "configure"
#include "confdefs.h"
#include <etip.h.in>
int
main ()
{
;
return 0;
}
configure:12769: /boot/develop/bin/g++ -c -O2 -I./c++ -I./menu -I./include -DETIP_NEEDS_MATH_H -DETIP_NEEDS_MATH_EXCEPTION -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.cc >&5
/boot/home/develop/haiku/haiku/src/libs/ncurses/c++/etip.h.in: In method `NCursesPanelException::NCursesPanelException(const char *, int)':
In file included from /boot/home/develop/haiku/haiku/src/libs/ncurses/configure:12757:
/boot/home/develop/haiku/haiku/src/libs/ncurses/c++/etip.h.in:191: `NULL' undeclared (first use this function)
/boot/home/develop/haiku/haiku/src/libs/ncurses/c++/etip.h.in:191: (Each undeclared identifier is reported only once
/boot/home/develop/haiku/haiku/src/libs/ncurses/c++/etip.h.in:191: for each function it appears in.)
configure:12772: $? = 1
configure: failed program was:
#line 12755 "configure"
#include "confdefs.h"
#include <etip.h.in>
int
main ()
{
;
return 0;
}
configure:12799: result: none
configure:12804: checking if /boot/develop/bin/g++ accepts parameter initialization
configure:12839: /boot/develop/bin/g++ -o conftest -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.cc >&5
configure:12842: $? = 0
configure:12844: ./conftest
configure:12847: $? = 0
configure:12865: result: yes
configure:12874: checking if /boot/develop/bin/g++ accepts static_cast
configure:12931: /boot/develop/bin/g++ -c -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.cc >&5
configure:12910: sorry, not implemented: `static_cast_expr' not supported by dump_expr
configure:12913: sorry, not implemented: `static_cast_expr' not supported by dump_expr
configure:12934: $? = 1
configure: failed program was:
#line 12887 "configure"
#include "confdefs.h"
class NCursesPanel
{
public:
NCursesPanel(int nlines,
int ncols,
int begin_y = 0,
int begin_x = 0)
{
}
~NCursesPanel();
};
template<class T> class NCursesUserPanel : public NCursesPanel
{
public:
NCursesUserPanel (int nlines,
int ncols,
int begin_y = 0,
int begin_x = 0,
const T* p_UserData = static_cast<T*>(0))
: NCursesPanel (nlines, ncols, begin_y, begin_x)
{
};
NCursesUserPanel(const T* p_UserData = static_cast<T*>(0)) : NCursesPanel()
{
};
virtual ~NCursesUserPanel() {};
};
int
main ()
{
const char* p_UserData = static_cast<char*>(0)
;
return 0;
}
configure:12957: result: no
configure:12977: checking for strstream.h
configure:12987: /boot/develop/bin/g++ -E -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.cc
configure:12993: $? = 0
configure:13012: result: yes
configure:13022: checking if /boot/develop/bin/g++ supports vscan function
configure:13081: /boot/develop/bin/g++ -o conftest -O2 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -DNDEBUG conftest.cc >&5
configure:13084: $? = 0
configure:13087: test -s conftest
configure:13090: $? = 0
configure:13103: result: strstream
configure:13311: checking for gnatmake
configure:13335: result: no
configure:13564: checking for library subsets
configure:13577: result: termlib+ext_tinfo+base+ext_funcs
configure:13615: checking default library suffix
configure:13626: result:
configure:13629: checking default library-dependency suffix
configure:13658: result: .a
configure:13661: checking default object directory
configure:13677: result: objects
configure:13682: checking c++ library-dependency suffix
configure:13708: result: .a
configure:13747: checking where we will install curses.h
configure:13752: result: $(prefix)/include/ncurses
configure:13773: checking for src modules
configure:13836: result: ncurses progs tack panel menu form
configure:14061: creating ./config.status
## ----------------------- ##
## Running config.status. ##
## ----------------------- ##
This file was extended by config.status 2.52.20030208, executed with
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
> ./config.status
on zon
config.status:14700: creating include/MKterm.h.awk
config.status:14700: creating include/curses.head
config.status:14700: creating include/termcap.h
config.status:14700: creating include/unctrl.h
config.status:14700: creating man/Makefile
config.status:14700: creating include/Makefile
config.status:14700: creating ncurses/Makefile
config.status:14700: creating progs/Makefile
config.status:14700: creating tack/Makefile
config.status:14700: creating panel/Makefile
config.status:14700: creating menu/Makefile
config.status:14700: creating form/Makefile
config.status:14700: creating test/Makefile
config.status:14700: creating misc/Makefile
config.status:14700: creating c++/Makefile
config.status:14700: creating misc/run_tic.sh
config.status:14700: creating Makefile
config.status:14797: creating include/ncurses_cfg.h
config.status:14879: include/ncurses_cfg.h is unchanged
## ----------------- ##
## Cache variables. ##
## ----------------- ##
ac_cv_build=i586-pc-beos
ac_cv_build_alias=i586-pc-beos
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_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_func_fseeko=no
ac_cv_func_getcwd=yes
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getttynam=no
ac_cv_func_issetugid=no
ac_cv_func_link=no
ac_cv_func_memmove=yes
ac_cv_func_poll=no
ac_cv_func_remove=yes
ac_cv_func_select=yes
ac_cv_func_setbuf=yes
ac_cv_func_setbuffer=yes
ac_cv_func_setvbuf=yes
ac_cv_func_setvbuf_reversed=no
ac_cv_func_sigaction=yes
ac_cv_func_sigvec=no
ac_cv_func_strdup=yes
ac_cv_func_strstr=yes
ac_cv_func_symlink=yes
ac_cv_func_tcgetpgrp=yes
ac_cv_func_times=yes
ac_cv_func_unlink=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_poll_h=no
ac_cv_header_stdc=yes
ac_cv_header_strstream_h=yes
ac_cv_header_sys_bsdtypes_h=no
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_poll_h=no
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_termio_h=no
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_ttyent_h=no
ac_cv_header_typeinfo=yes
ac_cv_header_unistd_h=yes
ac_cv_header_wctype_h=no
ac_cv_host=i586-pc-beos
ac_cv_host_alias=i586-pc-beos
ac_cv_lib_dir_opendir=no
ac_cv_lib_gpm_Gpm_Open=no
ac_cv_objext=o
ac_cv_path_CXX=/boot/develop/bin/g++
ac_cv_path_install='/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='/boot/develop/bin/g++ -E'
ac_cv_prog_MAKE_LOWER_TAGS=yes
ac_cv_prog_MAKE_UPPER_TAGS=yes
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_LD=ld
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_gcc_traditional=no
ac_cv_prog_gnat_exists=no
ac_cv_prog_make_make_set=yes
ac_cv_sys_file_offset_bits=no
ac_cv_sys_large_files=no
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=no
ac_cv_sys_long_file_names=yes
ac_cv_target=i586-pc-beos
ac_cv_target_alias=i586-pc-beos
ac_cv_type_signal=void
am_cv_langinfo_codeset=no
cf_cv_1UL=1UL
cf_cv_abi_version=5
cf_cv_ansi_cc=-DCC_HAS_PROTOS
cf_cv_builtin_bool=1
cf_cv_cc_bool_type=0
cf_cv_cc_u_d_options=no
cf_cv_cpp_param_init=yes
cf_cv_cpp_static_cast=no
cf_cv_cpp_vscan_func=strstream
cf_cv_dcl_errno=yes
cf_cv_do_symlinks=no
cf_cv_enable_lp64=0
cf_cv_func_mkstemp=yes
cf_cv_func_nanosleep=no
cf_cv_func_vsscanf=vsscanf
cf_cv_have_errno=yes
cf_cv_have_isascii=yes
cf_cv_have_tcgetattr=yes
cf_cv_header_stdbool_h=0
cf_cv_ld_rpath=no
cf_cv_libstdcpp=yes
cf_cv_link_dataonly=yes
cf_cv_link_funcs=' symlink'
cf_cv_makeflags=
cf_cv_mixedcase=yes
cf_cv_need_libm=no
cf_cv_posix_c_source=-D_POSIX_C_SOURCE=199506L
cf_cv_prog_CC_c_o=yes
cf_cv_prog_CXX_c_o=yes
cf_cv_regex=regex.h
cf_cv_rel_version=5.5
cf_cv_rm_so_locs=no
cf_cv_shlib_version=auto
cf_cv_shlib_version_infix=no
cf_cv_sizechange=yes
cf_cv_src_modules='ncurses progs tack panel menu form'
cf_cv_struct_dirent64=no
cf_cv_subst_AR_OPTS=rv
cf_cv_sys_time_select=yes
cf_cv_system_name=beos
cf_cv_timestamp='Mon Aug 7 14:43:36 CEST 2006'
cf_cv_type_of_bool='unsigned char'
cf_cv_type_sigaction=no
cf_cv_typeof_chtype=long
cf_cv_typeof_mmask_t=long
cf_cv_unsigned_literals=yes
cf_cv_working_poll=no
cf_cv_xopen_source=500
## ------------ ##
## confdefs.h. ##
## ------------ ##
#define SYSTEM_NAME "beos"
#define CC_HAS_PROTOS 1
#define HAVE_LONG_FILE_NAMES 1
#define MIXEDCASE_FILENAMES 1
#define USE_DATABASE 1
#define TERMINFO_DIRS "/usr/local/share/terminfo"
#define TERMINFO "/usr/local/share/terminfo"
#define HAVE_BIG_CORE 1
#define PURE_TERMINFO 1
#define USE_HOME_TERMINFO 1
#define USE_ROOT_ENVIRON 1
#define HAVE_REMOVE 1
#define HAVE_UNLINK 1
#define HAVE_SYMLINK 1
#define USE_SYMLINKS 1
#define HAVE_CURSES_VERSION 1
#define HAVE_HAS_KEY 1
#define HAVE_RESIZETERM 1
#define HAVE_RESIZE_TERM 1
#define HAVE_USE_DEFAULT_COLORS 1
#define HAVE_WRESIZE 1
#define NCURSES_EXT_FUNCS 1
#define NCURSES_NO_PADDING 1
#define USE_SIGWINCH 1
#define USE_ASSUMED_COLOR 1
#define USE_HASHMAP 1
#define GCC_SCANF 1
#define GCC_PRINTF 1
#define GCC_UNUSED __attribute__((unused))
#define GCC_NORETURN __attribute__((noreturn))
#define NDEBUG 1
#define HAVE_NC_ALLOC_H 1
#define HAVE_GETTIMEOFDAY 1
#define STDC_HEADERS 1
#define HAVE_DIRENT_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_REGEX_H_FUNCS 1
#define HAVE_FCNTL_H 1
#define HAVE_GETOPT_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_TIME_SELECT 1
#define CC_HAS_INLINE_FUNCS 1
#define TYPEOF_CHTYPE long
#define HAVE_ERRNO 1
#define HAVE_GETCWD 1
#define HAVE_GETEGID 1
#define HAVE_GETEUID 1
#define HAVE_REMOVE 1
#define HAVE_SELECT 1
#define HAVE_SETBUF 1
#define HAVE_SETBUFFER 1
#define HAVE_SETVBUF 1
#define HAVE_SIGACTION 1
#define HAVE_STRDUP 1
#define HAVE_STRSTR 1
#define HAVE_TCGETPGRP 1
#define HAVE_TIMES 1
#define HAVE_VSNPRINTF 1
#define HAVE_ISASCII 1
#define HAVE_TERMIOS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_TCGETATTR 1
#define HAVE_VSSCANF 1
#define HAVE_MKSTEMP 1
#define RETSIGTYPE void
#define HAVE_SIZECHANGE 1
#define HAVE_TYPEINFO 1
#define CPP_HAS_PARAM_INIT 1
#define HAVE_STRSTREAM_H 1
#define CPP_HAS_VSCAN_FUNC 1
#define USE_STRSTREAM_VSCAN 1
#define HAVE_SLK_COLOR 1
#define HAVE_PANEL_H 1
#define HAVE_LIBPANEL 1
#define HAVE_MENU_H 1
#define HAVE_LIBMENU 1
#define HAVE_FORM_H 1
#define HAVE_LIBFORM 1
#define NCURSES_PATHSEP ':'
#define NCURSES_VERSION_STRING "5.5.20051010"
configure: exit 0