kiss-mfavila-large/ports/xterm/xterm-359/config.log

2219 lines
87 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.20200802. Invocation command line was
$ ./configure --with-neXtaw --enable-toolbar
## ---------- ##
## Platform. ##
## ---------- ##
hostname = commandante
uname -m = x86_64
uname -r = 5.11.13-hardened1-hardened
uname -s = Linux
uname -v = #5 SMP PREEMPT Thu Apr 29 18:52:56 UTC 2021
/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 = /bin:/sbin:/usr/bin:/usr/sbin
## ------------ ##
## Core tests. ##
## ------------ ##
configure:1103: PATH=".;."; conftest.sh
./configure[1111]: conftest.sh: not found
configure:1106: $? = 127
configure:1148: checking build system type
configure:1166: result: x86_64-pc-linux-gnu
configure:1174: checking host system type
configure:1188: result: x86_64-pc-linux-gnu
configure:1214: result: Configuring for linux-gnu
configure:1280: checking for gcc
configure:1295: found /bin/gcc
configure:1303: result: gcc
configure:1531: checking for C compiler version
configure:1534: gcc --version </dev/null >&5
gcc (GCC) 11.1.0
Copyright (C) 2021 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:1537: $? = 0
configure:1539: gcc -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../gcc/configure --prefix=/usr --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-multilib --disable-symvers --disable-libmpx --disable-libmudflap --disable-libsanitizer --disable-werror --disable-fixed-point --disable-libstdcxx-pch --disable-nls --enable-checking=release --enable-__cxa_atexit --enable-default-pie --enable-default-ssp --enable-shared --enable-threads --enable-tls --enable-languages=c,c++ --without-included-gettext --with-system-zlib --build=x86_64-pc-linux-gnu --disable-bootstrap
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.1.0 (GCC)
configure:1542: $? = 0
configure:1544: gcc -V </dev/null >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:1547: $? = 1
configure:1567: checking for C compiler default output
configure:1570: gcc conftest.c >&5
configure:1573: $? = 0
configure:1602: result: a.out
configure:1607: checking whether the C compiler works
configure:1613: ./a.out
configure:1616: $? = 0
configure:1631: result: yes
configure:1638: checking whether we are cross compiling
configure:1640: result: no
configure:1643: checking for executable suffix
configure:1645: gcc -o conftest conftest.c >&5
configure:1648: $? = 0
configure:1670: result:
configure:1676: checking for object suffix
configure:1694: gcc -c conftest.c >&5
configure:1697: $? = 0
configure:1716: result: o
configure:1720: checking whether we are using the GNU C compiler
configure:1741: gcc -c conftest.c >&5
configure:1744: $? = 0
configure:1747: test -s conftest.o
configure:1750: $? = 0
configure:1762: result: yes
configure:1768: checking whether gcc accepts -g
configure:1786: gcc -c -g conftest.c >&5
configure:1789: $? = 0
configure:1792: test -s conftest.o
configure:1795: $? = 0
configure:1805: result: yes
configure:1832: 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:1835: $? = 1
configure: failed program was:
#ifndef __cplusplus
choke me
#endif
configure:1936: checking version of gcc
configure:1940: result: 11.1.0
configure:1949: checking if this is really Intel C compiler
configure:1971: gcc -c -g -O2 -no-gcc conftest.c >&5
gcc: error: unrecognized command-line option '-no-gcc'
configure:1974: $? = 1
configure: failed program was:
#line 1954 "configure"
#include "confdefs.h"
int
main (void)
{
#ifdef __INTEL_COMPILER
#else
make an error
#endif
;
return 0;
}
configure:1991: result: no
configure:2000: checking if this is really Clang C compiler
configure:2022: gcc -c -g -O2 -Qunused-arguments conftest.c >&5
gcc: error: unrecognized command-line option '-Qunused-arguments'
configure:2025: $? = 1
configure: failed program was:
#line 2005 "configure"
#include "confdefs.h"
int
main (void)
{
#ifdef __clang__
#else
make an error
#endif
;
return 0;
}
configure:2042: result: no
configure:2046: checking for gcc option to accept ANSI C
configure:2103: gcc -c -g -O2 conftest.c >&5
configure:2106: $? = 0
configure:2109: test -s conftest.o
configure:2112: $? = 0
configure:2129: result: none needed
configure:2140: checking $CFLAGS variable
configure:2254: result: ok
configure:2259: checking $CC variable
configure:2394: result: ok
configure:2405: checking how to run the C preprocessor
configure:2431: gcc -E conftest.c
configure:2437: $? = 0
configure:2464: gcc -E conftest.c
configure:2461:10: fatal error: ac_nonexistent.h: No such file or directory
2461 | #include "confdefs.h"
| ^~~~~~~~~~~~
compilation terminated.
configure:2470: $? = 1
configure: failed program was:
#line 2460 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2507: result: gcc -E
configure:2522: gcc -E conftest.c
configure:2528: $? = 0
configure:2555: gcc -E conftest.c
configure:2552:10: fatal error: ac_nonexistent.h: No such file or directory
2552 | #include "confdefs.h"
| ^~~~~~~~~~~~
compilation terminated.
configure:2561: $? = 1
configure: failed program was:
#line 2551 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2605: checking for mawk
configure:2631: result: no
configure:2605: checking for gawk
configure:2631: result: no
configure:2605: checking for nawk
configure:2631: result: no
configure:2605: checking for awk
configure:2620: found /bin/awk
configure:2628: result: awk
configure:2650: checking for a BSD compatible install
configure:2699: result: /bin/install -c
configure:2710: checking whether ln -s works
configure:2714: result: yes
configure:2738: checking for lint
configure:2764: result: no
configure:2738: checking for cppcheck
configure:2764: result: no
configure:2738: checking for splint
configure:2764: result: no
configure:2779: checking if the POSIX test-macros are already defined
configure:2805: gcc -c -g -O2 conftest.c >&5
configure:2808: $? = 0
configure:2811: test -s conftest.o
configure:2814: $? = 0
configure:2825: result: no
configure:2870: checking if this is the GNU C library
configure:2896: gcc -c -g -O2 conftest.c >&5
configure:2899: $? = 0
configure:2902: test -s conftest.o
configure:2905: $? = 0
configure:2916: result: yes
configure:2924: checking if _DEFAULT_SOURCE can be used as a basis
configure:2955: gcc -c -g -O2 -D_DEFAULT_SOURCE conftest.c >&5
configure:2958: $? = 0
configure:2961: test -s conftest.o
configure:2964: $? = 0
configure:2976: result: yes
configure:2981: checking if _XOPEN_SOURCE=700 works with _DEFAULT_SOURCE
configure:3106: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:3109: $? = 0
configure:3112: test -s conftest.o
configure:3115: $? = 0
configure:3126: result: yes
configure:4263: checking if _XOPEN_SOURCE really is set
configure:4281: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:4284: $? = 0
configure:4287: test -s conftest.o
configure:4290: $? = 0
configure:4299: result: yes
configure:4319: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:4322: $? = 0
configure:4325: test -s conftest.o
configure:4328: $? = 0
configure:4553: checking if SIGWINCH is defined
configure:4575: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:4578: $? = 0
configure:4581: test -s conftest.o
configure:4584: $? = 0
configure:4632: result: yes
configure:4714: checking for ncurses/curses.h
configure:4724: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:4721:10: fatal error: ncurses/curses.h: No such file or directory
4721 | #include "confdefs.h"
| ^~~~~~~~~~~~
compilation terminated.
configure:4730: $? = 1
configure: failed program was:
#line 4720 "configure"
#include "confdefs.h"
#include <ncurses/curses.h>
configure:4749: result: no
configure:4714: checking for ncurses/term.h
configure:4724: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:4721:10: fatal error: ncurses/term.h: No such file or directory
4721 | #include "confdefs.h"
| ^~~~~~~~~~~~
compilation terminated.
configure:4730: $? = 1
configure: failed program was:
#line 4720 "configure"
#include "confdefs.h"
#include <ncurses/term.h>
configure:4749: result: no
configure:4714: checking for stdlib.h
configure:4724: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:4730: $? = 0
configure:4749: result: yes
configure:4714: checking for sys/ptem.h
configure:4724: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:4721:10: fatal error: sys/ptem.h: No such file or directory
4721 | #include "confdefs.h"
| ^~~~~~~~~~~~
compilation terminated.
configure:4730: $? = 1
configure: failed program was:
#line 4720 "configure"
#include "confdefs.h"
#include <sys/ptem.h>
configure:4749: result: no
configure:4714: checking for sys/ttydefaults.h
configure:4724: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:4730: $? = 0
configure:4749: result: yes
configure:4714: checking for term.h
configure:4724: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:4730: $? = 0
configure:4749: result: yes
configure:4714: checking for termios.h
configure:4724: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:4730: $? = 0
configure:4749: result: yes
configure:4714: checking for unistd.h
configure:4724: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:4730: $? = 0
configure:4749: result: yes
configure:4714: checking for wchar.h
configure:4724: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:4730: $? = 0
configure:4749: result: yes
configure:4759: checking whether time.h and sys/time.h may both be included
configure:4781: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:4784: $? = 0
configure:4787: test -s conftest.o
configure:4790: $? = 0
configure:4800: result: yes
configure:4810: checking for nl_langinfo and CODESET
configure:4828: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:4831: $? = 0
configure:4834: test -s conftest
configure:4837: $? = 0
configure:4848: result: yes
configure:4860: checking for signal global datatype
configure:4896: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:4899: $? = 0
configure:4902: test -s conftest.o
configure:4905: $? = 0
configure:4919: result: volatile sig_atomic_t
configure:4926: checking for ANSI C header files
configure:4940: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:4946: $? = 0
configure:5033: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5036: $? = 0
configure:5038: ./conftest
configure:5041: $? = 0
configure:5054: result: yes
configure:5070: checking for sys/types.h
configure:5082: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5085: $? = 0
configure:5088: test -s conftest.o
configure:5091: $? = 0
configure:5101: result: yes
configure:5070: checking for sys/stat.h
configure:5082: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5085: $? = 0
configure:5088: test -s conftest.o
configure:5091: $? = 0
configure:5101: result: yes
configure:5070: checking for stdlib.h
configure:5101: result: yes
configure:5070: checking for string.h
configure:5082: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5085: $? = 0
configure:5088: test -s conftest.o
configure:5091: $? = 0
configure:5101: result: yes
configure:5070: checking for memory.h
configure:5082: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5085: $? = 0
configure:5088: test -s conftest.o
configure:5091: $? = 0
configure:5101: result: yes
configure:5070: checking for strings.h
configure:5082: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5085: $? = 0
configure:5088: test -s conftest.o
configure:5091: $? = 0
configure:5101: result: yes
configure:5070: checking for inttypes.h
configure:5082: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5085: $? = 0
configure:5088: test -s conftest.o
configure:5091: $? = 0
configure:5101: result: yes
configure:5070: checking for stdint.h
configure:5082: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5085: $? = 0
configure:5088: test -s conftest.o
configure:5091: $? = 0
configure:5101: result: yes
configure:5070: checking for unistd.h
configure:5101: result: yes
configure:5111: checking for time_t
configure:5132: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5135: $? = 0
configure:5138: test -s conftest.o
configure:5141: $? = 0
configure:5151: result: yes
configure:5163: checking for cc_t in <termios.h> or <termio.h>
configure:5190: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5193: $? = 0
configure:5196: test -s conftest.o
configure:5199: $? = 0
configure:5211: result: yes
configure:5218: checking for mode_t
configure:5239: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5242: $? = 0
configure:5245: test -s conftest.o
configure:5248: $? = 0
configure:5258: result: yes
configure:5270: checking for pid_t
configure:5291: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5294: $? = 0
configure:5297: test -s conftest.o
configure:5300: $? = 0
configure:5310: result: yes
configure:5322: checking for uid_t in sys/types.h
configure:5342: result: yes
configure:5356: checking for off_t
configure:5377: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5380: $? = 0
configure:5383: test -s conftest.o
configure:5386: $? = 0
configure:5396: result: yes
configure:5428: checking for gethostname
configure:5465: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5468: $? = 0
configure:5471: test -s conftest
configure:5474: $? = 0
configure:5484: result: yes
configure:5428: checking for getusershell
configure:5465: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5468: $? = 0
configure:5471: test -s conftest
configure:5474: $? = 0
configure:5484: result: yes
configure:5428: checking for endusershell
configure:5465: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5468: $? = 0
configure:5471: test -s conftest
configure:5474: $? = 0
configure:5484: result: yes
configure:5428: checking for getlogin
configure:5465: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5468: $? = 0
configure:5471: test -s conftest
configure:5474: $? = 0
configure:5484: result: yes
configure:5428: checking for initgroups
configure:5465: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5468: $? = 0
configure:5471: test -s conftest
configure:5474: $? = 0
configure:5484: result: yes
configure:5428: checking for mkdtemp
configure:5465: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5468: $? = 0
configure:5471: test -s conftest
configure:5474: $? = 0
configure:5484: result: yes
configure:5428: checking for putenv
configure:5465: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5468: $? = 0
configure:5471: test -s conftest
configure:5474: $? = 0
configure:5484: result: yes
configure:5428: checking for unsetenv
configure:5465: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5468: $? = 0
configure:5471: test -s conftest
configure:5474: $? = 0
configure:5484: result: yes
configure:5428: checking for sched_yield
configure:5465: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5468: $? = 0
configure:5471: test -s conftest
configure:5474: $? = 0
configure:5484: result: yes
configure:5428: checking for setpgid
configure:5465: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5468: $? = 0
configure:5471: test -s conftest
configure:5474: $? = 0
configure:5484: result: yes
configure:5428: checking for strftime
configure:5465: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5445:6: warning: conflicting types for built-in function 'strftime'; expected 'long unsigned int(char *, long unsigned int, const char *, const void *)' [-Wbuiltin-declaration-mismatch]
5445 | builtin and then its argument prototype would still apply. */
| ^~~~~~~~
configure:5437:1: note: 'strftime' is declared in header '<time.h>'
5436 | #define $ac_func autoconf_temporary
+++ |+#include <time.h>
5437 | #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
configure:5468: $? = 0
configure:5471: test -s conftest
configure:5474: $? = 0
configure:5484: result: yes
configure:5428: checking for tcgetattr
configure:5465: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5468: $? = 0
configure:5471: test -s conftest
configure:5474: $? = 0
configure:5484: result: yes
configure:5428: checking for waitpid
configure:5465: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5468: $? = 0
configure:5471: test -s conftest
configure:5474: $? = 0
configure:5484: result: yes
configure:5428: checking for wcswidth
configure:5465: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5468: $? = 0
configure:5471: test -s conftest
configure:5474: $? = 0
configure:5484: result: yes
configure:5428: checking for wcwidth
configure:5465: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5468: $? = 0
configure:5471: test -s conftest
configure:5474: $? = 0
configure:5484: result: yes
configure:5497: checking for lastlog.h
configure:5507: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:5513: $? = 0
configure:5532: result: yes
configure:5497: checking for paths.h
configure:5507: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:5513: $? = 0
configure:5532: result: yes
configure:5542: checking for lastlog path
configure:5569: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5572: $? = 0
configure:5575: test -s conftest.o
configure:5578: $? = 0
configure:5593: result: _PATH_LASTLOG
configure:5600: checking for utmp implementation
configure:5633: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5621:18: error: conflicting types for 'getutxent'; have 'struct utmp *(void)'
5621 | main (void)
| ^
In file included from configure:5620:
/usr/include/utmpx.h:65:22: note: previous declaration of 'getutxent' with type 'struct utmpx *(void)'
65 | extern struct utmpx *getutxent (void);
| ^~~~~~~~~
configure:5636: $? = 1
configure: failed program was:
#line 5617 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <utmpx.h>
#define getutent getutxent
#ifdef USE_LASTLOG
#include <lastlog.h> /* may conflict with utmpx.h on Linux */
#endif
int
main (void)
{
struct utmpx x;
char *name = x.ut_name; /* utmp.h and compatible definitions */
(void)x;
(void)name;
;
return 0;
}
configure:5667: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5655:18: error: conflicting types for 'getutxent'; have 'struct utmp *(void)'
5655 | main (void)
| ^
In file included from configure:5654:
/usr/include/utmpx.h:65:22: note: previous declaration of 'getutxent' with type 'struct utmpx *(void)'
65 | extern struct utmpx *getutxent (void);
| ^~~~~~~~~
configure:5670: $? = 1
configure: failed program was:
#line 5651 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <utmpx.h>
#define getutent getutxent
#ifdef USE_LASTLOG
#include <lastlog.h> /* may conflict with utmpx.h on Linux */
#endif
int
main (void)
{
struct utmpx x;
char *name = x.ut_user; /* utmpx.h must declare this */
(void)x;
(void)name;
;
return 0;
}
configure:5633: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5636: $? = 0
configure:5639: test -s conftest.o
configure:5642: $? = 0
configure:5691: result: utmp
configure:5706: checking if utmp.ut_host is declared
configure:5730: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5733: $? = 0
configure:5736: test -s conftest.o
configure:5739: $? = 0
configure:5751: result: yes
configure:5761: checking if utmp.ut_syslen is declared
configure:5785: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure: In function 'main':
configure:5776:12: error: 'struct utmp' has no member named 'ut_syslen'
5776 | struct $cf_cv_have_utmp x;
| ^
configure:5788: $? = 1
configure: failed program was:
#line 5768 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <utmp.h>
int
main (void)
{
struct utmp x;
int y = x.ut_syslen;
(void)x;
(void)y
;
return 0;
}
configure:5806: result: no
configure:5816: checking if utmp.ut_name is declared
configure:5849: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5852: $? = 0
configure:5855: test -s conftest.o
configure:5858: $? = 0
configure:5870: result: ut_name
configure:5890: checking for exit-status in utmp
configure:5920: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure: In function 'main':
configure:5911:22: error: 'struct exit_status' has no member named '__e_exit'; did you mean 'e_exit'?
5911 | struct $cf_cv_have_utmp x;
| ^~~~~
| e_exit
configure:5923: $? = 1
configure: failed program was:
#line 5903 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <utmp.h>
int
main (void)
{
struct utmp x;
long y = x.ut_exit.__e_exit = 0;
(void)x;
(void)y
;
return 0;
}
configure:5920: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5923: $? = 0
configure:5926: test -s conftest.o
configure:5929: $? = 0
configure:5942: result: ut_exit.e_exit
configure:5958: checking if utmp.ut_xtime is declared
configure:5982: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:5985: $? = 0
configure:5988: test -s conftest.o
configure:5991: $? = 0
configure:6038: result: yes
configure:6057: checking if utmp.ut_session is declared
configure:6081: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:6084: $? = 0
configure:6087: test -s conftest.o
configure:6090: $? = 0
configure:6101: result: yes
configure:6112: checking if utmp is SYSV flavor
configure:6139: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:6142: $? = 0
configure:6145: test -s conftest
configure:6148: $? = 0
configure:6159: result: yes
configure:6171: checking for lastlog.h
configure:6206: result: yes
configure:6216: checking for struct lastlog
configure:6241: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:6244: $? = 0
configure:6246: ./conftest
configure:6249: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 6227 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <time.h>
#include <lastlog.h>
int main(void)
{
struct lastlog data;
return (sizeof(data.ll_time) != sizeof(time_t));
}
configure:6263: result: no
configure:6276: checking for sys/param.h
configure:6286: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:6292: $? = 0
configure:6311: result: yes
configure:6321: checking if POSIX saved-ids are supported
configure:6358: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:6361: $? = 0
configure:6364: test -s conftest
configure:6367: $? = 0
configure:6419: result: yes
configure:6458: checking for termcap.h
configure:6468: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:6474: $? = 0
configure:6493: result: yes
configure:6503: checking if we want full tgetent function
configure:6520: result: yes
configure:6529: checking for full tgetent function
configure:6585: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
/bin/ld: /tmp/ccol5N2X.o: in function `main':
/var/db/kiss/repos/kiss-mfavila/ports/xterm/xterm-359/configure:6580: undefined reference to `tgetent'
collect2: error: ld returned 1 exit status
configure:6588: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 6567 "configure"
#include "confdefs.h"
#ifdef HAVE_TERMCAP_H
#include <termcap.h>
#endif
/* terminfo implementations ignore the buffer argument, making it useless for
* the xterm application, which uses this information to make a new TERMCAP
* environment variable.
*/
int main(void)
{
char buffer[1024];
buffer[0] = 0;
tgetent(buffer, "vt100");
return (buffer[0] == 0); }
no, there is no termcap/tgetent in
configure:6585: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lotermcap >&5
/bin/ld: cannot find -lotermcap
collect2: error: ld returned 1 exit status
configure:6588: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 6567 "configure"
#include "confdefs.h"
#ifdef HAVE_TERMCAP_H
#include <termcap.h>
#endif
/* terminfo implementations ignore the buffer argument, making it useless for
* the xterm application, which uses this information to make a new TERMCAP
* environment variable.
*/
int main(void)
{
char buffer[1024];
buffer[0] = 0;
tgetent(buffer, "vt100");
return (buffer[0] == 0); }
no, there is no termcap/tgetent in otermcap
configure:6585: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -ltermcap >&5
/bin/ld: cannot find -ltermcap
collect2: error: ld returned 1 exit status
configure:6588: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 6567 "configure"
#include "confdefs.h"
#ifdef HAVE_TERMCAP_H
#include <termcap.h>
#endif
/* terminfo implementations ignore the buffer argument, making it useless for
* the xterm application, which uses this information to make a new TERMCAP
* environment variable.
*/
int main(void)
{
char buffer[1024];
buffer[0] = 0;
tgetent(buffer, "vt100");
return (buffer[0] == 0); }
no, there is no termcap/tgetent in termcap
configure:6585: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -ltermlib >&5
/bin/ld: cannot find -ltermlib
collect2: error: ld returned 1 exit status
configure:6588: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 6567 "configure"
#include "confdefs.h"
#ifdef HAVE_TERMCAP_H
#include <termcap.h>
#endif
/* terminfo implementations ignore the buffer argument, making it useless for
* the xterm application, which uses this information to make a new TERMCAP
* environment variable.
*/
int main(void)
{
char buffer[1024];
buffer[0] = 0;
tgetent(buffer, "vt100");
return (buffer[0] == 0); }
no, there is no termcap/tgetent in termlib
configure:6585: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lncurses >&5
configure:6588: $? = 0
configure:6590: ./conftest
configure:6593: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 6567 "configure"
#include "confdefs.h"
#ifdef HAVE_TERMCAP_H
#include <termcap.h>
#endif
/* terminfo implementations ignore the buffer argument, making it useless for
* the xterm application, which uses this information to make a new TERMCAP
* environment variable.
*/
int main(void)
{
char buffer[1024];
buffer[0] = 0;
tgetent(buffer, "vt100");
return (buffer[0] == 0); }
no, there is no termcap/tgetent in ncurses
configure:6585: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lcurses >&5
configure:6588: $? = 0
configure:6590: ./conftest
configure:6593: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 6567 "configure"
#include "confdefs.h"
#ifdef HAVE_TERMCAP_H
#include <termcap.h>
#endif
/* terminfo implementations ignore the buffer argument, making it useless for
* the xterm application, which uses this information to make a new TERMCAP
* environment variable.
*/
int main(void)
{
char buffer[1024];
buffer[0] = 0;
tgetent(buffer, "vt100");
return (buffer[0] == 0); }
no, there is no termcap/tgetent in curses
configure:6614: result: no
configure:6739: checking for partial tgetent function
configure:6761: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lotermcap >&5
configure: In function 'main':
configure:6754:1: warning: implicit declaration of function 'tgetent' [-Wimplicit-function-declaration]
6754 | {
| ^
/bin/ld: cannot find -lotermcap
collect2: error: ld returned 1 exit status
configure:6764: $? = 1
configure: failed program was:
#line 6749 "configure"
#include "confdefs.h"
int
main (void)
{
tgetent(0, "vt100")
;
return 0;
}
configure:6761: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -ltermcap >&5
configure: In function 'main':
configure:6754:1: warning: implicit declaration of function 'tgetent' [-Wimplicit-function-declaration]
6754 | {
| ^
/bin/ld: cannot find -ltermcap
collect2: error: ld returned 1 exit status
configure:6764: $? = 1
configure: failed program was:
#line 6749 "configure"
#include "confdefs.h"
int
main (void)
{
tgetent(0, "vt100")
;
return 0;
}
configure:6761: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -ltermlib >&5
configure: In function 'main':
configure:6754:1: warning: implicit declaration of function 'tgetent' [-Wimplicit-function-declaration]
6754 | {
| ^
/bin/ld: cannot find -ltermlib
collect2: error: ld returned 1 exit status
configure:6764: $? = 1
configure: failed program was:
#line 6749 "configure"
#include "confdefs.h"
int
main (void)
{
tgetent(0, "vt100")
;
return 0;
}
configure:6761: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lncurses >&5
configure: In function 'main':
configure:6754:1: warning: implicit declaration of function 'tgetent' [-Wimplicit-function-declaration]
6754 | {
| ^
configure:6764: $? = 0
configure:6767: test -s conftest
configure:6770: $? = 0
there is a terminfo/tgetent in ncurses
configure:6784: result: -lncurses
configure:6808: checking for termcap.h
configure:6843: result: yes
configure:6863: checking for X applications class
configure:6889: result: XTerm
configure:6892: checking for directory to install resource files
configure:6964: result: ${exec_prefix}/lib/X11/app-defaults
configure:6975: checking for the icon name
configure:6991: result: mini.xterm
configure:6994: checking for icon symlink to use
configure:7013: result: NONE
configure:7029: testing adding icons/filled-xterm to icon-list ...
configure:7029: testing adding icons/mini.xterm to icon-list ...
configure:7036: testing adding icons/mini.xterm_48x48 to icon-list ...
configure:7029: testing adding icons/xterm-color to icon-list ...
configure:7029: testing adding icons/xterm to icon-list ...
configure:7042: checking for directory to install pixmaps
configure:7100: result: ${datadir}/pixmaps
configure:7111: checking for directory to install icons
configure:7169: result: no
configure:7180: checking if icon theme should be used
configure:7198: result: no
configure:7231: checking for icon(s) to install
configure:7237: testing using .svg .png .xpm ...
configure:7312: result: icons/mini.xterm_48x48.png icons/mini.xterm_48x48.xpm
configure:7322: checking for icon name
configure:7324: result: mini.xterm
configure:7328: checking if you want to install desktop files
configure:7345: result: yes
configure:7352: checking for desktop-file-install
configure:7376: result: no
configure:7480: checking for install-permissions reference
configure:7490: result: xterm
configure:7495: checking for PATH separator
configure:7502: result: :
configure:7510: checking for xterm
configure:7527: found /bin/xterm
configure:7538: result: /bin/xterm
configure:7600: testing defining path for /bin/xterm ...
configure:7621: checking for symbolic link to create to xterm
configure:7631: result: xterm
configure:7640: checking if you want to disable openpty
configure:7657: result: no
configure:7660: checking if you want to disable setuid
configure:7677: result: no
configure:7680: checking if you want to disable setgid
configure:7697: result: no
configure:7700: checking if you want to run xterm setuid to a given user
configure:7710: result: no
configure:7723: checking if you want to run xterm setgid to match utmp/utmpx file
configure:7733: result: no
configure:7806: checking if you want to link with utempter
configure:7816: result: no
configure:7931: checking if external errno is declared
configure:7956: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:7959: $? = 0
configure:7962: test -s conftest.o
configure:7965: $? = 0
configure:7976: result: yes
configure:7991: checking if external errno exists
configure:8013: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lncurses >&5
/bin/ld: errno: TLS definition in /usr/lib/libc.so.6 section .tbss mismatches non-TLS reference in /tmp/ccc7phrT.o
/bin/ld: /usr/lib/libc.so.6: error adding symbols: bad value
collect2: error: ld returned 1 exit status
configure:8016: $? = 1
configure: failed program was:
#line 7998 "configure"
#include "confdefs.h"
#undef errno
extern int errno;
int
main (void)
{
errno = 2
;
return 0;
}
configure:8033: result: no
configure:8046: checking for explicit tty group name
configure:8058: result: auto...
configure:8062: checking for tty group name
configure:8115: result: midfavil
configure:8135: checking if we may use the midfavil group
configure:8174: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lncurses >&5
configure:8177: $? = 0
configure:8179: ./conftest
configure:8182: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 8148 "configure"
#include "confdefs.h"
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <grp.h>
int main(void)
{
struct stat sb;
struct group *ttygrp = getgrnam(TTY_GROUP_NAME);
char *name = ttyname(0);
endgrent();
if (ttygrp != 0
&& name != 0
&& stat(name, &sb) == 0
&& sb.st_gid != getgid()
&& sb.st_gid == ttygrp->gr_gid) {
return (0);
}
return (1);
}
configure:8200: result: no
configure:8204: WARNING: Cannot use midfavil group
configure:8215: checking for X
configure:8323: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:8329: $? = 0
configure:8431: result: libraries /usr/lib64, headers
configure:8570: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lncurses -L/usr/lib64 -lX11 >&5
configure:8573: $? = 0
configure:8576: test -s conftest
configure:8579: $? = 0
configure:8705: checking for gethostbyname
configure:8742: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lncurses >&5
configure:8745: $? = 0
configure:8748: test -s conftest
configure:8751: $? = 0
configure:8761: result: yes
configure:8882: checking for connect
configure:8919: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lncurses >&5
configure:8922: $? = 0
configure:8925: test -s conftest
configure:8928: $? = 0
configure:8938: result: yes
configure:8998: checking for remove
configure:9035: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lncurses >&5
configure:9038: $? = 0
configure:9041: test -s conftest
configure:9044: $? = 0
configure:9054: result: yes
configure:9114: checking for shmat
configure:9151: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lncurses >&5
configure:9154: $? = 0
configure:9157: test -s conftest
configure:9160: $? = 0
configure:9170: result: yes
configure:9239: checking for IceConnectionNumber in -lICE
configure:9266: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -L/usr/lib64 conftest.c -lICE -lncurses >&5
configure:9269: $? = 0
configure:9272: test -s conftest
configure:9275: $? = 0
configure:9286: result: yes
configure:9296: checking for sys/wait.h that is POSIX.1 compatible
configure:9324: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:9327: $? = 0
configure:9330: test -s conftest.o
configure:9333: $? = 0
configure:9343: result: yes
configure:9353: checking for POSIX wait functions
configure:9385: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lncurses >&5
configure:9388: $? = 0
configure:9391: test -s conftest
configure:9394: $? = 0
configure:9405: result: yes
configure:9412: checking if external sys_nerr is declared
configure:9437: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure: In function 'main':
configure:9430:15: error: 'sys_nerr' undeclared (first use in this function)
9430 | {
| ^
configure:9430:15: note: each undeclared identifier is reported only once for each function it appears in
configure:9440: $? = 1
configure: failed program was:
#line 9419 "configure"
#include "confdefs.h"
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#include <stdio.h>
#include <sys/types.h>
#include <errno.h>
int
main (void)
{
int x = (int) sys_nerr; (void)x
;
return 0;
}
configure:9457: result: no
configure:9472: checking if external sys_nerr exists
configure:9494: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lncurses >&5
/bin/ld: /tmp/ccZOGNLH.o: warning: relocation against `sys_nerr' in read-only section `.text.startup'
/bin/ld: /tmp/ccZOGNLH.o: in function `main':
/var/db/kiss/repos/kiss-mfavila/ports/xterm/xterm-359/configure:9487: undefined reference to `sys_nerr'
/bin/ld: warning: creating DT_TEXTREL in a PIE
collect2: error: ld returned 1 exit status
configure:9497: $? = 1
configure: failed program was:
#line 9479 "configure"
#include "confdefs.h"
#undef sys_nerr
extern int sys_nerr;
int
main (void)
{
sys_nerr = 2
;
return 0;
}
configure:9514: result: no
configure:9527: checking if external sys_errlist is declared
configure:9552: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure: In function 'main':
configure:9545:15: error: 'sys_errlist' undeclared (first use in this function)
9545 | {
| ^
configure:9545:15: note: each undeclared identifier is reported only once for each function it appears in
configure:9555: $? = 1
configure: failed program was:
#line 9534 "configure"
#include "confdefs.h"
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#include <stdio.h>
#include <sys/types.h>
#include <errno.h>
int
main (void)
{
int x = (int) sys_errlist; (void)x
;
return 0;
}
configure:9572: result: no
configure:9587: checking if external sys_errlist exists
configure:9609: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lncurses >&5
/bin/ld: /tmp/ccgu9C5I.o: warning: relocation against `sys_errlist' in read-only section `.text.startup'
/bin/ld: /tmp/ccgu9C5I.o: in function `main':
/var/db/kiss/repos/kiss-mfavila/ports/xterm/xterm-359/configure:9602: undefined reference to `sys_errlist'
/bin/ld: warning: creating DT_TEXTREL in a PIE
collect2: error: ld returned 1 exit status
configure:9612: $? = 1
configure: failed program was:
#line 9594 "configure"
#include "confdefs.h"
#undef sys_errlist
extern int sys_errlist;
int
main (void)
{
sys_errlist = 2
;
return 0;
}
configure:9629: result: no
configure:9665: checking for termios.h
configure:9700: result: yes
configure:9665: checking for stdlib.h
configure:9700: result: yes
configure:9665: checking for X11/Intrinsic.h
configure:9675: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:9681: $? = 0
configure:9700: result: yes
configure:9710: checking if we should define SYSV
configure:9761: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:9736:10: fatal error: sys/termio.h: No such file or directory
9736 | #include <errno.h> /* declare sys_errlist on older systems */
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:9764: $? = 1
configure: failed program was:
#line 9717 "configure"
#include "confdefs.h"
#undef SYSV
#define SYSV 1 /* get Xos.h to declare sys_errlist[] */
#ifdef HAVE_STDLIB_H
#include <stdlib.h> /* look for wchar_t */
#endif
#ifdef HAVE_X11_INTRINSIC_H
#include <X11/Intrinsic.h> /* Intrinsic.h has other traps... */
#endif
#ifdef HAVE_TERMIOS_H /* needed for HPUX 10.20 */
#include <termios.h>
#define STRUCT_TERMIOS struct termios
#else
#define STRUCT_TERMIOS struct termio
#endif
#include <curses.h>
#include <term.h> /* eliminate most BSD hacks */
#include <errno.h> /* declare sys_errlist on older systems */
#include <sys/termio.h> /* eliminate most of the remaining ones */
int
main (void)
{
static STRUCT_TERMIOS d_tio;
d_tio.c_cc[VINTR] = 0;
d_tio.c_cc[VQUIT] = 0;
d_tio.c_cc[VERASE] = 0;
d_tio.c_cc[VKILL] = 0;
d_tio.c_cc[VEOF] = 0;
d_tio.c_cc[VEOL] = 0;
d_tio.c_cc[VMIN] = 0;
d_tio.c_cc[VTIME] = 0;
#if defined(HAVE_SYS_ERRLIST) && !defined(DECL_SYS_ERRLIST)
sys_errlist[0] = ""; /* Cygwin mis-declares this */
#endif
;
return 0;
}
configure:9781: result: no
configure:9792: checking for elf_begin in -lelf
configure:9819: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lelf -lncurses >&5
configure:9822: $? = 0
configure:9825: test -s conftest
configure:9828: $? = 0
configure:9839: result: yes
configure:9843: checking if this is an SVR4 system
configure:9879: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:9856:10: fatal error: sys/termio.h: No such file or directory
9856 | #include <elf.h>
| ^~~~~~~
compilation terminated.
configure:9882: $? = 1
configure: failed program was:
#line 9850 "configure"
#include "confdefs.h"
#if defined(__CYGWIN__)
make an error
#endif
#include <elf.h>
#include <sys/termio.h>
int
main (void)
{
static struct termio d_tio;
d_tio.c_cc[VINTR] = 0;
d_tio.c_cc[VQUIT] = 0;
d_tio.c_cc[VERASE] = 0;
d_tio.c_cc[VKILL] = 0;
d_tio.c_cc[VEOF] = 0;
d_tio.c_cc[VEOL] = 0;
d_tio.c_cc[VMIN] = 0;
d_tio.c_cc[VTIME] = 0;
d_tio.c_cc[VLNEXT] = 0;
;
return 0;
}
configure:9899: result: no
configure:9909: checking if you want to use pkg-config
configure:9919: result: yes
configure:9971: checking for pkg-config
configure:9988: found /bin/pkg-config
configure:10000: result: /bin/pkg-config
configure:10623: testing found package xt ...
configure:10629: testing package xt CFLAGS: ...
configure:10633: testing package xt LIBS: -lXt -lX11 ...
configure:10958: checking for usable X Toolkit package
configure:10980: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lXt -lX11 -lSM -lICE -lncurses >&5
configure:10983: $? = 0
configure:10986: test -s conftest
configure:10989: $? = 0
configure:10999: result: yes
configure:11745: checking for X11/DECkeysym.h
configure:11755: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:11761: $? = 0
configure:11780: result: yes
configure:11745: checking for X11/Sunkeysym.h
configure:11755: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:11761: $? = 0
configure:11780: result: yes
configure:11745: checking for X11/XF86keysym.h
configure:11755: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:11761: $? = 0
configure:11780: result: yes
configure:11745: checking for X11/XKBlib.h
configure:11755: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:11761: $? = 0
configure:11780: result: yes
configure:11745: checking for X11/TranslateI.h
configure:11755: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:11761: $? = 0
configure:11780: result: yes
configure:11745: checking for X11/Xpoll.h
configure:11755: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:11761: $? = 0
configure:11780: result: yes
configure:11745: checking for X11/extensions/XKB.h
configure:11755: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:11761: $? = 0
configure:11780: result: yes
configure:11795: checking if you want to use the Xpm library for colored icon
configure:11805: result: yes
configure:11813: checking for X11/xpm.h
configure:11823: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:11829: $? = 0
configure:11848: result: yes
configure:11852: checking for XpmCreatePixmapFromData in -lXpm
configure:11879: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lXpm -lX11 -L/usr/lib64 -lXt -lX11 -lSM -lICE -lncurses >&5
configure:11882: $? = 0
configure:11885: test -s conftest
configure:11888: $? = 0
configure:11899: result: yes
configure:11919: checking if you want to use the Xinerama extension
configure:11929: result: yes
configure:11936: testing found package xinerama ...
configure:11942: testing package xinerama CFLAGS: ...
configure:11946: testing package xinerama LIBS: -lXinerama ...
configure:12195: checking if you want to link with Xaw 3d library
configure:12209: result: no
configure:12213: checking if you want to link with Xaw 3d xft library
configure:12227: result: no
configure:12231: checking if you want to link with neXT Athena library
configure:12242: result: yes
configure:12249: checking if you want to link with Athena-Plus library
configure:12263: result: no
configure:12808: checking for XextCreateExtension in -lXext
configure:12835: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:12838: $? = 0
configure:12841: test -s conftest
configure:12844: $? = 0
configure:12855: result: yes
configure:13445: testing found package xt ...
configure:13451: testing package xt CFLAGS: ...
configure:13455: testing package xt LIBS: -lXt -lX11 ...
configure:13780: checking for usable X Toolkit package
configure:13821: result: yes
configure:14592: checking for X11/neXtaw/SimpleMenu.h
configure:14610: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:14613: $? = 0
configure:14616: test -s conftest.o
configure:14619: $? = 0
configure:14628: result: yes
configure:14709: checking for XawSimpleMenuAddGlobalActions in -lneXtaw -lXmu
configure:14728: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses -lSM -lICE -L/usr/lib64 >&5
configure:14731: $? = 0
configure:14734: test -s conftest
configure:14737: $? = 0
configure:14746: result: yes
configure:14795: checking for X11/Xpoll.h
configure:14830: result: yes
configure:14840: checking for declaration of fd_set
configure:14846: testing sys/types alone ...
configure:14862: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:14865: $? = 0
configure:14868: test -s conftest.o
configure:14871: $? = 0
configure:14952: result: sys/types.h
configure:14962: checking for declaration of fd_mask
configure:15041: result: sys/types.h
configure:15051: checking for IRIX 6.5 baud-rate redefinitions
configure:15077: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:15061:10: fatal error: sys/termio.h: No such file or directory
15061 | #include <sys/types.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:15080: $? = 1
configure: failed program was:
#line 15058 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/termio.h>
int
main (void)
{
struct termio foo;
foo.c_ispeed = B38400;
foo.c_ospeed = B9600;
(void)foo;
;
return 0;
}
configure:15098: result: no
configure:15105: checking for termios type tcflag_t
configure:15125: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:15128: $? = 0
configure:15131: test -s conftest.o
configure:15134: $? = 0
configure:15145: result: yes
configure:15152: checking for termios type speed_t
configure:15172: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:15175: $? = 0
configure:15178: test -s conftest.o
configure:15181: $? = 0
configure:15192: result: yes
configure:15199: checking for termios type cc_t
configure:15219: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:15222: $? = 0
configure:15225: test -s conftest.o
configure:15228: $? = 0
configure:15239: result: yes
configure:15247: checking for XcursorGetTheme in -lXcursor
configure:15274: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lXcursor -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:15277: $? = 0
configure:15280: test -s conftest
configure:15283: $? = 0
configure:15294: result: yes
configure:15311: checking for stropts.h
configure:15321: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:15318:10: fatal error: stropts.h: No such file or directory
15318 | #include "confdefs.h"
| ^~~~~~~~~~~
compilation terminated.
configure:15327: $? = 1
configure: failed program was:
#line 15317 "configure"
#include "confdefs.h"
#include <stropts.h>
configure:15346: result: no
configure:15376: checking for grantpt
configure:15413: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:15416: $? = 0
configure:15419: test -s conftest
configure:15422: $? = 0
configure:15432: result: yes
configure:15376: checking for ptsname
configure:15413: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:15416: $? = 0
configure:15419: test -s conftest
configure:15422: $? = 0
configure:15432: result: yes
configure:15376: checking for posix_openpt
configure:15413: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:15416: $? = 0
configure:15419: test -s conftest
configure:15422: $? = 0
configure:15432: result: yes
configure:15444: checking if grantpt really works
configure:15548: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:15551: $? = 0
configure:15554: test -s conftest
configure:15557: $? = 0
configure:15663: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:15666: $? = 0
configure:15668: ./conftest
configure:15671: $? = 0
configure:15690: result: yes
configure:15696: checking for pty features
configure:15712: testing pty feature test 4:5 ...
configure:15821: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:15824: $? = 0
configure:15826: ./conftest
configure:15829: $? = 0
configure:15712: testing pty feature test 5:5 ...
configure:15821: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:15824: $? = 0
configure:15826: ./conftest
configure:15829: $? = 0
configure:15712: testing pty feature test 6:5 ...
configure:15821: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:15824: $? = 0
configure:15826: ./conftest
configure:15829: $? = 0
configure:15880: result: pty_isatty pty_tcsetattr tty_tcsetattr
configure:15893: checking for openpty in -lutil
configure:15920: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lutil -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:15923: $? = 0
configure:15926: test -s conftest
configure:15929: $? = 0
configure:15940: result: yes
configure:15963: checking for util.h
configure:15973: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:15970:10: fatal error: util.h: No such file or directory
15970 | #include "confdefs.h"
| ^~~~~~~~
compilation terminated.
configure:15979: $? = 1
configure: failed program was:
#line 15969 "configure"
#include "confdefs.h"
#include <util.h>
configure:15998: result: no
configure:15963: checking for libutil.h
configure:15973: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:15970:10: fatal error: libutil.h: No such file or directory
15970 | #include "confdefs.h"
| ^~~~~~~~~~~
compilation terminated.
configure:15979: $? = 1
configure: failed program was:
#line 15969 "configure"
#include "confdefs.h"
#include <libutil.h>
configure:15998: result: no
configure:15963: checking for pty.h
configure:15973: gcc -E -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c
configure:15979: $? = 0
configure:15998: result: yes
configure:16041: testing will rely upon openpty ...
configure:16045: checking if we can use XkbQueryExtension
configure:16081: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:16084: $? = 0
configure:16087: test -s conftest.o
configure:16090: $? = 0
configure:16105: result: yes
configure:16114: checking for XkbQueryExtension
configure:16151: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lutil -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:16154: $? = 0
configure:16157: test -s conftest
configure:16160: $? = 0
configure:16170: result: yes
configure:16182: checking if we can use XkbKeycodeToKeysym
configure:16207: gcc -c -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c >&5
configure:16210: $? = 0
configure:16213: test -s conftest.o
configure:16216: $? = 0
configure:16231: result: yes
configure:16240: checking for XkbKeycodeToKeysym
configure:16277: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lutil -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:16280: $? = 0
configure:16283: test -s conftest
configure:16286: $? = 0
configure:16296: result: yes
configure:16324: checking for XKB Bell extension
configure:16352: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lutil -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses -lSM -lICE -L/usr/lib64 >&5
configure: In function 'main':
configure:16344:31: warning: passing argument 2 of 'XkbBell' makes integer from pointer without a cast [-Wint-conversion]
16344 | (void)x;
| ^
| |
| struct _WidgetRec *
In file included from configure:16334:
/usr/include/X11/XKBlib.h:457:9: note: expected 'Window' {aka 'long unsigned int'} but argument is of type 'struct _WidgetRec *'
457 | Window /* win */,
| ^~~~~~
configure:16355: $? = 0
configure:16358: test -s conftest
configure:16361: $? = 0
configure:16372: result: yes
configure:16386: checking for Xutf8LookupString
configure:16423: gcc -o conftest -g -O2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 conftest.c -lutil -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:16426: $? = 0
configure:16429: test -s conftest
configure:16432: $? = 0
configure:16442: result: yes
configure:16458: checking if you want narrow prototypes for X libraries
configure:16484: result: yes
configure:16487: checking if we should use imake to help
configure:16504: result: yes
configure:16513: checking for xmkmf
configure:16530: found /bin/xmkmf
configure:16541: result: /bin/xmkmf
configure:16604: testing Using /bin/xmkmf ...
configure:16699: testing IMAKE_CFLAGS -I. -I/usr/include/freetype2 -I/usr/include/freetype2/config -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DUSE_TERMINFO -DHAVE_TIGETSTR -DHAVE_TERM_H -DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS -DOPT_LUIT_PROG -DXRENDERFONT -DXFREE86_FT2 -DPROJECTROOT='"/usr"' -D_DEFAULT_SOURCE -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600 -DUTMP -DUSE_TTY_GROUP -DOSMAJORVERSION=5 -DOSMINORVERSION=11 -D__vendorversion__='"Version 7.7.0 X.Org"' -I/usr/include ...
configure:16703: testing IMAKE_LOADFLAGS ...
configure:16959: checking for groff
configure:16976: found /bin/groff
configure:16988: result: /bin/groff
configure:16999: checking for nroff
configure:17016: found /bin/nroff
configure:17027: result: /bin/nroff
configure:17040: checking for tbl
configure:17057: found /bin/tbl
configure:17069: result: /bin/tbl
configure:17092: checking for man2html
configure:17121: result: no
configure:17148: checking for program to convert manpage to html
configure:17207: result: /bin/groff
configure:17356: testing removing terminfo flags from IMAKE_CFLAGS ...
configure:17361: testing ...result -I. -I/usr/include/freetype2 -I/usr/include/freetype2/config -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DHAVE_TERM_H -DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS -DOPT_LUIT_PROG -DXRENDERFONT -DXFREE86_FT2 -DPROJECTROOT='"/usr"' -D_DEFAULT_SOURCE -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600 -DUTMP -DUSE_TTY_GROUP -DOSMAJORVERSION=5 -DOSMINORVERSION=11 -D__vendorversion__='"Version 7.7.0 X.Org"' -I/usr/include ...
configure:17365: testing removing terminfo flags from CPPFLAGS ...
configure:17370: testing ...result -I. -I/usr/include/freetype2 -I/usr/include/freetype2/config -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DHAVE_TERM_H -DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS -DOPT_LUIT_PROG -DXRENDERFONT -DXFREE86_FT2 -D_DEFAULT_SOURCE -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600 -DUTMP -DUSE_TTY_GROUP -DOSMAJORVERSION=5 -DOSMINORVERSION=11 -I/usr/include ...
configure:17376: checking for default terminal-id
configure:17386: result: vt420
configure:17397: checking for default terminal-type
configure:17407: result: xterm
configure:17415: checking if backarrow-key should be BS
configure:17433: result: yes
configure:17454: checking if backarrow-key should be treated as erase
configure:17472: result: no
configure:17493: checking for default backspace/DEL setting
configure:17504: result: maybe
configure:17525: checking for default pty initial erase setting
configure:17536: result: False
configure:17557: checking if alt should send ESC
configure:17575: result: no
configure:17596: checking if meta should send ESC
configure:17614: result: no
configure:17638: checking for tic
configure:17653: found /bin/tic
configure:17662: result: yes
configure:17681: checking for private terminfo-directory
configure:17691: result: none
configure:17746: checking if you want active-icons
configure:17763: result: yes
configure:17773: checking if you want ANSI color
configure:17790: result: yes
configure:17799: checking if you want 16 colors like aixterm
configure:17816: result: yes
configure:17823: checking if you want 256 colors
configure:17840: result: yes
configure:17852: checking if you want direct-color support
configure:17869: result: yes
configure:17914: checking if you want blinking cursor
configure:17931: result: yes
configure:17938: checking if you want to ignore Linux's broken palette-strings
configure:17962: result: yes
configure:17978: checking if you want to allow broken string-terminators
configure:17995: result: yes
configure:18002: checking if you want to compile-in icon data
configure:18019: result: no
configure:18026: checking if you want printable 128-159
configure:18043: result: yes
configure:18052: checking if you want bold colors mapped like IBM PC
configure:18069: result: yes
configure:18076: checking if you want separate color-classes
configure:18093: result: yes
configure:18100: checking if you want color-mode enabled by default
configure:18117: result: yes
configure:18126: checking if you want support for color highlighting
configure:18143: result: yes
configure:18150: checking if you want support for doublesize characters
configure:18167: result: yes
configure:18174: checking if you want fallback-support for box characters
configure:18191: result: yes
configure:18198: checking if you want to allow spawning new xterms
configure:18215: result: no
configure:18391: checking for XextCreateExtension in -lXext
configure:18438: result: yes
configure:18462: checking for X11/extensions/Xdbe.h
configure:18472: gcc -E -I. -I/usr/include/freetype2 -I/usr/include/freetype2/config -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DHAVE_TERM_H -DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS -DOPT_LUIT_PROG -DXRENDERFONT -DXFREE86_FT2 -D_DEFAULT_SOURCE -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600 -DUTMP -DUSE_TTY_GROUP -DOSMAJORVERSION=5 -DOSMINORVERSION=11 -I/usr/include conftest.c
configure:18478: $? = 0
configure:18497: result: yes
configure:18505: checking for XdbeSwapBuffers
configure:18542: gcc -o conftest -g -O2 -I. -I/usr/include/freetype2 -I/usr/include/freetype2/config -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DHAVE_TERM_H -DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS -DOPT_LUIT_PROG -DXRENDERFONT -DXFREE86_FT2 -D_DEFAULT_SOURCE -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600 -DUTMP -DUSE_TTY_GROUP -DOSMAJORVERSION=5 -DOSMINORVERSION=11 -I/usr/include conftest.c -lutil -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:18545: $? = 0
configure:18548: test -s conftest
configure:18551: $? = 0
configure:18561: result: yes
configure:18576: checking if you want to enable double-buffering in default resources
configure:18593: result: no
configure:18605: checking if you want to use FreeType library
configure:18622: result: yes
configure:18632: checking for FreeType configuration script
configure:18644: result: auto
configure:18824: checking for FreeType config
configure:18826: result: /bin/pkg-config xft
configure:18830: checking for /bin/pkg-config cflags
configure:18833: result: -I/usr/include/freetype2 -I/usr/include/libpng16
configure:18838: checking for /bin/pkg-config libs
configure:18841: result: -lXft
configure:18854: checking if we can link with FreeType libraries
configure:18895: gcc -o conftest -g -O2 -I. -I/usr/include/freetype2 -I/usr/include/freetype2/config -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DHAVE_TERM_H -DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS -DOPT_LUIT_PROG -DXRENDERFONT -DXFREE86_FT2 -D_DEFAULT_SOURCE -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600 -DUTMP -DUSE_TTY_GROUP -DOSMAJORVERSION=5 -DOSMINORVERSION=11 -I/usr/include -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c -lXft -lutil -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:18898: $? = 0
configure:18901: test -s conftest
configure:18904: $? = 0
configure:18913: result: yes
configure:19046: checking for XftDrawCharSpec
configure:19083: gcc -o conftest -g -O2 -I. -I/usr/include/freetype2 -I/usr/include/freetype2/config -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DHAVE_TERM_H -DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS -DOPT_LUIT_PROG -DXRENDERFONT -DXFREE86_FT2 -D_DEFAULT_SOURCE -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600 -DUTMP -DUSE_TTY_GROUP -DOSMAJORVERSION=5 -DOSMINORVERSION=11 -I/usr/include -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c -lXft -lutil -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:19086: $? = 0
configure:19089: test -s conftest
configure:19092: $? = 0
configure:19102: result: yes
configure:19046: checking for XftDrawSetClip
configure:19083: gcc -o conftest -g -O2 -I. -I/usr/include/freetype2 -I/usr/include/freetype2/config -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DHAVE_TERM_H -DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS -DOPT_LUIT_PROG -DXRENDERFONT -DXFREE86_FT2 -D_DEFAULT_SOURCE -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600 -DUTMP -DUSE_TTY_GROUP -DOSMAJORVERSION=5 -DOSMINORVERSION=11 -I/usr/include -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c -lXft -lutil -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:19086: $? = 0
configure:19089: test -s conftest
configure:19092: $? = 0
configure:19102: result: yes
configure:19046: checking for XftDrawSetClipRectangles
configure:19083: gcc -o conftest -g -O2 -I. -I/usr/include/freetype2 -I/usr/include/freetype2/config -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DHAVE_TERM_H -DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS -DOPT_LUIT_PROG -DXRENDERFONT -DXFREE86_FT2 -D_DEFAULT_SOURCE -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600 -DUTMP -DUSE_TTY_GROUP -DOSMAJORVERSION=5 -DOSMINORVERSION=11 -I/usr/include -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c -lXft -lutil -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:19086: $? = 0
configure:19089: test -s conftest
configure:19092: $? = 0
configure:19102: result: yes
configure:19121: checking for usable Xft/fontconfig package
configure:19147: gcc -o conftest -g -O2 -I. -I/usr/include/freetype2 -I/usr/include/freetype2/config -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DHAVE_TERM_H -DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS -DOPT_LUIT_PROG -DXRENDERFONT -DXFREE86_FT2 -D_DEFAULT_SOURCE -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600 -DUTMP -DUSE_TTY_GROUP -DOSMAJORVERSION=5 -DOSMINORVERSION=11 -I/usr/include -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c -lXft -lutil -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
/bin/ld: /tmp/ccaVmhzp.o: undefined reference to symbol 'FcPatternBuild'
/bin/ld: /usr/lib/libfontconfig.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
configure:19150: $? = 1
configure: failed program was:
#line 19128 "configure"
#include "confdefs.h"
#include <X11/Xft/Xft.h>
int
main (void)
{
XftPattern *pat = 0;
XftPatternBuild(pat,
XFT_FAMILY, XftTypeString, "mono",
(void *) 0);
;
return 0;
}
configure:19167: result: no
configure:19179: testing work around broken package ...
configure:19186: testing found package fontconfig ...
configure:19192: testing package fontconfig CFLAGS: -I/usr/include/freetype2 -I/usr/include/libpng16 ...
configure:19196: testing package fontconfig LIBS: -lfontconfig -lfreetype ...
configure:19414: testing ...before -lXft -lutil -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses ...
configure:19419: testing ...after -lXft -lfontconfig -lfreetype -lutil -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses ...
configure:19445: checking if you want support for HP-style function keys
configure:19462: result: no
configure:19472: checking if you want support for SCO-style function keys
configure:19489: result: no
configure:19499: checking if you want support for Sun-style function keys
configure:19516: result: yes
configure:19526: checking if you want saved-lines stored as a FIFO
configure:19543: result: yes
configure:19553: checking if you want support for internationalization
configure:19570: result: yes
configure:19580: checking if you want support for initial-erase setup
configure:19597: result: yes
configure:19607: checking if you want support for input-method
configure:19624: result: yes
configure:19627: checking if X libraries support input-method
configure:19668: gcc -o conftest -g -O2 -I. -I/usr/include/freetype2 -I/usr/include/freetype2/config -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DHAVE_TERM_H -DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS -DOPT_LUIT_PROG -DXRENDERFONT -DXFREE86_FT2 -D_DEFAULT_SOURCE -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600 -DUTMP -DUSE_TTY_GROUP -DOSMAJORVERSION=5 -DOSMINORVERSION=11 -I/usr/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c -lXft -lfontconfig -lfreetype -lutil -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:19671: $? = 0
configure:19674: test -s conftest
configure:19677: $? = 0
configure:19687: result: yes
configure:19706: checking if you want support for load-vt-fonts
configure:19723: result: no
configure:19733: checking if you want support for logging
configure:19750: result: no
configure:19786: checking if you want support for iconify/maximize translations
configure:19803: result: yes
configure:19810: checking if you want NumLock to override keyboard tables
configure:19827: result: yes
configure:19834: checking if you want support for get/set of base64 selection data
configure:19851: result: yes
configure:19867: checking if you want support for pty-handshaking
configure:19884: result: yes
configure:19900: checking if you want support for mouse in readline applications
configure:19917: result: no
configure:19927: checking if you want support for regular-expression selections
configure:19944: result: yes
configure:19948: checking if you want to use PCRE2 for regular-expressions
configure:19957: result: no
configure:20446: checking if you want to use PCRE for regular-expressions
configure:20455: result: no
configure:20832: checking for regcomp
configure:20869: gcc -o conftest -g -O2 -I. -I/usr/include/freetype2 -I/usr/include/freetype2/config -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DHAVE_TERM_H -DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS -DOPT_LUIT_PROG -DXRENDERFONT -DXFREE86_FT2 -D_DEFAULT_SOURCE -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600 -DUTMP -DUSE_TTY_GROUP -DOSMAJORVERSION=5 -DOSMINORVERSION=11 -I/usr/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c -lXft -lfontconfig -lfreetype -lutil -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:20872: $? = 0
configure:20875: test -s conftest
configure:20878: $? = 0
configure:20888: result: yes
configure:21114: checking for regular-expression headers
configure:21189: gcc -o conftest -g -O2 -I. -I/usr/include/freetype2 -I/usr/include/freetype2/config -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DHAVE_TERM_H -DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS -DOPT_LUIT_PROG -DXRENDERFONT -DXFREE86_FT2 -D_DEFAULT_SOURCE -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600 -DUTMP -DUSE_TTY_GROUP -DOSMAJORVERSION=5 -DOSMINORVERSION=11 -I/usr/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c -lXft -lfontconfig -lfreetype -lutil -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:21192: $? = 0
configure:21195: test -s conftest
configure:21198: $? = 0
configure:21214: result: regex.h
configure:21251: checking if you want support for right-scrollbar
configure:21268: result: yes
configure:21278: checking if you want check for redundant name-change
configure:21295: result: yes
configure:21302: checking if you want support for selection-actions
configure:21319: result: yes
configure:21326: checking if you want support for session management
configure:21343: result: yes
configure:21350: checking if you want to use termcap function-keys
configure:21367: result: yes
configure:21374: checking if you want to use termcap-query/report
configure:21391: result: yes
configure:21398: checking if you want support for tek4014
configure:21415: result: yes
configure:21429: checking if you want pulldown menus with a toolbar
configure:21446: result: yes
configure:21456: checking if you want VT52 emulation
configure:21473: result: yes
configure:21480: checking if you want wide-attribute support
configure:21497: result: yes
configure:21506: checking if you want wide-character support
configure:21523: result: yes
configure:21530: checking if you want only 16-bit character support
configure:21547: result: no
configure:21561: checking if you want to use mini-luit/Latin9 built-in support
configure:21578: result: no
configure:21588: checking if you want to use luit
configure:21605: result: yes
configure:21618: checking for xterm-filter
configure:21649: result: no
configure:21618: checking for xterm-filter
configure:21649: result: no
configure:21618: checking for bluit
configure:21649: result: no
configure:21618: checking for luit
configure:21649: result: no
configure:21732: checking if you want dynamic-abbreviation support
configure:21749: result: no
configure:21759: checking if you want DECterm Locator support
configure:21776: result: no
configure:21786: checking if you want XHTML and SVG screen dump support
configure:21803: result: yes
configure:21816: checking if you want ReGIS graphics support
configure:21833: result: no
configure:21912: checking if you want sixel graphics support
configure:21929: result: yes
configure:21953: checking if you want VT420 rectangle support
configure:21970: result: yes
configure:21980: checking if you want -ziconbeep option
configure:21997: result: yes
configure:22006: checking if you want debugging traces
configure:22023: result: no
configure:22035: checking if you want to use dmalloc for testing
configure:22052: result: no
configure:22267: checking if you want to use dbmalloc for testing
configure:22284: result: no
configure:22499: checking if you want to use valgrind for testing
configure:22516: result: no
configure:22629: checking if you want to perform memory-leak testing
configure:22639: result: no
configure:22654: checking if you want to see long compiling messages
configure:22688: result: yes
configure:22691: checking if you want magic cookie emulation
configure:22708: result: no
configure:22723: checking for tigetstr
configure:22760: gcc -o conftest -g -O2 -I. -I/usr/include/freetype2 -I/usr/include/freetype2/config -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DHAVE_TERM_H -DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS -DOPT_LUIT_PROG -DXRENDERFONT -DXFREE86_FT2 -D_DEFAULT_SOURCE -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600 -DUTMP -DUSE_TTY_GROUP -DOSMAJORVERSION=5 -DOSMINORVERSION=11 -I/usr/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c -lXft -lfontconfig -lfreetype -lutil -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:22763: $? = 0
configure:22766: test -s conftest
configure:22769: $? = 0
configure:22779: result: yes
configure:22794: checking for use_extended_names
configure:22831: gcc -o conftest -g -O2 -I. -I/usr/include/freetype2 -I/usr/include/freetype2/config -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DHAVE_TERM_H -DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS -DOPT_LUIT_PROG -DXRENDERFONT -DXFREE86_FT2 -D_DEFAULT_SOURCE -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600 -DUTMP -DUSE_TTY_GROUP -DOSMAJORVERSION=5 -DOSMINORVERSION=11 -I/usr/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c -lXft -lfontconfig -lfreetype -lutil -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:22834: $? = 0
configure:22837: test -s conftest
configure:22840: $? = 0
configure:22850: result: yes
configure:22863: checking if you want to turn on gcc warnings
configure:22880: result: no
configure:23287: checking if filesystem supports mixed-case filenames
configure:23314: result: yes
configure:23325: checking for exctags
configure:23351: result: no
configure:23325: checking for ctags
configure:23351: result: no
configure:23362: checking for exetags
configure:23388: result: no
configure:23362: checking for etags
configure:23388: result: no
configure:23397: checking for ctags
configure:23421: result: no
configure:23431: checking for etags
configure:23455: result: no
configure:23481: checking for an rpath option
configure:23512: result: -Wl,-rpath,
configure:23576: checking if rpath-hack should be disabled
configure:23593: result: no
configure:23597: checking for updated LDFLAGS
configure:23600: result: maybe
configure:23607: checking for ldd
configure:23622: found /bin/ldd
configure:23630: result: ldd
configure:23659: gcc -o conftest -g -O2 -I. -I/usr/include/freetype2 -I/usr/include/freetype2/config -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DHAVE_TERM_H -DXFREE86_FT2 -D_DEFAULT_SOURCE -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600 -DUTMP -DOSMAJORVERSION=5 -DOSMINORVERSION=11 -I/usr/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c -lXft -lfontconfig -lfreetype -lutil -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses >&5
configure:23662: $? = 0
configure:23665: test -s conftest
configure:23668: $? = 0
configure:23708: testing ...checking EXTRA_LDFLAGS ...
configure:23712: testing ...checking LDFLAGS ...
configure:23762: testing ...checked LDFLAGS ...
configure:23766: testing ...checking LIBS -lXft -lfontconfig -lfreetype -lutil -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses ...
configure:23816: testing ...checked LIBS -lXft -lfontconfig -lfreetype -lutil -lneXtaw -lXmu -lSM -lICE -lXext -lXinerama -lXpm -lXt -lX11 -lSM -lICE -lncurses ...
configure:23820: testing ...checked EXTRA_LDFLAGS ...
configure:23918: creating ./config.status
## ----------------------- ##
## Running config.status. ##
## ----------------------- ##
This file was extended by config.status 2.52.20200802, executed with
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
> ./config.status
on commandante
config.status:24464: creating Makefile
config.status:24464: creating df-install
config.status:24464: creating minstall
config.status:24617: creating xtermcfg.h
## ----------------- ##
## Cache variables. ##
## ----------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_build_alias=x86_64-pc-linux-gnu
ac_cv_c_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_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_XdbeSwapBuffers=yes
ac_cv_func_XftDrawCharSpec=yes
ac_cv_func_XftDrawSetClip=yes
ac_cv_func_XftDrawSetClipRectangles=yes
ac_cv_func_XkbKeycodeToKeysym=yes
ac_cv_func_XkbQueryExtension=yes
ac_cv_func_Xutf8LookupString=yes
ac_cv_func_connect=yes
ac_cv_func_endusershell=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostname=yes
ac_cv_func_getlogin=yes
ac_cv_func_getusershell=yes
ac_cv_func_grantpt=no
ac_cv_func_initgroups=yes
ac_cv_func_mkdtemp=yes
ac_cv_func_posix_openpt=yes
ac_cv_func_ptsname=yes
ac_cv_func_putenv=yes
ac_cv_func_regcomp=yes
ac_cv_func_remove=yes
ac_cv_func_sched_yield=yes
ac_cv_func_setpgid=yes
ac_cv_func_shmat=yes
ac_cv_func_strftime=yes
ac_cv_func_tcgetattr=yes
ac_cv_func_tigetstr=yes
ac_cv_func_unsetenv=yes
ac_cv_func_use_extended_names=yes
ac_cv_func_waitpid=yes
ac_cv_func_wcswidth=yes
ac_cv_func_wcwidth=yes
ac_cv_have_x='have_x=yes ac_x_includes= ac_x_libraries=/usr/lib64'
ac_cv_header_X11_DECkeysym_h=yes
ac_cv_header_X11_Intrinsic_h=yes
ac_cv_header_X11_Sunkeysym_h=yes
ac_cv_header_X11_TranslateI_h=yes
ac_cv_header_X11_XF86keysym_h=yes
ac_cv_header_X11_XKBlib_h=yes
ac_cv_header_X11_Xpoll_h=yes
ac_cv_header_X11_extensions_XKB_h=yes
ac_cv_header_X11_extensions_Xdbe_h=yes
ac_cv_header_X11_xpm_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_lastlog_h=yes
ac_cv_header_libutil_h=no
ac_cv_header_memory_h=yes
ac_cv_header_ncurses_curses_h=no
ac_cv_header_ncurses_term_h=no
ac_cv_header_paths_h=yes
ac_cv_header_pty_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_stropts_h=no
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_ptem_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_ttydefaults_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_term_h=yes
ac_cv_header_termcap_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=no
ac_cv_header_wchar_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_host_alias=x86_64-pc-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_Xcursor_XcursorGetTheme=yes
ac_cv_lib_Xext_XextCreateExtension=yes
ac_cv_lib_Xpm_XpmCreatePixmapFromData=yes
ac_cv_lib_elf_elf_begin=yes
ac_cv_lib_util_openpty=yes
ac_cv_objext=o
ac_cv_path_GROFF_PATH=/bin/groff
ac_cv_path_IMAKE=/bin/xmkmf
ac_cv_path_NROFF_PATH=/bin/nroff
ac_cv_path_TBL_PATH=/bin/tbl
ac_cv_path_XTERM_PATH=/bin/xterm
ac_cv_path_ac_pt_PKG_CONFIG=/bin/pkg-config
ac_cv_path_cf_man2html=no
ac_cv_path_install='/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_MAKE_LOWER_TAGS=no
ac_cv_prog_MAKE_UPPER_TAGS=no
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cf_ldd_prog=ldd
ac_cv_prog_cf_tic_prog=yes
ac_cv_prog_desktop_utils=no
ac_cv_type_mode_t=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_time_t=yes
ac_cv_type_uid_t=yes
am_cv_langinfo_codeset=yes
cf_cv_dcl_errno=yes
cf_cv_dcl_sys_errlist=no
cf_cv_dcl_sys_nerr=no
cf_cv_define_sigwinch=yes
cf_cv_found_freetype=yes
cf_cv_gnu_dftsrc_219=yes
cf_cv_gnu_library=yes
cf_cv_gnu_library_219=yes
cf_cv_have_errno=no
cf_cv_have_sys_errlist=no
cf_cv_have_sys_nerr=no
cf_cv_have_utmp=utmp
cf_cv_have_utmp_ut_host=yes
cf_cv_have_utmp_ut_name=ut_name
cf_cv_have_utmp_ut_session=yes
cf_cv_have_utmp_ut_syslen=no
cf_cv_have_utmp_ut_xstatus=ut_exit.e_exit
cf_cv_have_utmp_ut_xtime=yes
cf_cv_havetype_cc_t=yes
cf_cv_havetype_speed_t=yes
cf_cv_havetype_tcflag_t=yes
cf_cv_icon_list=' icons/filled-xterm icons/mini.xterm icons/mini.xterm_48x48 icons/xterm-color icons/xterm'
cf_cv_input_method=yes
cf_cv_lib_part_tgetent=-lncurses
cf_cv_lib_tgetent=no
cf_cv_mixedcase=yes
cf_cv_path_lastlog=_PATH_LASTLOG
cf_cv_posix_saved_ids=yes
cf_cv_posix_visible=no
cf_cv_posix_wait=yes
cf_cv_regex_hdrs=regex.h
cf_cv_sig_atomic_t='volatile sig_atomic_t'
cf_cv_struct_lastlog=no
cf_cv_svr4=no
cf_cv_system_name=linux-gnu
cf_cv_sysv=no
cf_cv_sysv_utmp=yes
cf_cv_termio_c_ispeed=no
cf_cv_tty_group=no
cf_cv_tty_group_name=midfavil
cf_cv_type_cc_t=yes
cf_cv_type_fd_mask=sys/types.h
cf_cv_type_fd_set=sys/types.h
cf_cv_x_freetype_cfgs=auto
cf_cv_x_freetype_incs='-I/usr/include/freetype2 -I/usr/include/libpng16 '
cf_cv_x_freetype_libs=' -lXft '
cf_cv_xft_compat=no
cf_cv_xkb_bell_ext=yes
cf_cv_xkb_keycode_to_keysym=yes
cf_cv_xkb_query_extension=yes
cf_cv_xt_ice_compat=yes
## ------------ ##
## confdefs.h. ##
## ------------ ##
#define SYSTEM_NAME "linux-gnu"
#define HAVE_STDLIB_H 1
#define HAVE_SYS_TTYDEFAULTS_H 1
#define HAVE_TERM_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_WCHAR_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_LANGINFO_CODESET 1
#define SIG_ATOMIC_T volatile sig_atomic_t
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETUSERSHELL 1
#define HAVE_ENDUSERSHELL 1
#define HAVE_GETLOGIN 1
#define HAVE_INITGROUPS 1
#define HAVE_MKDTEMP 1
#define HAVE_PUTENV 1
#define HAVE_UNSETENV 1
#define HAVE_SCHED_YIELD 1
#define HAVE_SETPGID 1
#define HAVE_STRFTIME 1
#define HAVE_TCGETATTR 1
#define HAVE_WAITPID 1
#define HAVE_WCSWIDTH 1
#define HAVE_WCWIDTH 1
#define HAVE_LASTLOG_H 1
#define HAVE_PATHS_H 1
#define USE_LASTLOG 1
#define HAVE_UTMP 1
#define HAVE_UTMP_UT_HOST 1
#define HAVE_UTMP_UT_XSTATUS 1
#define ut_xstatus ut_exit.e_exit
#define HAVE_UTMP_UT_XTIME 1
#define HAVE_UTMP_UT_SESSION 1
#define USE_SYSV_UTMP 1
#define HAVE_LASTLOG_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_POSIX_SAVED_IDS 1
#define HAVE_TERMCAP_H 1
#define HAVE_TERMCAP_H 1
#define USE_TERMINFO 1
#define XTERM_PATH_PATH "/bin/xterm"
#define TTY_GROUP_NAME "midfavil"
#define HAVE_SYS_WAIT_H 1
#define USE_POSIX_WAIT 1
#define DECL_SYS_NERR 1
#define DECL_SYS_ERRLIST 1
#define HAVE_TERMIOS_H 1
#define HAVE_STDLIB_H 1
#define HAVE_X11_INTRINSIC_H 1
#define HAVE_X11_DECKEYSYM_H 1
#define HAVE_X11_SUNKEYSYM_H 1
#define HAVE_X11_XF86KEYSYM_H 1
#define HAVE_X11_XKBLIB_H 1
#define HAVE_X11_TRANSLATEI_H 1
#define HAVE_X11_XPOLL_H 1
#define HAVE_X11_EXTENSIONS_XKB_H 1
#define HAVE_LIBXPM 1
#define HAVE_X11_EXTENSIONS_XINERAMA_H 1
#define HAVE_LIB_NEXTAW 1
#define HAVE_X11_XPOLL_H 1
#define HAVE_LIB_XCURSOR 1
#define HAVE_GRANTPT 1
#define HAVE_PTSNAME 1
#define HAVE_POSIX_OPENPT 1
#define HAVE_OPENPTY 1
#define HAVE_PTY_H 1
#define HAVE_XKBQUERYEXTENSION 1
#define HAVE_XKBKEYCODETOKEYSYM 1
#define HAVE_XKB_BELL_EXT 1
#define HAVE_XUTF8LOOKUPSTRING 1
#define DFT_DECID "420"
#define DFT_TERMTYPE "xterm"
#define DEF_BACKARO_BS True
#define DEF_BACKARO_ERASE False
#define DEFDELETE_DEL Maybe
#define DEF_INITIAL_ERASE False
#define DEF_ALT_SENDS_ESC False
#define DEF_META_SENDS_ESC False
#define OPT_256_COLORS 1
#define OPT_DIRECT_COLOR 1
#define OPT_BROKEN_OSC 1
#define HAVE_X11_EXTENSIONS_XDBE_H 1
#define HAVE_XDBESWAPBUFFERS 1
#define XRENDERFONT 1
#define HAVE_XFTDRAWCHARSPEC 1
#define HAVE_XFTDRAWSETCLIP 1
#define HAVE_XFTDRAWSETCLIPRECTANGLES 1
#define OPT_FIFO_LINES 1
#define OPT_PASTE64 1
#define OPT_PTY_HANDSHAKE 1
#define HAVE_REGEX_H_FUNCS 1
#define OPT_SELECT_REGEX 1
#define SCROLLBAR_RIGHT 1
#define OPT_TCAP_FKEYS 1
#define OPT_TCAP_QUERY 1
#define OPT_TOOLBAR 1
#define OPT_LUIT_PROG 1
#define OPT_WIDE_CHARS 1
#define OPT_SIXEL_GRAPHICS 1
#define OPT_GRAPHICS 1
#define OPT_DEC_RECTOPS 1
#define HAVE_TIGETSTR 1
#define HAVE_USE_EXTENDED_NAMES 1
#define MIXEDCASE_FILENAMES 1
configure: exit 0