614 lines
18 KiB
Plaintext
614 lines
18 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 tl-parser configure 1.0, which was
|
|
generated by GNU Autoconf 2.69. Invocation command line was
|
|
|
|
$ ./tl-parser/configure
|
|
|
|
## --------- ##
|
|
## Platform. ##
|
|
## --------- ##
|
|
|
|
hostname = ubuntu-virtual-machine
|
|
uname -m = x86_64
|
|
uname -r = 5.8.1-050801-generic
|
|
uname -s = Linux
|
|
uname -v = #202008111432 SMP Tue Aug 11 14:34:42 UTC 2020
|
|
|
|
/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/ubuntu/.npm-global/bin
|
|
PATH: /home/ubuntu/.cargo/bin
|
|
PATH: /home/ubuntu/.local/bin
|
|
PATH: /usr/local/sbin
|
|
PATH: /usr/local/bin
|
|
PATH: /usr/sbin
|
|
PATH: /usr/bin
|
|
PATH: /sbin
|
|
PATH: /bin
|
|
PATH: /usr/games
|
|
PATH: /usr/local/games
|
|
PATH: /snap/bin
|
|
PATH: /usr/lib/jvm/zulu13/bin
|
|
PATH: /usr/lib/jvm/zulu13/db/bin
|
|
|
|
|
|
## ----------- ##
|
|
## Core tests. ##
|
|
## ----------- ##
|
|
|
|
configure:2290: checking for gcc
|
|
configure:2306: found /usr/bin/gcc
|
|
configure:2317: result: gcc
|
|
configure:2546: checking for C compiler version
|
|
configure:2555: gcc --version >&5
|
|
gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
|
|
Copyright (C) 2019 Free Software Foundation, Inc.
|
|
This is free software; see the source for copying conditions. There is NO
|
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
configure:2566: $? = 0
|
|
configure:2555: gcc -v >&5
|
|
Using built-in specs.
|
|
COLLECT_GCC=gcc
|
|
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
|
|
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
|
|
OFFLOAD_TARGET_DEFAULT=1
|
|
Target: x86_64-linux-gnu
|
|
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
|
Thread model: posix
|
|
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
|
|
configure:2566: $? = 0
|
|
configure:2555: gcc -V >&5
|
|
gcc: error: unrecognized command line option '-V'
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:2566: $? = 1
|
|
configure:2555: gcc -qversion >&5
|
|
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:2566: $? = 1
|
|
configure:2586: checking whether the C compiler works
|
|
configure:2608: gcc conftest.c >&5
|
|
configure:2612: $? = 0
|
|
configure:2660: result: yes
|
|
configure:2663: checking for C compiler default output file name
|
|
configure:2665: result: a.out
|
|
configure:2671: checking for suffix of executables
|
|
configure:2678: gcc -o conftest conftest.c >&5
|
|
configure:2682: $? = 0
|
|
configure:2704: result:
|
|
configure:2726: checking whether we are cross compiling
|
|
configure:2734: gcc -o conftest conftest.c >&5
|
|
configure:2738: $? = 0
|
|
configure:2745: ./conftest
|
|
configure:2749: $? = 0
|
|
configure:2737: result: no
|
|
configure:2742: checking for suffix of object files
|
|
configure:2764: gcc -c conftest.c >&5
|
|
configure:2768: $? = 0
|
|
configure:2789: result: o
|
|
configure:2793: checking whether we are using the GNU C compiler
|
|
configure:2812: gcc -c conftest.c >&5
|
|
configure:2812: $? = 0
|
|
configure:2821: result: yes
|
|
configure:2830: checking whether gcc accepts -g
|
|
configure:2850: gcc -c -g conftest.c >&5
|
|
configure:2850: $? = 0
|
|
configure:2891: result: yes
|
|
configure:2908: checking for gcc option to accept ISO C89
|
|
configure:2971: gcc -c -g -O2 conftest.c >&5
|
|
configure:2971: $? = 0
|
|
configure:2984: result: none needed
|
|
configure:3008: checking for crc32_combine in -lz
|
|
configure:3033: gcc -o conftest -g -O2 conftest.c -lz >&5
|
|
configure:3033: $? = 0
|
|
configure:3042: result: yes
|
|
configure:3060: checking how to run the C preprocessor
|
|
configure:3091: gcc -E conftest.c
|
|
configure:3091: $? = 0
|
|
configure:3105: 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:3105: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "tl-parser"
|
|
| #define PACKAGE_TARNAME "tl-parser"
|
|
| #define PACKAGE_VERSION "1.0"
|
|
| #define PACKAGE_STRING "tl-parser 1.0"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #define HAVE_LIBZ 1
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:3130: result: gcc -E
|
|
configure:3150: gcc -E conftest.c
|
|
configure:3150: $? = 0
|
|
configure:3164: 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:3164: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "tl-parser"
|
|
| #define PACKAGE_TARNAME "tl-parser"
|
|
| #define PACKAGE_VERSION "1.0"
|
|
| #define PACKAGE_STRING "tl-parser 1.0"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #define HAVE_LIBZ 1
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:3193: checking for grep that handles long lines and -e
|
|
configure:3251: result: /bin/grep
|
|
configure:3256: checking for egrep
|
|
configure:3318: result: /bin/grep -E
|
|
configure:3323: checking for ANSI C header files
|
|
configure:3343: gcc -c -g -O2 conftest.c >&5
|
|
configure:3343: $? = 0
|
|
configure:3416: gcc -o conftest -g -O2 conftest.c -lz >&5
|
|
configure:3416: $? = 0
|
|
configure:3416: ./conftest
|
|
configure:3416: $? = 0
|
|
configure:3427: result: yes
|
|
configure:3440: checking for sys/types.h
|
|
configure:3440: gcc -c -g -O2 conftest.c >&5
|
|
configure:3440: $? = 0
|
|
configure:3440: result: yes
|
|
configure:3440: checking for sys/stat.h
|
|
configure:3440: gcc -c -g -O2 conftest.c >&5
|
|
configure:3440: $? = 0
|
|
configure:3440: result: yes
|
|
configure:3440: checking for stdlib.h
|
|
configure:3440: gcc -c -g -O2 conftest.c >&5
|
|
configure:3440: $? = 0
|
|
configure:3440: result: yes
|
|
configure:3440: checking for string.h
|
|
configure:3440: gcc -c -g -O2 conftest.c >&5
|
|
configure:3440: $? = 0
|
|
configure:3440: result: yes
|
|
configure:3440: checking for memory.h
|
|
configure:3440: gcc -c -g -O2 conftest.c >&5
|
|
configure:3440: $? = 0
|
|
configure:3440: result: yes
|
|
configure:3440: checking for strings.h
|
|
configure:3440: gcc -c -g -O2 conftest.c >&5
|
|
configure:3440: $? = 0
|
|
configure:3440: result: yes
|
|
configure:3440: checking for inttypes.h
|
|
configure:3440: gcc -c -g -O2 conftest.c >&5
|
|
configure:3440: $? = 0
|
|
configure:3440: result: yes
|
|
configure:3440: checking for stdint.h
|
|
configure:3440: gcc -c -g -O2 conftest.c >&5
|
|
configure:3440: $? = 0
|
|
configure:3440: result: yes
|
|
configure:3440: checking for unistd.h
|
|
configure:3440: gcc -c -g -O2 conftest.c >&5
|
|
configure:3440: $? = 0
|
|
configure:3440: result: yes
|
|
configure:3455: checking fcntl.h usability
|
|
configure:3455: gcc -c -g -O2 conftest.c >&5
|
|
configure:3455: $? = 0
|
|
configure:3455: result: yes
|
|
configure:3455: checking fcntl.h presence
|
|
configure:3455: gcc -E conftest.c
|
|
configure:3455: $? = 0
|
|
configure:3455: result: yes
|
|
configure:3455: checking for fcntl.h
|
|
configure:3455: result: yes
|
|
configure:3455: checking mach/mach.h usability
|
|
configure:3455: gcc -c -g -O2 conftest.c >&5
|
|
conftest.c:54:10: fatal error: mach/mach.h: No such file or directory
|
|
54 | #include <mach/mach.h>
|
|
| ^~~~~~~~~~~~~
|
|
compilation terminated.
|
|
configure:3455: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "tl-parser"
|
|
| #define PACKAGE_TARNAME "tl-parser"
|
|
| #define PACKAGE_VERSION "1.0"
|
|
| #define PACKAGE_STRING "tl-parser 1.0"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #define HAVE_LIBZ 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_FCNTL_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 <mach/mach.h>
|
|
configure:3455: result: no
|
|
configure:3455: checking mach/mach.h presence
|
|
configure:3455: gcc -E conftest.c
|
|
conftest.c:21:10: fatal error: mach/mach.h: No such file or directory
|
|
21 | #include <mach/mach.h>
|
|
| ^~~~~~~~~~~~~
|
|
compilation terminated.
|
|
configure:3455: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "tl-parser"
|
|
| #define PACKAGE_TARNAME "tl-parser"
|
|
| #define PACKAGE_VERSION "1.0"
|
|
| #define PACKAGE_STRING "tl-parser 1.0"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #define HAVE_LIBZ 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_FCNTL_H 1
|
|
| /* end confdefs.h. */
|
|
| #include <mach/mach.h>
|
|
configure:3455: result: no
|
|
configure:3455: checking for mach/mach.h
|
|
configure:3455: result: no
|
|
configure:3455: checking for stdlib.h
|
|
configure:3455: result: yes
|
|
configure:3455: checking for string.h
|
|
configure:3455: result: yes
|
|
configure:3455: checking sys/time.h usability
|
|
configure:3455: gcc -c -g -O2 conftest.c >&5
|
|
configure:3455: $? = 0
|
|
configure:3455: result: yes
|
|
configure:3455: checking sys/time.h presence
|
|
configure:3455: gcc -E conftest.c
|
|
configure:3455: $? = 0
|
|
configure:3455: result: yes
|
|
configure:3455: checking for sys/time.h
|
|
configure:3455: result: yes
|
|
configure:3455: checking for unistd.h
|
|
configure:3455: result: yes
|
|
configure:3467: checking for inline
|
|
configure:3483: gcc -c -g -O2 conftest.c >&5
|
|
configure:3483: $? = 0
|
|
configure:3491: result: inline
|
|
configure:3509: checking for size_t
|
|
configure:3509: gcc -c -g -O2 conftest.c >&5
|
|
configure:3509: $? = 0
|
|
configure:3509: gcc -c -g -O2 conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:61:21: error: expected expression before ')' token
|
|
61 | if (sizeof ((size_t)))
|
|
| ^
|
|
configure:3509: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "tl-parser"
|
|
| #define PACKAGE_TARNAME "tl-parser"
|
|
| #define PACKAGE_VERSION "1.0"
|
|
| #define PACKAGE_STRING "tl-parser 1.0"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #define HAVE_LIBZ 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_FCNTL_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_SYS_TIME_H 1
|
|
| #define HAVE_UNISTD_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
|
|
| int
|
|
| main ()
|
|
| {
|
|
| if (sizeof ((size_t)))
|
|
| return 0;
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:3509: result: yes
|
|
configure:3524: checking for stdlib.h
|
|
configure:3524: result: yes
|
|
configure:3534: checking for GNU libc compatible malloc
|
|
configure:3558: gcc -o conftest -g -O2 conftest.c -lz >&5
|
|
configure:3558: $? = 0
|
|
configure:3558: ./conftest
|
|
configure:3558: $? = 0
|
|
configure:3568: result: yes
|
|
configure:3591: checking for stdlib.h
|
|
configure:3591: result: yes
|
|
configure:3601: checking for GNU libc compatible realloc
|
|
configure:3625: gcc -o conftest -g -O2 conftest.c -lz >&5
|
|
configure:3625: $? = 0
|
|
configure:3625: ./conftest
|
|
configure:3625: $? = 0
|
|
configure:3635: result: yes
|
|
configure:3659: checking for clock_gettime
|
|
configure:3659: gcc -o conftest -g -O2 conftest.c -lz >&5
|
|
configure:3659: $? = 0
|
|
configure:3659: result: yes
|
|
configure:3659: checking for memset
|
|
configure:3659: gcc -o conftest -g -O2 conftest.c -lz >&5
|
|
conftest.c:53:6: warning: conflicting types for built-in function 'memset'; expected 'void *(void *, int, long unsigned int)' [-Wbuiltin-declaration-mismatch]
|
|
53 | char memset ();
|
|
| ^~~~~~
|
|
conftest.c:41:1: note: 'memset' is declared in header '<string.h>'
|
|
40 | # include <limits.h>
|
|
41 | #else
|
|
configure:3659: $? = 0
|
|
configure:3659: result: yes
|
|
configure:3659: checking for strdup
|
|
configure:3659: gcc -o conftest -g -O2 conftest.c -lz >&5
|
|
conftest.c:54:6: warning: conflicting types for built-in function 'strdup'; expected 'char *(const char *)' [-Wbuiltin-declaration-mismatch]
|
|
54 | char strdup ();
|
|
| ^~~~~~
|
|
configure:3659: $? = 0
|
|
configure:3659: result: yes
|
|
configure:3672: checking for __builtin_bswap32
|
|
configure:3691: gcc -o conftest -g -O2 conftest.c -lz >&5
|
|
configure:3691: $? = 0
|
|
configure:3700: result: yes
|
|
configure:3822: creating ./config.status
|
|
|
|
## ---------------------- ##
|
|
## Running config.status. ##
|
|
## ---------------------- ##
|
|
|
|
This file was extended by tl-parser config.status 1.0, which was
|
|
generated by GNU Autoconf 2.69. Invocation command line was
|
|
|
|
CONFIG_FILES =
|
|
CONFIG_HEADERS =
|
|
CONFIG_LINKS =
|
|
CONFIG_COMMANDS =
|
|
$ ./config.status
|
|
|
|
on ubuntu-virtual-machine
|
|
|
|
config.status:808: creating Makefile
|
|
config.status:808: creating config.h
|
|
|
|
## ---------------- ##
|
|
## Cache variables. ##
|
|
## ---------------- ##
|
|
|
|
ac_cv_c_compiler_gnu=yes
|
|
ac_cv_c_inline=inline
|
|
ac_cv_env_CC_set=
|
|
ac_cv_env_CC_value=
|
|
ac_cv_env_CFLAGS_set=
|
|
ac_cv_env_CFLAGS_value=
|
|
ac_cv_env_CPPFLAGS_set=
|
|
ac_cv_env_CPPFLAGS_value=
|
|
ac_cv_env_CPP_set=
|
|
ac_cv_env_CPP_value=
|
|
ac_cv_env_LDFLAGS_set=
|
|
ac_cv_env_LDFLAGS_value=
|
|
ac_cv_env_LIBS_set=
|
|
ac_cv_env_LIBS_value=
|
|
ac_cv_env_build_alias_set=
|
|
ac_cv_env_build_alias_value=
|
|
ac_cv_env_host_alias_set=
|
|
ac_cv_env_host_alias_value=
|
|
ac_cv_env_target_alias_set=
|
|
ac_cv_env_target_alias_value=
|
|
ac_cv_func_clock_gettime=yes
|
|
ac_cv_func_malloc_0_nonnull=yes
|
|
ac_cv_func_memset=yes
|
|
ac_cv_func_realloc_0_nonnull=yes
|
|
ac_cv_func_strdup=yes
|
|
ac_cv_header_fcntl_h=yes
|
|
ac_cv_header_inttypes_h=yes
|
|
ac_cv_header_mach_mach_h=no
|
|
ac_cv_header_memory_h=yes
|
|
ac_cv_header_stdc=yes
|
|
ac_cv_header_stdint_h=yes
|
|
ac_cv_header_stdlib_h=yes
|
|
ac_cv_header_string_h=yes
|
|
ac_cv_header_strings_h=yes
|
|
ac_cv_header_sys_stat_h=yes
|
|
ac_cv_header_sys_time_h=yes
|
|
ac_cv_header_sys_types_h=yes
|
|
ac_cv_header_unistd_h=yes
|
|
ac_cv_lib_z_crc32_combine=yes
|
|
ac_cv_objext=o
|
|
ac_cv_path_EGREP='/bin/grep -E'
|
|
ac_cv_path_GREP=/bin/grep
|
|
ac_cv_prog_CPP='gcc -E'
|
|
ac_cv_prog_ac_ct_CC=gcc
|
|
ac_cv_prog_cc_c89=
|
|
ac_cv_prog_cc_g=yes
|
|
ac_cv_type_size_t=yes
|
|
ax_cv_have___builtin_bswap32=yes
|
|
|
|
## ----------------- ##
|
|
## Output variables. ##
|
|
## ----------------- ##
|
|
|
|
CC='gcc'
|
|
CFLAGS='-g -O2'
|
|
CPP='gcc -E'
|
|
CPPFLAGS=''
|
|
DEFS='-DHAVE_CONFIG_H'
|
|
ECHO_C=''
|
|
ECHO_N='-n'
|
|
ECHO_T=''
|
|
EGREP='/bin/grep -E'
|
|
EXEEXT=''
|
|
GREP='/bin/grep'
|
|
LDFLAGS=''
|
|
LIBOBJS=''
|
|
LIBS='-lz '
|
|
LTLIBOBJS=''
|
|
OBJEXT='o'
|
|
PACKAGE_BUGREPORT=''
|
|
PACKAGE_NAME='tl-parser'
|
|
PACKAGE_STRING='tl-parser 1.0'
|
|
PACKAGE_TARNAME='tl-parser'
|
|
PACKAGE_URL=''
|
|
PACKAGE_VERSION='1.0'
|
|
PATH_SEPARATOR=':'
|
|
SHELL='/bin/bash'
|
|
ac_ct_CC='gcc'
|
|
bindir='${exec_prefix}/bin'
|
|
build_alias=''
|
|
datadir='${datarootdir}'
|
|
datarootdir='${prefix}/share'
|
|
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
|
dvidir='${docdir}'
|
|
exec_prefix='${prefix}'
|
|
host_alias=''
|
|
htmldir='${docdir}'
|
|
includedir='${prefix}/include'
|
|
infodir='${datarootdir}/info'
|
|
libdir='${exec_prefix}/lib'
|
|
libexecdir='${exec_prefix}/libexec'
|
|
localedir='${datarootdir}/locale'
|
|
localstatedir='${prefix}/var'
|
|
mandir='${datarootdir}/man'
|
|
oldincludedir='/usr/include'
|
|
pdfdir='${docdir}'
|
|
prefix='/usr/local'
|
|
program_transform_name='s,x,x,'
|
|
psdir='${docdir}'
|
|
runstatedir='${localstatedir}/run'
|
|
sbindir='${exec_prefix}/sbin'
|
|
sharedstatedir='${prefix}/com'
|
|
sysconfdir='${prefix}/etc'
|
|
target_alias=''
|
|
|
|
## ----------- ##
|
|
## confdefs.h. ##
|
|
## ----------- ##
|
|
|
|
/* confdefs.h */
|
|
#define PACKAGE_NAME "tl-parser"
|
|
#define PACKAGE_TARNAME "tl-parser"
|
|
#define PACKAGE_VERSION "1.0"
|
|
#define PACKAGE_STRING "tl-parser 1.0"
|
|
#define PACKAGE_BUGREPORT ""
|
|
#define PACKAGE_URL ""
|
|
#define HAVE_LIBZ 1
|
|
#define STDC_HEADERS 1
|
|
#define HAVE_SYS_TYPES_H 1
|
|
#define HAVE_SYS_STAT_H 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_STRING_H 1
|
|
#define HAVE_MEMORY_H 1
|
|
#define HAVE_STRINGS_H 1
|
|
#define HAVE_INTTYPES_H 1
|
|
#define HAVE_STDINT_H 1
|
|
#define HAVE_UNISTD_H 1
|
|
#define HAVE_FCNTL_H 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_STRING_H 1
|
|
#define HAVE_SYS_TIME_H 1
|
|
#define HAVE_UNISTD_H 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_MALLOC 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_REALLOC 1
|
|
#define HAVE_CLOCK_GETTIME 1
|
|
#define HAVE_MEMSET 1
|
|
#define HAVE_STRDUP 1
|
|
#define HAVE___BUILTIN_BSWAP32 1
|
|
|
|
configure: exit 0
|