diff options
| author | Xavier ASUS <xavi92psx@gmail.com> | 2019-10-18 00:31:54 +0200 |
|---|---|---|
| committer | Xavier ASUS <xavi92psx@gmail.com> | 2019-10-18 00:31:54 +0200 |
| commit | 268a53de823a6750d6256ee1fb1e7707b4b45740 (patch) | |
| tree | 42c1799a9a82b2f7d9790ee9fe181d72a7274751 /debugger/mcs51/config.log | |
| download | sdcc-gas-268a53de823a6750d6256ee1fb1e7707b4b45740.tar.gz | |
sdcc-3.9.0 fork implementing GNU assembler syntax
This fork aims to provide better support for stm8-binutils
Diffstat (limited to 'debugger/mcs51/config.log')
| -rw-r--r-- | debugger/mcs51/config.log | 630 |
1 files changed, 630 insertions, 0 deletions
diff --git a/debugger/mcs51/config.log b/debugger/mcs51/config.log new file mode 100644 index 0000000..d5daaa4 --- /dev/null +++ b/debugger/mcs51/config.log @@ -0,0 +1,630 @@ +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.69. Invocation command line was + + $ ./configure --disable-option-checking --prefix=/usr/local --disable-mcs51-port --disable-z80-port --disable-z180-port --disable-r2k-port --disable-r3ka-port --disable-gbz80-port --disable-tlcs90-port --disable-ez80_z80-port --disable-ds390-port --disable-ds400-port --disable-pic14-port --disable-pic16-port --disable-hc08-port --disable-s08-port --disable-pdk13-port --disable-pdk14-port --disable-pdk15-port --enable-pdk16-port --disable-ucsim --disable-device-lib --disable-packihx --disable-pdk16-port docdir=${datarootdir}/doc/${PACKAGE} --cache-file=/dev/null --srcdir=. + +## --------- ## +## Platform. ## +## --------- ## + +hostname = xavier-asus +uname -m = x86_64 +uname -r = 4.15.0-65-generic +uname -s = Linux +uname -v = #74-Ubuntu SMP Tue Sep 17 17:06:04 UTC 2019 + +/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/xavier/.cargo/bin +PATH: /home/xavier/.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/local/xtensa-esp32-elf/bin + + +## ----------- ## +## Core tests. ## +## ----------- ## + +configure:2100: checking for gcc +configure:2116: found /usr/bin/gcc +configure:2127: result: gcc +configure:2356: checking for C compiler version +configure:2365: gcc --version >&5 +gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0 +Copyright (C) 2017 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:2376: $? = 0 +configure:2365: gcc -v >&5 +Using built-in specs. +COLLECT_GCC=gcc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --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 --with-sysroot=/ --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 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1) +configure:2376: $? = 0 +configure:2365: gcc -V >&5 +gcc: error: unrecognized command line option '-V' +gcc: fatal error: no input files +compilation terminated. +configure:2376: $? = 1 +configure:2365: gcc -qversion >&5 +gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? +gcc: fatal error: no input files +compilation terminated. +configure:2376: $? = 1 +configure:2396: checking whether the C compiler works +configure:2418: gcc conftest.c >&5 +configure:2422: $? = 0 +configure:2470: result: yes +configure:2473: checking for C compiler default output file name +configure:2475: result: a.out +configure:2481: checking for suffix of executables +configure:2488: gcc -o conftest conftest.c >&5 +configure:2492: $? = 0 +configure:2514: result: +configure:2536: checking whether we are cross compiling +configure:2544: gcc -o conftest conftest.c >&5 +configure:2548: $? = 0 +configure:2555: ./conftest +configure:2559: $? = 0 +configure:2574: result: no +configure:2579: checking for suffix of object files +configure:2601: gcc -c conftest.c >&5 +configure:2605: $? = 0 +configure:2626: result: o +configure:2630: checking whether we are using the GNU C compiler +configure:2649: gcc -c conftest.c >&5 +configure:2649: $? = 0 +configure:2658: result: yes +configure:2667: checking whether gcc accepts -g +configure:2687: gcc -c -g conftest.c >&5 +configure:2687: $? = 0 +configure:2728: result: yes +configure:2745: checking for gcc option to accept ISO C89 +configure:2808: gcc -c -g -O2 conftest.c >&5 +configure:2808: $? = 0 +configure:2821: result: none needed +configure:2847: checking how to run the C preprocessor +configure:2878: gcc -E conftest.c +configure:2878: $? = 0 +configure:2892: 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:2892: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define PACKAGE_URL "" +| /* end confdefs.h. */ +| #include <ac_nonexistent.h> +configure:2917: result: gcc -E +configure:2937: gcc -E conftest.c +configure:2937: $? = 0 +configure:2951: 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:2951: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define PACKAGE_URL "" +| /* end confdefs.h. */ +| #include <ac_nonexistent.h> +configure:2980: checking for grep that handles long lines and -e +configure:3038: result: /bin/grep +configure:3043: checking for egrep +configure:3105: result: /bin/grep -E +configure:3110: checking for ANSI C header files +configure:3130: gcc -c -g -O2 conftest.c >&5 +configure:3130: $? = 0 +configure:3203: gcc -o conftest -g -O2 conftest.c >&5 +configure:3203: $? = 0 +configure:3203: ./conftest +configure:3203: $? = 0 +configure:3214: result: yes +configure:3227: checking for sys/types.h +configure:3227: gcc -c -g -O2 conftest.c >&5 +configure:3227: $? = 0 +configure:3227: result: yes +configure:3227: checking for sys/stat.h +configure:3227: gcc -c -g -O2 conftest.c >&5 +configure:3227: $? = 0 +configure:3227: result: yes +configure:3227: checking for stdlib.h +configure:3227: gcc -c -g -O2 conftest.c >&5 +configure:3227: $? = 0 +configure:3227: result: yes +configure:3227: checking for string.h +configure:3227: gcc -c -g -O2 conftest.c >&5 +configure:3227: $? = 0 +configure:3227: result: yes +configure:3227: checking for memory.h +configure:3227: gcc -c -g -O2 conftest.c >&5 +configure:3227: $? = 0 +configure:3227: result: yes +configure:3227: checking for strings.h +configure:3227: gcc -c -g -O2 conftest.c >&5 +configure:3227: $? = 0 +configure:3227: result: yes +configure:3227: checking for inttypes.h +configure:3227: gcc -c -g -O2 conftest.c >&5 +configure:3227: $? = 0 +configure:3227: result: yes +configure:3227: checking for stdint.h +configure:3227: gcc -c -g -O2 conftest.c >&5 +configure:3227: $? = 0 +configure:3227: result: yes +configure:3227: checking for unistd.h +configure:3227: gcc -c -g -O2 conftest.c >&5 +configure:3227: $? = 0 +configure:3227: result: yes +configure:3241: checking readline/readline.h usability +configure:3241: gcc -c -g -O2 conftest.c >&5 +configure:3241: $? = 0 +configure:3241: result: yes +configure:3241: checking readline/readline.h presence +configure:3241: gcc -E conftest.c +configure:3241: $? = 0 +configure:3241: result: yes +configure:3241: checking for readline/readline.h +configure:3241: result: yes +configure:3250: checking for GNU Readline version +configure:3271: result: -1 +configure:3280: checking for GNU Readline library -lreadline.dll +configure:3304: gcc -o conftest -g -O2 conftest.c -lreadline.dll >&5 +/usr/bin/ld: cannot find -lreadline.dll +collect2: error: ld returned 1 exit status +configure:3304: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #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. */ +| +| /* includes */ +| #include <stdio.h> +| #include <readline/readline.h> +| +| int +| main () +| { +| +| /* function-body */ +| int dummy = rl_completion_append_character; /* rl_completion_append_character appeared in version 2.1 */ +| readline(NULL); +| +| ; +| return 0; +| } +configure:3313: result: no +configure:3280: checking for GNU Readline library -lreadline +configure:3304: gcc -o conftest -g -O2 conftest.c -lreadline >&5 +configure:3304: $? = 0 +configure:3307: result: yes +configure:3385: checking for gcc +configure:3412: result: gcc +configure:3641: checking for C compiler version +configure:3650: gcc --version >&5 +gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0 +Copyright (C) 2017 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:3661: $? = 0 +configure:3650: gcc -v >&5 +Using built-in specs. +COLLECT_GCC=gcc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --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 --with-sysroot=/ --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 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1) +configure:3661: $? = 0 +configure:3650: gcc -V >&5 +gcc: error: unrecognized command line option '-V' +gcc: fatal error: no input files +compilation terminated. +configure:3661: $? = 1 +configure:3650: gcc -qversion >&5 +gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? +gcc: fatal error: no input files +compilation terminated. +configure:3661: $? = 1 +configure:3665: checking whether we are using the GNU C compiler +configure:3693: result: yes +configure:3702: checking whether gcc accepts -g +configure:3763: result: yes +configure:3780: checking for gcc option to accept ISO C89 +configure:3856: result: none needed +configure:3881: checking how to run the C preprocessor +configure:3951: result: gcc -E +configure:3971: gcc -E conftest.c +configure:3971: $? = 0 +configure:3985: gcc -E conftest.c +conftest.c:20:10: fatal error: ac_nonexistent.h: No such file or directory + #include <ac_nonexistent.h> + ^~~~~~~~~~~~~~~~~~ +compilation terminated. +configure:3985: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #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 HAVE_LIBREADLINE -1 +| /* end confdefs.h. */ +| #include <ac_nonexistent.h> +configure:4056: checking for a BSD-compatible install +configure:4124: result: /usr/bin/install -c +configure:4178: checking for ranlib +configure:4194: found /usr/bin/ranlib +configure:4205: result: ranlib +configure:4229: checking for autoconf +configure:4245: found /usr/bin/autoconf +configure:4257: result: autoconf +configure:4267: checking for strip +configure:4283: found /usr/bin/strip +configure:4295: result: strip +configure:4305: checking for as +configure:4321: found /usr/bin/as +configure:4333: result: as +configure:4343: checking for cp +configure:4359: found /bin/cp +configure:4371: result: cp +configure:4402: checking for unistd.h +configure:4402: result: yes +configure:4402: checking sys/wait.h usability +configure:4402: gcc -c -g -O2 conftest.c >&5 +configure:4402: $? = 0 +configure:4402: result: yes +configure:4402: checking sys/wait.h presence +configure:4402: gcc -E conftest.c +configure:4402: $? = 0 +configure:4402: result: yes +configure:4402: checking for sys/wait.h +configure:4402: result: yes +configure:4415: checking sys/socket.h usability +configure:4415: gcc -c -g -O2 conftest.c >&5 +configure:4415: $? = 0 +configure:4415: result: yes +configure:4415: checking sys/socket.h presence +configure:4415: gcc -E conftest.c +configure:4415: $? = 0 +configure:4415: result: yes +configure:4415: checking for sys/socket.h +configure:4415: result: yes +configure:4445: checking for socket in -lsocket +configure:4470: gcc -o conftest -g -O2 conftest.c -lsocket >&5 +/usr/bin/ld: cannot find -lsocket +collect2: error: ld returned 1 exit status +configure:4470: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #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 HAVE_LIBREADLINE -1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define HAVE_SYS_SOCKET_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 socket (); +| int +| main () +| { +| return socket (); +| ; +| return 0; +| } +configure:4479: result: no +configure:4490: checking for xdr_short in -lnsl +configure:4515: gcc -o conftest -g -O2 conftest.c -lnsl >&5 +configure:4515: $? = 0 +configure:4524: result: yes +configure:4588: checking whether preprocessor accepts -MM or -M +Using built-in specs. +COLLECT_GCC=gcc +OFFLOAD_TARGET_NAMES=nvptx-none +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --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 --with-sysroot=/ --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 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1) +COLLECT_GCC_OPTIONS='-E' '-v' '-MM' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/7/cc1 -E -quiet -v -imultiarch x86_64-linux-gnu -MM _test_.c -mtune=generic -march=x86-64 -fstack-protector-strong -Wformat -Wformat-security +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/7/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/lib/gcc/x86_64-linux-gnu/7/include + /usr/local/include + /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +_test_.o: _test_.c +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-E' '-v' '-MM' '-mtune=generic' '-march=x86-64' +configure:4603: result: -MM +configure:4609: checking whether accepts -ggdb +configure:4629: gcc -c -ggdb conftest.c >&5 +configure:4629: $? = 0 +configure:4637: result: yes +configure:4647: checking whether accepts -pipe +configure:4667: gcc -c -pipe conftest.c >&5 +configure:4667: $? = 0 +configure:4675: result: yes +configure:4731: checking for gcc option to accept ISO C99 +configure:4880: gcc -c -pipe -ggdb -g -O2 conftest.c >&5 +configure:4880: $? = 0 +configure:4893: result: none needed +configure:5122: creating ./config.status + +## ---------------------- ## +## Running config.status. ## +## ---------------------- ## + +This file was extended by config.status, which was +generated by GNU Autoconf 2.69. Invocation command line was + + CONFIG_FILES = + CONFIG_HEADERS = + CONFIG_LINKS = + CONFIG_COMMANDS = + $ ./config.status + +on xavier-asus + +config.status:821: creating Makefile +config.status:821: creating config.h +config.status:996: config.h is unchanged + +## ---------------- ## +## Cache variables. ## +## ---------------- ## + +ac_cv_c_compiler_gnu=yes +ac_cv_env_CC_set= +ac_cv_env_CC_value= +ac_cv_env_CFLAGS_set= +ac_cv_env_CFLAGS_value= +ac_cv_env_CPPFLAGS_set= +ac_cv_env_CPPFLAGS_value= +ac_cv_env_CPP_set= +ac_cv_env_CPP_value= +ac_cv_env_LDFLAGS_set= +ac_cv_env_LDFLAGS_value= +ac_cv_env_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_lib_dir_suffix_set= +ac_cv_env_lib_dir_suffix_value= +ac_cv_env_sdccconf_h_dir_separator_set= +ac_cv_env_sdccconf_h_dir_separator_value= +ac_cv_env_target_alias_set= +ac_cv_env_target_alias_value= +ac_cv_header_inttypes_h=yes +ac_cv_header_memory_h=yes +ac_cv_header_readline_readline_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_socket_h=yes +ac_cv_header_sys_stat_h=yes +ac_cv_header_sys_types_h=yes +ac_cv_header_sys_wait_h=yes +ac_cv_header_unistd_h=yes +ac_cv_lib_nsl_xdr_short=yes +ac_cv_lib_socket_socket=no +ac_cv_objext=o +ac_cv_path_EGREP='/bin/grep -E' +ac_cv_path_GREP=/bin/grep +ac_cv_path_install='/usr/bin/install -c' +ac_cv_prog_AS=as +ac_cv_prog_AUTOCONF=autoconf +ac_cv_prog_CP=cp +ac_cv_prog_CPP='gcc -E' +ac_cv_prog_STRIP=strip +ac_cv_prog_ac_ct_CC=gcc +ac_cv_prog_ac_ct_RANLIB=ranlib +ac_cv_prog_cc_c89= +ac_cv_prog_cc_c99= +ac_cv_prog_cc_g=yes +bor_cv_c_ggdb=yes +bor_cv_c_pipe=yes +sdcc_cv_MM=-MM +wi_cv_lib_readline=yes + +## ----------------- ## +## Output variables. ## +## ----------------- ## + +AS='as' +AUTOCONF='autoconf' +C99_FLAG='--std=c99' +CC='gcc' +CFLAGS=' -pipe -ggdb -g -O2' +CP='cp' +CPP='gcc -E' +CPPFLAGS='' +DEFS='-DHAVE_CONFIG_H' +ECHO_C='' +ECHO_N='-n' +ECHO_T='' +EGREP='/bin/grep -E' +EXEEXT='' +GREP='/bin/grep' +INSTALL_DATA='${INSTALL} -m 644' +INSTALL_PROGRAM='${INSTALL}' +INSTALL_SCRIPT='${INSTALL}' +LDFLAGS='' +LIBOBJS='' +LIBREADLINE='-lreadline' +LIBS='-lnsl ' +LTLIBOBJS='' +MAKEDEP='gcc -MM' +OBJEXT='o' +PACKAGE_BUGREPORT='' +PACKAGE_NAME='' +PACKAGE_STRING='' +PACKAGE_TARNAME='' +PACKAGE_URL='' +PACKAGE_VERSION='' +PATH_SEPARATOR=':' +RANLIB='ranlib' +SHELL='/bin/bash' +STRIP='strip' +WALL_FLAG='-Wall' +ac_ct_CC='gcc' +bindir='${exec_prefix}/bin' +build_alias='' +datadir='${datarootdir}' +datarootdir='${prefix}/share' +docdir='${datarootdir}/doc/${PACKAGE}' +dvidir='${docdir}' +exec_prefix='${prefix}' +host_alias='' +htmldir='${docdir}' +includedir='${prefix}/include' +infodir='${datarootdir}/info' +lib_dir_suffix='sdcc/lib' +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' +sdccconf_h_dir_separator='/' +sharedstatedir='${prefix}/com' +sysconfdir='${prefix}/etc' +target_alias='' + +## ----------- ## +## confdefs.h. ## +## ----------- ## + +/* confdefs.h */ +#define PACKAGE_NAME "" +#define PACKAGE_TARNAME "" +#define PACKAGE_VERSION "" +#define PACKAGE_STRING "" +#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 HAVE_LIBREADLINE -1 +#define HAVE_UNISTD_H 1 +#define HAVE_SYS_WAIT_H 1 +#define HAVE_SYS_SOCKET_H 1 +#define HAVE_LIBNSL 1 +#define DIR_SEPARATOR_STRING "/" +#define DATADIR "/usr/local/share" +#define LIB_DIR_SUFFIX DIR_SEPARATOR_STRING "sdcc/lib" + +configure: exit 0 |
