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 --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-libffi --disable-ffcall --with-ffi-include=/usr/lib64/libffi-3.2.1/include --enable-icu --enable-tls --disable-zeroconf --with-xml-prefix=/usr --with-gmp-include=/usr/include --with-gmp-library=/usr/lib --with-default-config=/etc/GNUstep/GNUstep.conf ## --------- ## ## Platform. ## ## --------- ## hostname = ulgy_thing uname -m = x86_64 uname -r = 4.1.15-gentoo-r1-nopreempt-dav2 uname -s = Linux uname -v = #1 SMP Wed Feb 3 15:30:46 EST 2016 /usr/bin/uname -p = Intel(R) Pentium(R) CPU 2117U @ 1.80GHz /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: /var/tmp/portage/gnustep-base/gnustep-base-1.24.6-r1/homedir/GNUstep/Tools PATH: /usr/lib64/distcc/bin PATH: /usr/lib/portage/python3.4/ebuild-helpers/xattr PATH: /usr/lib/portage/python3.4/ebuild-helpers PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /opt/bin PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3 PATH: /usr/lib64/subversion/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2569: loading site script /usr/share/config.site | #!/bin/sh | # Copyright 2009-2014 Gentoo Foundation | # Distributed under the terms of the GNU General Public License v2 | | TOPDIR=/usr/share/crossdev/include/site | | config_site_arch() { | local host="${CHOST%%-*}" | | case ${host} in | arm*b*) host=armeb ;; | arm*) host=arm ;; | mips*l*) host=mipsel ;; | mips*) host=mips ;; | esac | | echo "${host}" | } | | config_site_names() { | local site_arch="$(config_site_arch)" | local sites="" | local x | | case ${CHOST} in | *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; | *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; | esac | | case ${CHOST} in | *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; | *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; | esac | | case ${CHOST} in | *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; | *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; | esac | | for x in ${sites} ${CHOST}; do | [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}" | done | } | | # Only kick in for cross-compiles so we don't break native builds #427184 | if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then | sites="$(config_site_names)" | if [ -n "${sites}" ] ; then | for site in ${sites}; do | echo "${0##*/}: loading site script ${site}" | . "${site}" | done | fi | unset site sites | fi configure:2750: checking build system type configure:2764: result: x86_64-pc-linux-gnu configure:2784: checking host system type configure:2797: result: x86_64-pc-linux-gnu configure:2817: checking target system type configure:2830: result: x86_64-pc-linux-gnu configure:2889: checking for GNUstep configuration file to use at runtime configure:2928: result: /etc/GNUstep/GNUstep.conf configure:2943: checking whether the GNUstep.conf file path can be set in the environment configure:2956: result: yes configure:2996: checking if we should import an existing configuration file now configure:3009: result: yes configure:3016: checking for default GNUstep configuration file to use configure:3044: result: /etc/GNUstep/GNUstep.conf configure:3074: result: trying to import "/etc/GNUstep/GNUstep.conf" configure:3078: If this fails, please run configure again with the --disable-importing-config-file option or specifying an alternative file using the --with-default-config= option configure:3154: checking for GNUstep-base installation domain --installation-domain-for=xxx: prints the value of the default installation domain personalized using an installation-domains.conf file. configure:3194: result: LOCAL configure:3301: checking if we are hardcoding any relative paths in gnustep-base configure:3303: result: no configure:3312: We store the following filesystem layout into gnustep-base, to be used when no config file is found configure:3314: checking for Makefiles directory configure:3316: result: /usr/share/GNUstep/Makefiles configure:3318: checking for user defaults directory configure:3320: result: GNUstep/Defaults configure:3322: checking for user config file configure:3324: result: .GNUstep.conf configure:3327: checking for System Applications directory configure:3329: result: /usr/lib64/GNUstep/Applications configure:3331: checking for System Admin Applications directory configure:3333: result: /usr/lib64/GNUstep/Applications configure:3335: checking for System Web Applications directory configure:3337: result: /usr/lib64/GNUstep/WebApplications configure:3339: checking for System Tools directory configure:3341: result: /usr/bin configure:3343: checking for System Admin Tools directory configure:3345: result: /usr/sbin configure:3347: checking for System Library directory configure:3349: result: /usr/lib64/GNUstep configure:3351: checking for System Libraries directory configure:3353: result: /usr/lib64 configure:3355: checking for System Headers directory configure:3357: result: /usr/include configure:3359: checking for System Documentation directory configure:3361: result: /usr/share/GNUstep/Documentation configure:3363: checking for System Info Documentation directory configure:3365: result: /usr/share/info configure:3367: checking for System Man Documentation directory configure:3369: result: /usr/share/man configure:3372: checking for Network Applications directory configure:3374: result: /usr/local/lib64/GNUstep/Applications configure:3376: checking for Network Admin Applications directory configure:3378: result: /usr/local/lib64/GNUstep/Applications configure:3380: checking for Network Web Applications directory configure:3382: result: /usr/lib64/GNUstep/WebApplications configure:3384: checking for Network Tools directory configure:3386: result: /usr/local/bin configure:3388: checking for Network Admin Tools directory configure:3390: result: /usr/local/sbin configure:3392: checking for Network Library directory configure:3394: result: /usr/local/lib64/GNUstep configure:3396: checking for Network Libraries directory configure:3398: result: /usr/local/lib64 configure:3400: checking for Network Headers directory configure:3402: result: /usr/local/include configure:3404: checking for Network Documentation directory configure:3406: result: /usr/local/share/GNUstep/Documentation configure:3408: checking for Network Info Documentation directory configure:3410: result: /usr/local/share/info configure:3412: checking for Network Man Documentation directory configure:3414: result: /usr/local/share/man configure:3417: checking for Local Applications directory configure:3419: result: /usr/local/lib64/GNUstep/Applications configure:3421: checking for Local Admin Applications directory configure:3423: result: /usr/local/lib64/GNUstep/Applications configure:3425: checking for Local Web Applications directory configure:3427: result: /usr/local/lib64/GNUstep/WebApplications configure:3429: checking for Local Tools directory configure:3431: result: /usr/local/bin configure:3433: checking for Local Admin Tools directory configure:3435: result: /usr/local/sbin configure:3437: checking for Local Library directory configure:3439: result: /usr/local/lib64/GNUstep configure:3441: checking for Local Libraries directory configure:3443: result: /usr/local/lib64 configure:3445: checking for Local Headers directory configure:3447: result: /usr/local/include configure:3449: checking for Local Documentation directory configure:3451: result: /usr/local/share/GNUstep/Documentation configure:3453: checking for Local Info Documentation directory configure:3455: result: /usr/local/share/info configure:3457: checking for Local Man Documentation directory configure:3459: result: /usr/local/share/man configure:3462: checking for User Applications directory configure:3464: result: GNUstep/Applications configure:3466: checking for User Admin Applications directory configure:3468: result: GNUstep/Applications/Admin configure:3470: checking for User Web Applications directory configure:3472: result: GNUstep/WebApplications configure:3474: checking for User Tools directory configure:3476: result: GNUstep/Tools configure:3478: checking for User Admin Tools directory configure:3480: result: GNUstep/Tools/Admin configure:3482: checking for User Library directory configure:3484: result: GNUstep/Library configure:3486: checking for User Libraries directory configure:3488: result: GNUstep/Library/Libraries configure:3490: checking for User Headers directory configure:3492: result: GNUstep/Library/Headers configure:3494: checking for User Documentation directory configure:3496: result: GNUstep/Library/Documentation configure:3498: checking for User Info Documentation directory configure:3500: result: GNUstep/Library/Documentation/info configure:3502: checking for User Man Documentation directory configure:3504: result: GNUstep/Library/Documentation/man configure:3507: checking for System User directory configure:3509: result: /home configure:3511: checking for Network User directory configure:3513: result: /home configure:3515: checking for Local User directory configure:3517: result: /home configure:3982: checking for x86_64-pc-linux-gnu-gcc configure:4009: result: x86_64-pc-linux-gnu-gcc configure:4278: checking for C compiler version configure:4287: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 4.9.3 p1.5, pie-0.6.4) 4.9.3 Copyright (C) 2015 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:4298: $? = 0 configure:4287: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.3/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.9.3/work/gcc-4.9.3/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/python --enable-objc-gc --enable-languages=c,c++,java,objc,obj-c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --disable-nls --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.9.3 p1.5, pie-0.6.4' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --with-multilib-list=m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libmudflap --disable-libssp --enable-libcilkrts --enable-vtable-verify --enable-libvtv --enable-lto --without-cloog --enable-libsanitizer Thread model: posix gcc version 4.9.3 (Gentoo 4.9.3 p1.5, pie-0.6.4) configure:4298: $? = 0 configure:4287: x86_64-pc-linux-gnu-gcc -V >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. distcc[7899] ERROR: compile (null) on localhost failed configure:4298: $? = 1 configure:4287: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. distcc[7905] ERROR: compile (null) on localhost failed configure:4298: $? = 1 configure:4318: checking whether the C compiler works configure:4340: x86_64-pc-linux-gnu-gcc -pipe -O2 -I/usr/local/include -I/usr/local/include -I/usr/include -Wl,-O1 -Wl,--as-needed -L/usr/local/lib64 -L/usr/local/lib64 -L/usr/lib64 conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: symbol lookup error: /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: undefined symbol: elf32xtensa_size_opt collect2: error: ld returned 127 exit status distcc[7916] ERROR: compile conftest.c on localhost failed configure:4344: $? = 1 configure:4382: result: no 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 OPTION_NO_ENVIRONMENT 0 | #define GNUSTEP_TARGET_MAKEFILES "/usr/share/GNUstep/Makefiles" | #define GNUSTEP_TARGET_USER_DEFAULTS_DIR "GNUstep/Defaults" | #define GNUSTEP_TARGET_USER_CONFIG_FILE ".GNUstep.conf" | #define GNUSTEP_TARGET_CONFIG_FILE "/etc/GNUstep/GNUstep.conf" | #define GNUSTEP_TARGET_SYSTEM_APPS "/usr/lib64/GNUstep/Applications" | #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/lib64/GNUstep/Applications" | #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/lib64/GNUstep/WebApplications" | #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/bin" | #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/sbin" | #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/lib64/GNUstep" | #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/lib64" | #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/include" | #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/share/GNUstep/Documentation" | #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/share/man" | #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/share/info" | #define GNUSTEP_TARGET_NETWORK_APPS "/usr/local/lib64/GNUstep/Applications" | #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/local/lib64/GNUstep/Applications" | #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/lib64/GNUstep/WebApplications" | #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/local/bin" | #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/local/sbin" | #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/local/lib64/GNUstep" | #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/local/lib64" | #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/local/include" | #define GNUSTEP_TARGET_NETWORK_DOC "/usr/local/share/GNUstep/Documentation" | #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/local/share/man" | #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/local/share/info" | #define GNUSTEP_TARGET_LOCAL_APPS "/usr/local/lib64/GNUstep/Applications" | #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/local/lib64/GNUstep/Applications" | #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/local/lib64/GNUstep/WebApplications" | #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/local/bin" | #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/local/sbin" | #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/local/lib64/GNUstep" | #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/local/lib64" | #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/local/include" | #define GNUSTEP_TARGET_LOCAL_DOC "/usr/local/share/GNUstep/Documentation" | #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/local/share/man" | #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/local/share/info" | #define GNUSTEP_TARGET_USER_DIR_APPS "GNUstep/Applications" | #define GNUSTEP_TARGET_USER_DIR_ADMIN_APPS "GNUstep/Applications/Admin" | #define GNUSTEP_TARGET_USER_DIR_WEB_APPS "GNUstep/WebApplications" | #define GNUSTEP_TARGET_USER_DIR_TOOLS "GNUstep/Tools" | #define GNUSTEP_TARGET_USER_DIR_ADMIN_TOOLS "GNUstep/Tools/Admin" | #define GNUSTEP_TARGET_USER_DIR_LIBRARY "GNUstep/Library" | #define GNUSTEP_TARGET_USER_DIR_LIBRARIES "GNUstep/Library/Libraries" | #define GNUSTEP_TARGET_USER_DIR_HEADERS "GNUstep/Library/Headers" | #define GNUSTEP_TARGET_USER_DIR_DOC "GNUstep/Library/Documentation" | #define GNUSTEP_TARGET_USER_DIR_DOC_MAN "GNUstep/Library/Documentation/man" | #define GNUSTEP_TARGET_USER_DIR_DOC_INFO "GNUstep/Library/Documentation/info" | #define GNUSTEP_TARGET_SYSTEM_USERS_DIR "" | #define GNUSTEP_TARGET_NETWORK_USERS_DIR "" | #define GNUSTEP_TARGET_LOCAL_USERS_DIR "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:4387: error: in `/var/tmp/portage/gnustep-base/gnustep-base-1.24.6-r1/work/gnustep-base-1.24.6': configure:4389: error: C compiler cannot create executables See `config.log' for more details ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-pipe -O2' ac_cv_env_CPPFLAGS_set=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='-Wl,-O1 -Wl,--as-needed' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_environment_config_file=yes ac_cv_func_setpgrp_void=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_importing_config_file=yes ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc ac_cv_target=x86_64-pc-linux-gnu cross_gs_cv_objc_compiler_supports_constant_string_class=no cross_gs_cv_objc_load_method_worked=no cross_gs_cv_objc_works=yes cross_gs_cv_program_invocation_name_worked=no ## ----------------- ## ## Output variables. ## ## ----------------- ## BASE_NATIVE_OBJC_EXCEPTIONS='' BASE_NONFRAGILE_ABI='0' BUGGY_PTR_LIMITS='' CC='x86_64-pc-linux-gnu-gcc' CFLAGS='-pipe -O2' CPP='' CPPFLAGS=' -I/usr/local/include -I/usr/local/include -I/usr/include' DEFINE_INT16_T='' DEFINE_INT32_T='' DEFINE_INT64_T='' DEFINE_INT8_T='' DEFINE_INTPTR_T='' DEFINE_UINT16_T='' DEFINE_UINT32_T='' DEFINE_UINT64_T='' DEFINE_UINT8_T='' DEFINE_UINTPTR_T='' DEFS='' DYNAMIC_LINKER='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' EXEEXT='' GCC_VERSION='' GNUSTEP_BASE_DOMAIN='LOCAL' GNUSTEP_BASE_RELATIVE_PATHS='no' GNUSTEP_GDOMAP_PORT_OVERRIDE='' GNUSTEP_INSTALL_GDOMAP_AS_SETUID='' GREP='' GS_ALIGNOF_COND_T='' GS_ALIGNOF_MUTEX_T='' GS_EXEC_CHARSET='' GS_FAKE_MAIN='' GS_FLT32='' GS_FLT64='' GS_HAVE_I128='' GS_HAVE_I64='' GS_HAVE_OBJC_ROOT_CLASS_ATTR='' GS_INPUT_CHARSET='' GS_INTPTR_MAX='' GS_INTPTR_MIN='' GS_MIXEDABI='' GS_NONFRAGILE='' GS_PASS_ARGUMENTS='' GS_SADDR='' GS_SINT128='' GS_SINT16='' GS_SINT32='' GS_SINT64='' GS_SINT8='' GS_SIZEOF_COND_T='' GS_SIZEOF_MUTEX_T='' GS_UADDR='' GS_UINT128='' GS_UINT16='' GS_UINT32='' GS_UINT64='' GS_UINT8='' GS_UINTPTR_MAX='' GS_WORDS_BIGENDIAN='' HAVE_AVAHI='' HAVE_BLOCKS='' HAVE_GNUTLS='' HAVE_ICU='' HAVE_INET_NTOP='' HAVE_INET_PTON='' HAVE_LIBDISPATCH='' HAVE_LIBXML='' HAVE_LIBXSLT='' HAVE_MDNS='' HAVE_OBJC_SYNC_ENTER='' HAVE_PTS_STREAM_MODULES='' ICU_CONFIG='' ICU_LIBS='' INCLUDE_FLAGS='' INCLUDE_INTTYPES='' LDFLAGS='-Wl,-O1 -Wl,--as-needed -L/usr/local/lib64 -L/usr/local/lib64 -L/usr/lib64' LDIR_FLAGS='' LIBOBJS='' LIBS='' LTLIBOBJS='' MAJOR_VERSION='' MINOR_VERSION='' NX_CONST_STRING_CLASS='' NX_CONST_STRING_OBJCFLAGS='' OBJC2RUNTIME='' OBJCFLAGS='' OBJCSYNC='' OBJC_WITH_GC='' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKGCONFIG='' SHELL='/bin/sh' SUBMINOR_VERSION='' TLS_CFLAGS='' TLS_CONFIG='' TLS_LIBS='' USE_GMP='' USE_ZLIB='' VERSION='' WARN_FLAGS='' WHOAMI='' WITH_FFI='' XML2_CONFIG='' XML_CFLAGS='' XML_CONFIG='' XML_LIBS='' _GSC_S_INT='' _GSC_S_LNG='' _GSC_S_LNG_LNG='' _GSC_S_SHT='' ac_ct_CC='' ac_cv_sizeof_double='' ac_cv_sizeof_float='' ac_cv_sizeof_int='' ac_cv_sizeof_long='' ac_cv_sizeof_long_long='' ac_cv_sizeof_short='' ac_cv_sizeof_voidp='' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='x86_64-pc-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='/usr/share' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-pc-linux-gnu' host_alias='x86_64-pc-linux-gnu' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' mandir='/usr/share/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs='' sysconfdir='/etc' target='x86_64-pc-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='pc' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define OPTION_NO_ENVIRONMENT 0 #define GNUSTEP_TARGET_MAKEFILES "/usr/share/GNUstep/Makefiles" #define GNUSTEP_TARGET_USER_DEFAULTS_DIR "GNUstep/Defaults" #define GNUSTEP_TARGET_USER_CONFIG_FILE ".GNUstep.conf" #define GNUSTEP_TARGET_CONFIG_FILE "/etc/GNUstep/GNUstep.conf" #define GNUSTEP_TARGET_SYSTEM_APPS "/usr/lib64/GNUstep/Applications" #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/lib64/GNUstep/Applications" #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/lib64/GNUstep/WebApplications" #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/bin" #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/sbin" #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/lib64/GNUstep" #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/lib64" #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/include" #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/share/GNUstep/Documentation" #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/share/man" #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/share/info" #define GNUSTEP_TARGET_NETWORK_APPS "/usr/local/lib64/GNUstep/Applications" #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/local/lib64/GNUstep/Applications" #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/lib64/GNUstep/WebApplications" #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/local/bin" #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/local/sbin" #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/local/lib64/GNUstep" #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/local/lib64" #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/local/include" #define GNUSTEP_TARGET_NETWORK_DOC "/usr/local/share/GNUstep/Documentation" #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/local/share/man" #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/local/share/info" #define GNUSTEP_TARGET_LOCAL_APPS "/usr/local/lib64/GNUstep/Applications" #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/local/lib64/GNUstep/Applications" #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/local/lib64/GNUstep/WebApplications" #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/local/bin" #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/local/sbin" #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/local/lib64/GNUstep" #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/local/lib64" #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/local/include" #define GNUSTEP_TARGET_LOCAL_DOC "/usr/local/share/GNUstep/Documentation" #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/local/share/man" #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/local/share/info" #define GNUSTEP_TARGET_USER_DIR_APPS "GNUstep/Applications" #define GNUSTEP_TARGET_USER_DIR_ADMIN_APPS "GNUstep/Applications/Admin" #define GNUSTEP_TARGET_USER_DIR_WEB_APPS "GNUstep/WebApplications" #define GNUSTEP_TARGET_USER_DIR_TOOLS "GNUstep/Tools" #define GNUSTEP_TARGET_USER_DIR_ADMIN_TOOLS "GNUstep/Tools/Admin" #define GNUSTEP_TARGET_USER_DIR_LIBRARY "GNUstep/Library" #define GNUSTEP_TARGET_USER_DIR_LIBRARIES "GNUstep/Library/Libraries" #define GNUSTEP_TARGET_USER_DIR_HEADERS "GNUstep/Library/Headers" #define GNUSTEP_TARGET_USER_DIR_DOC "GNUstep/Library/Documentation" #define GNUSTEP_TARGET_USER_DIR_DOC_MAN "GNUstep/Library/Documentation/man" #define GNUSTEP_TARGET_USER_DIR_DOC_INFO "GNUstep/Library/Documentation/info" #define GNUSTEP_TARGET_SYSTEM_USERS_DIR "" #define GNUSTEP_TARGET_NETWORK_USERS_DIR "" #define GNUSTEP_TARGET_LOCAL_USERS_DIR "" configure: exit 77