You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
916 lines
30 KiB
916 lines
30 KiB
This file contains any messages produced by compilers while |
|
running configure, to aid debugging if configure makes a mistake. |
|
|
|
It was created by libedit configure 3.1, which was |
|
generated by GNU Autoconf 2.69. Invocation command line was |
|
|
|
$ ./configure --build=i686-pc-linux-gnu CFLAGS=-m32 -Wno-narrowing CXXFLAGS=-m32 -Wno-narrowing -fpermissive LDFLAGS=-m32 |
|
|
|
## --------- ## |
|
## Platform. ## |
|
## --------- ## |
|
|
|
hostname = DESKTOP-6CJ0SOQ |
|
uname -m = x86_64 |
|
uname -r = 4.19.128-microsoft-standard |
|
uname -s = Linux |
|
uname -v = #1 SMP Tue Jun 23 12:58:10 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: /usr/local/bin |
|
PATH: /usr/bin |
|
PATH: /bin |
|
PATH: /usr/local/games |
|
PATH: /usr/games |
|
|
|
|
|
## ----------- ## |
|
## Core tests. ## |
|
## ----------- ## |
|
|
|
configure:2417: checking for gcc |
|
configure:2433: found /usr/bin/gcc |
|
configure:2444: result: gcc |
|
configure:2673: checking for C compiler version |
|
configure:2682: gcc --version >&5 |
|
gcc (Debian 8.3.0-6) 8.3.0 |
|
Copyright (C) 2018 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:2693: $? = 0 |
|
configure:2682: gcc -v >&5 |
|
Using built-in specs. |
|
COLLECT_GCC=gcc |
|
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper |
|
OFFLOAD_TARGET_NAMES=nvptx-none |
|
OFFLOAD_TARGET_DEFAULT=1 |
|
Target: x86_64-linux-gnu |
|
Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --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-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --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 --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 8.3.0 (Debian 8.3.0-6) |
|
configure:2693: $? = 0 |
|
configure:2682: gcc -V >&5 |
|
gcc: error: unrecognized command line option '-V' |
|
gcc: fatal error: no input files |
|
compilation terminated. |
|
configure:2693: $? = 1 |
|
configure:2682: gcc -qversion >&5 |
|
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? |
|
gcc: fatal error: no input files |
|
compilation terminated. |
|
configure:2693: $? = 1 |
|
configure:2713: checking whether the C compiler works |
|
configure:2735: gcc -m32 -Wno-narrowing -m32 conftest.c >&5 |
|
configure:2739: $? = 0 |
|
configure:2787: result: yes |
|
configure:2790: checking for C compiler default output file name |
|
configure:2792: result: a.out |
|
configure:2798: checking for suffix of executables |
|
configure:2805: gcc -o conftest -m32 -Wno-narrowing -m32 conftest.c >&5 |
|
configure:2809: $? = 0 |
|
configure:2831: result: |
|
configure:2853: checking whether we are cross compiling |
|
configure:2861: gcc -o conftest -m32 -Wno-narrowing -m32 conftest.c >&5 |
|
configure:2865: $? = 0 |
|
configure:2872: ./conftest |
|
configure:2876: $? = 0 |
|
configure:2864: result: no |
|
configure:2869: checking for suffix of object files |
|
configure:2891: gcc -c -m32 -Wno-narrowing conftest.c >&5 |
|
configure:2895: $? = 0 |
|
configure:2916: result: o |
|
configure:2920: checking whether we are using the GNU C compiler |
|
configure:2939: gcc -c -m32 -Wno-narrowing conftest.c >&5 |
|
configure:2939: $? = 0 |
|
configure:2948: result: yes |
|
configure:2957: checking whether gcc accepts -g |
|
configure:2977: gcc -c -g conftest.c >&5 |
|
configure:2977: $? = 0 |
|
configure:3018: result: yes |
|
configure:3035: checking for gcc option to accept ISO C89 |
|
configure:3098: gcc -c -m32 -Wno-narrowing conftest.c >&5 |
|
configure:3098: $? = 0 |
|
configure:3111: result: none needed |
|
configure:3136: checking whether gcc understands -c and -o together |
|
configure:3158: gcc -c conftest.c -o conftest2.o |
|
configure:3161: $? = 0 |
|
configure:3158: gcc -c conftest.c -o conftest2.o |
|
configure:3161: $? = 0 |
|
configure:3173: result: yes |
|
configure:3196: checking how to run the C preprocessor |
|
configure:3227: gcc -E conftest.c |
|
configure:3227: $? = 0 |
|
configure:3241: gcc -E conftest.c |
|
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory |
|
#include <ac_nonexistent.h> |
|
^~~~~~~~~~~~~~~~~~ |
|
compilation terminated. |
|
configure:3241: $? = 1 |
|
configure: failed program was: |
|
| /* confdefs.h */ |
|
| #define PACKAGE_NAME "libedit" |
|
| #define PACKAGE_TARNAME "libedit-20201104" |
|
| #define PACKAGE_VERSION "3.1" |
|
| #define PACKAGE_STRING "libedit 3.1" |
|
| #define PACKAGE_BUGREPORT "" |
|
| #define PACKAGE_URL "" |
|
| /* end confdefs.h. */ |
|
| #include <ac_nonexistent.h> |
|
configure:3266: result: gcc -E |
|
configure:3286: gcc -E conftest.c |
|
configure:3286: $? = 0 |
|
configure:3300: gcc -E conftest.c |
|
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory |
|
#include <ac_nonexistent.h> |
|
^~~~~~~~~~~~~~~~~~ |
|
compilation terminated. |
|
configure:3300: $? = 1 |
|
configure: failed program was: |
|
| /* confdefs.h */ |
|
| #define PACKAGE_NAME "libedit" |
|
| #define PACKAGE_TARNAME "libedit-20201104" |
|
| #define PACKAGE_VERSION "3.1" |
|
| #define PACKAGE_STRING "libedit 3.1" |
|
| #define PACKAGE_BUGREPORT "" |
|
| #define PACKAGE_URL "" |
|
| /* end confdefs.h. */ |
|
| #include <ac_nonexistent.h> |
|
configure:3329: checking for grep that handles long lines and -e |
|
configure:3387: result: /bin/grep |
|
configure:3392: checking for egrep |
|
configure:3454: result: /bin/grep -E |
|
configure:3459: checking for ANSI C header files |
|
configure:3479: gcc -c -m32 -Wno-narrowing conftest.c >&5 |
|
configure:3479: $? = 0 |
|
configure:3552: gcc -o conftest -m32 -Wno-narrowing -m32 conftest.c >&5 |
|
configure:3552: $? = 0 |
|
configure:3552: ./conftest |
|
configure:3552: $? = 0 |
|
configure:3563: result: yes |
|
configure:3576: checking for sys/types.h |
|
configure:3576: gcc -c -m32 -Wno-narrowing conftest.c >&5 |
|
configure:3576: $? = 0 |
|
configure:3576: result: yes |
|
configure:3576: checking for sys/stat.h |
|
configure:3576: gcc -c -m32 -Wno-narrowing conftest.c >&5 |
|
configure:3576: $? = 0 |
|
configure:3576: result: yes |
|
configure:3576: checking for stdlib.h |
|
configure:3576: gcc -c -m32 -Wno-narrowing conftest.c >&5 |
|
configure:3576: $? = 0 |
|
configure:3576: result: yes |
|
configure:3576: checking for string.h |
|
configure:3576: gcc -c -m32 -Wno-narrowing conftest.c >&5 |
|
configure:3576: $? = 0 |
|
configure:3576: result: yes |
|
configure:3576: checking for memory.h |
|
configure:3576: gcc -c -m32 -Wno-narrowing conftest.c >&5 |
|
configure:3576: $? = 0 |
|
configure:3576: result: yes |
|
configure:3576: checking for strings.h |
|
configure:3576: gcc -c -m32 -Wno-narrowing conftest.c >&5 |
|
configure:3576: $? = 0 |
|
configure:3576: result: yes |
|
configure:3576: checking for inttypes.h |
|
configure:3576: gcc -c -m32 -Wno-narrowing conftest.c >&5 |
|
configure:3576: $? = 0 |
|
configure:3576: result: yes |
|
configure:3576: checking for stdint.h |
|
configure:3576: gcc -c -m32 -Wno-narrowing conftest.c >&5 |
|
configure:3576: $? = 0 |
|
configure:3576: result: yes |
|
configure:3576: checking for unistd.h |
|
configure:3576: gcc -c -m32 -Wno-narrowing conftest.c >&5 |
|
configure:3576: $? = 0 |
|
configure:3576: result: yes |
|
configure:3589: checking minix/config.h usability |
|
configure:3589: gcc -c -m32 -Wno-narrowing conftest.c >&5 |
|
conftest.c:52:10: fatal error: minix/config.h: No such file or directory |
|
#include <minix/config.h> |
|
^~~~~~~~~~~~~~~~ |
|
compilation terminated. |
|
configure:3589: $? = 1 |
|
configure: failed program was: |
|
| /* confdefs.h */ |
|
| #define PACKAGE_NAME "libedit" |
|
| #define PACKAGE_TARNAME "libedit-20201104" |
|
| #define PACKAGE_VERSION "3.1" |
|
| #define PACKAGE_STRING "libedit 3.1" |
|
| #define PACKAGE_BUGREPORT "" |
|
| #define PACKAGE_URL "" |
|
| #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 |
|
| /* 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 <minix/config.h> |
|
configure:3589: result: no |
|
configure:3589: checking minix/config.h presence |
|
configure:3589: gcc -E conftest.c |
|
conftest.c:19:10: fatal error: minix/config.h: No such file or directory |
|
#include <minix/config.h> |
|
^~~~~~~~~~~~~~~~ |
|
compilation terminated. |
|
configure:3589: $? = 1 |
|
configure: failed program was: |
|
| /* confdefs.h */ |
|
| #define PACKAGE_NAME "libedit" |
|
| #define PACKAGE_TARNAME "libedit-20201104" |
|
| #define PACKAGE_VERSION "3.1" |
|
| #define PACKAGE_STRING "libedit 3.1" |
|
| #define PACKAGE_BUGREPORT "" |
|
| #define PACKAGE_URL "" |
|
| #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 |
|
| /* end confdefs.h. */ |
|
| #include <minix/config.h> |
|
configure:3589: result: no |
|
configure:3589: checking for minix/config.h |
|
configure:3589: result: no |
|
configure:3610: checking whether it is safe to define __EXTENSIONS__ |
|
configure:3628: gcc -c -m32 -Wno-narrowing conftest.c >&5 |
|
configure:3628: $? = 0 |
|
configure:3635: result: yes |
|
configure:3666: checking for a BSD-compatible install |
|
configure:3734: result: /usr/bin/install -c |
|
configure:3745: checking whether build environment is sane |
|
configure:3800: result: yes |
|
configure:3946: checking for a thread-safe mkdir -p |
|
configure:3985: result: /bin/mkdir -p |
|
configure:3992: checking for gawk |
|
configure:4022: result: no |
|
configure:3992: checking for mawk |
|
configure:4008: found /usr/bin/mawk |
|
configure:4019: result: mawk |
|
configure:4030: checking whether make sets $(MAKE) |
|
configure:4052: result: yes |
|
configure:4074: checking whether make supports the include directive |
|
configure:4089: make -f confmf.GNU && cat confinc.out |
|
this is the am__doit target |
|
configure:4092: $? = 0 |
|
configure:4111: result: yes (GNU style) |
|
configure:4144: checking whether make supports nested variables |
|
configure:4161: result: yes |
|
configure:4246: checking dependency style of gcc |
|
configure:4357: result: gcc3 |
|
configure:4444: checking build system type |
|
configure:4458: result: i686-pc-linux-gnu |
|
configure:4478: checking host system type |
|
configure:4491: result: i686-pc-linux-gnu |
|
configure:4532: checking how to print strings |
|
configure:4559: result: printf |
|
configure:4580: checking for a sed that does not truncate output |
|
configure:4644: result: /bin/sed |
|
configure:4662: checking for fgrep |
|
configure:4724: result: /bin/grep -F |
|
configure:4759: checking for ld used by gcc |
|
configure:4826: result: /usr/bin/ld |
|
configure:4833: checking if the linker (/usr/bin/ld) is GNU ld |
|
configure:4848: result: yes |
|
configure:4860: checking for BSD- or MS-compatible name lister (nm) |
|
configure:4914: result: /usr/bin/nm -B |
|
configure:5044: checking the name lister (/usr/bin/nm -B) interface |
|
configure:5051: gcc -c -m32 -Wno-narrowing conftest.c >&5 |
|
configure:5054: /usr/bin/nm -B "conftest.o" |
|
configure:5057: output |
|
00000000 B some_variable |
|
configure:5058: result: BSD nm |
|
configure:5061: checking whether ln -s works |
|
configure:5065: result: yes |
|
configure:5073: checking the maximum length of command line arguments |
|
configure:5204: result: 1572864 |
|
configure:5252: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format |
|
configure:5292: result: func_convert_file_noop |
|
configure:5299: checking how to convert i686-pc-linux-gnu file names to toolchain format |
|
configure:5319: result: func_convert_file_noop |
|
configure:5326: checking for /usr/bin/ld option to reload object files |
|
configure:5333: result: -r |
|
configure:5407: checking for objdump |
|
configure:5423: found /usr/bin/objdump |
|
configure:5434: result: objdump |
|
configure:5466: checking how to recognize dependent libraries |
|
configure:5666: result: pass_all |
|
configure:5751: checking for dlltool |
|
configure:5781: result: no |
|
configure:5811: checking how to associate runtime and link libraries |
|
configure:5838: result: printf %s\n |
|
configure:5898: checking for ar |
|
configure:5914: found /usr/bin/ar |
|
configure:5925: result: ar |
|
configure:5962: checking for archiver @FILE support |
|
configure:5979: gcc -c -m32 -Wno-narrowing conftest.c >&5 |
|
configure:5979: $? = 0 |
|
configure:5982: ar cru libconftest.a @conftest.lst >&5 |
|
ar: `u' modifier ignored since `D' is the default (see `U') |
|
configure:5985: $? = 0 |
|
configure:5990: ar cru libconftest.a @conftest.lst >&5 |
|
ar: `u' modifier ignored since `D' is the default (see `U') |
|
ar: conftest.o: No such file or directory |
|
configure:5993: $? = 1 |
|
configure:5992: result: @ |
|
configure:6050: checking for strip |
|
configure:6066: found /usr/bin/strip |
|
configure:6077: result: strip |
|
configure:6149: checking for ranlib |
|
configure:6165: found /usr/bin/ranlib |
|
configure:6176: result: ranlib |
|
configure:6278: checking command to parse /usr/bin/nm -B output from gcc object |
|
configure:6431: gcc -c -m32 -Wno-narrowing conftest.c >&5 |
|
configure:6434: $? = 0 |
|
configure:6438: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm |
|
configure:6441: $? = 0 |
|
configure:6507: gcc -o conftest -m32 -Wno-narrowing -m32 conftest.c conftstm.o >&5 |
|
configure:6510: $? = 0 |
|
configure:6548: result: ok |
|
configure:6595: checking for sysroot |
|
configure:6625: result: no |
|
configure:6632: checking for a working dd |
|
configure:6670: result: /bin/dd |
|
configure:6674: checking how to truncate binary pipes |
|
configure:6689: result: /bin/dd bs=4096 count=1 |
|
configure:7018: checking for mt |
|
configure:7034: found /bin/mt |
|
configure:7045: result: mt |
|
configure:7068: checking if mt is a manifest tool |
|
configure:7074: mt '-?' |
|
configure:7082: result: no |
|
configure:7756: checking for dlfcn.h |
|
configure:7756: gcc -c -m32 -Wno-narrowing conftest.c >&5 |
|
configure:7756: $? = 0 |
|
configure:7756: result: yes |
|
configure:8012: checking for objdir |
|
configure:8027: result: .libs |
|
configure:8291: checking if gcc supports -fno-rtti -fno-exceptions |
|
configure:8309: gcc -c -m32 -Wno-narrowing -fno-rtti -fno-exceptions conftest.c >&5 |
|
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C |
|
configure:8313: $? = 0 |
|
configure:8326: result: no |
|
configure:8684: checking for gcc option to produce PIC |
|
configure:8691: result: -fPIC -DPIC |
|
configure:8699: checking if gcc PIC flag -fPIC -DPIC works |
|
configure:8717: gcc -c -m32 -Wno-narrowing -fPIC -DPIC -DPIC conftest.c >&5 |
|
configure:8721: $? = 0 |
|
configure:8734: result: yes |
|
configure:8763: checking if gcc static flag -static works |
|
configure:8791: result: yes |
|
configure:8806: checking if gcc supports -c -o file.o |
|
configure:8827: gcc -c -m32 -Wno-narrowing -o out/conftest2.o conftest.c >&5 |
|
configure:8831: $? = 0 |
|
configure:8853: result: yes |
|
configure:8861: checking if gcc supports -c -o file.o |
|
configure:8908: result: yes |
|
configure:8941: checking whether the gcc linker (/usr/bin/ld) supports shared libraries |
|
configure:10200: result: yes |
|
configure:10237: checking whether -lc should be explicitly linked in |
|
configure:10245: gcc -c -m32 -Wno-narrowing conftest.c >&5 |
|
configure:10248: $? = 0 |
|
configure:10263: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 |
|
configure:10266: $? = 0 |
|
configure:10280: result: no |
|
configure:10440: checking dynamic linker characteristics |
|
configure:11021: gcc -o conftest -m32 -Wno-narrowing -m32 -Wl,-rpath -Wl,/foo conftest.c >&5 |
|
configure:11021: $? = 0 |
|
configure:11258: result: GNU/Linux ld.so |
|
configure:11380: checking how to hardcode library paths into programs |
|
configure:11405: result: immediate |
|
configure:11953: checking whether stripping libraries is possible |
|
configure:11958: result: yes |
|
configure:11993: checking if libtool supports shared libraries |
|
configure:11995: result: yes |
|
configure:11998: checking whether to build shared libraries |
|
configure:12023: result: yes |
|
configure:12026: checking whether to build static libraries |
|
configure:12030: result: yes |
|
configure:8875: checking whether make supports nested variables |
|
configure:8892: result: yes |
|
configure:8905: checking for gcc option to accept ISO C99 |
|
configure:9054: gcc -c -m32 -Wno-narrowing conftest.c >&5 |
|
configure:9054: $? = 0 |
|
configure:9067: result: none needed |
|
configure:9083: checking whether ln -s works |
|
configure:9087: result: yes |
|
configure:9098: checking for gawk |
|
configure:9125: result: mawk |
|
configure:9143: checking for nroff |
|
configure:9161: found /usr/bin/nroff |
|
configure:9173: result: /usr/bin/nroff |
|
configure:9191: checking for tgetent in -lncurses |
|
configure:9216: gcc -o conftest -m32 -Wno-narrowing -m32 conftest.c -lncurses >&5 |
|
/usr/bin/ld: cannot find -lncurses |
|
collect2: error: ld returned 1 exit status |
|
configure:9216: $? = 1 |
|
configure: failed program was: |
|
| /* confdefs.h */ |
|
| #define PACKAGE_NAME "libedit" |
|
| #define PACKAGE_TARNAME "libedit-20201104" |
|
| #define PACKAGE_VERSION "3.1" |
|
| #define PACKAGE_STRING "libedit 3.1" |
|
| #define PACKAGE_BUGREPORT "" |
|
| #define PACKAGE_URL "" |
|
| #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 __EXTENSIONS__ 1 |
|
| #define _ALL_SOURCE 1 |
|
| #define _GNU_SOURCE 1 |
|
| #define _POSIX_PTHREAD_SEMANTICS 1 |
|
| #define _TANDEM_SOURCE 1 |
|
| #define PACKAGE "libedit-20201104" |
|
| #define VERSION "3.1" |
|
| #define HAVE_DLFCN_H 1 |
|
| #define LT_OBJDIR ".libs/" |
|
| /* 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 tgetent (); |
|
| int |
|
| main () |
|
| { |
|
| return tgetent (); |
|
| ; |
|
| return 0; |
|
| } |
|
configure:9225: result: no |
|
configure:9235: checking for tgetent in -lcurses |
|
configure:9260: gcc -o conftest -m32 -Wno-narrowing -m32 conftest.c -lcurses >&5 |
|
/usr/bin/ld: cannot find -lcurses |
|
collect2: error: ld returned 1 exit status |
|
configure:9260: $? = 1 |
|
configure: failed program was: |
|
| /* confdefs.h */ |
|
| #define PACKAGE_NAME "libedit" |
|
| #define PACKAGE_TARNAME "libedit-20201104" |
|
| #define PACKAGE_VERSION "3.1" |
|
| #define PACKAGE_STRING "libedit 3.1" |
|
| #define PACKAGE_BUGREPORT "" |
|
| #define PACKAGE_URL "" |
|
| #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 __EXTENSIONS__ 1 |
|
| #define _ALL_SOURCE 1 |
|
| #define _GNU_SOURCE 1 |
|
| #define _POSIX_PTHREAD_SEMANTICS 1 |
|
| #define _TANDEM_SOURCE 1 |
|
| #define PACKAGE "libedit-20201104" |
|
| #define VERSION "3.1" |
|
| #define HAVE_DLFCN_H 1 |
|
| #define LT_OBJDIR ".libs/" |
|
| /* 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 tgetent (); |
|
| int |
|
| main () |
|
| { |
|
| return tgetent (); |
|
| ; |
|
| return 0; |
|
| } |
|
configure:9269: result: no |
|
configure:9279: checking for tgetent in -ltermcap |
|
configure:9304: gcc -o conftest -m32 -Wno-narrowing -m32 conftest.c -ltermcap >&5 |
|
/usr/bin/ld: cannot find -ltermcap |
|
collect2: error: ld returned 1 exit status |
|
configure:9304: $? = 1 |
|
configure: failed program was: |
|
| /* confdefs.h */ |
|
| #define PACKAGE_NAME "libedit" |
|
| #define PACKAGE_TARNAME "libedit-20201104" |
|
| #define PACKAGE_VERSION "3.1" |
|
| #define PACKAGE_STRING "libedit 3.1" |
|
| #define PACKAGE_BUGREPORT "" |
|
| #define PACKAGE_URL "" |
|
| #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 __EXTENSIONS__ 1 |
|
| #define _ALL_SOURCE 1 |
|
| #define _GNU_SOURCE 1 |
|
| #define _POSIX_PTHREAD_SEMANTICS 1 |
|
| #define _TANDEM_SOURCE 1 |
|
| #define PACKAGE "libedit-20201104" |
|
| #define VERSION "3.1" |
|
| #define HAVE_DLFCN_H 1 |
|
| #define LT_OBJDIR ".libs/" |
|
| /* 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 tgetent (); |
|
| int |
|
| main () |
|
| { |
|
| return tgetent (); |
|
| ; |
|
| return 0; |
|
| } |
|
configure:9313: result: no |
|
configure:9323: checking for tgetent in -ltinfo |
|
configure:9348: gcc -o conftest -m32 -Wno-narrowing -m32 conftest.c -ltinfo >&5 |
|
/usr/bin/ld: cannot find -ltinfo |
|
collect2: error: ld returned 1 exit status |
|
configure:9348: $? = 1 |
|
configure: failed program was: |
|
| /* confdefs.h */ |
|
| #define PACKAGE_NAME "libedit" |
|
| #define PACKAGE_TARNAME "libedit-20201104" |
|
| #define PACKAGE_VERSION "3.1" |
|
| #define PACKAGE_STRING "libedit 3.1" |
|
| #define PACKAGE_BUGREPORT "" |
|
| #define PACKAGE_URL "" |
|
| #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 __EXTENSIONS__ 1 |
|
| #define _ALL_SOURCE 1 |
|
| #define _GNU_SOURCE 1 |
|
| #define _POSIX_PTHREAD_SEMANTICS 1 |
|
| #define _TANDEM_SOURCE 1 |
|
| #define PACKAGE "libedit-20201104" |
|
| #define VERSION "3.1" |
|
| #define HAVE_DLFCN_H 1 |
|
| #define LT_OBJDIR ".libs/" |
|
| /* 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 tgetent (); |
|
| int |
|
| main () |
|
| { |
|
| return tgetent (); |
|
| ; |
|
| return 0; |
|
| } |
|
configure:9357: result: no |
|
configure:9367: error: libncurses, libcurses, libtermcap or libtinfo is required! |
|
|
|
## ---------------- ## |
|
## Cache variables. ## |
|
## ---------------- ## |
|
|
|
ac_cv_build=i686-pc-linux-gnu |
|
ac_cv_c_compiler_gnu=yes |
|
ac_cv_env_CC_set= |
|
ac_cv_env_CC_value= |
|
ac_cv_env_CFLAGS_set=set |
|
ac_cv_env_CFLAGS_value='-m32 -Wno-narrowing' |
|
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=set |
|
ac_cv_env_LDFLAGS_value=-m32 |
|
ac_cv_env_LIBS_set= |
|
ac_cv_env_LIBS_value= |
|
ac_cv_env_LT_SYS_LIBRARY_PATH_set= |
|
ac_cv_env_LT_SYS_LIBRARY_PATH_value= |
|
ac_cv_env_build_alias_set=set |
|
ac_cv_env_build_alias_value=i686-pc-linux-gnu |
|
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_header_dlfcn_h=yes |
|
ac_cv_header_inttypes_h=yes |
|
ac_cv_header_memory_h=yes |
|
ac_cv_header_minix_config_h=no |
|
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_types_h=yes |
|
ac_cv_header_unistd_h=yes |
|
ac_cv_host=i686-pc-linux-gnu |
|
ac_cv_lib_curses_tgetent=no |
|
ac_cv_lib_ncurses_tgetent=no |
|
ac_cv_lib_termcap_tgetent=no |
|
ac_cv_lib_tinfo_tgetent=no |
|
ac_cv_objext=o |
|
ac_cv_path_EGREP='/bin/grep -E' |
|
ac_cv_path_FGREP='/bin/grep -F' |
|
ac_cv_path_GREP=/bin/grep |
|
ac_cv_path_NROFF=/usr/bin/nroff |
|
ac_cv_path_SED=/bin/sed |
|
ac_cv_path_install='/usr/bin/install -c' |
|
ac_cv_path_lt_DD=/bin/dd |
|
ac_cv_path_mkdir=/bin/mkdir |
|
ac_cv_prog_AWK=mawk |
|
ac_cv_prog_CPP='gcc -E' |
|
ac_cv_prog_ac_ct_AR=ar |
|
ac_cv_prog_ac_ct_CC=gcc |
|
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt |
|
ac_cv_prog_ac_ct_OBJDUMP=objdump |
|
ac_cv_prog_ac_ct_RANLIB=ranlib |
|
ac_cv_prog_ac_ct_STRIP=strip |
|
ac_cv_prog_cc_c89= |
|
ac_cv_prog_cc_c99= |
|
ac_cv_prog_cc_g=yes |
|
ac_cv_prog_make_make_set=yes |
|
ac_cv_safe_to_define___extensions__=yes |
|
am_cv_CC_dependencies_compiler_type=gcc3 |
|
am_cv_make_support_nested_variables=yes |
|
am_cv_prog_cc_c_o=yes |
|
lt_cv_ar_at_file=@ |
|
lt_cv_archive_cmds_need_lc=no |
|
lt_cv_deplibs_check_method=pass_all |
|
lt_cv_file_magic_cmd='$MAGIC_CMD' |
|
lt_cv_file_magic_test_file= |
|
lt_cv_ld_reload_flag=-r |
|
lt_cv_nm_interface='BSD nm' |
|
lt_cv_objdir=.libs |
|
lt_cv_path_LD=/usr/bin/ld |
|
lt_cv_path_NM='/usr/bin/nm -B' |
|
lt_cv_path_mainfest_tool=no |
|
lt_cv_prog_compiler_c_o=yes |
|
lt_cv_prog_compiler_pic='-fPIC -DPIC' |
|
lt_cv_prog_compiler_pic_works=yes |
|
lt_cv_prog_compiler_rtti_exceptions=no |
|
lt_cv_prog_compiler_static_works=yes |
|
lt_cv_prog_gnu_ld=yes |
|
lt_cv_sharedlib_from_linklib_cmd='printf %s\n' |
|
lt_cv_shlibpath_overrides_runpath=yes |
|
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' |
|
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' |
|
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' |
|
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' |
|
lt_cv_sys_global_symbol_to_import= |
|
lt_cv_sys_max_cmd_len=1572864 |
|
lt_cv_to_host_file_cmd=func_convert_file_noop |
|
lt_cv_to_tool_file_cmd=func_convert_file_noop |
|
lt_cv_truncate_bin='/bin/dd bs=4096 count=1' |
|
|
|
## ----------------- ## |
|
## Output variables. ## |
|
## ----------------- ## |
|
|
|
ACLOCAL='${SHELL} /home/jusic/source-engine/thirdparty/libedit-3.1/missing aclocal-1.16' |
|
AMDEPBACKSLASH='\' |
|
AMDEP_FALSE='#' |
|
AMDEP_TRUE='' |
|
AMTAR='$${TAR-tar}' |
|
AM_BACKSLASH='\' |
|
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' |
|
AM_DEFAULT_VERBOSITY='0' |
|
AM_V='$(V)' |
|
AR='ar' |
|
AUTOCONF='${SHELL} /home/jusic/source-engine/thirdparty/libedit-3.1/missing autoconf' |
|
AUTOHEADER='${SHELL} /home/jusic/source-engine/thirdparty/libedit-3.1/missing autoheader' |
|
AUTOMAKE='${SHELL} /home/jusic/source-engine/thirdparty/libedit-3.1/missing automake-1.16' |
|
AWK='mawk' |
|
CC='gcc' |
|
CCDEPMODE='depmode=gcc3' |
|
CFLAGS='-m32 -Wno-narrowing' |
|
CPP='gcc -E' |
|
CPPFLAGS='' |
|
CYGPATH_W='echo' |
|
DEFS='' |
|
DEPDIR='.deps' |
|
DLLTOOL='false' |
|
DSYMUTIL='' |
|
DUMPBIN='' |
|
ECHO_C='' |
|
ECHO_N='-n' |
|
ECHO_T='' |
|
EGREP='/bin/grep -E' |
|
ENABLE_EXAMPLES_FALSE='' |
|
ENABLE_EXAMPLES_TRUE='' |
|
EXEEXT='' |
|
FGREP='/bin/grep -F' |
|
GREP='/bin/grep' |
|
HAVE_STRLCAT_FALSE='' |
|
HAVE_STRLCAT_TRUE='' |
|
HAVE_STRLCPY_FALSE='' |
|
HAVE_STRLCPY_TRUE='' |
|
HAVE_UNVIS_FALSE='' |
|
HAVE_UNVIS_TRUE='' |
|
HAVE_VIS_FALSE='' |
|
HAVE_VIS_TRUE='' |
|
INSTALL_DATA='${INSTALL} -m 644' |
|
INSTALL_PROGRAM='${INSTALL}' |
|
INSTALL_SCRIPT='${INSTALL}' |
|
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' |
|
LD='/usr/bin/ld' |
|
LDFLAGS='-m32' |
|
LIBOBJS='' |
|
LIBS='' |
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool' |
|
LIPO='' |
|
LN_S='ln -s' |
|
LTLIBOBJS='' |
|
LT_SYS_LIBRARY_PATH='' |
|
LT_VERSION='0:63:0' |
|
MAKEINFO='${SHELL} /home/jusic/source-engine/thirdparty/libedit-3.1/missing makeinfo' |
|
MANIFEST_TOOL=':' |
|
MANTYPE='mdoc' |
|
MKDIR_P='/bin/mkdir -p' |
|
NM='/usr/bin/nm -B' |
|
NMEDIT='' |
|
NROFF='/usr/bin/nroff' |
|
OBJDUMP='objdump' |
|
OBJEXT='o' |
|
OTOOL64='' |
|
OTOOL='' |
|
PACKAGE='libedit-20201104' |
|
PACKAGE_BUGREPORT='' |
|
PACKAGE_NAME='libedit' |
|
PACKAGE_STRING='libedit 3.1' |
|
PACKAGE_TARNAME='libedit-20201104' |
|
PACKAGE_URL='' |
|
PACKAGE_VERSION='3.1' |
|
PATH_SEPARATOR=':' |
|
RANLIB='ranlib' |
|
SED='/bin/sed' |
|
SET_MAKE='' |
|
SHELL='/bin/bash' |
|
STRIP='strip' |
|
VERSION='3.1' |
|
ac_ct_AR='ar' |
|
ac_ct_CC='gcc' |
|
ac_ct_DUMPBIN='' |
|
am__EXEEXT_FALSE='' |
|
am__EXEEXT_TRUE='' |
|
am__fastdepCC_FALSE='#' |
|
am__fastdepCC_TRUE='' |
|
am__include='include' |
|
am__isrc='' |
|
am__leading_dot='.' |
|
am__nodep='_no' |
|
am__quote='' |
|
am__tar='$${TAR-tar} chof - "$$tardir"' |
|
am__untar='$${TAR-tar} xf -' |
|
bindir='${exec_prefix}/bin' |
|
build='i686-pc-linux-gnu' |
|
build_alias='i686-pc-linux-gnu' |
|
build_cpu='i686' |
|
build_os='linux-gnu' |
|
build_vendor='pc' |
|
datadir='${datarootdir}' |
|
datarootdir='${prefix}/share' |
|
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
|
dvidir='${docdir}' |
|
exec_prefix='NONE' |
|
host='i686-pc-linux-gnu' |
|
host_alias='' |
|
host_cpu='i686' |
|
host_os='linux-gnu' |
|
host_vendor='pc' |
|
htmldir='${docdir}' |
|
includedir='${prefix}/include' |
|
infodir='${datarootdir}/info' |
|
install_sh='${SHELL} /home/jusic/source-engine/thirdparty/libedit-3.1/install-sh' |
|
libdir='${exec_prefix}/lib' |
|
libexecdir='${exec_prefix}/libexec' |
|
localedir='${datarootdir}/locale' |
|
localstatedir='${prefix}/var' |
|
mandir='${datarootdir}/man' |
|
mkdir_p='$(MKDIR_P)' |
|
oldincludedir='/usr/include' |
|
pdfdir='${docdir}' |
|
prefix='NONE' |
|
program_transform_name='s,x,x,' |
|
psdir='${docdir}' |
|
sbindir='${exec_prefix}/sbin' |
|
sharedstatedir='${prefix}/com' |
|
sysconfdir='${prefix}/etc' |
|
target_alias='' |
|
|
|
## ----------- ## |
|
## confdefs.h. ## |
|
## ----------- ## |
|
|
|
/* confdefs.h */ |
|
#define PACKAGE_NAME "libedit" |
|
#define PACKAGE_TARNAME "libedit-20201104" |
|
#define PACKAGE_VERSION "3.1" |
|
#define PACKAGE_STRING "libedit 3.1" |
|
#define PACKAGE_BUGREPORT "" |
|
#define PACKAGE_URL "" |
|
#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 __EXTENSIONS__ 1 |
|
#define _ALL_SOURCE 1 |
|
#define _GNU_SOURCE 1 |
|
#define _POSIX_PTHREAD_SEMANTICS 1 |
|
#define _TANDEM_SOURCE 1 |
|
#define PACKAGE "libedit-20201104" |
|
#define VERSION "3.1" |
|
#define HAVE_DLFCN_H 1 |
|
#define LT_OBJDIR ".libs/" |
|
|
|
configure: exit 1
|
|
|