ncursesw-morphos/config.log
2022-11-16 21:21:42 +01:00

3116 lines
106 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.20221009. Invocation command line was
$ ./configure --prefix=/work/opt/ncursesw --enable-widec --without-ada --without-pkg-config --with-terminfo-dirs=/work/opt/ncursesw/share/terminfo:/gg/share/terminfo
## ---------- ##
## Platform. ##
## ---------- ##
hostname = powerbook_100
uname -m = powerpc
uname -r = 3.17
uname -s = MorphOS
uname -v = 51.53
/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 = /Work/opt/Vim:/Work/opt/hexedit/bin::/bin:/usr/bin:/usr/local/bin:/c:.
## ------------ ##
## Core tests. ##
## ------------ ##
configure:1171: PATH=".;."; conftest.sh
./configure[1179]: conftest.sh: not found
configure:1174: $? = 127
configure:1191: checking for ggrep
configure:1217: result: no
configure:1191: checking for grep
configure:1206: found /bin/grep
configure:1214: result: grep
configure:1225: checking for egrep
configure:1281: result: grep -E
configure:1291: result: Configuring NCURSES 6.3 ABI 6 (Wed Nov 16 15:31:24 CET 2022)
configure:1295: checking for package version
configure:1316: result: 6.3
configure:1319: checking for package patch date
configure:1336: result: 20221105
configure:1347: testing ABI VERSION 5:0:10 ...
configure:1351: testing VERSION_MAJOR 6 ...
configure:1355: testing VERSION_MINOR 3 ...
configure:1359: testing VERSION_PATCH 20221105 ...
configure:1501: checking build system type
configure:1519: result: powerpc-unknown-morphos
configure:1526: checking host system type
configure:1540: result: powerpc-unknown-morphos
configure:1548: checking target system type
configure:1562: result: powerpc-unknown-morphos
configure:1594: result: Configuring for morphos
configure:1619: checking for fgrep
configure:1675: result: grep -F
configure:1679: checking for prefix
configure:1691: result: /work/opt/ncursesw
configure:1837: checking for gcc
configure:1852: found /bin/gcc
configure:1860: result: gcc
configure:1878: checking for C compiler version
configure:1881: gcc --version </dev/null >&5
gcc (GCC/MorphOS) 9.4.0
Copyright (C) 2019 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:1884: $? = 0
configure:1886: gcc -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/System/Development/gg/bin/../lib/gcc-lib/ppc-morphos/9.4.0/lto-wrapper
Target: ppc-morphos
Configured with: ../gcc-9.4.0/configure --host=ppc-morphos --target=ppc-morphos --with-plugin-ld=no --disable-sjlj-exceptions --enable-languages=c,c++,objc,obj-c++ --prefix=/gg --with-sysroot=/gg --libexecdir=/gg/lib --oldincludedir=/gg/include --program-prefix=ppc-morphos- --program-suffix=-9 --enable-threads=morphos --disable-bootstrap --with-pkgversion=GCC/MorphOS --with-bugurl=http://www.morphos-team.net/ --enable-version-specific-runtime-libs --with-gmp=/home/jaca/morphos/gen/host/ixemul --with-mpfr=/home/jaca/morphos/gen/host/ixemul --with-mpc=/home/jaca/morphos/gen/host/ixemul --with-isl=/home/jaca/morphos/gen/host/ixemul/libisl0.19
Thread model: morphos
gcc version 9.4.0 (GCC/MorphOS)
configure:1889: $? = 0
configure:1891: gcc -V </dev/null >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:1894: $? = 1
configure:1914: checking for C compiler default output
configure:1917: gcc conftest.c >&5
configure:1920: $? = 0
configure:1949: result: a.out
configure:1954: checking whether the C compiler works
configure:1960: ./a.out
configure:1963: $? = 0
configure:1978: result: yes
configure:1985: checking whether we are cross compiling
configure:1987: result: no
configure:1990: checking for executable suffix
configure:1992: gcc -o conftest conftest.c >&5
configure:1995: $? = 0
configure:2017: result:
configure:2023: checking for object suffix
configure:2041: gcc -c conftest.c >&5
configure:2044: $? = 0
configure:2063: result: o
configure:2067: checking whether we are using the GNU C compiler
configure:2088: gcc -c conftest.c >&5
configure:2091: $? = 0
configure:2094: test -s conftest.o
configure:2097: $? = 0
configure:2109: result: yes
configure:2115: checking whether gcc accepts -g
configure:2133: gcc -c -g conftest.c >&5
configure:2136: $? = 0
configure:2139: test -s conftest.o
configure:2142: $? = 0
configure:2152: result: yes
configure:2179: gcc -c -g -O2 conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
2 | choke me
| ^~~~~
conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
configure:2182: $? = 1
configure: failed program was:
#ifndef __cplusplus
choke me
#endif
configure:2283: checking version of gcc
configure:2287: result: 9.4.0
configure:2347: checking if this is really Clang C compiler
configure:2368: gcc -c -g -O2 conftest.c >&5
configure: In function 'main':
configure:2359:1: error: unknown type name 'make'
2359 | #else
| ^~~~
configure:2359:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
2359 | #else
| ^
configure:2371: $? = 1
configure: failed program was:
#line 2351 "configure"
#include "confdefs.h"
int
main (void)
{
#ifdef __clang__
#else
make an error
#endif
;
return 0;
}
configure:2387: result: no
configure:2468: checking for gcc option to accept ANSI C
configure:2525: gcc -c -g -O2 conftest.c >&5
configure:2528: $? = 0
configure:2531: test -s conftest.o
configure:2534: $? = 0
configure:2551: result: none needed
configure:2562: checking $CFLAGS variable
configure:2676: result: ok
configure:2681: checking $CC variable
configure:2816: result: ok
configure:2827: checking how to run the C preprocessor
configure:2853: gcc -E conftest.c
configure:2859: $? = 0
configure:2886: gcc -E conftest.c
configure:2883:10: fatal error: ac_nonexistent.h: No such file or directory
2883 | #include "confdefs.h"
| ^~~~~~~~~~~~
compilation terminated.
configure:2892: $? = 1
configure: failed program was:
#line 2882 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2929: result: gcc -E
configure:2944: gcc -E conftest.c
configure:2950: $? = 0
configure:2977: gcc -E conftest.c
configure:2974:10: fatal error: ac_nonexistent.h: No such file or directory
2974 | #include "confdefs.h"
| ^~~~~~~~~~~~
compilation terminated.
configure:2983: $? = 1
configure: failed program was:
#line 2973 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3024: checking whether gcc needs -traditional
configure:3047:10: fatal error: termio.h: No such file or directory
3047 | #include "confdefs.h"
| ^~~~~~~~~~
compilation terminated.
configure:3059: result: no
configure:3066: checking whether gcc understands -c and -o together
configure:3081: gcc -g -O2 -c conftest.c -o conftest2.o >&5
configure:3084: $? = 0
configure:3086: gcc -g -O2 -c conftest.c -o conftest2.o >&5
configure:3089: $? = 0
configure:3100: result: yes
configure:3117: checking for ldconfig
configure:3148: result: no
configure:3156: checking if you want to ensure bool is consistent with C++
configure:3166: result: yes
configure:3223: checking for g++
configure:3238: found /bin/g++
configure:3246: result: g++
configure:3261: checking for C++ compiler version
configure:3264: g++ --version </dev/null >&5
g++ (GCC/MorphOS) 9.4.0
Copyright (C) 2019 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:3267: $? = 0
configure:3269: g++ -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/System/Development/gg/bin/../lib/gcc-lib/ppc-morphos/9.4.0/lto-wrapper
Target: ppc-morphos
Configured with: ../gcc-9.4.0/configure --host=ppc-morphos --target=ppc-morphos --with-plugin-ld=no --disable-sjlj-exceptions --enable-languages=c,c++,objc,obj-c++ --prefix=/gg --with-sysroot=/gg --libexecdir=/gg/lib --oldincludedir=/gg/include --program-prefix=ppc-morphos- --program-suffix=-9 --enable-threads=morphos --disable-bootstrap --with-pkgversion=GCC/MorphOS --with-bugurl=http://www.morphos-team.net/ --enable-version-specific-runtime-libs --with-gmp=/home/jaca/morphos/gen/host/ixemul --with-mpfr=/home/jaca/morphos/gen/host/ixemul --with-mpc=/home/jaca/morphos/gen/host/ixemul --with-isl=/home/jaca/morphos/gen/host/ixemul/libisl0.19
Thread model: morphos
gcc version 9.4.0 (GCC/MorphOS)
configure:3272: $? = 0
configure:3274: g++ -V </dev/null >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3277: $? = 1
configure:3280: checking whether we are using the GNU C++ compiler
configure:3301: g++ -c conftest.cc >&5
configure:3304: $? = 0
configure:3307: test -s conftest.o
configure:3310: $? = 0
configure:3322: result: yes
configure:3328: checking whether g++ accepts -g
configure:3346: g++ -c -g conftest.cc >&5
configure:3349: $? = 0
configure:3352: test -s conftest.o
configure:3355: $? = 0
configure:3365: result: yes
configure:3405: g++ -c -g -O2 conftest.cc >&5
configure:3408: $? = 0
configure:3411: test -s conftest.o
configure:3414: $? = 0
configure:3436: g++ -c -g -O2 conftest.cc >&5
configure: In function 'int main()':
configure:3429:1: error: 'exit' was not declared in this scope
3429 | {
| ^
configure:3439: $? = 1
configure: failed program was:
#line 3424 "configure"
#include "confdefs.h"
int
main (void)
{
exit (42);
;
return 0;
}
configure:3405: g++ -c -g -O2 conftest.cc >&5
configure:3408: $? = 0
configure:3411: test -s conftest.o
configure:3414: $? = 0
configure:3436: g++ -c -g -O2 conftest.cc >&5
configure:3439: $? = 0
configure:3442: test -s conftest.o
configure:3445: $? = 0
configure:3479: checking if g++ works
configure:3504: g++ -c -g -O2 -I/work/opt/ncursesw/include conftest.cc >&5
configure:3507: $? = 0
configure:3510: test -s conftest.o
configure:3513: $? = 0
configure:3524: result: yes
configure:3544: checking for g++
configure:3561: found /bin/g++
configure:3572: result: /bin/g++
configure:3591: checking version of /bin/g++
configure:3599: result: 9.4.0
configure:3612: checking if you want to build C++ binding and demo
configure:3622: result: yes
configure:3625: checking if you want to build with Ada
configure:3627: result: no
configure:3630: checking if you want to install terminal database
configure:3640: result: yes
configure:3643: checking if you want to install manpages
configure:3653: result: yes
configure:3656: checking if you want to build programs such as tic
configure:3666: result: yes
configure:3694: checking if you want to build test-programs
configure:3704: result: yes
configure:3707: checking if you wish to install curses.h
configure:3717: result: yes
configure:3742: checking for mawk
configure:3768: result: no
configure:3742: checking for gawk
configure:3757: found /bin/gawk
configure:3765: result: gawk
configure:3791: checking for a BSD compatible install
configure:3840: result: /bin/install -c
configure:3865: checking for lint
configure:3891: result: no
configure:3865: checking for cppcheck
configure:3891: result: no
configure:3865: checking for splint
configure:3891: result: no
configure:3904: checking whether ln -s works
configure:3908: result: yes
configure:3915: checking if ln -s -f options work
configure:3927: result: yes
configure:3932: checking for long file names
configure:3971: result: yes
configure:4000: checking if you want to use pkg-config
configure:4010: result: no
configure:4150: checking for pkg-config library directory
configure:4288: checking if we should install .pc files
configure:4299: result: no
configure:4373: checking if we should assume mixed-case filenames
configure:4383: result: auto
configure:4387: checking if filesystem supports mixed-case filenames
configure:4414: result: no
configure:4433: checking whether make sets ${MAKE}
configure:4453: result: yes
configure:4462: checking for ".PHONY" make-support
** making always.out 1
echo 1 > always.out
** making always 1
** making once.out 1
echo 1 > once.out
** making once 1
make: Nothing to be done for 'always'.
touch once
** making always.out 2
echo 2 > always.out
** making always 2
** making once.out 2
echo 2 > once.out
make: Nothing to be done for 'always'.
make: 'once' is up to date.
** making always.out 3
echo 3 > always.out
** making always 3
** making once.out 3
echo 3 > once.out
make: Nothing to be done for 'always'.
make: 'once' is up to date.
configure:4517: result: yes
configure:4528: checking for exctags
configure:4554: result: no
configure:4528: checking for ctags
configure:4543: found /bin/ctags
configure:4551: result: ctags
configure:4565: checking for exetags
configure:4591: result: no
configure:4565: checking for etags
configure:4591: result: no
configure:4600: checking for ctags
configure:4615: found /bin/ctags
configure:4624: result: yes
configure:4681: checking for makeflags variable
configure:4719: result:
configure:4760: checking for ranlib
configure:4775: found /bin/ranlib
configure:4784: result: ranlib
configure:4834: checking for ld
configure:4849: found /bin/ld
configure:4858: result: ld
configure:4908: checking for ar
configure:4923: found /bin/ar
configure:4932: result: ar
configure:4982: checking for nm
configure:4997: found /bin/nm
configure:5006: result: nm
configure:5056: checking for ar
configure:5080: result: ar
configure:5092: checking for options to update archives
configure:5132: gcc -c -g -O2 conftest.c >&5
configure:5135: $? = 0
ar -curvU conftest.a conftest.o
configure:5156: result: -curvU
configure:5167: checking if you have specified an install-prefix
configure:5180: result:
configure:5393: checking if libtool -version-number should be used
configure:5410: result: yes
configure:5459: checking if you want to build libraries with libtool
configure:5469: result: no
configure:5779: checking if you want to build shared libraries
configure:5789: result: no
configure:5793: checking if you want to build static libraries
configure:5803: result: yes
configure:5807: checking if you want to build debug libraries
configure:5817: result: yes
configure:5821: checking if you want to build profiling libraries
configure:5831: result: no
configure:5856: checking for specified models
configure:5860: result: normal debug
configure:5865: checking for default model
configure:5868: result: normal
configure:5882: checking if you want to have a library-prefix
configure:5892: result: auto
configure:5923: checking for PATH separator
configure:5930: result: :
configure:5935: checking if you want to build a separate terminfo library
configure:5945: result: no
configure:5948: checking if you want to build a separate tic library
configure:5958: result: no
configure:5971: checking for default loader flags
configure:5980: result:
configure:6020: checking for an rpath option
configure:6051: result:
configure:6130: checking if release/abi version should be used for shared libs
configure:6156: result: auto
configure:6179: checking which gcc option to use
configure:6198: gcc -c -g -O2 -fPIC conftest.c >&5
cc1: warning: -fPIC is unsupported
configure:6201: $? = 0
configure:6204: test -s conftest.o
configure:6207: $? = 0
configure:6216: result: -fPIC
configure:6784: testing CC_SHARED_OPTS: unknown ...
configure:6788: testing MK_SHARED_LIB: echo unknown ...
configure:7040: checking if you want to link with the GPM mouse library
configure:7050: result: maybe
configure:7054: checking for gpm.h
configure:7064: gcc -E conftest.c
configure:7061:10: fatal error: gpm.h: No such file or directory
7061 | #include "confdefs.h"
| ^~~~~~~
compilation terminated.
configure:7070: $? = 1
configure: failed program was:
#line 7060 "configure"
#include "confdefs.h"
#include <gpm.h>
configure:7089: result: no
configure:7630: checking if you want to use PCRE2 for regular-expressions
configure:7639: result: no
configure:8130: checking if you want to disable library suffixes
configure:8147: result: no
configure:8416: checking if you want to disable extra LDFLAGS for package-scripts
configure:8433: result: no
configure:8441: checking if you wish to append extra suffix to header/library paths
configure:8460: result:
configure:8464: checking if you wish to install ncurses overwriting curses
configure:8474: result: no
configure:8477: checking if external terminfo-database is used
configure:8487: result: yes
configure:8503: checking which terminfo source-file will be installed
configure:8511: result: ${top_srcdir}/misc/terminfo.src
configure:8514: checking whether to use hashed database instead of directory/tree
configure:8524: result: no
configure:8530: checking for list of fallback descriptions
configure:8540: result:
configure:8599: checking for tic
configure:8614: found /bin/tic
configure:8622: result: tic
configure:8672: checking for infocmp
configure:8687: found /bin/infocmp
configure:8695: result: infocmp
configure:9038: checking if you want modern xterm or antique
configure:9052: result: xterm-new
configure:9065: checking if xterm backspace sends BS or DEL
configure:9086: result: BS
configure:9102: checking for list of terminfo directories
configure:9165: result: /work/opt/ncursesw/share/terminfo:/gg/share/terminfo
configure:9180: checking for default terminfo directory
configure:9225: result: /work/opt/ncursesw/share/terminfo
configure:9236: checking if big-core option selected
configure:9262: gcc -o conftest -g -O2 conftest.c >&5
configure:9265: $? = 0
configure:9267: ./conftest
configure:9270: $? = 0
configure:9282: result: yes
configure:9292: checking if big-strings option selected
configure:9316: result: yes
configure:9323: checking if you want termcap-fallback support
configure:9333: result: no
configure:9467: checking if ~/.terminfo is wanted
configure:9477: result: yes
configure:9484: checking if you want to permit root to use ncurses environment variables
configure:9494: result: yes
configure:9501: checking if you want to permit setuid programs to access all files
configure:9511: result: yes
configure:9526: checking for unistd.h
configure:9536: gcc -E conftest.c
configure:9542: $? = 0
configure:9561: result: yes
configure:9576: checking for remove
configure:9613: gcc -o conftest -g -O2 conftest.c >&5
configure:9616: $? = 0
configure:9619: test -s conftest
configure:9622: $? = 0
configure:9632: result: yes
configure:9576: checking for unlink
configure:9613: gcc -o conftest -g -O2 conftest.c >&5
configure:9616: $? = 0
configure:9619: test -s conftest
configure:9622: $? = 0
configure:9632: result: yes
configure:9716: checking if link/symlink functions work
configure:9767: gcc -o conftest -g -O2 conftest.c >&5
configure:9770: $? = 0
configure:9772: ./conftest
configure:9775: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 9729 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
int main(void)
{
int fail = 0;
char *src = "conftest.tmp";
char *dst = "conftest.chk";
struct stat src_sb, dst_sb;
FILE *fp = fopen(src, "w");
if (fp == 0) { fail = 3; } else {
fclose(fp); stat(src, &src_sb);
if (link(src, dst) < 0) {
fail = 1;
} else if (stat(dst, &dst_sb) < 0) {
fail = 2;
} else {
long diff = (dst_sb.st_mtime - src_sb.st_mtime);
if (diff < 0) diff = -diff;
if (diff > 2) fail = 3;
}
}
#ifdef HAVE_UNLINK
unlink(dst); unlink(src);
#else
remove(dst); remove(src);
#endif
return (fail);
}
configure:9767: gcc -o conftest -g -O2 conftest.c >&5
configure:9770: $? = 0
configure:9772: ./conftest
configure:9775: $? = 0
configure:9793: result: symlink
configure:9813: checking if tic should use symbolic links
configure:9823: result: no
configure:9830: checking if tic should use hard links
configure:9837: result: no
configure:9853: checking if you want broken-linker support code
configure:9863: result: no
configure:9877: checking if tputs should process BSD-style prefix padding
configure:9887: result: no
configure:9906: checking if the POSIX test-macros are already defined
configure:9932: gcc -c -g -O2 conftest.c >&5
configure:9935: $? = 0
configure:9938: test -s conftest.o
configure:9941: $? = 0
configure:9952: result: no
configure:10815: checking if we should define _XOPEN_SOURCE
configure:10842: gcc -c -g -O2 conftest.c >&5
configure: In function 'main':
configure:10833:1: error: unknown type name 'make'; did you mean 'makedev'?
10833 | #ifndef _XOPEN_SOURCE
| ^~~~
| makedev
configure:10833:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
10833 | #ifndef _XOPEN_SOURCE
| ^~~~~
configure:10845: $? = 1
configure: failed program was:
#line 10822 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
int
main (void)
{
#ifndef _XOPEN_SOURCE
make an error
#endif
;
return 0;
}
configure:10883: gcc -c -g -O2 -D_XOPEN_SOURCE=600 conftest.c >&5
configure:10886: $? = 0
configure:10889: test -s conftest.o
configure:10892: $? = 0
configure:10907: result: no
configure:11067: checking if we should define _POSIX_C_SOURCE
configure:11073: testing if the symbol is already defined go no further ...
configure:11091: gcc -c -g -O2 conftest.c >&5
configure: In function 'main':
configure:11083:1: error: unknown type name 'make'; did you mean 'makedev'?
11083 | #ifndef _POSIX_C_SOURCE
| ^~~~
| makedev
configure:11083:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
11083 | #ifndef _POSIX_C_SOURCE
| ^~~~~
configure:11094: $? = 1
configure: failed program was:
#line 11076 "configure"
#include "confdefs.h"
#include <sys/types.h>
int
main (void)
{
#ifndef _POSIX_C_SOURCE
make an error
#endif
;
return 0;
}
configure:11156: testing ifdef from value 199506L ...
configure:11164: testing if the second compile does not leave our definition intact error ...
configure:11182: gcc -c -g -O2 -D_POSIX_C_SOURCE=199506L conftest.c >&5
configure:11185: $? = 0
configure:11188: test -s conftest.o
configure:11191: $? = 0
configure:11207: result: -D_POSIX_C_SOURCE=199506L
configure:11319: testing checking if _POSIX_C_SOURCE inteferes ...
configure:11342: gcc -c -g -O2 -D_POSIX_C_SOURCE=199506L conftest.c >&5
configure: In function 'main':
configure:11333:1: error: unknown type name 'make'; did you mean 'makedev'?
11333 | #ifndef _XOPEN_SOURCE
| ^~~~
| makedev
configure:11333:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
11333 | #ifndef _XOPEN_SOURCE
| ^~~~~
configure:11345: $? = 1
configure: failed program was:
#line 11322 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
int
main (void)
{
#ifndef _XOPEN_SOURCE
make an error
#endif
;
return 0;
}
configure:11358: WARNING: _POSIX_C_SOURCE definition is not usable
configure:11836: checking if SIGWINCH is defined
configure:11858: gcc -c -g -O2 conftest.c >&5
configure:11861: $? = 0
configure:11864: test -s conftest.o
configure:11867: $? = 0
configure:11915: result: yes
configure:11985: checking for nl_langinfo and CODESET
configure:12003: gcc -o conftest -g -O2 conftest.c >&5
configure:11992:10: fatal error: langinfo.h: No such file or directory
11992 | #include "confdefs.h"
| ^~~~~~~~~~~~
compilation terminated.
configure:12006: $? = 1
configure: failed program was:
#line 11991 "configure"
#include "confdefs.h"
#include <langinfo.h>
int
main (void)
{
char* cs = nl_langinfo(CODESET); (void)cs
;
return 0;
}
configure:12023: result: no
configure:12037: checking if you want wide-character code
configure:12047: result: yes
configure:12069: WARNING: _XOPEN_SOURCE feature test macro appears to be predefined
configure:12082: checking for wchar.h
configure:12092: gcc -E conftest.c
configure:12098: $? = 0
configure:12117: result: yes
configure:12082: checking for wctype.h
configure:12092: gcc -E conftest.c
configure:12098: $? = 0
configure:12117: result: yes
configure:12127: checking if wchar.h can be used as is
configure:12156: gcc -c -g -O2 conftest.c >&5
configure:12159: $? = 0
configure:12162: test -s conftest.o
configure:12165: $? = 0
configure:12175: result: yes
configure:12271: checking if wcwidth agrees graphics are single-width
configure:12386: gcc -o conftest -g -O2 conftest.c >&5
configure: In function 'main':
configure:12370:10: warning: implicit declaration of function 'wcwidth' [-Wimplicit-function-declaration]
12370 | ++totals;
| ^~~~~
/System/Development/gg/bin/../lib/gcc-lib/ppc-morphos/9.4.0/../../../../ppc-morphos/bin/ld: /t//cc6ZRNQo.o: in function `main':
/Work/home/aigor/workspace/ncursesw-morphos/configure:12370: undefined reference to `wcwidth'
/System/Development/gg/bin/../lib/gcc-lib/ppc-morphos/9.4.0/../../../../ppc-morphos/bin/ld: /Work/home/aigor/workspace/ncursesw-morphos/configure:12372: undefined reference to `wcwidth'
collect2: error: ld returned 1 exit status
configure:12389: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 12342 "configure"
#include "confdefs.h"
#include <locale.h>
#include <stdio.h>
#include <wchar.h>
#define MY_LEN 80
int
main(void)
{
FILE *fp;
int value;
char buffer[MY_LEN + 1];
char notes[MY_LEN + 1];
int totals = 0;
int passed = 0;
if (setlocale(LC_ALL, "en_US.UTF8") ||
setlocale(LC_ALL, "en_US.UTF-8") ||
setlocale(LC_ALL, "en_US.utf8") ||
setlocale(LC_ALL, "en_US.utf-8")) {
if ((fp = fopen("conftest.in", "r")) != 0) {
while (fgets(buffer, MY_LEN, fp) != 0) {
if (*buffer == '-') {
fprintf(stderr, "\t%s", buffer);
} else if (sscanf(buffer, "%x %s", &value, notes) == 2) {
++totals;
if (wcwidth(value) == 1)
++passed;
fprintf(stderr, "%d\t%s", wcwidth(value), buffer);
} else {
fprintf(stderr, "?\t%s", buffer);
}
}
}
}
fprintf(stderr, "%d/%d passed wcwidth/graphics check\n", passed, totals);
return (totals == passed) ? 0 : 1;
}
configure:12407: result: no
configure:12418: checking for putwc
configure:12455: gcc -o conftest -g -O2 conftest.c >&5
configure:12458: $? = 0
configure:12461: test -s conftest
configure:12464: $? = 0
configure:12474: result: yes
configure:12418: checking for btowc
configure:12455: gcc -o conftest -g -O2 conftest.c >&5
configure:12458: $? = 0
configure:12461: test -s conftest
configure:12464: $? = 0
configure:12474: result: yes
configure:12418: checking for wctob
configure:12455: gcc -o conftest -g -O2 conftest.c >&5
configure:12458: $? = 0
configure:12461: test -s conftest
configure:12464: $? = 0
configure:12474: result: yes
configure:12418: checking for wmemchr
configure:12455: gcc -o conftest -g -O2 conftest.c >&5
configure:12458: $? = 0
configure:12461: test -s conftest
configure:12464: $? = 0
configure:12474: result: yes
configure:12418: checking for mbtowc
configure:12455: gcc -o conftest -g -O2 conftest.c >&5
configure:12458: $? = 0
configure:12461: test -s conftest
configure:12464: $? = 0
configure:12474: result: yes
configure:12418: checking for wctomb
configure:12455: gcc -o conftest -g -O2 conftest.c >&5
configure:12458: $? = 0
configure:12461: test -s conftest
configure:12464: $? = 0
configure:12474: result: yes
configure:12418: checking for mblen
configure:12455: gcc -o conftest -g -O2 conftest.c >&5
configure:12458: $? = 0
configure:12461: test -s conftest
configure:12464: $? = 0
configure:12474: result: yes
configure:12418: checking for mbrlen
configure:12455: gcc -o conftest -g -O2 conftest.c >&5
configure:12458: $? = 0
configure:12461: test -s conftest
configure:12464: $? = 0
configure:12474: result: yes
configure:12418: checking for mbrtowc
configure:12455: gcc -o conftest -g -O2 conftest.c >&5
configure:12458: $? = 0
configure:12461: test -s conftest
configure:12464: $? = 0
configure:12474: result: yes
configure:12418: checking for wcsrtombs
configure:12455: gcc -o conftest -g -O2 conftest.c >&5
configure:12458: $? = 0
configure:12461: test -s conftest
configure:12464: $? = 0
configure:12474: result: yes
configure:12418: checking for mbsrtowcs
configure:12455: gcc -o conftest -g -O2 conftest.c >&5
configure:12458: $? = 0
configure:12461: test -s conftest
configure:12464: $? = 0
configure:12474: result: yes
configure:12418: checking for wcstombs
configure:12455: gcc -o conftest -g -O2 conftest.c >&5
configure:12458: $? = 0
configure:12461: test -s conftest
configure:12464: $? = 0
configure:12474: result: yes
configure:12418: checking for mbstowcs
configure:12455: gcc -o conftest -g -O2 conftest.c >&5
configure:12458: $? = 0
configure:12461: test -s conftest
configure:12464: $? = 0
configure:12474: result: yes
configure:13101: checking if we must include wchar.h to declare mbstate_t
configure:13126: gcc -c -g -O2 conftest.c >&5
configure: In function 'main':
configure:13119:1: error: unknown type name 'mbstate_t'
13119 | {
| ^
configure:13129: $? = 1
configure: failed program was:
#line 13108 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#ifdef HAVE_LIBUTF8_H
#include <libutf8.h>
#endif
int
main (void)
{
mbstate_t state
;
return 0;
}
configure:13161: gcc -c -g -O2 conftest.c >&5
configure:13164: $? = 0
configure:13167: test -s conftest.o
configure:13170: $? = 0
configure:13182: result: yes
configure:13200: checking if we must include wchar.h to declare wchar_t
configure:13225: gcc -c -g -O2 conftest.c >&5
configure:13228: $? = 0
configure:13231: test -s conftest.o
configure:13234: $? = 0
configure:13281: result: no
configure:13304: checking if we must include wchar.h to declare wint_t
configure:13329: gcc -c -g -O2 conftest.c >&5
configure: In function 'main':
configure:13322:1: error: unknown type name 'wint_t'; did you mean 'ino_t'?
13322 | {
| ^
| ino_t
configure:13332: $? = 1
configure: failed program was:
#line 13311 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#ifdef HAVE_LIBUTF8_H
#include <libutf8.h>
#endif
int
main (void)
{
wint_t state
;
return 0;
}
configure:13364: gcc -c -g -O2 conftest.c >&5
configure:13367: $? = 0
configure:13370: test -s conftest.o
configure:13373: $? = 0
configure:13385: result: yes
configure:13417: checking whether to enable _LP64 definition in curses.h
configure:13427: result: yes
configure:13443: checking for special C compiler options needed for large files
configure:13517: result: no
configure:13523: checking for _FILE_OFFSET_BITS value needed for large files
configure:13551: gcc -c -g -O2 conftest.c >&5
configure:13537:33: warning: left shift count >= width of type [-Wshift-count-overflow]
13537 | incorrectly reject 9223372036854775807. */
| ^~
configure:13538:23: note: in expansion of macro 'LARGE_OFF_T'
13538 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| ^~~~~~~~~~~
configure:13537:57: warning: left shift count >= width of type [-Wshift-count-overflow]
13537 | incorrectly reject 9223372036854775807. */
| ^
configure:13538:23: note: in expansion of macro 'LARGE_OFF_T'
13538 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| ^~~~~~~~~~~
configure:13537:33: warning: left shift count >= width of type [-Wshift-count-overflow]
13537 | incorrectly reject 9223372036854775807. */
| ^~
configure:13539:13: note: in expansion of macro 'LARGE_OFF_T'
13539 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| ^~~~~~~~~~~
configure:13537:57: warning: left shift count >= width of type [-Wshift-count-overflow]
13537 | incorrectly reject 9223372036854775807. */
| ^
configure:13539:13: note: in expansion of macro 'LARGE_OFF_T'
13539 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| ^~~~~~~~~~~
configure:13538:7: error: variably modified 'off_t_is_large' at file scope
13538 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| ^~~~~~~~~~~~~~
configure:13554: $? = 1
configure: failed program was:
#line 13531 "configure"
#include "confdefs.h"
#include <sys/types.h>
/* Check that off_t can represent 2**63 - 1 correctly.
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
int
main (void)
{
;
return 0;
}
configure:13590: gcc -c -g -O2 conftest.c >&5
configure:13576:33: warning: left shift count >= width of type [-Wshift-count-overflow]
13576 | incorrectly reject 9223372036854775807. */
| ^~
configure:13577:23: note: in expansion of macro 'LARGE_OFF_T'
13577 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| ^~~~~~~~~~~
configure:13576:57: warning: left shift count >= width of type [-Wshift-count-overflow]
13576 | incorrectly reject 9223372036854775807. */
| ^
configure:13577:23: note: in expansion of macro 'LARGE_OFF_T'
13577 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| ^~~~~~~~~~~
configure:13576:33: warning: left shift count >= width of type [-Wshift-count-overflow]
13576 | incorrectly reject 9223372036854775807. */
| ^~
configure:13578:13: note: in expansion of macro 'LARGE_OFF_T'
13578 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| ^~~~~~~~~~~
configure:13576:57: warning: left shift count >= width of type [-Wshift-count-overflow]
13576 | incorrectly reject 9223372036854775807. */
| ^
configure:13578:13: note: in expansion of macro 'LARGE_OFF_T'
13578 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| ^~~~~~~~~~~
configure:13577:7: error: variably modified 'off_t_is_large' at file scope
13577 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| ^~~~~~~~~~~~~~
configure:13593: $? = 1
configure: failed program was:
#line 13569 "configure"
#include "confdefs.h"
#define _FILE_OFFSET_BITS 64
#include <sys/types.h>
/* Check that off_t can represent 2**63 - 1 correctly.
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
int
main (void)
{
;
return 0;
}
configure:13610: result: no
configure:13620: checking for _LARGE_FILES value needed for large files
configure:13648: gcc -c -g -O2 conftest.c >&5
configure:13634:33: warning: left shift count >= width of type [-Wshift-count-overflow]
13634 | incorrectly reject 9223372036854775807. */
| ^~
configure:13635:23: note: in expansion of macro 'LARGE_OFF_T'
13635 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| ^~~~~~~~~~~
configure:13634:57: warning: left shift count >= width of type [-Wshift-count-overflow]
13634 | incorrectly reject 9223372036854775807. */
| ^
configure:13635:23: note: in expansion of macro 'LARGE_OFF_T'
13635 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| ^~~~~~~~~~~
configure:13634:33: warning: left shift count >= width of type [-Wshift-count-overflow]
13634 | incorrectly reject 9223372036854775807. */
| ^~
configure:13636:13: note: in expansion of macro 'LARGE_OFF_T'
13636 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| ^~~~~~~~~~~
configure:13634:57: warning: left shift count >= width of type [-Wshift-count-overflow]
13634 | incorrectly reject 9223372036854775807. */
| ^
configure:13636:13: note: in expansion of macro 'LARGE_OFF_T'
13636 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| ^~~~~~~~~~~
configure:13635:7: error: variably modified 'off_t_is_large' at file scope
13635 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| ^~~~~~~~~~~~~~
configure:13651: $? = 1
configure: failed program was:
#line 13628 "configure"
#include "confdefs.h"
#include <sys/types.h>
/* Check that off_t can represent 2**63 - 1 correctly.
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
int
main (void)
{
;
return 0;
}
configure:13687: gcc -c -g -O2 conftest.c >&5
configure:13673:33: warning: left shift count >= width of type [-Wshift-count-overflow]
13673 | incorrectly reject 9223372036854775807. */
| ^~
configure:13674:23: note: in expansion of macro 'LARGE_OFF_T'
13674 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| ^~~~~~~~~~~
configure:13673:57: warning: left shift count >= width of type [-Wshift-count-overflow]
13673 | incorrectly reject 9223372036854775807. */
| ^
configure:13674:23: note: in expansion of macro 'LARGE_OFF_T'
13674 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| ^~~~~~~~~~~
configure:13673:33: warning: left shift count >= width of type [-Wshift-count-overflow]
13673 | incorrectly reject 9223372036854775807. */
| ^~
configure:13675:13: note: in expansion of macro 'LARGE_OFF_T'
13675 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| ^~~~~~~~~~~
configure:13673:57: warning: left shift count >= width of type [-Wshift-count-overflow]
13673 | incorrectly reject 9223372036854775807. */
| ^
configure:13675:13: note: in expansion of macro 'LARGE_OFF_T'
13675 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| ^~~~~~~~~~~
configure:13674:7: error: variably modified 'off_t_is_large' at file scope
13674 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| ^~~~~~~~~~~~~~
configure:13690: $? = 1
configure: failed program was:
#line 13666 "configure"
#include "confdefs.h"
#define _LARGE_FILES 1
#include <sys/types.h>
/* Check that off_t can represent 2**63 - 1 correctly.
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
int
main (void)
{
;
return 0;
}
configure:13707: result: no
configure:13720: checking for _LARGEFILE_SOURCE value needed for large files
configure:13740: gcc -c -g -O2 conftest.c >&5
configure: In function 'main':
configure:13733:9: error: 'fseeko' undeclared (first use in this function); did you mean 'fseek'?
13733 | {
| ^
| fseek
configure:13733:9: note: each undeclared identifier is reported only once for each function it appears in
configure:13743: $? = 1
configure: failed program was:
#line 13728 "configure"
#include "confdefs.h"
#include <stdio.h>
int
main (void)
{
return !fseeko;
;
return 0;
}
configure:13771: gcc -c -g -O2 conftest.c >&5
configure: In function 'main':
configure:13764:9: error: 'fseeko' undeclared (first use in this function); did you mean 'fseek'?
13764 | {
| ^
| fseek
configure:13764:9: note: each undeclared identifier is reported only once for each function it appears in
configure:13774: $? = 1
configure: failed program was:
#line 13758 "configure"
#include "confdefs.h"
#define _LARGEFILE_SOURCE 1
#include <stdio.h>
int
main (void)
{
return !fseeko;
;
return 0;
}
configure:13791: result: no
configure:13805: checking for fseeko
configure:13823: gcc -o conftest -g -O2 conftest.c >&5
configure: In function 'main':
configure:13816:8: error: 'fseeko' undeclared (first use in this function); did you mean 'fseek'?
13816 | {
| ^
| fseek
configure:13816:8: note: each undeclared identifier is reported only once for each function it appears in
configure:13816:18: warning: implicit declaration of function 'fseeko'; did you mean 'fseek'? [-Wimplicit-function-declaration]
13816 | {
| ^
| fseek
configure:13826: $? = 1
configure: failed program was:
#line 13811 "configure"
#include "confdefs.h"
#include <stdio.h>
int
main (void)
{
return fseeko && fseeko (stdin, 0, 0);
;
return 0;
}
configure:13842: result: no
configure:13881: checking whether to use struct dirent64
configure:13911: gcc -c -g -O2 conftest.c >&5
configure: In function 'main':
configure:13899:28: error: conflicting types for 'readdir'
13899 | /* if transitional largefile support is setup, this is true */
| ^~~~~~~
In file included from configure:13892:
/gg/include/dirent.h:98:16: note: previous declaration of 'readdir' was here
98 | struct dirent *readdir __P((DIR *));
| ^~~~~~~
configure:13901:22: error: initialization of 'struct dirent *' from incompatible pointer type 'struct dirent64 *' [-Werror=incompatible-pointer-types]
13901 | struct dirent64 *x = readdir((DIR *)0);
| ^~~~~~~
configure:13902:13: error: invalid operands to binary - (have 'struct dirent64 *' and 'struct dirent *')
13902 | struct dirent *y = readdir((DIR *)0);
| ^
cc1: some warnings being treated as errors
configure:13914: $? = 1
configure: failed program was:
#line 13888 "configure"
#include "confdefs.h"
#pragma GCC diagnostic error "-Wincompatible-pointer-types"
#include <sys/types.h>
#include <dirent.h>
int
main (void)
{
/* 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;
(void)z;
;
return 0;
}
configure:13931: result: no
configure:13941: checking if you want tparm not to use X/Open fixed-parameter list
configure:13951: result: yes
configure:13975: checking if you want to enable wattr* macros
configure:13987: result: no
configure:13995: checking for X11 rgb file
configure:14067: result: ${exec_prefix}/lib/X11/rgb.txt
configure:14081: checking for type of bool
configure:14091: result: auto
configure:14094: checking for alternate terminal capabilities file
configure:14110: result: Caps
configure:14114: checking for type of chtype
configure:14124: result: uint32_t
configure:14128: checking for type of ospeed
configure:14138: result: short
configure:14142: checking for type of mmask_t
configure:14152: result: uint32_t
configure:14156: checking for size CCHARW_MAX
configure:14166: result: 5
configure:14169: checking for ANSI C header files
configure:14183: gcc -E conftest.c
configure:14189: $? = 0
configure:14276: gcc -o conftest -g -O2 conftest.c >&5
configure:14279: $? = 0
configure:14281: ./conftest
configure:14284: $? = 0
configure:14297: result: yes
configure:14313: checking for sys/types.h
configure:14325: gcc -c -g -O2 conftest.c >&5
configure:14328: $? = 0
configure:14331: test -s conftest.o
configure:14334: $? = 0
configure:14344: result: yes
configure:14313: checking for sys/stat.h
configure:14325: gcc -c -g -O2 conftest.c >&5
configure:14328: $? = 0
configure:14331: test -s conftest.o
configure:14334: $? = 0
configure:14344: result: yes
configure:14313: checking for stdlib.h
configure:14325: gcc -c -g -O2 conftest.c >&5
configure:14328: $? = 0
configure:14331: test -s conftest.o
configure:14334: $? = 0
configure:14344: result: yes
configure:14313: checking for string.h
configure:14325: gcc -c -g -O2 conftest.c >&5
configure:14328: $? = 0
configure:14331: test -s conftest.o
configure:14334: $? = 0
configure:14344: result: yes
configure:14313: checking for memory.h
configure:14325: gcc -c -g -O2 conftest.c >&5
configure:14328: $? = 0
configure:14331: test -s conftest.o
configure:14334: $? = 0
configure:14344: result: yes
configure:14313: checking for strings.h
configure:14325: gcc -c -g -O2 conftest.c >&5
configure:14328: $? = 0
configure:14331: test -s conftest.o
configure:14334: $? = 0
configure:14344: result: yes
configure:14313: checking for inttypes.h
configure:14325: gcc -c -g -O2 conftest.c >&5
configure:14328: $? = 0
configure:14331: test -s conftest.o
configure:14334: $? = 0
configure:14344: result: yes
configure:14313: checking for stdint.h
configure:14325: gcc -c -g -O2 conftest.c >&5
configure:14328: $? = 0
configure:14331: test -s conftest.o
configure:14334: $? = 0
configure:14344: result: yes
configure:14313: checking for unistd.h
configure:14344: result: yes
configure:14354: checking for signed char
configure:14375: gcc -c -g -O2 conftest.c >&5
configure:14378: $? = 0
configure:14381: test -s conftest.o
configure:14384: $? = 0
configure:14394: result: yes
configure:14397: checking size of signed char
configure:14561: gcc -o conftest -g -O2 conftest.c >&5
configure:14564: $? = 0
configure:14566: ./conftest
configure:14569: $? = 0
configure:14585: result: 1
configure:14596: checking if you want to use signed Boolean array in term.h
configure:14606: result: no
configure:14611: checking for type of tparm args
configure:14621: result: intptr_t
configure:14625: checking if RCS identifiers should be compiled-in
configure:14635: result: no
configure:14644: checking format of man-pages
configure:14735: result: normal
configure:14742: checking for manpage renaming
configure:14776: result: no
configure:14779: checking if manpage aliases will be installed
configure:14790: result: yes
configure:14804: checking if manpage symlinks should be used
configure:14823: result: yes
configure:14827: checking for manpage tbl
configure:14838: result: no
configure:15183: checking if you want to build with function extensions
configure:15193: result: yes
configure:15253: checking if you want to build with SCREEN extensions
configure:15263: result: yes
configure:15282: checking if you want to build with terminal-driver
configure:15292: result: no
configure:15313: checking for extended use of const keyword
configure:15323: result: yes
configure:15331: checking if you want to use extended colors
configure:15341: result: yes
configure:15384: checking if you want to use extended mouse encoding
configure:15394: result: yes
configure:15424: checking if you want to use extended putwin/screendump
configure:15434: result: yes
configure:15444: checking if you want $NCURSES_NO_PADDING code
configure:15454: result: yes
configure:15462: checking if you want SIGWINCH handler
configure:15472: result: yes
configure:15480: checking if you want user-definable terminal capabilities like termcap
configure:15490: result: yes
configure:15497: checking if you want to link with the pthread library
configure:15507: result: no
configure:15849: checking if you want reentrant code
configure:15859: result: no
configure:15959: checking if you want opaque curses-library structures
configure:15981: result: no
configure:15990: checking if you want opaque form-library structures
configure:16000: result: no
configure:16003: checking if you want opaque menu-library structures
configure:16013: result: no
configure:16016: checking if you want opaque panel-library structures
configure:16026: result: no
configure:16059: checking if you want all development code
configure:16069: result: no
configure:16073: checking if you want hard-tabs code
configure:16083: result: no
configure:16091: checking if you want limited support for xmc
configure:16101: result: no
configure:16111: checking if you do not want to assume colors are white-on-black
configure:16121: result: yes
configure:16129: checking if you want hashmap scrolling-optimization code
configure:16139: result: yes
configure:16147: checking if you want colorfgbg code
configure:16157: result: no
configure:16165: checking if you want to use gcc -fvisibility option
configure:16175: result: no
configure:16512: checking if you want interop bindings
configure:16522: result: yes
configure:16528: checking if you want experimental safe-sprintf code
configure:16538: result: no
configure:16563: checking if you want wgetch-events code
configure:16573: result: no
configure:16624: checking if you want to see long compiling messages
configure:16658: result: yes
configure:16671: checking if you want to install stripped executables
configure:16688: result: yes
configure:16699: checking if install accepts -p option
configure:16730: result: yes
configure:16733: checking if install needs to be told about ownership
configure:16744: result: no
configure:16769: checking if you want to use C11 _Noreturn feature
configure:16786: result: no
configure:17001: checking if you want to turn on gcc warnings
configure:17018: result: no
configure:17270: checking for gcc __attribute__ directives...
checking for gcc __attribute__((scanf))
configure:17322: gcc -c -g -O2 conftest.c >&5
configure:17325: $? = 0
checking for gcc __attribute__((printf))
configure:17322: gcc -c -g -O2 conftest.c >&5
configure:17325: $? = 0
checking for gcc __attribute__((unused))
configure:17322: gcc -c -g -O2 conftest.c >&5
configure:17325: $? = 0
checking for gcc __attribute__((noreturn))
configure:17322: gcc -c -g -O2 conftest.c >&5
configure:17325: $? = 0
configure:17685: checking if you want to work around bogus compiler/loader warnings
configure:17695: result: no
configure:17967: checking if you want to enable runtime assertions
configure:17977: result: no
configure:17993: checking if you want to use dmalloc for testing
configure:18015: result: no
configure:18230: checking if you want to use dbmalloc for testing
configure:18252: result: no
configure:18467: checking if you want to use valgrind for testing
configure:18489: result: no
configure:18602: checking if you want to perform memory-leak testing
configure:18613: result: no
configure:18665: checking whether to add trace feature to all models
configure:18675: result: no
configure:18789: checking if we want to use GNAT projects
configure:18806: result: yes
configure:18928: checking for gettimeofday
configure:18965: gcc -o conftest -g -O2 -DNDEBUG conftest.c >&5
configure:18968: $? = 0
configure:18971: test -s conftest
configure:18974: $? = 0
configure:18984: result: yes
configure:19071: checking if -lm needed for math functions
configure:19094: gcc -o conftest -g -O2 -DNDEBUG conftest.c >&5
configure:19097: $? = 0
configure:19100: test -s conftest
configure:19103: $? = 0
configure:19113: result: no
configure:19185: checking for ANSI C header files
configure:19313: result: yes
configure:19326: checking for dirent.h that defines DIR
configure:19347: gcc -c -g -O2 -DNDEBUG conftest.c >&5
configure:19350: $? = 0
configure:19353: test -s conftest.o
configure:19356: $? = 0
configure:19366: result: yes
configure:19379: checking for opendir in -ldir
configure:19406: gcc -o conftest -g -O2 -DNDEBUG conftest.c -ldir >&5
/System/Development/gg/bin/../lib/gcc-lib/ppc-morphos/9.4.0/../../../../ppc-morphos/bin/ld: cannot find -ldir: No such file or directory
collect2: error: ld returned 1 exit status
configure:19409: $? = 1
configure: failed program was:
#line 19387 "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 (void)
{
opendir ();
;
return 0;
}
configure:19426: result: no
configure:19488: checking whether time.h and sys/time.h may both be included
configure:19510: gcc -c -g -O2 -DNDEBUG conftest.c >&5
configure:19513: $? = 0
configure:19516: test -s conftest.o
configure:19519: $? = 0
configure:19529: result: yes
configure:19897: checking for regcomp
configure:19934: gcc -o conftest -g -O2 -DNDEBUG conftest.c >&5
configure:19937: $? = 0
configure:19940: test -s conftest
configure:19943: $? = 0
configure:19953: result: yes
configure:20182: checking for regular-expression headers
configure:20257: gcc -o conftest -g -O2 -DNDEBUG conftest.c >&5
configure:20260: $? = 0
configure:20263: test -s conftest
configure:20266: $? = 0
configure:20282: result: regex.h
configure:20323: checking for fcntl.h
configure:20333: gcc -E -DNDEBUG conftest.c
configure:20339: $? = 0
configure:20358: result: yes
configure:20323: checking for getopt.h
configure:20333: gcc -E -DNDEBUG conftest.c
configure:20339: $? = 0
configure:20358: result: yes
configure:20323: checking for limits.h
configure:20333: gcc -E -DNDEBUG conftest.c
configure:20339: $? = 0
configure:20358: result: yes
configure:20323: checking for locale.h
configure:20333: gcc -E -DNDEBUG conftest.c
configure:20339: $? = 0
configure:20358: result: yes
configure:20323: checking for math.h
configure:20333: gcc -E -DNDEBUG conftest.c
configure:20339: $? = 0
configure:20358: result: yes
configure:20323: checking for poll.h
configure:20333: gcc -E -DNDEBUG conftest.c
configure:20339: $? = 0
configure:20358: result: yes
configure:20323: checking for sys/ioctl.h
configure:20333: gcc -E -DNDEBUG conftest.c
configure:20339: $? = 0
configure:20358: result: yes
configure:20323: checking for sys/param.h
configure:20333: gcc -E -DNDEBUG conftest.c
configure:20339: $? = 0
configure:20358: result: yes
configure:20323: checking for sys/poll.h
configure:20333: gcc -E -DNDEBUG conftest.c
configure:20339: $? = 0
configure:20358: result: yes
configure:20323: checking for sys/select.h
configure:20333: gcc -E -DNDEBUG conftest.c
configure:20339: $? = 0
configure:20358: result: yes
configure:20323: checking for sys/time.h
configure:20333: gcc -E -DNDEBUG conftest.c
configure:20339: $? = 0
configure:20358: result: yes
configure:20323: checking for sys/times.h
configure:20333: gcc -E -DNDEBUG conftest.c
configure:20339: $? = 0
configure:20358: result: yes
configure:20323: checking for unistd.h
configure:20358: result: yes
configure:20323: checking for wctype.h
configure:20358: result: yes
configure:20371: checking for unistd.h
configure:20406: result: yes
configure:20371: checking for getopt.h
configure:20406: result: yes
configure:20416: checking for header declaring getopt variables
configure:20439: gcc -c -g -O2 -DNDEBUG conftest.c >&5
configure: In function 'main':
configure:20432:9: error: 'optind' undeclared (first use in this function)
20432 | {
| ^
configure:20432:9: note: each undeclared identifier is reported only once for each function it appears in
configure:20432:27: error: 'optarg' undeclared (first use in this function)
20432 | {
| ^
configure:20442: $? = 1
configure: failed program was:
#line 20426 "configure"
#include "confdefs.h"
#include <stdio.h>
int
main (void)
{
int x = optind; char *y = optarg; (void)x; (void)y
;
return 0;
}
configure:20439: gcc -c -g -O2 -DNDEBUG conftest.c >&5
configure:20442: $? = 0
configure:20445: test -s conftest.o
configure:20448: $? = 0
configure:20460: result: stdlib.h
configure:20477: checking if external environ is declared
configure:20500: gcc -c -g -O2 -DNDEBUG conftest.c >&5
configure: In function 'main':
configure:20493:15: error: 'environ' undeclared (first use in this function)
20493 | {
| ^
configure:20493:15: note: each undeclared identifier is reported only once for each function it appears in
configure:20503: $? = 1
configure: failed program was:
#line 20484 "configure"
#include "confdefs.h"
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#include <unistd.h>
int
main (void)
{
int x = (int) environ
;
return 0;
}
configure:20520: result: no
configure:20535: checking if external environ exists
configure:20557: gcc -o conftest -g -O2 -DNDEBUG conftest.c >&5
configure:20560: $? = 0
configure:20563: test -s conftest
configure:20566: $? = 0
configure:20577: result: yes
configure:20590: checking for getenv
configure:20627: gcc -o conftest -g -O2 -DNDEBUG conftest.c >&5
configure:20630: $? = 0
configure:20633: test -s conftest
configure:20636: $? = 0
configure:20646: result: yes
configure:20652: checking for putenv
configure:20689: gcc -o conftest -g -O2 -DNDEBUG conftest.c >&5
configure:20692: $? = 0
configure:20695: test -s conftest
configure:20698: $? = 0
configure:20708: result: yes
configure:20652: checking for setenv
configure:20689: gcc -o conftest -g -O2 -DNDEBUG conftest.c >&5
configure:20692: $? = 0
configure:20695: test -s conftest
configure:20698: $? = 0
configure:20708: result: yes
configure:20652: checking for strdup
configure:20689: gcc -o conftest -g -O2 -DNDEBUG conftest.c >&5
configure:20669:6: warning: conflicting types for built-in function 'strdup'; expected 'char *(const char *)' [-Wbuiltin-declaration-mismatch]
20669 | builtin and then its argument prototype would still apply. */
| ^~~~~~
configure:20692: $? = 0
configure:20695: test -s conftest
configure:20698: $? = 0
configure:20708: result: yes
configure:20718: checking if getenv returns consistent values
configure:20837: gcc -o conftest -g -O2 -DNDEBUG conftest.c >&5
configure:20840: $? = 0
configure:20842: ./conftest
configure:20845: $? = 0
configure:20858: result: yes
configure:20877: checking if sys/time.h works with sys/select.h
configure:20904: gcc -c -g -O2 -DNDEBUG conftest.c >&5
configure:20907: $? = 0
configure:20910: test -s conftest.o
configure:20913: $? = 0
configure:20925: result: yes
configure:20940: checking for an ANSI C-conforming const
configure:21004: gcc -c -g -O2 -DNDEBUG conftest.c >&5
configure:21007: $? = 0
configure:21010: test -s conftest.o
configure:21013: $? = 0
configure:21023: result: yes
configure:21033: checking for inline
configure:21050: gcc -c -g -O2 -DNDEBUG conftest.c >&5
configure:21053: $? = 0
configure:21056: test -s conftest.o
configure:21059: $? = 0
configure:21070: result: inline
configure:21096: checking if gcc supports options to tune inlining
configure:21117: gcc -c -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21120: $? = 0
configure:21123: test -s conftest.o
configure:21126: $? = 0
configure:21138: result: yes
configure:21244: checking for signal global datatype
configure:21280: gcc -c -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21283: $? = 0
configure:21286: test -s conftest.o
configure:21289: $? = 0
configure:21303: result: volatile sig_atomic_t
configure:21392: checking if unsigned literals are legal
configure:21411: gcc -c -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21414: $? = 0
configure:21417: test -s conftest.o
configure:21420: $? = 0
configure:21432: result: yes
configure:21448: checking if external errno is declared
configure:21473: gcc -c -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21476: $? = 0
configure:21479: test -s conftest.o
configure:21482: $? = 0
configure:21493: result: yes
configure:21508: checking if external errno exists
configure:21530: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
/System/Development/gg/bin/../lib/gcc-lib/ppc-morphos/9.4.0/../../../../ppc-morphos/bin/ld: /t//ccJUKXYP.o: in function `main':
/Work/home/aigor/workspace/ncursesw-morphos/configure:21523: undefined reference to `errno'
/System/Development/gg/bin/../lib/gcc-lib/ppc-morphos/9.4.0/../../../../ppc-morphos/bin/ld: /Work/home/aigor/workspace/ncursesw-morphos/configure:21523: undefined reference to `errno'
collect2: error: ld returned 1 exit status
configure:21533: $? = 1
configure: failed program was:
#line 21515 "configure"
#include "confdefs.h"
#undef errno
extern int errno;
int
main (void)
{
errno = 2
;
return 0;
}
configure:21550: result: no
configure:21563: checking if data-only library module links
configure:21574: gcc -c -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21577: $? = 0
./configure[21645]: ar: No such file or directory
configure:21597: gcc -c -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21600: $? = 0
./configure[21645]: ar: No such file or directory
ranlib: 'conftest.a': No such file
configure:21624: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c conftest.a >&5
gcc: error: conftest.a: No such file or directory
configure:21627: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 21613 "configure"
#include "confdefs.h"
int main(void)
{
extern int testfunc();
return (!testfunc());
}
configure:21647: result: no
configure:21691: checking for fpathconf
configure:21728: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21731: $? = 0
configure:21734: test -s conftest
configure:21737: $? = 0
configure:21747: result: yes
configure:21691: checking for getcwd
configure:21728: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21731: $? = 0
configure:21734: test -s conftest
configure:21737: $? = 0
configure:21747: result: yes
configure:21691: checking for getegid
configure:21728: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21731: $? = 0
configure:21734: test -s conftest
configure:21737: $? = 0
configure:21747: result: yes
configure:21691: checking for geteuid
configure:21728: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21731: $? = 0
configure:21734: test -s conftest
configure:21737: $? = 0
configure:21747: result: yes
configure:21691: checking for getopt
configure:21728: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21731: $? = 0
configure:21734: test -s conftest
configure:21737: $? = 0
configure:21747: result: yes
configure:21691: checking for issetugid
configure:21728: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
/System/Development/gg/bin/../lib/gcc-lib/ppc-morphos/9.4.0/../../../../ppc-morphos/bin/ld: /t//ccSbMP7x.o: in function `main':
/Work/home/aigor/workspace/ncursesw-morphos/configure:21721: undefined reference to `issetugid'
collect2: error: ld returned 1 exit status
configure:21731: $? = 1
configure: failed program was:
#line 21697 "configure"
#include "confdefs.h"
#define issetugid autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
#undef issetugid
#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 (void);
int
main (void)
{
/* The GNU C library defines stubs 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)
#error found stub for issetugid
#endif
return issetugid ();
;
return 0;
}
configure:21747: result: no
configure:21691: checking for localeconv
configure:21728: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21731: $? = 0
configure:21734: test -s conftest
configure:21737: $? = 0
configure:21747: result: yes
configure:21691: checking for poll
configure:21728: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21731: $? = 0
configure:21734: test -s conftest
configure:21737: $? = 0
configure:21747: result: yes
configure:21691: checking for putenv
configure:21747: result: yes
configure:21691: checking for remove
configure:21747: result: yes
configure:21691: checking for select
configure:21728: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21731: $? = 0
configure:21734: test -s conftest
configure:21737: $? = 0
configure:21747: result: yes
configure:21691: checking for setbuf
configure:21728: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21731: $? = 0
configure:21734: test -s conftest
configure:21737: $? = 0
configure:21747: result: yes
configure:21691: checking for setbuffer
configure:21728: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21731: $? = 0
configure:21734: test -s conftest
configure:21737: $? = 0
configure:21747: result: yes
configure:21691: checking for setenv
configure:21747: result: yes
configure:21691: checking for setfsuid
configure:21728: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
/System/Development/gg/bin/../lib/gcc-lib/ppc-morphos/9.4.0/../../../../ppc-morphos/bin/ld: /t//ccNJxKkK.o: in function `main':
/Work/home/aigor/workspace/ncursesw-morphos/configure:21721: undefined reference to `setfsuid'
collect2: error: ld returned 1 exit status
configure:21731: $? = 1
configure: failed program was:
#line 21697 "configure"
#include "confdefs.h"
#define setfsuid autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
#undef setfsuid
#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 setfsuid (void);
int
main (void)
{
/* The GNU C library defines stubs 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_setfsuid) || defined (__stub___setfsuid)
#error found stub for setfsuid
#endif
return setfsuid ();
;
return 0;
}
configure:21747: result: no
configure:21691: checking for setvbuf
configure:21728: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21731: $? = 0
configure:21734: test -s conftest
configure:21737: $? = 0
configure:21747: result: yes
configure:21691: checking for sigaction
configure:21728: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21731: $? = 0
configure:21734: test -s conftest
configure:21737: $? = 0
configure:21747: result: yes
configure:21691: checking for sigvec
configure:21728: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21731: $? = 0
configure:21734: test -s conftest
configure:21737: $? = 0
configure:21747: result: yes
configure:21691: checking for snprintf
configure:21728: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21708:6: warning: conflicting types for built-in function 'snprintf'; expected 'int(char *, unsigned int, const char *, ...)' [-Wbuiltin-declaration-mismatch]
21708 | builtin and then its argument prototype would still apply. */
| ^~~~~~~~
configure:21700:1: note: 'snprintf' is declared in header '<stdio.h>'
21699 | #define $ac_func autoconf_temporary
+++ |+#include <stdio.h>
21700 | #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
configure:21731: $? = 0
configure:21734: test -s conftest
configure:21737: $? = 0
configure:21747: result: yes
configure:21691: checking for strdup
configure:21747: result: yes
configure:21691: checking for strstr
configure:21728: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21708:6: warning: conflicting types for built-in function 'strstr'; expected 'char *(const char *, const char *)' [-Wbuiltin-declaration-mismatch]
21708 | builtin and then its argument prototype would still apply. */
| ^~~~~~
configure:21700:1: note: 'strstr' is declared in header '<string.h>'
21699 | #define $ac_func autoconf_temporary
+++ |+#include <string.h>
21700 | #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
configure:21731: $? = 0
configure:21734: test -s conftest
configure:21737: $? = 0
configure:21747: result: yes
configure:21691: checking for sysconf
configure:21728: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21731: $? = 0
configure:21734: test -s conftest
configure:21737: $? = 0
configure:21747: result: yes
configure:21691: checking for tcgetpgrp
configure:21728: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21731: $? = 0
configure:21734: test -s conftest
configure:21737: $? = 0
configure:21747: result: yes
configure:21691: checking for times
configure:21728: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21731: $? = 0
configure:21734: test -s conftest
configure:21737: $? = 0
configure:21747: result: yes
configure:21691: checking for tsearch
configure:21728: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
/System/Development/gg/bin/../lib/gcc-lib/ppc-morphos/9.4.0/../../../../ppc-morphos/bin/ld: /t//cczPQGeq.o: in function `main':
/Work/home/aigor/workspace/ncursesw-morphos/configure:21721: undefined reference to `tsearch'
collect2: error: ld returned 1 exit status
configure:21731: $? = 1
configure: failed program was:
#line 21697 "configure"
#include "confdefs.h"
#define tsearch autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
#undef tsearch
#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 tsearch (void);
int
main (void)
{
/* The GNU C library defines stubs 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_tsearch) || defined (__stub___tsearch)
#error found stub for tsearch
#endif
return tsearch ();
;
return 0;
}
configure:21747: result: no
configure:21691: checking for vsnprintf
configure:21728: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21708:6: warning: conflicting types for built-in function 'vsnprintf'; expected 'int(char *, unsigned int, const char *, __va_list_tag *)' [-Wbuiltin-declaration-mismatch]
21708 | builtin and then its argument prototype would still apply. */
| ^~~~~~~~~
configure:21700:1: note: 'vsnprintf' is declared in header '<stdio.h>'
21699 | #define $ac_func autoconf_temporary
+++ |+#include <stdio.h>
21700 | #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
configure:21731: $? = 0
configure:21734: test -s conftest
configure:21737: $? = 0
configure:21747: result: yes
configure:21757: checking if _PATH_TTYS is defined in ttyent.h
configure:21779: gcc -c -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21782: $? = 0
configure:21785: test -s conftest.o
configure:21788: $? = 0
configure:21798: result: yes
configure:21820: checking if _PATH_TTYS file exists
configure:21841: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:21844: $? = 0
configure:21846: ./conftest
configure:21849: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 21830 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <ttyent.h>
int main(void) {
FILE *fp = fopen(_PATH_TTYS, "r");
return (fp == 0);
}
configure:21861: result: no
configure:22064: checking for isascii
configure:22083: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:22086: $? = 0
configure:22089: test -s conftest
configure:22092: $? = 0
configure:22103: result: yes
configure:22111: checking whether sigaction needs _POSIX_SOURCE
configure:22128: gcc -c -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:22131: $? = 0
configure:22134: test -s conftest.o
configure:22137: $? = 0
configure:22185: result: no
configure:22189: checking if nanosleep really works
configure:22224: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure: In function 'main':
configure:22217:9: warning: implicit declaration of function 'nanosleep' [-Wimplicit-function-declaration]
22217 | errno = 0;
| ^~~
/System/Development/gg/bin/../lib/gcc-lib/ppc-morphos/9.4.0/../../../../ppc-morphos/bin/ld: /t//cchpHGqp.o: in function `main':
/Work/home/aigor/workspace/ncursesw-morphos/configure:22217: undefined reference to `nanosleep'
collect2: error: ld returned 1 exit status
configure:22227: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 22199 "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(void) {
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. */
return(code != 0);
}
configure:22244: result: no
configure:22261: checking for termio.h
configure:22271: gcc -E -DNDEBUG conftest.c
configure:22268:10: fatal error: termio.h: No such file or directory
22268 | #include "confdefs.h"
| ^~~~~~~~~~
compilation terminated.
configure:22277: $? = 1
configure: failed program was:
#line 22267 "configure"
#include "confdefs.h"
#include <termio.h>
configure:22296: result: no
configure:22261: checking for termios.h
configure:22271: gcc -E -DNDEBUG conftest.c
configure:22277: $? = 0
configure:22296: result: yes
configure:22261: checking for unistd.h
configure:22296: result: yes
configure:22261: checking for sys/ioctl.h
configure:22296: result: yes
configure:22261: checking for sys/termio.h
configure:22271: gcc -E -DNDEBUG conftest.c
configure:22268:10: fatal error: sys/termio.h: No such file or directory
22268 | #include "confdefs.h"
| ^~~~~~~~~~~~
compilation terminated.
configure:22277: $? = 1
configure: failed program was:
#line 22267 "configure"
#include "confdefs.h"
#include <sys/termio.h>
configure:22296: result: no
configure:22313: checking whether termios.h needs _POSIX_SOURCE
configure:22328: gcc -c -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:22331: $? = 0
configure:22334: test -s conftest.o
configure:22337: $? = 0
configure:22384: result: no
configure:22389: checking for tcgetattr
configure:22424: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:22427: $? = 0
configure:22430: test -s conftest
configure:22433: $? = 0
configure:22443: result: yes
configure:22450: checking for vsscanf function or workaround
configure:22473: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:22476: $? = 0
configure:22479: test -s conftest
configure:22482: $? = 0
configure:22575: result: vsscanf
configure:22601: checking for unistd.h
configure:22636: result: yes
configure:22646: checking for working mkstemp
configure:22698: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:22701: $? = 0
configure:22703: ./conftest
configure:22706: $? = 0
configure:22721: result: yes
configure:22804: checking whether setvbuf arguments are reversed
configure:22832: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure: In function 'main':
configure:22824:23: warning: passing argument 2 of 'setvbuf' makes pointer from integer without a cast [-Wint-conversion]
22824 | is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */
| ^~~~~~
| |
| int
In file included from /gg/include/machine/types.h:40,
from /gg/include/sys/types.h:49,
from /gg/include/stdio.h:43,
from configure:22816:
/gg/include/stdio.h:268:18: note: expected 'char *' but argument is of type 'int'
268 | int setvbuf __P((FILE *, char *, int, size_t));
| ^~~
configure:22824:31: warning: passing argument 3 of 'setvbuf' makes integer from pointer without a cast [-Wint-conversion]
22824 | is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */
| ^~~~~~~~~~~~~
| |
| char *
In file included from /gg/include/machine/types.h:40,
from /gg/include/sys/types.h:49,
from /gg/include/stdio.h:43,
from configure:22816:
/gg/include/stdio.h:268:18: note: expected 'int' but argument is of type 'char *'
268 | int setvbuf __P((FILE *, char *, int, size_t));
| ^~~
configure:22835: $? = 0
configure:22837: ./conftest
configure:22840: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 22815 "configure"
#include "confdefs.h"
#include <stdio.h>
/* If setvbuf has the reversed format, exit 0. */
int
main (void)
{
/* 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)
return(1);
putc('\r', stdout);
return(0); /* Non-reversed systems segv here. */
}
configure:22853: result: no
configure:22864: checking for intptr_t
configure:22885: gcc -c -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:22888: $? = 0
configure:22891: test -s conftest.o
configure:22894: $? = 0
configure:22904: result: yes
configure:22916: checking for ssize_t
configure:22937: gcc -c -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:22940: $? = 0
configure:22943: test -s conftest.o
configure:22946: $? = 0
configure:22956: result: yes
configure:22968: checking for type sigaction_t
configure:22988: gcc -c -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure: In function 'main':
configure:22981:1: error: unknown type name 'sigaction_t'
22981 | {
| ^
configure:22991: $? = 1
configure: failed program was:
#line 22975 "configure"
#include "confdefs.h"
#include <signal.h>
int
main (void)
{
sigaction_t x
;
return 0;
}
configure:23008: result: no
configure:23015: checking declaration of size-change
configure:23086: gcc -c -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:23089: $? = 0
configure:23092: test -s conftest.o
configure:23095: $? = 0
size-change succeeded ()
configure:23114: result: yes
configure:23132: checking for memmove
configure:23169: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:23149:6: warning: conflicting types for built-in function 'memmove'; expected 'void *(void *, const void *, unsigned int)' [-Wbuiltin-declaration-mismatch]
23149 | builtin and then its argument prototype would still apply. */
| ^~~~~~~
configure:23141:1: note: 'memmove' is declared in header '<string.h>'
23140 | #define memmove autoconf_temporary
+++ |+#include <string.h>
23141 | #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
configure:23172: $? = 0
configure:23175: test -s conftest
configure:23178: $? = 0
configure:23188: result: yes
configure:23392: checking if poll really works
configure:23454: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:23457: $? = 0
configure:23459: ./conftest
configure:23462: $? = 0
configure:23474: result: yes
configure:23481: checking for va_copy
configure:23505: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:23508: $? = 0
configure:23511: test -s conftest
configure:23514: $? = 0
configure:23524: result: yes
configure:23754: checking for pid_t
configure:23775: gcc -c -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:23778: $? = 0
configure:23781: test -s conftest.o
configure:23784: $? = 0
configure:23794: result: yes
configure:23809: checking for unistd.h
configure:23844: result: yes
configure:23809: checking for vfork.h
configure:23819: gcc -E -DNDEBUG conftest.c
configure:23816:10: fatal error: vfork.h: No such file or directory
23816 | #include "confdefs.h"
| ^~~~~~~~~
compilation terminated.
configure:23825: $? = 1
configure: failed program was:
#line 23815 "configure"
#include "confdefs.h"
#include <vfork.h>
configure:23844: result: no
configure:23857: checking for fork
configure:23894: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:23874:6: warning: conflicting types for built-in function 'fork'; expected 'int(void)' [-Wbuiltin-declaration-mismatch]
23874 | builtin and then its argument prototype would still apply. */
| ^~~~
configure:23897: $? = 0
configure:23900: test -s conftest
configure:23903: $? = 0
configure:23913: result: yes
configure:23857: checking for vfork
configure:23894: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:23897: $? = 0
configure:23900: test -s conftest
configure:23903: $? = 0
configure:23913: result: yes
configure:23925: checking for working fork
configure:23968: result: yes
configure:23987: checking for working vfork
configure:24113: result: yes
configure:24144: checking if fopen accepts explicit binary mode
configure:24187: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:24190: $? = 0
configure:24192: ./conftest
configure:24195: $? = 0
configure:24208: result: yes
configure:24217: checking for openpty in -lutil
configure:24244: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c -lutil >&5
/System/Development/gg/bin/../lib/gcc-lib/ppc-morphos/9.4.0/../../../../ppc-morphos/bin/ld: cannot find -lutil: No such file or directory
collect2: error: ld returned 1 exit status
configure:24247: $? = 1
configure: failed program was:
#line 24225 "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 openpty ();
int
main (void)
{
openpty ();
;
return 0;
}
configure:24264: result: no
configure:24272: checking for openpty header
configure:24316: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:24301:10: fatal error: pty.h: No such file or directory
24301 |
| ^
compilation terminated.
configure:24319: $? = 1
configure: failed program was:
#line 24299 "configure"
#include "confdefs.h"
#include <pty.h>
int
main (void)
{
int x = openpty((int *)0, (int *)0, (char *)0,
(struct termios *)0, (struct winsize *)0);
;
return 0;
}
configure:24316: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:24301:10: fatal error: libutil.h: No such file or directory
24301 |
| ^
compilation terminated.
configure:24319: $? = 1
configure: failed program was:
#line 24299 "configure"
#include "confdefs.h"
#include <libutil.h>
int
main (void)
{
int x = openpty((int *)0, (int *)0, (char *)0,
(struct termios *)0, (struct winsize *)0);
;
return 0;
}
configure:24316: gcc -o conftest -g -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:24301:10: fatal error: util.h: No such file or directory
24301 |
| ^
compilation terminated.
configure:24319: $? = 1
configure: failed program was:
#line 24299 "configure"
#include "confdefs.h"
#include <util.h>
int
main (void)
{
int x = openpty((int *)0, (int *)0, (char *)0,
(struct termios *)0, (struct winsize *)0);
;
return 0;
}
configure:24343: result: no
configure:24985: checking if we should include stdbool.h
configure:25005: gcc -c -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure: In function 'main':
configure:24998:1: error: unknown type name 'bool'
24998 | {
| ^
configure:24998:12: error: 'false' undeclared (first use in this function)
24998 | {
| ^
configure:24998:12: note: each undeclared identifier is reported only once for each function it appears in
configure:25008: $? = 1
configure: failed program was:
#line 24993 "configure"
#include "confdefs.h"
int
main (void)
{
bool foo = false
;
return 0;
}
configure:25037: gcc -c -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure:25040: $? = 0
configure:25043: test -s conftest.o
configure:25046: $? = 0
configure:25060: result: yes
configure:25066: checking for builtin bool type
configure:25089: gcc -c -O2 --param max-inline-insns-single=1200 -DNDEBUG conftest.c >&5
configure: In function 'main':
configure:25082:1: error: unknown type name 'bool'
25082 | {
| ^
configure:25082:10: error: 'false' undeclared (first use in this function); did you mean 'fclose'?
25082 | {
| ^
| fclose
configure:25082:10: note: each undeclared identifier is reported only once for each function it appears in
configure:25092: $? = 1
configure: failed program was:
#line 25074 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <sys/types.h>
int
main (void)
{
bool x = false
;
return 0;
}
configure:25113: result: no
configure:25130: checking if we already have C++ library
configure:25147: /bin/g++ -o conftest -O2 -DNDEBUG conftest.cc >&5
configure:25150: $? = 0
configure:25153: test -s conftest
configure:25156: $? = 0
configure:25165: result: yes
configure:25267: checking whether /bin/g++ understands -c and -o together
configure:25282: /bin/g++ -O2 -DNDEBUG -c conftest.cc -o conftest2.o >&5
configure:25285: $? = 0
configure:25287: /bin/g++ -O2 -DNDEBUG -c conftest.cc -o conftest2.o >&5
configure:25290: $? = 0
configure:25301: result: yes
configure:25477: checking how to run the C++ preprocessor
configure:25499: /bin/g++ -E -DNDEBUG conftest.cc
configure:25505: $? = 0
configure:25532: /bin/g++ -E -DNDEBUG conftest.cc
configure:25529:10: fatal error: ac_nonexistent.h: No such file or directory
25529 | #include "confdefs.h"
| ^~~~~~~~~~~~
compilation terminated.
configure:25538: $? = 1
configure: failed program was:
#line 25528 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:25575: result: /bin/g++ -E
configure:25590: /bin/g++ -E -DNDEBUG conftest.cc
configure:25596: $? = 0
configure:25623: /bin/g++ -E -DNDEBUG conftest.cc
configure:25620:10: fatal error: ac_nonexistent.h: No such file or directory
25620 | #include "confdefs.h"
| ^~~~~~~~~~~~
compilation terminated.
configure:25629: $? = 1
configure: failed program was:
#line 25619 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:25672: checking for typeinfo
configure:25682: /bin/g++ -E -DNDEBUG conftest.cc
configure:25688: $? = 0
configure:25707: result: yes
configure:25720: checking for iostream
configure:25730: /bin/g++ -E -DNDEBUG conftest.cc
configure:25736: $? = 0
configure:25755: result: yes
configure:25766: checking if iostream uses std-namespace
configure:25786: /bin/g++ -c -O2 -DNDEBUG conftest.cc >&5
configure:25789: $? = 0
configure:25792: test -s conftest.o
configure:25795: $? = 0
configure:25804: result: yes
configure:25815: checking if we should include stdbool.h
configure:25890: result: yes
configure:25896: checking for builtin bool type
configure:25919: /bin/g++ -c -O2 -DNDEBUG conftest.cc >&5
configure:25922: $? = 0
configure:25925: test -s conftest.o
configure:25928: $? = 0
configure:25941: result: yes
configure:25947: checking for bool
configure:25989: /bin/g++ -c -O2 -DNDEBUG conftest.cc >&5
configure:25992: $? = 0
configure:25995: test -s conftest.o
configure:25998: $? = 0
configure:26008: result: yes
configure:26011: checking size of bool
configure:26280: /bin/g++ -o conftest -O2 -DNDEBUG conftest.cc >&5
configure:26283: $? = 0
configure:26285: ./conftest
configure:26288: $? = 0
configure:26304: result: 1
configure:26310: checking for type of bool
configure:26371: /bin/g++ -o conftest -O2 -DNDEBUG conftest.cc >&5
configure:26374: $? = 0
configure:26376: ./conftest
configure:26379: $? = 0
configure:26396: result: unsigned char
configure:26408: checking for special defines needed for etip.h
configure:26440: /bin/g++ -c -O2 -I./c++ -I./menu -Iinclude -I./include -DNDEBUG conftest.cc >&5
In file included from configure:26428:
./c++/etip.h.in:121:10: fatal error: curses.h: No such file or directory
121 | #include <curses.h>
| ^~~~~~~~~~
compilation terminated.
configure:26443: $? = 1
configure: failed program was:
#line 26426 "configure"
#include "confdefs.h"
#include <etip.h.in>
int
main (void)
{
;
return 0;
}
configure:26440: /bin/g++ -c -O2 -I./c++ -I./menu -Iinclude -I./include -DETIP_NEEDS_MATH_EXCEPTION -DNDEBUG conftest.cc >&5
In file included from configure:26428:
./c++/etip.h.in:121:10: fatal error: curses.h: No such file or directory
121 | #include <curses.h>
| ^~~~~~~~~~
compilation terminated.
configure:26443: $? = 1
configure: failed program was:
#line 26426 "configure"
#include "confdefs.h"
#include <etip.h.in>
int
main (void)
{
;
return 0;
}
configure:26440: /bin/g++ -c -O2 -I./c++ -I./menu -Iinclude -I./include -DETIP_NEEDS_MATH_H -DNDEBUG conftest.cc >&5
In file included from configure:26428:
./c++/etip.h.in:121:10: fatal error: curses.h: No such file or directory
121 | #include <curses.h>
| ^~~~~~~~~~
compilation terminated.
configure:26443: $? = 1
configure: failed program was:
#line 26426 "configure"
#include "confdefs.h"
#include <etip.h.in>
int
main (void)
{
;
return 0;
}
configure:26440: /bin/g++ -c -O2 -I./c++ -I./menu -Iinclude -I./include -DETIP_NEEDS_MATH_H -DETIP_NEEDS_MATH_EXCEPTION -DNDEBUG conftest.cc >&5
In file included from configure:26428:
./c++/etip.h.in:121:10: fatal error: curses.h: No such file or directory
121 | #include <curses.h>
| ^~~~~~~~~~
compilation terminated.
configure:26443: $? = 1
configure: failed program was:
#line 26426 "configure"
#include "confdefs.h"
#include <etip.h.in>
int
main (void)
{
;
return 0;
}
configure:26470: result: none
configure:26475: checking if /bin/g++ accepts override keyword
configure:26511: /bin/g++ -o conftest -O2 -DNDEBUG conftest.cc >&5
configure:26514: $? = 0
configure:26516: ./conftest
configure:26519: $? = 0
configure:26538: result: yes
configure:26547: checking if /bin/g++ accepts parameter initialization
configure:26583: /bin/g++ -o conftest -O2 -DNDEBUG conftest.cc >&5
configure:26574:1: error: default argument given for parameter 1 of 'TEST::TEST(int)' [-fpermissive]
26574 |
| ^
configure:26570:2: note: previous specification in 'TEST::TEST(int)' here
26570 | public:
| ^~~~
configure:26586: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 26564 "configure"
#include "confdefs.h"
class TEST {
private:
int value;
public:
TEST(int x = 1);
~TEST();
};
TEST::TEST(int x = 1) // some compilers do not like second initializer
{
value = x;
}
int main(void) { }
configure:26610: result: no
configure:26620: checking if /bin/g++ accepts static_cast
configure:26678: /bin/g++ -c -O2 -DNDEBUG conftest.cc >&5
configure:26681: $? = 0
configure:26684: test -s conftest.o
configure:26687: $? = 0
configure:26705: result: yes
configure:27886: checking for wchar_t
configure:27907: /bin/g++ -c -O2 -DNDEBUG conftest.cc >&5
configure:27910: $? = 0
configure:27913: test -s conftest.o
configure:27916: $? = 0
configure:27926: result: yes
configure:27929: checking size of wchar_t
configure:28093: /bin/g++ -o conftest -O2 -DNDEBUG conftest.cc >&5
configure:28096: $? = 0
configure:28098: ./conftest
configure:28101: $? = 0
configure:28117: result: 4
configure:28148: checking for library subsets
configure:28202: result: ticlib+termlib+ext_tinfo+base+widechar+ext_funcs
configure:28233: checking default library suffix
configure:28244: result: w
configure:28247: checking default library-dependency suffix
configure:28330: result: w.a
configure:28333: checking default object directory
configure:28349: result: objects
configure:28353: checking c++ library-dependency suffix
configure:28446: result: w.a
configure:28622: checking if linker supports switching between static/dynamic
configure:28631: /bin/g++ -c -O2 -I. -I../include -DNDEBUG conftest.cc >&5
configure:28634: $? = 0
./configure[28709]: ar: No such file or directory
ranlib: 'libconftest.a': No such file
configure:28663: /bin/g++ -o conftest -O2 -I. -I../include -DNDEBUG conftest.cc -static -L/Work/home/aigor/workspace/ncursesw-morphos -lconftest >&5
/System/Development/gg/bin/../lib/gcc-lib/ppc-morphos/9.4.0/../../../../ppc-morphos/bin/ld: cannot find -lconftest: No such file or directory
collect2: error: ld returned 1 exit status
configure:28666: $? = 1
configure: failed program was:
#line 28645 "configure"
#include "confdefs.h"
#line 28648 "configure"
#include <stdio.h>
int cf_ldflags_static(FILE *fp);
int
main (void)
{
return cf_ldflags_static(stdin);
;
return 0;
}
configure:28695: result: no
configure:28711: checking where we will install curses.h
configure:28721: result: ${prefix}/include/ncursesw
configure:28757: checking for desired basename for form library
configure:28777: result: form
configure:28780: checking for desired basename for menu library
configure:28800: result: menu
configure:28803: checking for desired basename for panel library
configure:28823: result: panel
configure:28826: checking for desired basename for cxx library
configure:28846: result: ncurses++
configure:28852: checking for src modules
configure:28921: result: ncurses progs panel menu form
configure:29093: checking for defines to add to ncursesw6-config script
configure:29109: result: -DNCURSES_WIDECHAR
configure:29197: checking for linker search path
configure:29286: result: /gg/ppc-morphos/lib /gg/lib /usr/local/lib /usr/lib
configure:29376: creating ./config.status
## ----------------------- ##
## Running config.status. ##
## ----------------------- ##
This file was extended by config.status 2.52.20221009, executed with
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
> "./config.status "
on powerbook_100
config.status:30218: creating include/MKterm.h.awk
config.status:30218: creating include/curses.head
config.status:30218: creating include/ncurses_dll.h
config.status:30218: creating include/termcap.h
config.status:30218: creating include/unctrl.h
config.status:30218: creating man/man_db.renames
config.status:30218: creating man/Makefile
config.status:30218: creating include/Makefile
config.status:30218: creating ncurses/Makefile
config.status:30218: creating progs/Makefile
config.status:30218: creating panel/Makefile
config.status:30218: creating menu/Makefile
config.status:30218: creating form/Makefile
config.status:30218: creating test/Makefile
config.status:30218: creating misc/Makefile
config.status:30218: creating c++/Makefile
config.status:30218: creating misc/run_tic.sh
config.status:30218: creating misc/ncurses-config
config.status:30218: creating man/ncursesw6-config.1
config.status:30218: creating Makefile
config.status:30379: creating include/ncurses_cfg.h
## ----------------- ##
## Cache variables. ##
## ----------------- ##
ac_cv_build=powerpc-unknown-morphos
ac_cv_build_alias=powerpc-unknown-morphos
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_btowc=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_fpathconf=yes
ac_cv_func_fseeko=no
ac_cv_func_getcwd=yes
ac_cv_func_getegid=yes
ac_cv_func_getenv=yes
ac_cv_func_geteuid=yes
ac_cv_func_getopt=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_issetugid=no
ac_cv_func_link=no
ac_cv_func_localeconv=yes
ac_cv_func_mblen=yes
ac_cv_func_mbrlen=yes
ac_cv_func_mbrtowc=yes
ac_cv_func_mbsrtowcs=yes
ac_cv_func_mbstowcs=yes
ac_cv_func_mbtowc=yes
ac_cv_func_memmove=yes
ac_cv_func_poll=yes
ac_cv_func_putenv=yes
ac_cv_func_putwc=yes
ac_cv_func_regcomp=yes
ac_cv_func_remove=yes
ac_cv_func_select=yes
ac_cv_func_setbuf=yes
ac_cv_func_setbuffer=yes
ac_cv_func_setenv=yes
ac_cv_func_setfsuid=no
ac_cv_func_setvbuf=yes
ac_cv_func_setvbuf_reversed=no
ac_cv_func_sigaction=yes
ac_cv_func_sigvec=yes
ac_cv_func_snprintf=yes
ac_cv_func_strdup=yes
ac_cv_func_strstr=yes
ac_cv_func_symlink=yes
ac_cv_func_sysconf=yes
ac_cv_func_tcgetpgrp=yes
ac_cv_func_times=yes
ac_cv_func_tsearch=no
ac_cv_func_unlink=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_wcsrtombs=yes
ac_cv_func_wcstombs=yes
ac_cv_func_wctob=yes
ac_cv_func_wctomb=yes
ac_cv_func_wmemchr=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_gpm_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_iostream=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_poll_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_termio_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_termio_h=no
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_typeinfo=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_wchar_h=yes
ac_cv_header_wctype_h=yes
ac_cv_host=powerpc-unknown-morphos
ac_cv_host_alias=powerpc-unknown-morphos
ac_cv_lib_dir_opendir=no
ac_cv_lib_util_openpty=no
ac_cv_objext=o
ac_cv_path_CXX=/bin/g++
ac_cv_path_EGREP='grep -E'
ac_cv_path_FGREP='grep -F'
ac_cv_path_install='/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CTAGS=ctags
ac_cv_prog_CXXCPP='/bin/g++ -E'
ac_cv_prog_GREP=grep
ac_cv_prog_MAKE_LOWER_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_INFOCMP=infocmp
ac_cv_prog_ac_ct_LD=ld
ac_cv_prog_ac_ct_NM=nm
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_TIC=tic
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_make_make_set=yes
ac_cv_sizeof_bool=1
ac_cv_sizeof_signed_char=1
ac_cv_sizeof_wchar_t=4
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=powerpc-unknown-morphos
ac_cv_target_alias=powerpc-unknown-morphos
ac_cv_type_bool=yes
ac_cv_type_intptr_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_signed_char=yes
ac_cv_type_ssize_t=yes
ac_cv_type_wchar_t=yes
am_cv_langinfo_codeset=no
cf_cv_1UL=1U
cf_cv_PATH_TTYS=no
cf_cv_abi_version=6
cf_cv_ar_flags=-curvU
cf_cv_builtin_bool=1
cf_cv_c11_noreturn=no,
cf_cv_cc_bool_type=0
cf_cv_consistent_getenv=yes
cf_cv_cpp_override=yes
cf_cv_cpp_param_init=no
cf_cv_cpp_static_cast=yes
cf_cv_dcl_environ=no
cf_cv_dcl_errno=yes
cf_cv_define_sigwinch=yes
cf_cv_do_reranlib=no
cf_cv_do_symlinks=no
cf_cv_enable_lp64=1
cf_cv_enable_opaque=NCURSES_OPAQUE
cf_cv_enable_reentrant=0
cf_cv_fopen_bin_r=yes
cf_cv_func_mkstemp=yes
cf_cv_func_nanosleep=no
cf_cv_func_openpty=no
cf_cv_func_vsscanf=vsscanf
cf_cv_gcc_inline=yes
cf_cv_getopt_header=stdlib.h
cf_cv_have_PATH_TTYS=no
cf_cv_have_environ=yes
cf_cv_have_errno=no
cf_cv_have_isascii=yes
cf_cv_have_libm=yes
cf_cv_have_tcgetattr=yes
cf_cv_have_va_copy=yes
cf_cv_header_stdbool_h=1
cf_cv_install_p=yes
cf_cv_ld_searchpath='/gg/ppc-morphos/lib /gg/lib /usr/local/lib /usr/lib'
cf_cv_lib_util=no
cf_cv_link_dataonly=no
cf_cv_link_funcs=' symlink'
cf_cv_make_PHONY=yes
cf_cv_makeflags=
cf_cv_mbstate_t=yes
cf_cv_mixedcase=no
cf_cv_need_libm=no
cf_cv_posix_c_source=-D_POSIX_C_SOURCE=199506L
cf_cv_posix_visible=no
cf_cv_prog_CC_c_o=yes
cf_cv_prog_CXX_c_o=yes
cf_cv_regex_hdrs=regex.h
cf_cv_rel_version=6.3
cf_cv_rm_so_locs=no
cf_cv_shlib_version=auto
cf_cv_shlib_version_infix=no
cf_cv_sig_atomic_t='volatile sig_atomic_t'
cf_cv_sizechange=yes
cf_cv_src_modules='ncurses progs panel menu form'
cf_cv_struct_dirent64=no
cf_cv_sys_time_select=yes
cf_cv_system_name=morphos
cf_cv_timestamp='Wed Nov 16 15:31:24 CET 2022'
cf_cv_type_of_bool='unsigned char'
cf_cv_type_sigaction=no
cf_cv_typeof_chtype=uint32_t
cf_cv_typeof_mmask_t=uint32_t
cf_cv_unsigned_literals=yes
cf_cv_wchar_h_okay=yes
cf_cv_wchar_t=no
cf_cv_wcwidth_graphics=no
cf_cv_wint_t=yes
cf_cv_working_poll=yes
cf_cv_xopen_source=no
## ------------ ##
## confdefs.h. ##
## ------------ ##
#define PACKAGE "ncurses"
#define NCURSES_VERSION "6.3"
#define NCURSES_PATCHDATE 20221105
#define SYSTEM_NAME "morphos"
#ifdef __cplusplus
#include <stdlib.h>
#endif
#define HAVE_LONG_FILE_NAMES 1
#define TERMINFO_DIRS "/work/opt/ncursesw/share/terminfo:/gg/share/terminfo"
#define TERMINFO "/work/opt/ncursesw/share/terminfo"
#define HAVE_BIG_CORE 1
#define PURE_TERMINFO 1
#define USE_HOME_TERMINFO 1
#define USE_ROOT_ENVIRON 1
#define USE_ROOT_ACCESS 1
#define HAVE_UNISTD_H 1
#define HAVE_REMOVE 1
#define HAVE_UNLINK 1
#define HAVE_SYMLINK 1
#define USE_WIDEC_SUPPORT 1
#define NCURSES_WIDECHAR 1
#define HAVE_WCHAR_H 1
#define HAVE_WCTYPE_H 1
#define HAVE_PUTWC 1
#define HAVE_BTOWC 1
#define HAVE_WCTOB 1
#define HAVE_WMEMCHR 1
#define HAVE_MBTOWC 1
#define HAVE_WCTOMB 1
#define HAVE_MBLEN 1
#define HAVE_MBRLEN 1
#define HAVE_MBRTOWC 1
#define HAVE_WCSRTOMBS 1
#define HAVE_MBSRTOWCS 1
#define HAVE_WCSTOMBS 1
#define HAVE_MBSTOWCS 1
#define NEED_WCHAR_H 1
#define NEED_WCHAR_H 1
#define RGB_PATH "/usr/lib64/X11/rgb.txt"
#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 SIZEOF_SIGNED_CHAR 1
#define NCURSES_EXT_FUNCS 1
#define HAVE_ASSUME_DEFAULT_COLORS 1
#define HAVE_CURSES_VERSION 1
#define HAVE_HAS_KEY 1
#define HAVE_RESIZETERM 1
#define HAVE_RESIZE_TERM 1
#define HAVE_TERM_ENTRY_H 1
#define HAVE_USE_DEFAULT_COLORS 1
#define HAVE_USE_EXTENDED_NAMES 1
#define HAVE_USE_SCREEN 1
#define HAVE_USE_WINDOW 1
#define HAVE_WRESIZE 1
#define NCURSES_SP_FUNCS 1
#define HAVE_TPUTS_SP 1
#define NCURSES_EXT_COLORS 1
#define HAVE_ALLOC_PAIR 1
#define HAVE_INIT_EXTENDED_COLOR 1
#define HAVE_RESET_COLOR_PAIRS 1
#define NCURSES_EXT_PUTWIN 1
#define NCURSES_NO_PADDING 1
#define USE_SIGWINCH 1
#define NCURSES_WRAP_PREFIX "_nc_"
#define USE_ASSUMED_COLOR 1
#define USE_HASHMAP 1
#define GCC_SCANF 1
#define GCC_SCANF 1
#define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
#define GCC_PRINTF 1
#define GCC_PRINTF 1
#define GCC_PRINTFLIKE(fmt,var) __attribute__((format(printf,fmt,var)))
#define GCC_UNUSED __attribute__((unused))
#define GCC_UNUSED __attribute__((unused))
#define GCC_NORETURN __attribute__((noreturn))
#define GCC_NORETURN __attribute__((noreturn))
#define HAVE_NC_ALLOC_H 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_MATH_FUNCS 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_MATH_H 1
#define HAVE_POLL_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_POLL_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_WCTYPE_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETOPT_H 1
#define HAVE_GETOPT_HEADER 1
#define DECL_ENVIRON 1
#define HAVE_ENVIRON 1
#define HAVE_PUTENV 1
#define HAVE_SETENV 1
#define HAVE_STRDUP 1
#define HAVE_SYS_TIME_SELECT 1
#define SIG_ATOMIC_T volatile sig_atomic_t
#define BROKEN_LINKER 1
#define HAVE_FPATHCONF 1
#define HAVE_GETCWD 1
#define HAVE_GETEGID 1
#define HAVE_GETEUID 1
#define HAVE_GETOPT 1
#define HAVE_LOCALECONV 1
#define HAVE_POLL 1
#define HAVE_PUTENV 1
#define HAVE_REMOVE 1
#define HAVE_SELECT 1
#define HAVE_SETBUF 1
#define HAVE_SETBUFFER 1
#define HAVE_SETENV 1
#define HAVE_SETVBUF 1
#define HAVE_SIGACTION 1
#define HAVE_SIGVEC 1
#define HAVE_SNPRINTF 1
#define HAVE_STRDUP 1
#define HAVE_STRSTR 1
#define HAVE_SYSCONF 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_SYS_IOCTL_H 1
#define HAVE_TCGETATTR 1
#define HAVE_VSSCANF 1
#define HAVE_UNISTD_H 1
#define HAVE_MKSTEMP 1
#define HAVE_SIZECHANGE 1
#define HAVE_WORKING_POLL 1
#define HAVE_VA_COPY 1
#define HAVE_UNISTD_H 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define USE_FOPEN_BIN_R 1
#define HAVE_TYPEINFO 1
#define HAVE_IOSTREAM 1
#define IOSTREAM_NAMESPACE 1
#define SIZEOF_BOOL 1
#define CPP_HAS_OVERRIDE 1
#define CPP_HAS_STATIC_CAST 1
#define SIZEOF_WCHAR_T 4
#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 "6.3.20221105"
#define NCURSES_OSPEED_COMPAT 1
#define HAVE_CURSES_DATA_BOOLNAMES 1
configure: exit 0