Files
Amberelle Mason ac30ff9032 Initial import
Initial import of SunOS 4.1.1 and TME 0.8
2023-05-01 12:16:40 -04:00

3146 lines
104 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.61. Invocation command line was
$ ./configure --disable-shared --disable-warnings --enable-ltdl-install --prefix=/opt/tme
## --------- ##
## Platform. ##
## --------- ##
hostname = lakshmi.trickster.gods
uname -m = x86_64
uname -r = 6.2.12-arch1-1
uname -s = Linux
uname -v = #1 SMP PREEMPT_DYNAMIC Thu, 20 Apr 2023 16:11:55 +0000
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/ksta/.local/bin
PATH: /home/ksta/bin
PATH: /home/ksta/go/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /var/lib/snapd/snap/bin
PATH: /usr/local/sbin
PATH: /var/lib/flatpak/exports/bin
PATH: /usr/lib/jvm/default/bin
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2006: checking build system type
configure:2024: result: x86_64-unknown-linux-gnu
configure:2046: checking host system type
configure:2061: result: x86_64-unknown-linux-gnu
configure:2083: checking target system type
configure:2098: result: x86_64-unknown-linux-gnu
configure:2141: checking for a BSD-compatible install
configure:2197: result: /usr/bin/install -c
configure:2208: checking whether build environment is sane
configure:2251: result: yes
configure:2279: checking for a thread-safe mkdir -p
configure:2318: result: /usr/bin/mkdir -p
configure:2331: checking for gawk
configure:2347: found /usr/bin/gawk
configure:2358: result: gawk
configure:2369: checking whether make sets $(MAKE)
configure:2390: result: yes
configure:2630: checking for gcc
configure:2646: found /usr/bin/gcc
configure:2657: result: gcc
configure:2895: checking for C compiler version
configure:2902: gcc --version >&5
gcc (GCC) 12.2.1 20230201
Copyright (C) 2022 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:2905: $? = 0
configure:2912: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 12.2.1 20230201 (GCC)
configure:2915: $? = 0
configure:2922: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2925: $? = 1
configure:2948: checking for C compiler default output file name
configure:2975: gcc conftest.c >&5
configure:2978: $? = 0
configure:3016: result: a.out
configure:3033: checking whether the C compiler works
configure:3043: ./a.out
configure:3046: $? = 0
configure:3063: result: yes
configure:3070: checking whether we are cross compiling
configure:3072: result: no
configure:3075: checking for suffix of executables
configure:3082: gcc -o conftest conftest.c >&5
configure:3085: $? = 0
configure:3109: result:
configure:3115: checking for suffix of object files
configure:3141: gcc -c conftest.c >&5
configure:3144: $? = 0
configure:3167: result: o
configure:3171: checking whether we are using the GNU C compiler
configure:3200: gcc -c conftest.c >&5
configure:3206: $? = 0
configure:3223: result: yes
configure:3228: checking whether gcc accepts -g
configure:3258: gcc -c -g conftest.c >&5
configure:3264: $? = 0
configure:3363: result: yes
configure:3380: checking for gcc option to accept ISO C89
configure:3454: gcc -c -g -O2 conftest.c >&5
configure:3460: $? = 0
configure:3483: result: none needed
configure:3512: checking for style of include used by make
configure:3540: result: GNU
configure:3565: checking dependency style of gcc
configure:3656: result: gcc3
configure:3676: checking how to run the C preprocessor
configure:3716: gcc -E conftest.c
configure:3722: $? = 0
configure:3753: gcc -E conftest.c
conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory
10 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3759: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3792: result: gcc -E
configure:3821: gcc -E conftest.c
configure:3827: $? = 0
configure:3858: gcc -E conftest.c
conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory
10 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3864: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3905: checking for bison
configure:3921: found /usr/bin/bison
configure:3932: result: bison -y
configure:3957: checking for a BSD-compatible install
configure:4013: result: /usr/bin/install -c
configure:4024: checking whether make sets $(MAKE)
configure:4045: result: yes
configure:4057: checking for grep that handles long lines and -e
configure:4131: result: /usr/bin/grep
configure:4136: checking for egrep
configure:4214: result: /usr/bin/grep -E
configure:4219: checking for ANSI C header files
configure:4249: gcc -c -g -O2 conftest.c >&5
configure:4255: $? = 0
configure:4354: gcc -o conftest -g -O2 conftest.c >&5
configure:4357: $? = 0
configure:4363: ./conftest
configure:4366: $? = 0
configure:4383: result: yes
configure:4407: checking for sys/types.h
configure:4428: gcc -c -g -O2 conftest.c >&5
configure:4434: $? = 0
configure:4450: result: yes
configure:4407: checking for sys/stat.h
configure:4428: gcc -c -g -O2 conftest.c >&5
configure:4434: $? = 0
configure:4450: result: yes
configure:4407: checking for stdlib.h
configure:4428: gcc -c -g -O2 conftest.c >&5
configure:4434: $? = 0
configure:4450: result: yes
configure:4407: checking for string.h
configure:4428: gcc -c -g -O2 conftest.c >&5
configure:4434: $? = 0
configure:4450: result: yes
configure:4407: checking for memory.h
configure:4428: gcc -c -g -O2 conftest.c >&5
configure:4434: $? = 0
configure:4450: result: yes
configure:4407: checking for strings.h
configure:4428: gcc -c -g -O2 conftest.c >&5
configure:4434: $? = 0
configure:4450: result: yes
configure:4407: checking for inttypes.h
configure:4428: gcc -c -g -O2 conftest.c >&5
configure:4434: $? = 0
configure:4450: result: yes
configure:4407: checking for stdint.h
configure:4428: gcc -c -g -O2 conftest.c >&5
configure:4434: $? = 0
configure:4450: result: yes
configure:4407: checking for unistd.h
configure:4428: gcc -c -g -O2 conftest.c >&5
configure:4434: $? = 0
configure:4450: result: yes
configure:4472: checking for unistd.h
configure:4478: result: yes
configure:4482: checking stdio.h usability
configure:4499: gcc -c -g -O2 conftest.c >&5
configure:4505: $? = 0
configure:4519: result: yes
configure:4523: checking stdio.h presence
configure:4538: gcc -E conftest.c
configure:4544: $? = 0
configure:4558: result: yes
configure:4586: checking for stdio.h
configure:4594: result: yes
configure:4472: checking for memory.h
configure:4478: result: yes
configure:4482: checking stdarg.h usability
configure:4499: gcc -c -g -O2 conftest.c >&5
configure:4505: $? = 0
configure:4519: result: yes
configure:4523: checking stdarg.h presence
configure:4538: gcc -E conftest.c
configure:4544: $? = 0
configure:4558: result: yes
configure:4586: checking for stdarg.h
configure:4594: result: yes
configure:4482: checking limits.h usability
configure:4499: gcc -c -g -O2 conftest.c >&5
configure:4505: $? = 0
configure:4519: result: yes
configure:4523: checking limits.h presence
configure:4538: gcc -E conftest.c
configure:4544: $? = 0
configure:4558: result: yes
configure:4586: checking for limits.h
configure:4594: result: yes
configure:4482: checking float.h usability
configure:4499: gcc -c -g -O2 conftest.c >&5
configure:4505: $? = 0
configure:4519: result: yes
configure:4523: checking float.h presence
configure:4538: gcc -E conftest.c
configure:4544: $? = 0
configure:4558: result: yes
configure:4586: checking for float.h
configure:4594: result: yes
configure:4626: checking sys/ioctl.h usability
configure:4643: gcc -c -g -O2 conftest.c >&5
configure:4649: $? = 0
configure:4663: result: yes
configure:4667: checking sys/ioctl.h presence
configure:4682: gcc -E conftest.c
configure:4688: $? = 0
configure:4702: result: yes
configure:4730: checking for sys/ioctl.h
configure:4738: result: yes
configure:4626: checking sys/sockio.h usability
configure:4643: gcc -c -g -O2 conftest.c >&5
conftest.c:60:10: fatal error: sys/sockio.h: No such file or directory
60 | #include <sys/sockio.h>
| ^~~~~~~~~~~~~~
compilation terminated.
configure:4649: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| #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_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/sockio.h>
configure:4663: result: no
configure:4667: checking sys/sockio.h presence
configure:4682: gcc -E conftest.c
conftest.c:27:10: fatal error: sys/sockio.h: No such file or directory
27 | #include <sys/sockio.h>
| ^~~~~~~~~~~~~~
compilation terminated.
configure:4688: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| #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_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <sys/sockio.h>
configure:4702: result: no
configure:4730: checking for sys/sockio.h
configure:4738: result: no
configure:4626: checking sys/socketio.h usability
configure:4643: gcc -c -g -O2 conftest.c >&5
conftest.c:60:10: fatal error: sys/socketio.h: No such file or directory
60 | #include <sys/socketio.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:4649: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| #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_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/socketio.h>
configure:4663: result: no
configure:4667: checking sys/socketio.h presence
configure:4682: gcc -E conftest.c
conftest.c:27:10: fatal error: sys/socketio.h: No such file or directory
27 | #include <sys/socketio.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:4688: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| #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_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <sys/socketio.h>
configure:4702: result: no
configure:4730: checking for sys/socketio.h
configure:4738: result: no
configure:4626: checking net/if_dl.h usability
configure:4643: gcc -c -g -O2 conftest.c >&5
conftest.c:60:10: fatal error: net/if_dl.h: No such file or directory
60 | #include <net/if_dl.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:4649: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| #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_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <net/if_dl.h>
configure:4663: result: no
configure:4667: checking net/if_dl.h presence
configure:4682: gcc -E conftest.c
conftest.c:27:10: fatal error: net/if_dl.h: No such file or directory
27 | #include <net/if_dl.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:4688: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| #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_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <net/if_dl.h>
configure:4702: result: no
configure:4730: checking for net/if_dl.h
configure:4738: result: no
configure:4626: checking ioctls.h usability
configure:4643: gcc -c -g -O2 conftest.c >&5
conftest.c:60:10: fatal error: ioctls.h: No such file or directory
60 | #include <ioctls.h>
| ^~~~~~~~~~
compilation terminated.
configure:4649: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| #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_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ioctls.h>
configure:4663: result: no
configure:4667: checking ioctls.h presence
configure:4682: gcc -E conftest.c
conftest.c:27:10: fatal error: ioctls.h: No such file or directory
27 | #include <ioctls.h>
| ^~~~~~~~~~
compilation terminated.
configure:4688: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| #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_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <ioctls.h>
configure:4702: result: no
configure:4730: checking for ioctls.h
configure:4738: result: no
configure:4766: checking sys/bswap.h usability
configure:4783: gcc -c -g -O2 conftest.c >&5
conftest.c:60:10: fatal error: sys/bswap.h: No such file or directory
60 | #include <sys/bswap.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:4789: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| #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_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/bswap.h>
configure:4803: result: no
configure:4807: checking sys/bswap.h presence
configure:4822: gcc -E conftest.c
conftest.c:27:10: fatal error: sys/bswap.h: No such file or directory
27 | #include <sys/bswap.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:4828: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| #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_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <sys/bswap.h>
configure:4842: result: no
configure:4870: checking for sys/bswap.h
configure:4878: result: no
configure:4892: checking whether byte ordering is bigendian
configure:4925: gcc -c -g -O2 conftest.c >&5
configure:4931: $? = 0
configure:4963: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:34:2: error: unknown type name 'not'; did you mean 'ino_t'?
34 | not big endian
| ^~~
| ino_t
conftest.c:34:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
34 | not big endian
| ^~~~~~
configure:4969: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| #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_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:5109: result: no
configure:5128: checking for an ANSI C-conforming const
configure:5203: gcc -c -g -O2 conftest.c >&5
configure:5209: $? = 0
configure:5224: result: yes
configure:5234: checking for inline
configure:5260: gcc -c -g -O2 conftest.c >&5
configure:5266: $? = 0
configure:5284: result: inline
configure:5303: checking for working volatile
configure:5332: gcc -c -g -O2 conftest.c >&5
configure:5338: $? = 0
configure:5353: result: yes
configure:5365: checking for long double with more range or precision than double
configure:5410: gcc -c -g -O2 conftest.c >&5
configure:5416: $? = 0
configure:5431: result: yes
configure:5450: checking for size_t
configure:5480: gcc -c -g -O2 conftest.c >&5
configure:5486: $? = 0
configure:5501: result: yes
configure:5513: checking return type of signal handlers
configure:5541: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:35:10: error: void value not ignored as it ought to be
35 | return *(signal (0, 0)) (0) == 1;
| ~^~~~~~~~~~~~~~~~~~
configure:5547: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| #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_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:5562: result: void
configure:5570: checking for long
configure:5600: gcc -c -g -O2 conftest.c >&5
configure:5606: $? = 0
configure:5621: result: yes
configure:5628: checking size of long
configure:5930: gcc -o conftest -g -O2 conftest.c >&5
configure:5933: $? = 0
configure:5939: ./conftest
configure:5942: $? = 0
configure:5965: result: 8
configure:5975: checking for int
configure:6005: gcc -c -g -O2 conftest.c >&5
configure:6011: $? = 0
configure:6026: result: yes
configure:6033: checking size of int
configure:6335: gcc -o conftest -g -O2 conftest.c >&5
configure:6338: $? = 0
configure:6344: ./conftest
configure:6347: $? = 0
configure:6370: result: 4
configure:6380: checking for short
configure:6410: gcc -c -g -O2 conftest.c >&5
configure:6416: $? = 0
configure:6431: result: yes
configure:6438: checking size of short
configure:6740: gcc -o conftest -g -O2 conftest.c >&5
configure:6743: $? = 0
configure:6749: ./conftest
configure:6752: $? = 0
configure:6775: result: 2
configure:6785: checking for float
configure:6815: gcc -c -g -O2 conftest.c >&5
configure:6821: $? = 0
configure:6836: result: yes
configure:6843: checking size of float
configure:7145: gcc -o conftest -g -O2 conftest.c >&5
configure:7148: $? = 0
configure:7154: ./conftest
configure:7157: $? = 0
configure:7180: result: 4
configure:7190: checking for double
configure:7220: gcc -c -g -O2 conftest.c >&5
configure:7226: $? = 0
configure:7241: result: yes
configure:7248: checking size of double
configure:7550: gcc -o conftest -g -O2 conftest.c >&5
configure:7553: $? = 0
configure:7559: ./conftest
configure:7562: $? = 0
configure:7585: result: 8
configure:7596: checking for long double
configure:7626: gcc -c -g -O2 conftest.c >&5
configure:7632: $? = 0
configure:7647: result: yes
configure:7654: checking size of long double
configure:7956: gcc -o conftest -g -O2 conftest.c >&5
configure:7959: $? = 0
configure:7965: ./conftest
configure:7968: $? = 0
configure:7991: result: 16
configure:8013: checking minimum alignment of int64_t
configure:8066: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:38:1: warning: return type defaults to 'int' [-Wimplicit-int]
38 | main()
| ^~~~
conftest.c: In function 'main':
conftest.c:51:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
51 | if (!f) exit(1);
| ^~~~
conftest.c:38:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
37 | #include <sys/types.h>
+++ |+#include <stdlib.h>
38 | main()
conftest.c:51:11: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
51 | if (!f) exit(1);
| ^~~~
conftest.c:51:11: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:54:12: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration]
54 | switch(fork()) {
| ^~~~
conftest.c:55:14: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
55 | case -1: exit(1);
| ^~~~
conftest.c:55:14: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:60:5: warning: implicit declaration of function 'wait' [-Wimplicit-function-declaration]
60 | wait(&status);
| ^~~~
conftest.c:66:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
66 | exit(0);
| ^~~~
conftest.c:66:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:8069: $? = 0
configure:8075: ./conftest
0
0
0
0
0
0
0
configure:8078: $? = 0
configure:8095: result: 1
configure:8103: checking maximum shift count for int64_t
configure:8164: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:39:1: warning: return type defaults to 'int' [-Wimplicit-int]
39 | main()
| ^~~~
conftest.c: In function 'main':
conftest.c:53:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
53 | if (!f) exit(1);
| ^~~~
conftest.c:39:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
38 | #include <sys/types.h>
+++ |+#include <stdlib.h>
39 | main()
conftest.c:53:11: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
53 | if (!f) exit(1);
| ^~~~
conftest.c:53:11: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:75:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
75 | exit(0);
| ^~~~
conftest.c:75:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:8167: $? = 0
configure:8173: ./conftest
configure:8176: $? = 0
configure:8193: result: 63
configure:8201: checking for arithmetic right shifts of int64_t
configure:8283: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:40:1: warning: return type defaults to 'int' [-Wimplicit-int]
40 | main()
| ^~~~
conftest.c: In function 'main':
conftest.c:56:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
56 | if (!f) exit(1);
| ^~~~
conftest.c:40:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
39 | #include <sys/types.h>
+++ |+#include <stdlib.h>
40 | main()
conftest.c:56:11: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
56 | if (!f) exit(1);
| ^~~~
conftest.c:56:11: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:97:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
97 | exit(0);
| ^~~~
conftest.c:97:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:8286: $? = 0
configure:8292: ./conftest
configure:8295: $? = 0
configure:8312: result: yes
configure:8325: checking minimum alignment of int32_t
configure:8378: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:41:1: warning: return type defaults to 'int' [-Wimplicit-int]
41 | main()
| ^~~~
conftest.c: In function 'main':
conftest.c:54:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
54 | if (!f) exit(1);
| ^~~~
conftest.c:41:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
40 | #include <sys/types.h>
+++ |+#include <stdlib.h>
41 | main()
conftest.c:54:11: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
54 | if (!f) exit(1);
| ^~~~
conftest.c:54:11: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:57:12: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration]
57 | switch(fork()) {
| ^~~~
conftest.c:58:14: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
58 | case -1: exit(1);
| ^~~~
conftest.c:58:14: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:63:5: warning: implicit declaration of function 'wait' [-Wimplicit-function-declaration]
63 | wait(&status);
| ^~~~
conftest.c:69:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
69 | exit(0);
| ^~~~
conftest.c:69:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:8381: $? = 0
configure:8387: ./conftest
0
0
0
configure:8390: $? = 0
configure:8407: result: 1
configure:8415: checking minimum alignment of int16_t
configure:8468: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:42:1: warning: return type defaults to 'int' [-Wimplicit-int]
42 | main()
| ^~~~
conftest.c: In function 'main':
conftest.c:55:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
55 | if (!f) exit(1);
| ^~~~
conftest.c:42:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
41 | #include <sys/types.h>
+++ |+#include <stdlib.h>
42 | main()
conftest.c:55:11: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
55 | if (!f) exit(1);
| ^~~~
conftest.c:55:11: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:58:12: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration]
58 | switch(fork()) {
| ^~~~
conftest.c:59:14: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
59 | case -1: exit(1);
| ^~~~
conftest.c:59:14: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:64:5: warning: implicit declaration of function 'wait' [-Wimplicit-function-declaration]
64 | wait(&status);
| ^~~~
conftest.c:70:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
70 | exit(0);
| ^~~~
conftest.c:70:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:8471: $? = 0
configure:8477: ./conftest
0
configure:8480: $? = 0
configure:8497: result: 1
configure:8505: checking maximum shift count for int8_t
configure:8566: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:43:1: warning: return type defaults to 'int' [-Wimplicit-int]
43 | main()
| ^~~~
conftest.c: In function 'main':
conftest.c:57:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
57 | if (!f) exit(1);
| ^~~~
conftest.c:43:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
42 | #include <sys/types.h>
+++ |+#include <stdlib.h>
43 | main()
conftest.c:57:11: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
57 | if (!f) exit(1);
| ^~~~
conftest.c:57:11: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:79:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
79 | exit(0);
| ^~~~
conftest.c:79:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:8569: $? = 0
configure:8575: ./conftest
configure:8578: $? = 0
configure:8595: result: 31
configure:8603: checking maximum shift count for int16_t
configure:8664: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:44:1: warning: return type defaults to 'int' [-Wimplicit-int]
44 | main()
| ^~~~
conftest.c: In function 'main':
conftest.c:58:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
58 | if (!f) exit(1);
| ^~~~
conftest.c:44:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
43 | #include <sys/types.h>
+++ |+#include <stdlib.h>
44 | main()
conftest.c:58:11: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
58 | if (!f) exit(1);
| ^~~~
conftest.c:58:11: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:80:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
80 | exit(0);
| ^~~~
conftest.c:80:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:8667: $? = 0
configure:8673: ./conftest
configure:8676: $? = 0
configure:8693: result: 31
configure:8701: checking maximum shift count for int32_t
configure:8762: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:45:1: warning: return type defaults to 'int' [-Wimplicit-int]
45 | main()
| ^~~~
conftest.c: In function 'main':
conftest.c:59:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
59 | if (!f) exit(1);
| ^~~~
conftest.c:45:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
44 | #include <sys/types.h>
+++ |+#include <stdlib.h>
45 | main()
conftest.c:59:11: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
59 | if (!f) exit(1);
| ^~~~
conftest.c:59:11: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:81:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
81 | exit(0);
| ^~~~
conftest.c:81:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:8765: $? = 0
configure:8771: ./conftest
configure:8774: $? = 0
configure:8791: result: 31
configure:8799: checking for arithmetic right shifts of int8_t
configure:8881: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:46:1: warning: return type defaults to 'int' [-Wimplicit-int]
46 | main()
| ^~~~
conftest.c: In function 'main':
conftest.c:62:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
62 | if (!f) exit(1);
| ^~~~
conftest.c:46:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
45 | #include <sys/types.h>
+++ |+#include <stdlib.h>
46 | main()
conftest.c:62:11: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
62 | if (!f) exit(1);
| ^~~~
conftest.c:62:11: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:103:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
103 | exit(0);
| ^~~~
conftest.c:103:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:8884: $? = 0
configure:8890: ./conftest
configure:8893: $? = 0
configure:8910: result: yes
configure:8922: checking for arithmetic right shifts of int16_t
configure:9004: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:47:1: warning: return type defaults to 'int' [-Wimplicit-int]
47 | main()
| ^~~~
conftest.c: In function 'main':
conftest.c:63:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
63 | if (!f) exit(1);
| ^~~~
conftest.c:47:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
46 | #include <sys/types.h>
+++ |+#include <stdlib.h>
47 | main()
conftest.c:63:11: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
63 | if (!f) exit(1);
| ^~~~
conftest.c:63:11: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:104:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
104 | exit(0);
| ^~~~
conftest.c:104:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:9007: $? = 0
configure:9013: ./conftest
configure:9016: $? = 0
configure:9033: result: yes
configure:9045: checking for arithmetic right shifts of int32_t
configure:9127: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:48:1: warning: return type defaults to 'int' [-Wimplicit-int]
48 | main()
| ^~~~
conftest.c: In function 'main':
conftest.c:64:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
64 | if (!f) exit(1);
| ^~~~
conftest.c:48:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
47 | #include <sys/types.h>
+++ |+#include <stdlib.h>
48 | main()
conftest.c:64:11: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
64 | if (!f) exit(1);
| ^~~~
conftest.c:64:11: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:105:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
105 | exit(0);
| ^~~~
conftest.c:105:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:9130: $? = 0
configure:9136: ./conftest
configure:9139: $? = 0
configure:9156: result: yes
configure:9168: checking the floating point format of float
configure:9254: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:49:1: warning: return type defaults to 'int' [-Wimplicit-int]
49 | main()
| ^~~~
conftest.c: In function 'main':
conftest.c:60:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
60 | if (!f) exit(1);
| ^~~~
conftest.c:49:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
48 | #include <sys/types.h>
+++ |+#include <stdlib.h>
49 | main()
conftest.c:60:11: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
60 | if (!f) exit(1);
| ^~~~
conftest.c:60:11: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:64:3: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
64 | memcpy(value_buffer, &value, sizeof(value));
| ^~~~~~
conftest.c:49:1: note: include '<string.h>' or provide a declaration of 'memcpy'
48 | #include <sys/types.h>
+++ |+#include <string.h>
49 | main()
conftest.c:64:3: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
64 | memcpy(value_buffer, &value, sizeof(value));
| ^~~~~~
conftest.c:64:3: note: include '<string.h>' or provide a declaration of 'memcpy'
conftest.c:69:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
69 | exit (0);
| ^~~~
conftest.c:69:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:81:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
81 | exit (0);
| ^~~~
conftest.c:81:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:97:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
97 | exit (0);
| ^~~~
conftest.c:97:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:104:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
104 | exit (0);
| ^~~~
conftest.c:104:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:110:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
110 | exit (0);
| ^~~~
conftest.c:110:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:9257: $? = 0
configure:9263: ./conftest
configure:9266: $? = 0
configure:9282: result: IEEE754_SINGLE
configure:9292: checking the limits of float
configure:9327: gcc -c -g -O2 conftest.c >&5
configure:9333: $? = 0
configure:9355: result: FLT_MAX/FLT_MIN
configure:9370: checking the floating point format of double
configure:9456: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:52:1: warning: return type defaults to 'int' [-Wimplicit-int]
52 | main()
| ^~~~
conftest.c: In function 'main':
conftest.c:63:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
63 | if (!f) exit(1);
| ^~~~
conftest.c:52:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
51 | #include <sys/types.h>
+++ |+#include <stdlib.h>
52 | main()
conftest.c:63:11: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
63 | if (!f) exit(1);
| ^~~~
conftest.c:63:11: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:67:3: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
67 | memcpy(value_buffer, &value, sizeof(value));
| ^~~~~~
conftest.c:52:1: note: include '<string.h>' or provide a declaration of 'memcpy'
51 | #include <sys/types.h>
+++ |+#include <string.h>
52 | main()
conftest.c:67:3: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
67 | memcpy(value_buffer, &value, sizeof(value));
| ^~~~~~
conftest.c:67:3: note: include '<string.h>' or provide a declaration of 'memcpy'
conftest.c:72:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
72 | exit (0);
| ^~~~
conftest.c:72:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:84:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
84 | exit (0);
| ^~~~
conftest.c:84:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:100:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
100 | exit (0);
| ^~~~
conftest.c:100:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:107:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
107 | exit (0);
| ^~~~
conftest.c:107:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:113:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
113 | exit (0);
| ^~~~
conftest.c:113:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:9459: $? = 0
configure:9465: ./conftest
configure:9468: $? = 0
configure:9484: result: IEEE754_DOUBLE
configure:9494: checking the limits of double
configure:9529: gcc -c -g -O2 conftest.c >&5
configure:9535: $? = 0
configure:9557: result: DBL_MAX/DBL_MIN
configure:9573: checking the floating point format of long double
configure:9659: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:55:1: warning: return type defaults to 'int' [-Wimplicit-int]
55 | main()
| ^~~~
conftest.c: In function 'main':
conftest.c:66:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
66 | if (!f) exit(1);
| ^~~~
conftest.c:55:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
54 | #include <sys/types.h>
+++ |+#include <stdlib.h>
55 | main()
conftest.c:66:11: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
66 | if (!f) exit(1);
| ^~~~
conftest.c:66:11: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:70:3: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
70 | memcpy(value_buffer, &value, sizeof(value));
| ^~~~~~
conftest.c:55:1: note: include '<string.h>' or provide a declaration of 'memcpy'
54 | #include <sys/types.h>
+++ |+#include <string.h>
55 | main()
conftest.c:70:3: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
70 | memcpy(value_buffer, &value, sizeof(value));
| ^~~~~~
conftest.c:70:3: note: include '<string.h>' or provide a declaration of 'memcpy'
conftest.c:75:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
75 | exit (0);
| ^~~~
conftest.c:75:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:87:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
87 | exit (0);
| ^~~~
conftest.c:87:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:103:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
103 | exit (0);
| ^~~~
conftest.c:103:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:110:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
110 | exit (0);
| ^~~~
conftest.c:110:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:116:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
116 | exit (0);
| ^~~~
conftest.c:116:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:9662: $? = 0
configure:9668: ./conftest
configure:9671: $? = 0
configure:9687: result: NATIVE
configure:9697: checking the limits of long double
configure:9732: gcc -c -g -O2 conftest.c >&5
configure:9738: $? = 0
configure:9760: result: LDBL_MAX/LDBL_MIN
configure:9776: checking for sa_len in struct sockaddr
configure:9809: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:65:14: error: 'struct sockaddr' has no member named 'sa_len'
65 | length = sock.sa_len;
| ^
configure:9815: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| #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_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define ALIGNOF_INT64_T 1
| #define SHIFTMAX_INT64_T 63
| #define SHIFTSIGNED_INT64_T
| #define ALIGNOF_INT32_T 1
| #define ALIGNOF_INT16_T 1
| #define SHIFTMAX_INT8_T 31
| #define SHIFTMAX_INT16_T 31
| #define SHIFTMAX_INT32_T 31
| #define SHIFTSIGNED_INT8_T
| #define SHIFTSIGNED_INT16_T
| #define SHIFTSIGNED_INT32_T
| #define FLOAT_FORMAT_FLOAT IEEE754_SINGLE
| #define FLOAT_MAX_FLOAT (FLT_MAX)
| #define FLOAT_MIN_FLOAT (FLT_MIN)
| #define FLOAT_FORMAT_DOUBLE IEEE754_DOUBLE
| #define FLOAT_MAX_DOUBLE (DBL_MAX)
| #define FLOAT_MIN_DOUBLE (DBL_MIN)
| #define FLOAT_MAX_LONG_DOUBLE (LDBL_MAX)
| #define FLOAT_MIN_LONG_DOUBLE (LDBL_MIN)
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/socket.h>
|
| int
| main ()
| {
|
| int length;
| struct sockaddr sock;
| length = sock.sa_len;
|
| ;
| return 0;
| }
configure:9839: result: no
configure:9845: checking whether gcc needs -traditional
configure:9887: result: no
configure:9894: checking for working memcmp
configure:9947: gcc -o conftest -g -O2 conftest.c >&5
configure:9950: $? = 0
configure:9956: ./conftest
configure:9959: $? = 0
configure:9975: result: yes
configure:9990: checking for stdlib.h
configure:9996: result: yes
configure:9990: checking for unistd.h
configure:9996: result: yes
configure:10129: checking for getpagesize
configure:10185: gcc -o conftest -g -O2 conftest.c >&5
configure:10191: $? = 0
configure:10209: result: yes
configure:10219: checking for working mmap
configure:10366: gcc -o conftest -g -O2 conftest.c >&5
configure:10369: $? = 0
configure:10375: ./conftest
configure:10378: $? = 0
configure:10394: result: yes
configure:10405: checking for bswap16
configure:10445: gcc -o conftest -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:73:7: warning: implicit declaration of function 'bswap16' [-Wimplicit-function-declaration]
73 | x = bswap16(0x1122);
| ^~~~~~~
/usr/bin/ld: /tmp/ccGuGvK4.o: in function `main':
/home/ksta/src/tme-0.8_up/conftest.c:73: undefined reference to `bswap16'
collect2: error: ld returned 1 exit status
configure:10451: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| #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_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define ALIGNOF_INT64_T 1
| #define SHIFTMAX_INT64_T 63
| #define SHIFTSIGNED_INT64_T
| #define ALIGNOF_INT32_T 1
| #define ALIGNOF_INT16_T 1
| #define SHIFTMAX_INT8_T 31
| #define SHIFTMAX_INT16_T 31
| #define SHIFTMAX_INT32_T 31
| #define SHIFTSIGNED_INT8_T
| #define SHIFTSIGNED_INT16_T
| #define SHIFTSIGNED_INT32_T
| #define FLOAT_FORMAT_FLOAT IEEE754_SINGLE
| #define FLOAT_MAX_FLOAT (FLT_MAX)
| #define FLOAT_MIN_FLOAT (FLT_MIN)
| #define FLOAT_FORMAT_DOUBLE IEEE754_DOUBLE
| #define FLOAT_MAX_DOUBLE (DBL_MAX)
| #define FLOAT_MIN_DOUBLE (DBL_MIN)
| #define FLOAT_MAX_LONG_DOUBLE (LDBL_MAX)
| #define FLOAT_MIN_LONG_DOUBLE (LDBL_MIN)
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h. */
|
|
| #ifdef HAVE_SYS_BSWAP_H
| #include <sys/bswap.h>
| #endif
|
|
| int
| main ()
| {
|
|
| unsigned int x;
|
| x = bswap16(0x1122);
|
|
| ;
| return 0;
| }
configure:10469: result: no
configure:10479: checking for bswap32
configure:10519: gcc -o conftest -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:73:7: warning: implicit declaration of function 'bswap32' [-Wimplicit-function-declaration]
73 | x = bswap32(0x11223344);
| ^~~~~~~
/usr/bin/ld: /tmp/ccMlEewZ.o: in function `main':
/home/ksta/src/tme-0.8_up/conftest.c:73: undefined reference to `bswap32'
collect2: error: ld returned 1 exit status
configure:10525: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| #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_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define ALIGNOF_INT64_T 1
| #define SHIFTMAX_INT64_T 63
| #define SHIFTSIGNED_INT64_T
| #define ALIGNOF_INT32_T 1
| #define ALIGNOF_INT16_T 1
| #define SHIFTMAX_INT8_T 31
| #define SHIFTMAX_INT16_T 31
| #define SHIFTMAX_INT32_T 31
| #define SHIFTSIGNED_INT8_T
| #define SHIFTSIGNED_INT16_T
| #define SHIFTSIGNED_INT32_T
| #define FLOAT_FORMAT_FLOAT IEEE754_SINGLE
| #define FLOAT_MAX_FLOAT (FLT_MAX)
| #define FLOAT_MIN_FLOAT (FLT_MIN)
| #define FLOAT_FORMAT_DOUBLE IEEE754_DOUBLE
| #define FLOAT_MAX_DOUBLE (DBL_MAX)
| #define FLOAT_MIN_DOUBLE (DBL_MIN)
| #define FLOAT_MAX_LONG_DOUBLE (LDBL_MAX)
| #define FLOAT_MIN_LONG_DOUBLE (LDBL_MIN)
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h. */
|
|
| #ifdef HAVE_SYS_BSWAP_H
| #include <sys/bswap.h>
| #endif
|
|
| int
| main ()
| {
|
|
| unsigned int x;
|
| x = bswap32(0x11223344);
|
|
| ;
| return 0;
| }
configure:10543: result: no
configure:10554: checking for bswap64
configure:10594: gcc -o conftest -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:73:7: warning: implicit declaration of function 'bswap64' [-Wimplicit-function-declaration]
73 | x = bswap64(0x11223344);
| ^~~~~~~
/usr/bin/ld: /tmp/ccZ3XuhE.o: in function `main':
/home/ksta/src/tme-0.8_up/conftest.c:73: undefined reference to `bswap64'
collect2: error: ld returned 1 exit status
configure:10600: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| #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_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define ALIGNOF_INT64_T 1
| #define SHIFTMAX_INT64_T 63
| #define SHIFTSIGNED_INT64_T
| #define ALIGNOF_INT32_T 1
| #define ALIGNOF_INT16_T 1
| #define SHIFTMAX_INT8_T 31
| #define SHIFTMAX_INT16_T 31
| #define SHIFTMAX_INT32_T 31
| #define SHIFTSIGNED_INT8_T
| #define SHIFTSIGNED_INT16_T
| #define SHIFTSIGNED_INT32_T
| #define FLOAT_FORMAT_FLOAT IEEE754_SINGLE
| #define FLOAT_MAX_FLOAT (FLT_MAX)
| #define FLOAT_MIN_FLOAT (FLT_MIN)
| #define FLOAT_FORMAT_DOUBLE IEEE754_DOUBLE
| #define FLOAT_MAX_DOUBLE (DBL_MAX)
| #define FLOAT_MIN_DOUBLE (DBL_MIN)
| #define FLOAT_MAX_LONG_DOUBLE (LDBL_MAX)
| #define FLOAT_MIN_LONG_DOUBLE (LDBL_MIN)
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h. */
|
|
| #ifdef HAVE_SYS_BSWAP_H
| #include <sys/bswap.h>
| #endif
|
|
| int
| main ()
| {
|
|
| unsigned long x;
|
| x = bswap64(0x11223344);
|
|
| ;
| return 0;
| }
configure:10618: result: no
configure:10629: checking for isinff
configure:10669: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:10675: $? = 0
configure:10693: result: yes
configure:10708: checking for perl4.036
configure:10741: result: no
configure:10708: checking for perl4
configure:10741: result: no
configure:10708: checking for perl
configure:10726: found /usr/bin/perl
configure:10738: result: /usr/bin/perl
configure:10754: checking for AF_LINK support
configure:10782: result: no
configure:10800: checking net/bpf.h usability
configure:10817: gcc -c -g -O2 conftest.c >&5
conftest.c:93:10: fatal error: net/bpf.h: No such file or directory
93 | #include <net/bpf.h>
| ^~~~~~~~~~~
compilation terminated.
configure:10823: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| #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_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define ALIGNOF_INT64_T 1
| #define SHIFTMAX_INT64_T 63
| #define SHIFTSIGNED_INT64_T
| #define ALIGNOF_INT32_T 1
| #define ALIGNOF_INT16_T 1
| #define SHIFTMAX_INT8_T 31
| #define SHIFTMAX_INT16_T 31
| #define SHIFTMAX_INT32_T 31
| #define SHIFTSIGNED_INT8_T
| #define SHIFTSIGNED_INT16_T
| #define SHIFTSIGNED_INT32_T
| #define FLOAT_FORMAT_FLOAT IEEE754_SINGLE
| #define FLOAT_MAX_FLOAT (FLT_MAX)
| #define FLOAT_MIN_FLOAT (FLT_MIN)
| #define FLOAT_FORMAT_DOUBLE IEEE754_DOUBLE
| #define FLOAT_MAX_DOUBLE (DBL_MAX)
| #define FLOAT_MIN_DOUBLE (DBL_MIN)
| #define FLOAT_MAX_LONG_DOUBLE (LDBL_MAX)
| #define FLOAT_MIN_LONG_DOUBLE (LDBL_MIN)
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ISINFF
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <net/bpf.h>
configure:10837: result: no
configure:10841: checking net/bpf.h presence
configure:10856: gcc -E conftest.c
conftest.c:60:10: fatal error: net/bpf.h: No such file or directory
60 | #include <net/bpf.h>
| ^~~~~~~~~~~
compilation terminated.
configure:10862: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| #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_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define ALIGNOF_INT64_T 1
| #define SHIFTMAX_INT64_T 63
| #define SHIFTSIGNED_INT64_T
| #define ALIGNOF_INT32_T 1
| #define ALIGNOF_INT16_T 1
| #define SHIFTMAX_INT8_T 31
| #define SHIFTMAX_INT16_T 31
| #define SHIFTMAX_INT32_T 31
| #define SHIFTSIGNED_INT8_T
| #define SHIFTSIGNED_INT16_T
| #define SHIFTSIGNED_INT32_T
| #define FLOAT_FORMAT_FLOAT IEEE754_SINGLE
| #define FLOAT_MAX_FLOAT (FLT_MAX)
| #define FLOAT_MIN_FLOAT (FLT_MIN)
| #define FLOAT_FORMAT_DOUBLE IEEE754_DOUBLE
| #define FLOAT_MAX_DOUBLE (DBL_MAX)
| #define FLOAT_MIN_DOUBLE (DBL_MIN)
| #define FLOAT_MAX_LONG_DOUBLE (LDBL_MAX)
| #define FLOAT_MIN_LONG_DOUBLE (LDBL_MIN)
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ISINFF
| /* end confdefs.h. */
| #include <net/bpf.h>
configure:10876: result: no
configure:10904: checking for net/bpf.h
configure:10911: result: no
configure:10937: checking for raw Ethernet access method
configure:10943: result: none
configure:10946: checking for X
configure:11061: gcc -E conftest.c
configure:11067: $? = 0
configure:11116: gcc -o conftest -g -O2 conftest.c -lX11 >&5
configure:11122: $? = 0
configure:11181: result: libraries , headers
configure:11342: gcc -o conftest -g -O2 conftest.c -lX11 >&5
configure:11348: $? = 0
configure:11505: checking for gethostbyname
configure:11561: gcc -o conftest -g -O2 conftest.c >&5
configure:11567: $? = 0
configure:11584: result: yes
configure:11729: checking for connect
configure:11785: gcc -o conftest -g -O2 conftest.c >&5
configure:11791: $? = 0
configure:11808: result: yes
configure:11880: checking for remove
configure:11936: gcc -o conftest -g -O2 conftest.c >&5
configure:11942: $? = 0
configure:11959: result: yes
configure:12031: checking for shmat
configure:12087: gcc -o conftest -g -O2 conftest.c >&5
configure:12093: $? = 0
configure:12110: result: yes
configure:12191: checking for IceConnectionNumber in -lICE
configure:12226: gcc -o conftest -g -O2 conftest.c -lICE >&5
configure:12232: $? = 0
configure:12250: result: yes
configure:12283: checking for pkg-config
configure:12301: found /usr/bin/pkg-config
configure:12314: result: /usr/bin/pkg-config
configure:12336: checking for GTK+ - version >= 2.0.0
configure:12456: gcc -o conftest -g -O2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype -lX11 >&5
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from conftest.c:61:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
from /usr/include/glib-2.0/gobject/gbinding.h:31,
from /usr/include/glib-2.0/glib-object.h:24,
from /usr/include/glib-2.0/gio/gioenums.h:30,
from /usr/include/glib-2.0/gio/giotypes.h:30,
from /usr/include/glib-2.0/gio/gio.h:28,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:714:1: note: declared here
714 | {
| ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
configure:12459: $? = 0
configure:12465: ./conftest
configure:12468: $? = 0
configure:12488: result: yes (version 2.24.33)
configure:12617: checking characteristics of X display :0
configure:12739: result: 24-bit (32 bits per pixel) lsb-first images with 32-bit padding, rgb masks 0xff0000, 0xff00, 0xff, linear
configure:12934: checking for target recode support
configure:12959: result: no
configure:12980: checking for target miscellaneous support
configure:12986: result: x86
configure:12992: checking for lt_dlinit in -lltdl
configure:13027: gcc -o conftest -g -O2 conftest.c -lltdl >&5
configure:13033: $? = 0
configure:13051: result: yes
configure:13153: checking for a sed that does not truncate output
configure:13209: result: /usr/bin/sed
configure:13223: checking for ld used by gcc
configure:13290: result: /usr/bin/ld
configure:13299: checking if the linker (/usr/bin/ld) is GNU ld
configure:13314: result: yes
configure:13319: checking for /usr/bin/ld option to reload object files
configure:13326: result: -r
configure:13344: checking for BSD-compatible nm
configure:13393: result: /usr/bin/nm -B
configure:13397: checking whether ln -s works
configure:13401: result: yes
configure:13408: checking how to recognize dependent libraries
configure:13594: result: pass_all
configure:13682: gcc -c -g -O2 conftest.c >&5
configure:13685: $? = 0
configure:13844: checking dlfcn.h usability
configure:13861: gcc -c -g -O2 conftest.c >&5
configure:13867: $? = 0
configure:13881: result: yes
configure:13885: checking dlfcn.h presence
configure:13900: gcc -E conftest.c
configure:13906: $? = 0
configure:13920: result: yes
configure:13948: checking for dlfcn.h
configure:13956: result: yes
configure:14027: checking for g++
configure:14043: found /usr/bin/g++
configure:14054: result: g++
configure:14085: checking for C++ compiler version
configure:14092: g++ --version >&5
g++ (GCC) 12.2.1 20230201
Copyright (C) 2022 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:14095: $? = 0
configure:14102: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 12.2.1 20230201 (GCC)
configure:14105: $? = 0
configure:14112: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:14115: $? = 1
configure:14118: checking whether we are using the GNU C++ compiler
configure:14147: g++ -c conftest.cpp >&5
configure:14153: $? = 0
configure:14170: result: yes
configure:14175: checking whether g++ accepts -g
configure:14205: g++ -c -g conftest.cpp >&5
configure:14211: $? = 0
configure:14310: result: yes
configure:14335: checking dependency style of g++
configure:14426: result: gcc3
configure:14451: checking how to run the C++ preprocessor
configure:14487: g++ -E conftest.cpp
configure:14493: $? = 0
configure:14524: g++ -E conftest.cpp
conftest.cpp:62:10: fatal error: ac_nonexistent.h: No such file or directory
62 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:14530: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| #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_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define ALIGNOF_INT64_T 1
| #define SHIFTMAX_INT64_T 63
| #define SHIFTSIGNED_INT64_T
| #define ALIGNOF_INT32_T 1
| #define ALIGNOF_INT16_T 1
| #define SHIFTMAX_INT8_T 31
| #define SHIFTMAX_INT16_T 31
| #define SHIFTMAX_INT32_T 31
| #define SHIFTSIGNED_INT8_T
| #define SHIFTSIGNED_INT16_T
| #define SHIFTSIGNED_INT32_T
| #define FLOAT_FORMAT_FLOAT IEEE754_SINGLE
| #define FLOAT_MAX_FLOAT (FLT_MAX)
| #define FLOAT_MIN_FLOAT (FLT_MIN)
| #define FLOAT_FORMAT_DOUBLE IEEE754_DOUBLE
| #define FLOAT_MAX_DOUBLE (DBL_MAX)
| #define FLOAT_MIN_DOUBLE (DBL_MIN)
| #define FLOAT_MAX_LONG_DOUBLE (LDBL_MAX)
| #define FLOAT_MIN_LONG_DOUBLE (LDBL_MIN)
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ISINFF
| #define HAVE_GTK
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:14563: result: g++ -E
configure:14592: g++ -E conftest.cpp
configure:14598: $? = 0
configure:14629: g++ -E conftest.cpp
conftest.cpp:62:10: fatal error: ac_nonexistent.h: No such file or directory
62 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:14635: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| #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_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define ALIGNOF_INT64_T 1
| #define SHIFTMAX_INT64_T 63
| #define SHIFTSIGNED_INT64_T
| #define ALIGNOF_INT32_T 1
| #define ALIGNOF_INT16_T 1
| #define SHIFTMAX_INT8_T 31
| #define SHIFTMAX_INT16_T 31
| #define SHIFTMAX_INT32_T 31
| #define SHIFTSIGNED_INT8_T
| #define SHIFTSIGNED_INT16_T
| #define SHIFTSIGNED_INT32_T
| #define FLOAT_FORMAT_FLOAT IEEE754_SINGLE
| #define FLOAT_MAX_FLOAT (FLT_MAX)
| #define FLOAT_MIN_FLOAT (FLT_MIN)
| #define FLOAT_FORMAT_DOUBLE IEEE754_DOUBLE
| #define FLOAT_MAX_DOUBLE (DBL_MAX)
| #define FLOAT_MIN_DOUBLE (DBL_MIN)
| #define FLOAT_MAX_LONG_DOUBLE (LDBL_MAX)
| #define FLOAT_MIN_LONG_DOUBLE (LDBL_MIN)
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ISINFF
| #define HAVE_GTK
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:14728: checking for g77
configure:14758: result: no
configure:14728: checking for xlf
configure:14758: result: no
configure:14728: checking for f77
configure:14758: result: no
configure:14728: checking for frt
configure:14758: result: no
configure:14728: checking for pgf77
configure:14758: result: no
configure:14728: checking for cf77
configure:14758: result: no
configure:14728: checking for fort77
configure:14758: result: no
configure:14728: checking for fl32
configure:14758: result: no
configure:14728: checking for af77
configure:14758: result: no
configure:14728: checking for xlf90
configure:14758: result: no
configure:14728: checking for f90
configure:14758: result: no
configure:14728: checking for pgf90
configure:14758: result: no
configure:14728: checking for pghpf
configure:14758: result: no
configure:14728: checking for epcf90
configure:14758: result: no
configure:14728: checking for gfortran
configure:14758: result: no
configure:14728: checking for g95
configure:14758: result: no
configure:14728: checking for xlf95
configure:14758: result: no
configure:14728: checking for f95
configure:14758: result: no
configure:14728: checking for fort
configure:14758: result: no
configure:14728: checking for ifort
configure:14758: result: no
configure:14728: checking for ifc
configure:14758: result: no
configure:14728: checking for efc
configure:14758: result: no
configure:14728: checking for pgf95
configure:14758: result: no
configure:14728: checking for lf95
configure:14758: result: no
configure:14728: checking for ftn
configure:14758: result: no
configure:14785: checking for Fortran 77 compiler version
configure:14792: --version >&5
./configure: line 14793: --version: command not found
configure:14795: $? = 127
configure:14802: -v >&5
./configure: line 14803: -v: command not found
configure:14805: $? = 127
configure:14812: -V >&5
./configure: line 14813: -V: command not found
configure:14815: $? = 127
configure:14823: checking whether we are using the GNU Fortran 77 compiler
configure:14842: -c conftest.F >&5
./configure: line 14843: -c: command not found
configure:14848: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:14865: result: no
configure:14871: checking whether accepts -g
configure:14888: -c -g conftest.f >&5
./configure: line 14889: -c: command not found
configure:14894: $? = 127
configure: failed program was:
| program main
|
| end
configure:14910: result: no
configure:14940: checking the maximum length of command line arguments
configure:15052: result: 1879296
configure:15064: checking command to parse /usr/bin/nm -B output from gcc object
configure:15169: gcc -c -g -O2 conftest.c >&5
configure:15172: $? = 0
configure:15176: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:15179: $? = 0
configure:15231: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:15234: $? = 0
configure:15272: result: ok
configure:15276: checking for objdir
configure:15291: result: .libs
configure:15383: checking for ar
configure:15399: found /usr/bin/ar
configure:15410: result: ar
configure:15479: checking for ranlib
configure:15495: found /usr/bin/ranlib
configure:15506: result: ranlib
configure:15575: checking for strip
configure:15591: found /usr/bin/strip
configure:15602: result: strip
configure:15888: checking if gcc supports -fno-rtti -fno-exceptions
configure:15906: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
configure:15910: $? = 0
configure:15923: result: no
configure:15938: checking for gcc option to produce PIC
configure:16170: result: -fPIC
configure:16178: checking if gcc PIC flag -fPIC works
configure:16196: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
configure:16200: $? = 0
configure:16213: result: yes
configure:16241: checking if gcc static flag -static works
configure:16269: result: yes
configure:16279: checking if gcc supports -c -o file.o
configure:16300: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:16304: $? = 0
configure:16326: result: yes
configure:16352: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:17332: result: yes
configure:17399: checking dynamic linker characteristics
configure:18001: result: GNU/Linux ld.so
configure:18010: checking how to hardcode library paths into programs
configure:18035: result: immediate
configure:18049: checking whether stripping libraries is possible
configure:18054: result: yes
configure:18178: checking for shl_load
configure:18234: gcc -o conftest -g -O2 conftest.c >&5
/usr/bin/ld: /tmp/ccPMgwLX.o: in function `main':
/home/ksta/src/tme-0.8_up/conftest.c:96: undefined reference to `shl_load'
collect2: error: ld returned 1 exit status
configure:18240: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| #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_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define ALIGNOF_INT64_T 1
| #define SHIFTMAX_INT64_T 63
| #define SHIFTSIGNED_INT64_T
| #define ALIGNOF_INT32_T 1
| #define ALIGNOF_INT16_T 1
| #define SHIFTMAX_INT8_T 31
| #define SHIFTMAX_INT16_T 31
| #define SHIFTMAX_INT32_T 31
| #define SHIFTSIGNED_INT8_T
| #define SHIFTSIGNED_INT16_T
| #define SHIFTSIGNED_INT32_T
| #define FLOAT_FORMAT_FLOAT IEEE754_SINGLE
| #define FLOAT_MAX_FLOAT (FLT_MAX)
| #define FLOAT_MIN_FLOAT (FLT_MIN)
| #define FLOAT_FORMAT_DOUBLE IEEE754_DOUBLE
| #define FLOAT_MAX_DOUBLE (DBL_MAX)
| #define FLOAT_MIN_DOUBLE (DBL_MIN)
| #define FLOAT_MAX_LONG_DOUBLE (LDBL_MAX)
| #define FLOAT_MIN_LONG_DOUBLE (LDBL_MIN)
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ISINFF
| #define HAVE_GTK
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shl_load
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:18257: result: no
configure:18262: checking for shl_load in -ldld
configure:18297: gcc -o conftest -g -O2 conftest.c -ldld >&5
/usr/bin/ld: cannot find -ldld: No such file or directory
collect2: error: ld returned 1 exit status
configure:18303: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "tme"
| #define VERSION "0.8"
| #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_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LONG_DOUBLE_WIDER 1
| #define HAVE_LONG_DOUBLE 1
| #define RETSIGTYPE void
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define ALIGNOF_INT64_T 1
| #define SHIFTMAX_INT64_T 63
| #define SHIFTSIGNED_INT64_T
| #define ALIGNOF_INT32_T 1
| #define ALIGNOF_INT16_T 1
| #define SHIFTMAX_INT8_T 31
| #define SHIFTMAX_INT16_T 31
| #define SHIFTMAX_INT32_T 31
| #define SHIFTSIGNED_INT8_T
| #define SHIFTSIGNED_INT16_T
| #define SHIFTSIGNED_INT32_T
| #define FLOAT_FORMAT_FLOAT IEEE754_SINGLE
| #define FLOAT_MAX_FLOAT (FLT_MAX)
| #define FLOAT_MIN_FLOAT (FLT_MIN)
| #define FLOAT_FORMAT_DOUBLE IEEE754_DOUBLE
| #define FLOAT_MAX_DOUBLE (DBL_MAX)
| #define FLOAT_MIN_DOUBLE (DBL_MIN)
| #define FLOAT_MAX_LONG_DOUBLE (LDBL_MAX)
| #define FLOAT_MIN_LONG_DOUBLE (LDBL_MIN)
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ISINFF
| #define HAVE_GTK
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:18321: result: no
configure:18326: checking for dlopen
configure:18382: gcc -o conftest -g -O2 conftest.c >&5
configure:18388: $? = 0
configure:18405: result: yes
configure:18638: checking whether a program can dlopen itself
configure:18712: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c >&5
configure: In function 'main':
configure:18708:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
18708 |
| ^
configure:18656:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
18655 |
+++ |+#include <stdlib.h>
18656 | #include <stdio.h>
configure:18708:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
18708 |
| ^
configure:18708:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:18715: $? = 0
configure:18733: result: yes
configure:18738: checking whether a statically linked program can dlopen itself
configure:18812: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c >&5
configure: In function 'main':
configure:18808:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
18808 |
| ^
configure:18756:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
18755 |
+++ |+#include <stdlib.h>
18756 | #include <stdio.h>
configure:18808:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
18808 |
| ^
configure:18808:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
/usr/bin/ld: /tmp/ccE0XWA3.o: in function `main':
/home/ksta/src/tme-0.8_up/conftest.c:18796: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
configure:18815: $? = 0
configure:18833: result: no
configure:18856: checking if libtool supports shared libraries
configure:18858: result: yes
configure:18861: checking whether to build shared libraries
configure:18882: result: no
configure:18885: checking whether to build static libraries
configure:18889: result: yes
configure:18982: creating libtool
configure:19570: checking for ld used by g++
configure:19637: result: /usr/bin/ld -m elf_x86_64
configure:19646: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:19661: result: yes
configure:19712: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:20686: result: yes
configure:20704: g++ -c -g -O2 conftest.cpp >&5
configure:20707: $? = 0
configure:20859: checking for g++ option to produce PIC
configure:21143: result: -fPIC
configure:21151: checking if g++ PIC flag -fPIC works
configure:21169: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5
configure:21173: $? = 0
configure:21186: result: yes
configure:21214: checking if g++ static flag -static works
configure:21242: result: yes
configure:21252: checking if g++ supports -c -o file.o
configure:21273: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:21277: $? = 0
configure:21299: result: yes
configure:21325: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:21350: result: yes
configure:21417: checking dynamic linker characteristics
configure:21967: result: GNU/Linux ld.so
configure:21976: checking how to hardcode library paths into programs
configure:22001: result: immediate
configure:28330: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on lakshmi.trickster.gods
config.status:738: creating Makefile
config.status:738: creating tme/Makefile
config.status:738: creating tme/ic/Makefile
config.status:738: creating tme/machine/Makefile
config.status:738: creating tme/generic/Makefile
config.status:738: creating tme/scsi/Makefile
config.status:738: creating tme/host/Makefile
config.status:738: creating tme/bus/Makefile
config.status:738: creating libtme/Makefile
config.status:738: creating libtme/host/Makefile
config.status:738: creating libtme/host/x86/Makefile
config.status:738: creating ic/Makefile
config.status:738: creating ic/m68k/Makefile
config.status:738: creating ic/ieee754/Makefile
config.status:738: creating ic/sparc/Makefile
config.status:738: creating ic/stp22xx/Makefile
config.status:738: creating machine/Makefile
config.status:738: creating machine/sun/Makefile
config.status:738: creating machine/sun2/Makefile
config.status:738: creating machine/sun3/Makefile
config.status:738: creating machine/sun4/Makefile
config.status:738: creating machine/sun4u/Makefile
config.status:738: creating host/Makefile
config.status:738: creating host/posix/Makefile
config.status:738: creating host/bsd/Makefile
config.status:738: creating host/gtk/Makefile
config.status:738: creating bus/Makefile
config.status:738: creating bus/multibus/Makefile
config.status:738: creating bus/sbus/Makefile
config.status:738: creating serial/Makefile
config.status:738: creating scsi/Makefile
config.status:738: creating generic/Makefile
config.status:738: creating tmesh/Makefile
config.status:738: creating tools/Makefile
config.status:738: creating config.h
config.status:1013: config.h is unchanged
config.status:1059: executing depfiles commands
config.status:1059: executing default-1 commands
configure:29907: === configuring in libltdl (/home/ksta/src/tme-0.8_up/libltdl)
configure:30010: running /bin/sh ./configure '--prefix=/opt/tme' '--disable-shared' '--disable-warnings' '--enable-ltdl-install' '--enable-ltdl-install' --cache-file=/dev/null --srcdir=.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_alignof_int16_t=1
ac_cv_alignof_int32_t=1
ac_cv_alignof_int64_t=1
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_long_double=yes
ac_cv_c_volatile=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_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_f77_compiler_gnu=no
ac_cv_float_format_double=IEEE754_DOUBLE
ac_cv_float_format_float=IEEE754_SINGLE
ac_cv_float_format_long_double=NATIVE
ac_cv_float_limits_double=DBL_MAX/DBL_MIN
ac_cv_float_limits_float=FLT_MAX/FLT_MIN
ac_cv_float_limits_long_double=LDBL_MAX/LDBL_MIN
ac_cv_func_connect=yes
ac_cv_func_dlopen=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getpagesize=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_remove=yes
ac_cv_func_shl_load=no
ac_cv_func_shmat=yes
ac_cv_have_bswap16=no
ac_cv_have_bswap32=no
ac_cv_have_bswap64=no
ac_cv_have_isinff=yes
ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
ac_cv_header_dlfcn_h=yes
ac_cv_header_float_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_ioctls_h=no
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_net_bpf_h=no
ac_cv_header_net_if_dl_h=no
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_bswap_h=no
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_socketio_h=no
ac_cv_header_sys_sockio_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_ltdl_lt_dlinit=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_YACC='bison -y'
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_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=no
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_shiftmax_int16_t=31
ac_cv_shiftmax_int32_t=31
ac_cv_shiftmax_int64_t=63
ac_cv_shiftmax_int8_t=31
ac_cv_shiftsigned_int16_t=1
ac_cv_shiftsigned_int32_t=1
ac_cv_shiftsigned_int64_t=1
ac_cv_shiftsigned_int8_t=1
ac_cv_sizeof_double=8
ac_cv_sizeof_float=4
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_double=16
ac_cv_sizeof_short=2
ac_cv_sys_sockaddr_sa_len=no
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_type_double=yes
ac_cv_type_float=yes
ac_cv_type_int=yes
ac_cv_type_long=yes
ac_cv_type_long_double=yes
ac_cv_type_long_double_wider=yes
ac_cv_type_short=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=no
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=1879296
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/ksta/src/tme-0.8_up/missing --run aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/ksta/src/tme-0.8_up/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/ksta/src/tme-0.8_up/missing --run autoconf'
AUTOHEADER='${SHELL} /home/ksta/src/tme-0.8_up/missing --run autoheader'
AUTOMAKE='${SHELL} /home/ksta/src/tme-0.8_up/missing --run automake-1.10'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CFLAGS_NO_STRICT_ALIASING=' -fno-strict-aliasing'
CPP='gcc -E'
CPPFLAGS=' -DTME_NO_LOG -DTME_NO_DEBUG_LOCKS -DTME_NO_AUDIT_ATOMICS -DNDEBUG'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
F77=''
FFLAGS=''
GREP='/usr/bin/grep'
GTK_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread '
GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype -lX11'
INCLTDL='-I${top_srcdir}/libltdl'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBLTDL='${top_builddir}/libltdl/libltdl.la'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/ksta/src/tme-0.8_up/missing --run makeinfo'
OBJEXT='o'
PACKAGE='tme'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PKG_CONFIG='/usr/bin/pkg-config'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TME_BUS_SUBDIRS=' multibus sbus'
TME_FB_XLAT_DST=' d24b32s0p32olml_r0xff0000_g0xff00_b0xff'
TME_FB_XLAT_SRC=' 1152x900d1b1s0p32om 1152x900d8b8s0p32ommi8 1152x900d1b1s0p32omccmi8'
TME_HOSTS='posix gtk'
TME_ICS=' tme_ic_am9513.la tme_ic_mm58167.la tme_ic_z8530.la tme_ic_i825x6.la tme_ic_isil7170.la tme_ic_ncr5380.la tme_ic_am7930.la tme_ic_am7990.la tme_ic_ncr53c9x.la tme_ic_mk48txx.la tme_ic_lsi64854.la tme_ic_nec765.la tme_ic_ncr89c105.la tme_ic_stp2024.la tme_ic_ad184x.la'
TME_IC_SUBDIRS=' m68k ieee754 sparc stp22xx'
TME_MACHINE_SUBDIRS=' sun sun2 sun3 sun4 sun4u'
TME_PREOPEN='`sort -u $(top_builddir)/tme-preopen.txt`'
TME_SERIALS=''
TME_SERIAL_SUBDIRS=''
VERSION='0.8'
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=' -lSM -lICE'
YACC='bison -y'
YFLAGS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /home/ksta/src/tme-0.8_up/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/usr/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/opt/tme'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' libltdl'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "tme"
#define VERSION "0.8"
#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_UNISTD_H 1
#define HAVE_STDIO_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDARG_H 1
#define HAVE_LIMITS_H 1
#define HAVE_FLOAT_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_LONG_DOUBLE_WIDER 1
#define HAVE_LONG_DOUBLE 1
#define RETSIGTYPE void
#define SIZEOF_LONG 8
#define SIZEOF_INT 4
#define SIZEOF_SHORT 2
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define SIZEOF_LONG_DOUBLE 16
#define ALIGNOF_INT64_T 1
#define SHIFTMAX_INT64_T 63
#define SHIFTSIGNED_INT64_T
#define ALIGNOF_INT32_T 1
#define ALIGNOF_INT16_T 1
#define SHIFTMAX_INT8_T 31
#define SHIFTMAX_INT16_T 31
#define SHIFTMAX_INT32_T 31
#define SHIFTSIGNED_INT8_T
#define SHIFTSIGNED_INT16_T
#define SHIFTSIGNED_INT32_T
#define FLOAT_FORMAT_FLOAT IEEE754_SINGLE
#define FLOAT_MAX_FLOAT (FLT_MAX)
#define FLOAT_MIN_FLOAT (FLT_MIN)
#define FLOAT_FORMAT_DOUBLE IEEE754_DOUBLE
#define FLOAT_MAX_DOUBLE (DBL_MAX)
#define FLOAT_MIN_DOUBLE (DBL_MIN)
#define FLOAT_MAX_LONG_DOUBLE (LDBL_MAX)
#define FLOAT_MIN_LONG_DOUBLE (LDBL_MIN)
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_ISINFF
#define HAVE_GTK
#define HAVE_DLFCN_H 1
configure: exit 0