Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 218100 Details for
Bug 303126
sys-devel/binutils-2.20 gnustep-base/gnustep-base-1.18.0-r4: after binutils update to version 2.20, gnustep-base fails at configure time because libbfd-2.20.so is not in LD_LIBRARY_PATH(?)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gnustep-base configure log
config.log (text/plain), 342.99 KB, created by
Mariusz Ceier
on 2010-02-01 18:18:52 UTC
(
hide
)
Description:
gnustep-base configure log
Filename:
MIME Type:
Creator:
Mariusz Ceier
Created:
2010-02-01 18:18:52 UTC
Size:
342.99 KB
patch
obsolete
>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.65. Invocation command line was > > $ ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-libffi --disable-ffcall --with-ffi-include=/usr/lib/libffi-3.0.9/include --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 = nobody86.ath.cx >uname -m = i686 >uname -r = 2.6.32-gentoo-r1-gitkernel >uname -s = Linux >uname -v = #1 SMP PREEMPT Wed Jan 20 13:30:33 CET 2010 > >/usr/bin/uname -p = Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz >/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.18.0-r4/homedir/GNUstep/Tools >PATH: /usr/lib/portage/bin/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/games/bin >PATH: /usr/i686-pc-linux-gnu/avr/gcc-bin/4.4.2 >PATH: /usr/i686-pc-linux-gnu/gcc-bin/4.4.2 >PATH: /usr/i686-pc-linux-gnu/mingw32/gcc-bin/4.4.2 >PATH: /usr/i686-pc-linux-gnu/x86_64-pc-linux-gnu/gcc-bin/4.4.2 >PATH: /usr/GNUstep/System/Tools >PATH: /usr/GNUstep/Local/Tools > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2403: loading site script /usr/share/config.site >| #!/bin/bash >| # Copyright 2009 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host=$(echo ${CHOST/-/ } | awk '{print $1}') >| >| [[ ${host/arm.*eb/} != ${host} ]] && host=armeb >| [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm >| >| [[ ${host/mips.*el/} != ${host} ]] && host=mipsel >| >| #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 >| >| echo ${host} >| } >| >| config_site_names() { >| local site_arch=$(config_site_arch) >| local sites="" >| local x >| >| [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" >| [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" >| >| [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" >| [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" >| >| [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" >| [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" >| >| for x in ${sites} ${CHOST}; do >| [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} >| done >| } >| >| if [[ ${CHOST} != "" ]]; then >| sites="$(config_site_names)" >| if [[ ${sites} != "" ]]; then >| for site in ${sites}; do >| echo "$(basename $0): loading site script ${site}" >| . ${site} >| done >| fi >| unset site >| unset sites >| fi >configure:2565: checking build system type >configure:2579: result: i686-pc-linux-gnu >configure:2599: checking host system type >configure:2612: result: i686-pc-linux-gnu >configure:2632: checking target system type >configure:2645: result: i686-pc-linux-gnu >configure:2675: checking for GNUstep configuration file to use at runtime >configure:2715: result: /etc/GNUstep/GNUstep.conf >configure:2730: checking whether the GNUstep.conf file path can be set in the environment >configure:2743: result: yes >configure:2783: checking if we should import an existing configuration file now >configure:2796: result: yes >configure:2803: checking for default GNUstep configuration file to use >configure:2831: result: /etc/GNUstep/GNUstep.conf >configure:2857: result: trying to import "/etc/GNUstep/GNUstep.conf" >configure:2859: 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:2929: checking for GNUstep-base installation domain >configure:2958: result: none specified => using LOCAL >configure:3035: We store the following filesystem layout into gnustep-base, to be used when no config file is found >configure:3037: checking for Makefiles directory >configure:3039: result: /usr/GNUstep/System/Library/Makefiles >configure:3041: checking for user defaults directory >configure:3043: result: GNUstep/Defaults >configure:3045: checking for user config file >configure:3047: result: .GNUstep.conf >configure:3050: checking for System Applications directory >configure:3052: result: /usr/GNUstep/System/Applications >configure:3054: checking for System Admin Applications directory >configure:3056: result: /usr/GNUstep/System/Applications/Admin >configure:3058: checking for System Web Applications directory >configure:3060: result: /usr/GNUstep/System/Library/WebApplications >configure:3062: checking for System Tools directory >configure:3064: result: /usr/GNUstep/System/Tools >configure:3066: checking for System Admin Tools directory >configure:3068: result: /usr/GNUstep/System/Tools/Admin >configure:3070: checking for System Library directory >configure:3072: result: /usr/GNUstep/System/Library >configure:3074: checking for System Libraries directory >configure:3076: result: /usr/GNUstep/System/Library/Libraries >configure:3078: checking for System Headers directory >configure:3080: result: /usr/GNUstep/System/Library/Headers >configure:3082: checking for System Documentation directory >configure:3084: result: /usr/GNUstep/System/Library/Documentation >configure:3086: checking for System Info Documentation directory >configure:3088: result: /usr/GNUstep/System/Library/Documentation/info >configure:3090: checking for System Man Documentation directory >configure:3092: result: /usr/GNUstep/System/Library/Documentation/man >configure:3095: checking for Network Applications directory >configure:3097: result: /usr/GNUstep/Local/Applications >configure:3099: checking for Network Admin Applications directory >configure:3101: result: /usr/GNUstep/Local/Applications/Admin >configure:3103: checking for Network Web Applications directory >configure:3105: result: /usr/GNUstep/Local/Library/WebApplications >configure:3107: checking for Network Tools directory >configure:3109: result: /usr/GNUstep/Local/Tools >configure:3111: checking for Network Admin Tools directory >configure:3113: result: /usr/GNUstep/Local/Tools/Admin >configure:3115: checking for Network Library directory >configure:3117: result: /usr/GNUstep/Local/Library >configure:3119: checking for Network Libraries directory >configure:3121: result: /usr/GNUstep/Local/Library/Libraries >configure:3123: checking for Network Headers directory >configure:3125: result: /usr/GNUstep/Local/Library/Headers >configure:3127: checking for Network Documentation directory >configure:3129: result: /usr/GNUstep/Local/Library/Documentation >configure:3131: checking for Network Info Documentation directory >configure:3133: result: /usr/GNUstep/Local/Library/Documentation/info >configure:3135: checking for Network Man Documentation directory >configure:3137: result: /usr/GNUstep/Local/Library/Documentation/man >configure:3140: checking for Local Applications directory >configure:3142: result: /usr/GNUstep/Local/Applications >configure:3144: checking for Local Admin Applications directory >configure:3146: result: /usr/GNUstep/Local/Applications/Admin >configure:3148: checking for Local Web Applications directory >configure:3150: result: /usr/GNUstep/Local/Library/WebApplications >configure:3152: checking for Local Tools directory >configure:3154: result: /usr/GNUstep/Local/Tools >configure:3156: checking for Local Admin Tools directory >configure:3158: result: /usr/GNUstep/Local/Tools/Admin >configure:3160: checking for Local Library directory >configure:3162: result: /usr/GNUstep/Local/Library >configure:3164: checking for Local Libraries directory >configure:3166: result: /usr/GNUstep/Local/Library/Libraries >configure:3168: checking for Local Headers directory >configure:3170: result: /usr/GNUstep/Local/Library/Headers >configure:3172: checking for Local Documentation directory >configure:3174: result: /usr/GNUstep/Local/Library/Documentation >configure:3176: checking for Local Info Documentation directory >configure:3178: result: /usr/GNUstep/Local/Library/Documentation/info >configure:3180: checking for Local Man Documentation directory >configure:3182: result: /usr/GNUstep/Local/Library/Documentation/man >configure:3185: checking for User Applications directory >configure:3187: result: GNUstep/Applications >configure:3189: checking for User Admin Applications directory >configure:3191: result: GNUstep/Applications/Admin >configure:3193: checking for User Web Applications directory >configure:3195: result: GNUstep/Library/WebApplications >configure:3197: checking for User Tools directory >configure:3199: result: GNUstep/Tools >configure:3201: checking for User Admin Tools directory >configure:3203: result: GNUstep/Tools/Admin >configure:3205: checking for User Library directory >configure:3207: result: GNUstep/Library >configure:3209: checking for User Libraries directory >configure:3211: result: GNUstep/Library/Libraries >configure:3213: checking for User Headers directory >configure:3215: result: GNUstep/Library/Headers >configure:3217: checking for User Documentation directory >configure:3219: result: GNUstep/Library/Documentation >configure:3221: checking for User Info Documentation directory >configure:3223: result: GNUstep/Library/Documentation/info >configure:3225: checking for User Man Documentation directory >configure:3227: result: GNUstep/Library/Documentation/man >configure:3230: checking for System User directory >configure:3232: result: /home >configure:3234: checking for Network User directory >configure:3236: result: /home >configure:3238: checking for Local User directory >configure:3240: result: /home >configure:3664: checking for i686-pc-linux-gnu-gcc >configure:3680: found /usr/bin/i686-pc-linux-gnu-gcc >configure:3691: result: i686-pc-linux-gnu-gcc >configure:3960: checking for C compiler version >configure:3969: i686-pc-linux-gnu-gcc --version >&5 >i686-pc-linux-gnu-gcc (Gentoo 4.4.2 p1.0) 4.4.2 >Copyright (C) 2009 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:3980: $? = 0 >configure:3969: i686-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >Target: i686-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.4.2/work/gcc-4.4.2/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.4.2 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.4.2/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.4.2 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.4.2/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.4.2/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.4.2/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/i686-pc-linux-gnu/4.4.2/python --enable-java-awt=gtk --with-arch=i686 --enable-objc-gc --enable-languages=c,c++,java,objc,obj-c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.2 p1.0' >Thread model: posix >gcc version 4.4.2 (Gentoo 4.4.2 p1.0) >configure:3980: $? = 0 >configure:3969: i686-pc-linux-gnu-gcc -V >&5 >i686-pc-linux-gnu-gcc: '-V' option must have argument >configure:3980: $? = 1 >configure:3969: i686-pc-linux-gnu-gcc -qversion >&5 >i686-pc-linux-gnu-gcc: unrecognized option '-qversion' >i686-pc-linux-gnu-gcc: no input files >configure:3980: $? = 1 >configure:4000: checking whether the C compiler works >configure:4022: i686-pc-linux-gnu-gcc -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c >&5 >configure:4026: $? = 0 >configure:4075: result: yes >configure:4078: checking for C compiler default output file name >configure:4080: result: a.out >configure:4086: checking for suffix of executables >configure:4093: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c >&5 >configure:4097: $? = 0 >configure:4119: result: >configure:4141: checking whether we are cross compiling >configure:4149: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c >&5 >configure:4153: $? = 0 >configure:4160: ./conftest >configure:4164: $? = 0 >configure:4179: result: no >configure:4184: checking for suffix of object files >configure:4206: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:4210: $? = 0 >configure:4231: result: o >configure:4235: checking whether we are using the GNU C compiler >configure:4254: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:4254: $? = 0 >configure:4263: result: yes >configure:4272: checking whether i686-pc-linux-gnu-gcc accepts -g >configure:4292: i686-pc-linux-gnu-gcc -c -g -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:4292: $? = 0 >configure:4333: result: yes >configure:4350: checking for i686-pc-linux-gnu-gcc option to accept ISO C89 >configure:4414: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:4414: $? = 0 >configure:4427: result: none needed >configure:4452: checking how to run the C preprocessor >configure:4483: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:4483: $? = 0 >configure:4497: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >conftest.c:61:28: error: ac_nonexistent.h: No such file or directory >configure:4497: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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. */ >| #include <ac_nonexistent.h> >configure:4522: result: i686-pc-linux-gnu-gcc -E >configure:4542: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:4542: $? = 0 >configure:4556: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >conftest.c:61:28: error: ac_nonexistent.h: No such file or directory >configure:4556: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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. */ >| #include <ac_nonexistent.h> >configure:4587: checking for whoami >configure:4606: found /usr/bin/whoami >configure:4619: result: /usr/bin/whoami >configure:4646: checking whether nested functions work >configure:4656: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c >&5 >In file included from conftest.c:61: >./config/config.nested.c: In function 'main': >./config/config.nested.c:15: warning: incompatible implicit declaration of built-in function 'exit' >./config/config.nested.c:2: warning: generating trampoline in object (requires executable stack) >configure:4656: $? = 0 >configure:4656: ./conftest >configure:4656: $? = 0 >configure:4672: result: yes >configure:4680: checking the Objective-C runtime >configure:4688: result: GNU >configure:4701: checking for custom shared objc library >configure:4760: result: NONE >configure:4778: checking for grep that handles long lines and -e >configure:4836: result: /bin/grep >configure:4841: checking for egrep >configure:4903: result: /bin/grep -E >configure:4908: checking for ANSI C header files >configure:4928: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:4928: $? = 0 >configure:5001: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c >&5 >configure:5001: $? = 0 >configure:5001: ./conftest >configure:5001: $? = 0 >configure:5012: result: yes >configure:5025: checking for sys/types.h >configure:5025: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:5025: $? = 0 >configure:5025: result: yes >configure:5025: checking for sys/stat.h >configure:5025: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:5025: $? = 0 >configure:5025: result: yes >configure:5025: checking for stdlib.h >configure:5025: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:5025: $? = 0 >configure:5025: result: yes >configure:5025: checking for string.h >configure:5025: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:5025: $? = 0 >configure:5025: result: yes >configure:5025: checking for memory.h >configure:5025: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:5025: $? = 0 >configure:5025: result: yes >configure:5025: checking for strings.h >configure:5025: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:5025: $? = 0 >configure:5025: result: yes >configure:5025: checking for inttypes.h >configure:5025: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:5025: $? = 0 >configure:5025: result: yes >configure:5025: checking for stdint.h >configure:5025: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:5025: $? = 0 >configure:5025: result: yes >configure:5025: checking for unistd.h >configure:5025: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:5025: $? = 0 >configure:5025: result: yes >configure:5040: checking objc/objc.h usability >configure:5040: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:5040: $? = 0 >configure:5040: result: yes >configure:5040: checking objc/objc.h presence >configure:5040: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:5040: $? = 0 >configure:5040: result: yes >configure:5040: checking for objc/objc.h >configure:5040: result: yes >configure:5059: for gdomap network details >configure:5061: checking for variable length socket addresses >configure:5078: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >conftest.c: In function 'main': >conftest.c:80: error: 'struct sockaddr' has no member named 'sa_len' >configure:5078: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| #include <net/if.h> >| >| int >| main () >| { >| struct ifreq s; s.ifr_addr.sa_len = 0; >| ; >| return 0; >| } >configure:5091: result: not found >configure:5095: checking for gcc visibility attribute support >configure:5107: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -Werror -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:5107: $? = 0 >configure:5108: result: found >configure:5129: checking whether SO_REUSEADDR is broken >configure:5138: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c >&5 >configure:5138: $? = 0 >configure:5138: ./conftest >configure:5138: $? = 0 >configure:5164: result: no >configure:5172: checking for objc threading flags >configure:5179: result: -lpthread >configure:5185: checking whether byte ordering is bigendian >configure:5200: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >conftest.c:74: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' >configure:5200: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| /* end confdefs.h. */ >| #ifndef __APPLE_CC__ >| not a universal capable compiler >| #endif >| typedef int dummy; >| >configure:5245: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:5245: $? = 0 >configure:5263: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >conftest.c: In function 'main': >conftest.c:80: error: 'not' undeclared (first use in this function) >conftest.c:80: error: (Each undeclared identifier is reported only once >conftest.c:80: error: for each function it appears in.) >conftest.c:80: error: expected ';' before 'big' >configure:5263: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/param.h> >| >| int >| main () >| { >| #if BYTE_ORDER != BIG_ENDIAN >| not big endian >| #endif >| >| ; >| return 0; >| } >configure:5391: result: no >configure:5423: checking size of void* >configure:5428: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c >&5 >configure:5428: $? = 0 >configure:5428: ./conftest >configure:5428: $? = 0 >configure:5443: result: 4 >configure:5463: checking size of short >configure:5468: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c >&5 >configure:5468: $? = 0 >configure:5468: ./conftest >configure:5468: $? = 0 >configure:5483: result: 2 >configure:5499: checking size of int >configure:5504: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c >&5 >configure:5504: $? = 0 >configure:5504: ./conftest >configure:5504: $? = 0 >configure:5519: result: 4 >configure:5535: checking size of long >configure:5540: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c >&5 >configure:5540: $? = 0 >configure:5540: ./conftest >configure:5540: $? = 0 >configure:5555: result: 4 >configure:5571: checking size of long long >configure:5576: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c >&5 >configure:5576: $? = 0 >configure:5576: ./conftest >configure:5576: $? = 0 >configure:5591: result: 8 >configure:5607: checking size of float >configure:5612: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c >&5 >configure:5612: $? = 0 >configure:5612: ./conftest >configure:5612: $? = 0 >configure:5627: result: 4 >configure:5643: checking size of double >configure:5648: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c >&5 >configure:5648: $? = 0 >configure:5648: ./conftest >configure:5648: $? = 0 >configure:5663: result: 8 >configure:5861: checking loading of constructor functions >configure:5879: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c >&5 >configure:5879: $? = 0 >configure:5879: ./conftest >configure:5879: $? = 0 >configure:5896: result: yes >configure:5918: checking dlfcn.h usability >configure:5918: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:5918: $? = 0 >configure:5918: result: yes >configure:5918: checking dlfcn.h presence >configure:5918: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:5918: $? = 0 >configure:5918: result: yes >configure:5918: checking for dlfcn.h >configure:5918: result: yes >configure:5951: checking for dynamic linker type >configure:5953: result: simple >configure:5957: checking for dladdr in -ldl >configure:5982: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -ldl >&5 >configure:5982: $? = 0 >configure:5991: result: yes >configure:6014: checking whether objc really works >configure:6034: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -fgnu-runtime -x objective-c -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -ldl -lobjc -lpthread >&5 >In file included from conftest.c:83: >./config/config.objc.m:12: warning: incomplete implementation of class 'NXConstantString' >./config/config.objc.m:12: warning: method definition for '-length' not found >./config/config.objc.m:12: warning: method definition for '-cString' not found >configure:6034: $? = 0 >configure:6034: ./conftest >configure:6034: $? = 0 >configure:6047: result: yes >configure:6070: checking if the compiler supports -fconstant-string-class >configure:6082: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -fgnu-runtime -x objective-c -fconstant-string-class=FooConstantString -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -ldl -lobjc -lpthread >&5 >In file included from conftest.c:83: >./config/config.constant-string-class.m: In function 'main': >./config/config.constant-string-class.m:64: warning: incompatible implicit declaration of built-in function 'abort' >./config/config.constant-string-class.m:70: warning: incompatible implicit declaration of built-in function 'abort' >configure:6082: $? = 0 >configure:6082: ./conftest >configure:6082: $? = 0 >configure:6097: result: yes >configure:6118: checking if +load method is executed before main >configure:6130: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -fgnu-runtime -x objective-c -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -ldl -lobjc -lpthread >&5 >In file included from conftest.c:83: >./config/config.loadtest.m:12: warning: incomplete implementation of class 'NXConstantString' >./config/config.loadtest.m:12: warning: method definition for '-length' not found >./config/config.loadtest.m:12: warning: method definition for '-cString' not found >configure:6130: $? = 0 >configure:6130: ./conftest >configure:6130: $? = 0 >configure:6146: result: yes >configure:6163: checking for objc_condition_timedwait >configure:6163: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -fgnu-runtime -x objective-c -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -ldl -lobjc -lpthread >&5 >/var/tmp/portage/gnustep-base/gnustep-base-1.18.0-r4/temp/cc3dViKA.o: In function `main': >conftest.c:(.text+0x7): undefined reference to `objc_condition_timedwait' >collect2: ld returned 1 exit status >configure:6163: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| /* end confdefs.h. */ >| /* Define objc_condition_timedwait to an innocuous variant, in case <limits.h> declares objc_condition_timedwait. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define objc_condition_timedwait innocuous_objc_condition_timedwait >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char objc_condition_timedwait (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef objc_condition_timedwait >| >| /* 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 objc_condition_timedwait (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_objc_condition_timedwait || defined __stub___objc_condition_timedwait >| choke me >| #endif >| >| int >| main () >| { >| return objc_condition_timedwait (); >| ; >| return 0; >| } >configure:6163: result: no >configure:6163: checking for objc_thread_add >configure:6163: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -fgnu-runtime -x objective-c -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -ldl -lobjc -lpthread >&5 >configure:6163: $? = 0 >configure:6163: result: yes >configure:6193: checking for objc_set_unexpected() in runtime >configure:6199: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -fgnu-runtime -x objective-c -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -ldl -lobjc -lpthread >&5 >/var/tmp/portage/gnustep-base/gnustep-base-1.18.0-r4/temp/ccyj9qWK.o: In function `main': >conftest.c:(.text+0x11): undefined reference to `objc_set_unexpected' >collect2: ld returned 1 exit status >configure:6199: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| /* end confdefs.h. */ >| #include "./config/config.unexpected.m" >configure:6211: result: no >configure:6221: checking for objc_sync_enter >configure:6221: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -fgnu-runtime -x objective-c -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -ldl -lobjc -lpthread >&5 >/var/tmp/portage/gnustep-base/gnustep-base-1.18.0-r4/temp/cc5iw4ES.o: In function `main': >conftest.c:(.text+0x7): undefined reference to `objc_sync_enter' >collect2: ld returned 1 exit status >configure:6221: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| /* end confdefs.h. */ >| /* Define objc_sync_enter to an innocuous variant, in case <limits.h> declares objc_sync_enter. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define objc_sync_enter innocuous_objc_sync_enter >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char objc_sync_enter (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef objc_sync_enter >| >| /* 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 objc_sync_enter (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_objc_sync_enter || defined __stub___objc_sync_enter >| choke me >| #endif >| >| int >| main () >| { >| return objc_sync_enter (); >| ; >| return 0; >| } >configure:6221: result: no >configure:6243: checking for size_t >configure:6243: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:6243: $? = 0 >configure:6243: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >conftest.c: In function 'main': >conftest.c:122: error: expected expression before ')' token >configure:6243: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 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:6243: result: yes >configure:6254: checking for inline >configure:6270: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:6270: $? = 0 >configure:6278: result: inline >configure:6300: checking for ANSI C header files >configure:6404: result: yes >configure:6415: checking for string.h >configure:6415: result: yes >configure:6415: checking for memory.h >configure:6415: result: yes >configure:6415: checking alloca.h usability >configure:6415: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:6415: $? = 0 >configure:6415: result: yes >configure:6415: checking alloca.h presence >configure:6415: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:6415: $? = 0 >configure:6415: result: yes >configure:6415: checking for alloca.h >configure:6415: result: yes >configure:6432: checking float.h usability >configure:6432: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:6432: $? = 0 >configure:6432: result: yes >configure:6432: checking float.h presence >configure:6432: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:6432: $? = 0 >configure:6432: result: yes >configure:6432: checking for float.h >configure:6432: result: yes >configure:6449: checking for sys/stat.h >configure:6449: result: yes >configure:6449: checking sys/vfs.h usability >configure:6449: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:6449: $? = 0 >configure:6449: result: yes >configure:6449: checking sys/vfs.h presence >configure:6449: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:6449: $? = 0 >configure:6449: result: yes >configure:6449: checking for sys/vfs.h >configure:6449: result: yes >configure:6449: checking sys/statfs.h usability >configure:6449: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:6449: $? = 0 >configure:6449: result: yes >configure:6449: checking sys/statfs.h presence >configure:6449: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:6449: $? = 0 >configure:6449: result: yes >configure:6449: checking for sys/statfs.h >configure:6449: result: yes >configure:6449: checking sys/statvfs.h usability >configure:6449: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:6449: $? = 0 >configure:6449: result: yes >configure:6449: checking sys/statvfs.h presence >configure:6449: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:6449: $? = 0 >configure:6449: result: yes >configure:6449: checking for sys/statvfs.h >configure:6449: result: yes >configure:6449: checking for pwd.h >configure:6449: result: yes >configure:6449: checking grp.h usability >configure:6449: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:6449: $? = 0 >configure:6449: result: yes >configure:6449: checking grp.h presence >configure:6449: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:6449: $? = 0 >configure:6449: result: yes >configure:6449: checking for grp.h >configure:6449: result: yes >configure:6463: checking sys/cdefs.h usability >configure:6463: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:6463: $? = 0 >configure:6463: result: yes >configure:6463: checking sys/cdefs.h presence >configure:6463: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:6463: $? = 0 >configure:6463: result: yes >configure:6463: checking for sys/cdefs.h >configure:6463: result: yes >configure:6463: checking sys/syslimits.h usability >configure:6463: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >conftest.c:131:27: error: sys/syslimits.h: No such file or directory >configure:6463: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/syslimits.h> >configure:6463: result: no >configure:6463: checking sys/syslimits.h presence >configure:6463: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >conftest.c:98:27: error: sys/syslimits.h: No such file or directory >configure:6463: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| /* end confdefs.h. */ >| #include <sys/syslimits.h> >configure:6463: result: no >configure:6463: checking for sys/syslimits.h >configure:6463: result: no >configure:6463: checking sys/param.h usability >configure:6463: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:6463: $? = 0 >configure:6463: result: yes >configure:6463: checking sys/param.h presence >configure:6463: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:6463: $? = 0 >configure:6463: result: yes >configure:6463: checking for sys/param.h >configure:6463: result: yes >configure:6477: checking for sys/syslimits.h >configure:6477: result: no >configure:6494: checking for sys/param.h >configure:6494: result: yes >configure:6513: checking for sys/mount.h >configure:6513: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:6513: $? = 0 >configure:6513: result: yes >configure:6536: checking for sys/types.h >configure:6536: result: yes >configure:6536: checking windows.h usability >configure:6536: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >conftest.c:135:21: error: windows.h: No such file or directory >configure:6536: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_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 <windows.h> >configure:6536: result: no >configure:6536: checking windows.h presence >configure:6536: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >conftest.c:102:21: error: windows.h: No such file or directory >configure:6536: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| /* end confdefs.h. */ >| #include <windows.h> >configure:6536: result: no >configure:6536: checking for windows.h >configure:6536: result: no >configure:6536: checking locale.h usability >configure:6536: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:6536: $? = 0 >configure:6536: result: yes >configure:6536: checking locale.h presence >configure:6536: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:6536: $? = 0 >configure:6536: result: yes >configure:6536: checking for locale.h >configure:6536: result: yes >configure:6536: checking langinfo.h usability >configure:6536: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:6536: $? = 0 >configure:6536: result: yes >configure:6536: checking langinfo.h presence >configure:6536: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:6536: $? = 0 >configure:6536: result: yes >configure:6536: checking for langinfo.h >configure:6536: result: yes >configure:6548: checking for main in -lm >configure:6567: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lm -ldl >&5 >configure:6567: $? = 0 >configure:6576: result: yes >configure:6590: checking for statvfs >configure:6590: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lm -ldl >&5 >configure:6590: $? = 0 >configure:6590: result: yes >configure:6590: checking for link >configure:6590: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lm -ldl >&5 >configure:6590: $? = 0 >configure:6590: result: yes >configure:6590: checking for symlink >configure:6590: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lm -ldl >&5 >configure:6590: $? = 0 >configure:6590: result: yes >configure:6590: checking for readlink >configure:6590: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lm -ldl >&5 >configure:6590: $? = 0 >configure:6590: result: yes >configure:6590: checking for geteuid >configure:6590: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lm -ldl >&5 >configure:6590: $? = 0 >configure:6590: result: yes >configure:6590: checking for getlogin >configure:6590: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lm -ldl >&5 >configure:6590: $? = 0 >configure:6590: result: yes >configure:6590: checking for getpwnam >configure:6590: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lm -ldl >&5 >configure:6590: $? = 0 >configure:6590: result: yes >configure:6590: checking for getpwnam_r >configure:6590: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lm -ldl >&5 >configure:6590: $? = 0 >configure:6590: result: yes >configure:6590: checking for getpwuid >configure:6590: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lm -ldl >&5 >configure:6590: $? = 0 >configure:6590: result: yes >configure:6590: checking for getpwuid_r >configure:6590: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lm -ldl >&5 >configure:6590: $? = 0 >configure:6590: result: yes >configure:6590: checking for getgrgid >configure:6590: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lm -ldl >&5 >configure:6590: $? = 0 >configure:6590: result: yes >configure:6590: checking for getgrgid_r >configure:6590: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lm -ldl >&5 >configure:6590: $? = 0 >configure:6590: result: yes >configure:6590: checking for getgrnam >configure:6590: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lm -ldl >&5 >configure:6590: $? = 0 >configure:6590: result: yes >configure:6590: checking for getgrnam_r >configure:6590: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lm -ldl >&5 >configure:6590: $? = 0 >configure:6590: result: yes >configure:6590: checking for rint >configure:6590: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lm -ldl >&5 >conftest.c:142: warning: conflicting types for built-in function 'rint' >configure:6590: $? = 0 >configure:6590: result: yes >configure:6590: checking for getopt >configure:6590: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lm -ldl >&5 >configure:6590: $? = 0 >configure:6590: result: yes >configure:6609: checking time.h usability >configure:6609: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:6609: $? = 0 >configure:6609: result: yes >configure:6609: checking time.h presence >configure:6609: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:6609: $? = 0 >configure:6609: result: yes >configure:6609: checking for time.h >configure:6609: result: yes >configure:6609: checking sys/time.h usability >configure:6609: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:6609: $? = 0 >configure:6609: result: yes >configure:6609: checking sys/time.h presence >configure:6609: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:6609: $? = 0 >configure:6609: result: yes >configure:6609: checking for sys/time.h >configure:6609: result: yes >configure:6609: checking tzfile.h usability >configure:6609: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >conftest.c:156:20: error: tzfile.h: No such file or directory >configure:6609: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_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 <tzfile.h> >configure:6609: result: no >configure:6609: checking tzfile.h presence >configure:6609: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >conftest.c:123:20: error: tzfile.h: No such file or directory >configure:6609: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_H 1 >| /* end confdefs.h. */ >| #include <tzfile.h> >configure:6609: result: no >configure:6609: checking for tzfile.h >configure:6609: result: no >configure:6609: checking sys/rusage.h usability >configure:6609: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >conftest.c:156:24: error: sys/rusage.h: No such file or directory >configure:6609: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/rusage.h> >configure:6609: result: no >configure:6609: checking sys/rusage.h presence >configure:6609: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >conftest.c:123:24: error: sys/rusage.h: No such file or directory >configure:6609: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_H 1 >| /* end confdefs.h. */ >| #include <sys/rusage.h> >configure:6609: result: no >configure:6609: checking for sys/rusage.h >configure:6609: result: no >configure:6609: checking ucbinclude/sys/resource.h usability >configure:6609: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >conftest.c:156:37: error: ucbinclude/sys/resource.h: No such file or directory >configure:6609: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_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 <ucbinclude/sys/resource.h> >configure:6609: result: no >configure:6609: checking ucbinclude/sys/resource.h presence >configure:6609: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >conftest.c:123:37: error: ucbinclude/sys/resource.h: No such file or directory >configure:6609: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_H 1 >| /* end confdefs.h. */ >| #include <ucbinclude/sys/resource.h> >configure:6609: result: no >configure:6609: checking for ucbinclude/sys/resource.h >configure:6609: result: no >configure:6623: checking for time >configure:6623: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -ldl >&5 >configure:6623: $? = 0 >configure:6623: result: yes >configure:6623: checking for ctime >configure:6623: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -ldl >&5 >configure:6623: $? = 0 >configure:6623: result: yes >configure:6623: checking for tzset >configure:6623: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -ldl >&5 >configure:6623: $? = 0 >configure:6623: result: yes >configure:6657: checking sys/socket.h usability >configure:6657: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:6657: $? = 0 >configure:6657: result: yes >configure:6657: checking sys/socket.h presence >configure:6657: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:6657: $? = 0 >configure:6657: result: yes >configure:6657: checking for sys/socket.h >configure:6657: result: yes >configure:6657: checking netinet/in.h usability >configure:6657: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:6657: $? = 0 >configure:6657: result: yes >configure:6657: checking netinet/in.h presence >configure:6657: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:6657: $? = 0 >configure:6657: result: yes >configure:6657: checking for netinet/in.h >configure:6657: result: yes >configure:6684: checking bfd.h usability >configure:6684: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:6684: $? = 0 >configure:6684: result: yes >configure:6684: checking bfd.h presence >configure:6684: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:6684: $? = 0 >configure:6684: result: yes >configure:6684: checking for bfd.h >configure:6684: result: yes >configure:6694: checking for dyn_string_append in -liberty >configure:6719: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -liberty -ldl >&5 >configure:6719: $? = 0 >configure:6728: result: yes >configure:6739: checking for bfd_openr in -lbfd >configure:6764: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lbfd -liberty -ldl >&5 >configure:6764: $? = 0 >configure:6773: result: yes >configure:6791: checking syslog.h usability >configure:6791: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:6791: $? = 0 >configure:6791: result: yes >configure:6791: checking syslog.h presence >configure:6791: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:6791: $? = 0 >configure:6791: result: yes >configure:6791: checking for syslog.h >configure:6791: result: yes >configure:6803: checking for syslog >configure:6803: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lbfd -liberty -ldl >&5 >configure:6803: $? = 0 >configure:6803: result: yes >configure:6818: checking poll.h usability >configure:6818: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:6818: $? = 0 >configure:6818: result: yes >configure:6818: checking poll.h presence >configure:6818: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:6818: $? = 0 >configure:6818: result: yes >configure:6818: checking for poll.h >configure:6818: result: yes >configure:6830: checking for poll >configure:6830: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lbfd -liberty -ldl >&5 >configure:6830: $? = 0 >configure:6830: result: yes >configure:6842: checking for poll emulation >configure:6855: result: no >configure:6871: checking pthread.h usability >configure:6871: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:6871: $? = 0 >configure:6871: result: yes >configure:6871: checking pthread.h presence >configure:6871: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:6871: $? = 0 >configure:6871: result: yes >configure:6871: checking for pthread.h >configure:6871: result: yes >configure:6898: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -fgnu-runtime -x objective-c -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lbfd -liberty -ldl -lobjc -lpthread >&5 >configure:6898: $? = 0 >configure:6898: ./conftest >./conftest: error while loading shared libraries: libbfd-2.20.so: cannot open shared object file: No such file or directory >configure:6898: $? = 127 >configure: program exited with status 127 >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/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME 1 >| #define HAVE_CTIME 1 >| #define HAVE_TZSET 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_BFD_H 1 >| #define HAVE_LIBIBERTY 1 >| #define HAVE_LIBBFD 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_POLL_F 1 >| #define HAVE_PTHREAD_H 1 >| /* end confdefs.h. */ >| #include "./config/config.joinable.m" >configure:6927: checking for vsprintf >configure:6927: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lbfd -liberty -ldl >&5 >conftest.c:160: warning: conflicting types for built-in function 'vsprintf' >configure:6927: $? = 0 >configure:6927: result: yes >configure:6927: checking for vasprintf >configure:6927: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lbfd -liberty -ldl >&5 >configure:6927: $? = 0 >configure:6927: result: yes >configure:6945: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lbfd -liberty -ldl >&5 >In file included from conftest.c:139: >./config/config.vsprintf.c: In function 'main': >./config/config.vsprintf.c:28: warning: incompatible implicit declaration of built-in function 'exit' >configure:6945: $? = 0 >configure:6945: ./conftest >./conftest: error while loading shared libraries: libbfd-2.20.so: cannot open shared object file: No such file or directory >configure:6945: $? = 127 >configure: program exited with status 127 >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/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME 1 >| #define HAVE_CTIME 1 >| #define HAVE_TZSET 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_BFD_H 1 >| #define HAVE_LIBIBERTY 1 >| #define HAVE_LIBBFD 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_POLL_F 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_VSPRINTF 1 >| #define HAVE_VASPRINTF 1 >| /* end confdefs.h. */ >| #include "./config/config.vsprintf.c" >configure:6968: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lbfd -liberty -ldl >&5 >In file included from conftest.c:140: >./config/config.vasprintf.c: In function 'main': >./config/config.vasprintf.c:28: warning: incompatible implicit declaration of built-in function 'exit' >configure:6968: $? = 0 >configure:6968: ./conftest >./conftest: error while loading shared libraries: libbfd-2.20.so: cannot open shared object file: No such file or directory >configure:6968: $? = 127 >configure: program exited with status 127 >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/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME 1 >| #define HAVE_CTIME 1 >| #define HAVE_TZSET 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_BFD_H 1 >| #define HAVE_LIBIBERTY 1 >| #define HAVE_LIBBFD 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_POLL_F 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_VSPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define VSPRINTF_RETURNS_LENGTH 0 >| /* end confdefs.h. */ >| #include "./config/config.vasprintf.c" >configure:6989: checking for getcwd >configure:6989: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lbfd -liberty -ldl >&5 >configure:6989: $? = 0 >configure:6989: result: yes >configure:7001: checking for dirent.h that defines DIR >configure:7020: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:7020: $? = 0 >configure:7028: result: yes >configure:7042: checking for library containing opendir >configure:7073: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lbfd -liberty -ldl >&5 >configure:7073: $? = 0 >configure:7090: result: none required >configure:7163: checking getopt.h usability >configure:7163: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:7163: $? = 0 >configure:7163: result: yes >configure:7163: checking getopt.h presence >configure:7163: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:7163: $? = 0 >configure:7163: result: yes >configure:7163: checking for getopt.h >configure:7163: result: yes >configure:7179: checking for valloc >configure:7179: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lbfd -liberty -ldl >&5 >configure:7179: $? = 0 >configure:7179: result: yes >configure:7194: checking for times >configure:7194: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lbfd -liberty -ldl >&5 >configure:7194: $? = 0 >configure:7194: result: yes >configure:7209: checking for mkstemp >configure:7209: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lbfd -liberty -ldl >&5 >configure:7209: $? = 0 >configure:7209: result: yes >configure:7220: checking for shmctl >configure:7220: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lbfd -liberty -ldl >&5 >configure:7220: $? = 0 >configure:7220: result: yes >configure:7231: checking for mmap >configure:7231: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lbfd -liberty -ldl >&5 >configure:7231: $? = 0 >configure:7231: result: yes >configure:7242: checking for mprotect >configure:7242: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lbfd -liberty -ldl >&5 >configure:7242: $? = 0 >configure:7242: result: yes >configure:7253: checking sys/mman.h usability >configure:7253: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:7253: $? = 0 >configure:7253: result: yes >configure:7253: checking sys/mman.h presence >configure:7253: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:7253: $? = 0 >configure:7253: result: yes >configure:7253: checking for sys/mman.h >configure:7253: result: yes >configure:7270: checking for killpg >configure:7270: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lbfd -liberty -ldl >&5 >configure:7270: $? = 0 >configure:7270: result: yes >configure:7270: checking for setpgrp >configure:7270: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lbfd -liberty -ldl >&5 >configure:7270: $? = 0 >configure:7270: result: yes >configure:7270: checking for setpgid >configure:7270: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lbfd -liberty -ldl >&5 >configure:7270: $? = 0 >configure:7270: result: yes >configure:7281: checking whether setpgrp takes no argument >configure:7303: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lbfd -liberty -ldl >&5 >conftest.c: In function 'main': >conftest.c:193: error: too many arguments to function 'setpgrp' >configure:7303: $? = 1 >configure: program exited with status 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME 1 >| #define HAVE_CTIME 1 >| #define HAVE_TZSET 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_BFD_H 1 >| #define HAVE_LIBIBERTY 1 >| #define HAVE_LIBBFD 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_POLL_F 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_VSPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define VSPRINTF_RETURNS_LENGTH 0 >| #define VASPRINTF_RETURNS_LENGTH 0 >| #define HAVE_GETCWD 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_VALLOC 1 >| #define HAVE_TIMES 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MMAP 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_KILLPG 1 >| #define HAVE_SETPGRP 1 >| #define HAVE_SETPGID 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 this system has a BSD-style setpgrp which takes arguments, >| setpgrp(1, 1) will fail with ESRCH and return -1, in that case >| exit successfully. */ >| return setpgrp (1,1) != -1; >| ; >| return 0; >| } >configure:7313: result: yes >configure:7339: checking libc.h usability >configure:7339: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >conftest.c:189:18: error: libc.h: No such file or directory >configure:7339: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME 1 >| #define HAVE_CTIME 1 >| #define HAVE_TZSET 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_BFD_H 1 >| #define HAVE_LIBIBERTY 1 >| #define HAVE_LIBBFD 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_POLL_F 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_VSPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define VSPRINTF_RETURNS_LENGTH 0 >| #define VASPRINTF_RETURNS_LENGTH 0 >| #define HAVE_GETCWD 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_VALLOC 1 >| #define HAVE_TIMES 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MMAP 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_KILLPG 1 >| #define HAVE_SETPGRP 1 >| #define HAVE_SETPGID 1 >| #define SETPGRP_VOID 1 >| #define HAVE_PTS_STREAM_MODULES 0 >| /* 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 <libc.h> >configure:7339: result: no >configure:7339: checking libc.h presence >configure:7339: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >conftest.c:156:18: error: libc.h: No such file or directory >configure:7339: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME 1 >| #define HAVE_CTIME 1 >| #define HAVE_TZSET 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_BFD_H 1 >| #define HAVE_LIBIBERTY 1 >| #define HAVE_LIBBFD 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_POLL_F 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_VSPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define VSPRINTF_RETURNS_LENGTH 0 >| #define VASPRINTF_RETURNS_LENGTH 0 >| #define HAVE_GETCWD 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_VALLOC 1 >| #define HAVE_TIMES 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MMAP 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_KILLPG 1 >| #define HAVE_SETPGRP 1 >| #define HAVE_SETPGID 1 >| #define SETPGRP_VOID 1 >| #define HAVE_PTS_STREAM_MODULES 0 >| /* end confdefs.h. */ >| #include <libc.h> >configure:7339: result: no >configure:7339: checking for libc.h >configure:7339: result: no >configure:7339: checking limits.h usability >configure:7339: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:7339: $? = 0 >configure:7339: result: yes >configure:7339: checking limits.h presence >configure:7339: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:7339: $? = 0 >configure:7339: result: yes >configure:7339: checking for limits.h >configure:7339: result: yes >configure:7339: checking malloc.h usability >configure:7339: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:7339: $? = 0 >configure:7339: result: yes >configure:7339: checking malloc.h presence >configure:7339: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:7339: $? = 0 >configure:7339: result: yes >configure:7339: checking for malloc.h >configure:7339: result: yes >configure:7339: checking for memory.h >configure:7339: result: yes >configure:7339: checking for string.h >configure:7339: result: yes >configure:7339: checking signal.h usability >configure:7339: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:7339: $? = 0 >configure:7339: result: yes >configure:7339: checking signal.h presence >configure:7339: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:7339: $? = 0 >configure:7339: result: yes >configure:7339: checking for signal.h >configure:7339: result: yes >configure:7339: checking for stdlib.h >configure:7339: result: yes >configure:7339: checking sys/signal.h usability >configure:7339: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:7339: $? = 0 >configure:7339: result: yes >configure:7339: checking sys/signal.h presence >configure:7339: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:7339: $? = 0 >configure:7339: result: yes >configure:7339: checking for sys/signal.h >configure:7339: result: yes >configure:7339: checking sys/wait.h usability >configure:7339: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:7339: $? = 0 >configure:7339: result: yes >configure:7339: checking sys/wait.h presence >configure:7339: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:7339: $? = 0 >configure:7339: result: yes >configure:7339: checking for sys/wait.h >configure:7339: result: yes >configure:7339: checking sys/file.h usability >configure:7339: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:7339: $? = 0 >configure:7339: result: yes >configure:7339: checking sys/file.h presence >configure:7339: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:7339: $? = 0 >configure:7339: result: yes >configure:7339: checking for sys/file.h >configure:7339: result: yes >configure:7339: checking sys/fcntl.h usability >configure:7339: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:7339: $? = 0 >configure:7339: result: yes >configure:7339: checking sys/fcntl.h presence >configure:7339: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:7339: $? = 0 >configure:7339: result: yes >configure:7339: checking for sys/fcntl.h >configure:7339: result: yes >configure:7339: checking sys/ioctl.h usability >configure:7339: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:7339: $? = 0 >configure:7339: result: yes >configure:7339: checking sys/ioctl.h presence >configure:7339: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:7339: $? = 0 >configure:7339: result: yes >configure:7339: checking for sys/ioctl.h >configure:7339: result: yes >configure:7339: checking sys/stropts.h usability >configure:7339: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:7339: $? = 0 >configure:7339: result: yes >configure:7339: checking sys/stropts.h presence >configure:7339: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:7339: $? = 0 >configure:7339: result: yes >configure:7339: checking for sys/stropts.h >configure:7339: result: yes >configure:7339: checking for unistd.h >configure:7339: result: yes >configure:7339: checking utime.h usability >configure:7339: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:7339: $? = 0 >configure:7339: result: yes >configure:7339: checking utime.h presence >configure:7339: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:7339: $? = 0 >configure:7339: result: yes >configure:7339: checking for utime.h >configure:7339: result: yes >configure:7339: checking for stdint.h >configure:7339: result: yes >configure:7339: checking for inttypes.h >configure:7339: result: yes >configure:7339: checking sys/inttypes.h usability >configure:7339: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >conftest.c:205:26: error: sys/inttypes.h: No such file or directory >configure:7339: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME 1 >| #define HAVE_CTIME 1 >| #define HAVE_TZSET 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_BFD_H 1 >| #define HAVE_LIBIBERTY 1 >| #define HAVE_LIBBFD 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_POLL_F 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_VSPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define VSPRINTF_RETURNS_LENGTH 0 >| #define VASPRINTF_RETURNS_LENGTH 0 >| #define HAVE_GETCWD 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_VALLOC 1 >| #define HAVE_TIMES 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MMAP 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_KILLPG 1 >| #define HAVE_SETPGRP 1 >| #define HAVE_SETPGID 1 >| #define SETPGRP_VOID 1 >| #define HAVE_PTS_STREAM_MODULES 0 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_FCNTL_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/inttypes.h> >configure:7339: result: no >configure:7339: checking sys/inttypes.h presence >configure:7339: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >conftest.c:172:26: error: sys/inttypes.h: No such file or directory >configure:7339: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME 1 >| #define HAVE_CTIME 1 >| #define HAVE_TZSET 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_BFD_H 1 >| #define HAVE_LIBIBERTY 1 >| #define HAVE_LIBBFD 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_POLL_F 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_VSPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define VSPRINTF_RETURNS_LENGTH 0 >| #define VASPRINTF_RETURNS_LENGTH 0 >| #define HAVE_GETCWD 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_VALLOC 1 >| #define HAVE_TIMES 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MMAP 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_KILLPG 1 >| #define HAVE_SETPGRP 1 >| #define HAVE_SETPGID 1 >| #define SETPGRP_VOID 1 >| #define HAVE_PTS_STREAM_MODULES 0 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_FCNTL_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| /* end confdefs.h. */ >| #include <sys/inttypes.h> >configure:7339: result: no >configure:7339: checking for sys/inttypes.h >configure:7339: result: no >configure:7402: checking for inet_ntop in -lnsl >configure:7427: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lnsl -lbfd -liberty -ldl >&5 >configure:7427: $? = 0 >configure:7436: result: yes >configure:7450: checking for gethostbyaddr_r >configure:7450: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lnsl -lbfd -liberty -ldl >&5 >configure:7450: $? = 0 >configure:7450: result: yes >configure:7450: checking for inet_aton >configure:7450: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lnsl -lbfd -liberty -ldl >&5 >configure:7450: $? = 0 >configure:7450: result: yes >configure:7450: checking for inet_pton >configure:7450: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lnsl -lbfd -liberty -ldl >&5 >configure:7450: $? = 0 >configure:7450: result: yes >configure:7450: checking for inet_ntop >configure:7450: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lnsl -lbfd -liberty -ldl >&5 >configure:7450: $? = 0 >configure:7450: result: yes >configure:7450: checking for sigaction >configure:7450: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lnsl -lbfd -liberty -ldl >&5 >configure:7450: $? = 0 >configure:7450: result: yes >configure:7463: checking zlib.h usability >configure:7463: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:7463: $? = 0 >configure:7463: result: yes >configure:7463: checking zlib.h presence >configure:7463: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:7463: $? = 0 >configure:7463: result: yes >configure:7463: checking for zlib.h >configure:7463: result: yes >configure:7474: checking for gzseek in -lz >configure:7499: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lz -lnsl -lbfd -liberty -ldl >&5 >configure:7499: $? = 0 >configure:7508: result: yes >configure:7541: checking for nanosleep >configure:7541: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lnsl -lbfd -liberty -ldl -lz >&5 >configure:7541: $? = 0 >configure:7541: result: yes >configure:7541: checking for usleep >configure:7541: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lnsl -lbfd -liberty -ldl -lz >&5 >configure:7541: $? = 0 >configure:7541: result: yes >configure:7557: checking sys/resource.h usability >configure:7557: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:7557: $? = 0 >configure:7557: result: yes >configure:7557: checking sys/resource.h presence >configure:7557: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:7557: $? = 0 >configure:7557: result: yes >configure:7557: checking for sys/resource.h >configure:7557: result: yes >configure:7569: checking for setrlimit >configure:7569: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lnsl -lbfd -liberty -ldl -lz >&5 >configure:7569: $? = 0 >configure:7569: result: yes >configure:7585: checking for strerror_r >configure:7585: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lnsl -lbfd -liberty -ldl -lz >&5 >configure:7585: $? = 0 >configure:7585: result: yes >configure:7585: checking for strerror >configure:7585: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lnsl -lbfd -liberty -ldl -lz >&5 >configure:7585: $? = 0 >configure:7585: result: yes >configure:7599: checking for uintmax_t >configure:7599: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:7599: $? = 0 >configure:7599: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >conftest.c: In function 'main': >conftest.c:221: error: expected expression before ')' token >configure:7599: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME 1 >| #define HAVE_CTIME 1 >| #define HAVE_TZSET 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_BFD_H 1 >| #define HAVE_LIBIBERTY 1 >| #define HAVE_LIBBFD 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_POLL_F 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_VSPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define VSPRINTF_RETURNS_LENGTH 0 >| #define VASPRINTF_RETURNS_LENGTH 0 >| #define HAVE_GETCWD 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_VALLOC 1 >| #define HAVE_TIMES 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MMAP 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_KILLPG 1 >| #define HAVE_SETPGRP 1 >| #define HAVE_SETPGID 1 >| #define SETPGRP_VOID 1 >| #define HAVE_PTS_STREAM_MODULES 0 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_FCNTL_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_STRERROR 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 ((uintmax_t))) >| return 0; >| ; >| return 0; >| } >configure:7599: result: yes >configure:7610: checking whether precompiler handles LONG_LONG_MAX >configure:7631: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:7631: $? = 0 >configure:7638: result: yes >configure:7651: checking whether we have LLONG_MAX >configure:7673: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:7673: $? = 0 >configure:7681: result: yes >configure:7692: checking wchar.h usability >configure:7692: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:7692: $? = 0 >configure:7692: result: yes >configure:7692: checking wchar.h presence >configure:7692: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:7692: $? = 0 >configure:7692: result: yes >configure:7692: checking for wchar.h >configure:7692: result: yes >configure:7706: checking short/int needs to be word aligned >configure:7715: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lnsl -lbfd -liberty -ldl -lz >&5 >In file included from conftest.c:189: >./config/config.align.c: In function 'main': >./config/config.align.c:20: warning: incompatible implicit declaration of built-in function 'exit' >configure:7715: $? = 0 >configure:7715: ./conftest >./conftest: error while loading shared libraries: libbfd-2.20.so: cannot open shared object file: No such file or directory >configure:7715: $? = 127 >configure: program exited with status 127 >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/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME 1 >| #define HAVE_CTIME 1 >| #define HAVE_TZSET 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_BFD_H 1 >| #define HAVE_LIBIBERTY 1 >| #define HAVE_LIBBFD 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_POLL_F 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_VSPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define VSPRINTF_RETURNS_LENGTH 0 >| #define VASPRINTF_RETURNS_LENGTH 0 >| #define HAVE_GETCWD 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_VALLOC 1 >| #define HAVE_TIMES 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MMAP 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_KILLPG 1 >| #define HAVE_SETPGRP 1 >| #define HAVE_SETPGID 1 >| #define SETPGRP_VOID 1 >| #define HAVE_PTS_STREAM_MODULES 0 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_FCNTL_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_STRERROR 1 >| #define HAVE_UINTMAX_T 1 >| #define HANDLE_LONG_LONG_MAX 1 >| #define HANDLE_LLONG_MAX 1 >| #define HAVE_WCHAR_H 1 >| /* end confdefs.h. */ >| #include "./config/config.align.c" >configure:7730: result: yes >configure:7740: checking for register_printf_function >configure:7740: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lnsl -lbfd -liberty -ldl -lz >&5 >configure:7740: $? = 0 >configure:7740: result: yes >configure:7755: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lnsl -lbfd -liberty -ldl -lz >&5 >In file included from conftest.c:190: >./config/config.printf.c: In function 'main': >./config/config.printf.c:68: warning: 'register_printf_function' is deprecated (declared at /usr/include/printf.h:107) >./config/config.printf.c:76: warning: unknown conversion type character '@' in format >configure:7755: $? = 0 >configure:7755: ./conftest >./conftest: error while loading shared libraries: libbfd-2.20.so: cannot open shared object file: No such file or directory >configure:7755: $? = 127 >configure: program exited with status 127 >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/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME 1 >| #define HAVE_CTIME 1 >| #define HAVE_TZSET 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_BFD_H 1 >| #define HAVE_LIBIBERTY 1 >| #define HAVE_LIBBFD 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_POLL_F 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_VSPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define VSPRINTF_RETURNS_LENGTH 0 >| #define VASPRINTF_RETURNS_LENGTH 0 >| #define HAVE_GETCWD 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_VALLOC 1 >| #define HAVE_TIMES 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MMAP 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_KILLPG 1 >| #define HAVE_SETPGRP 1 >| #define HAVE_SETPGID 1 >| #define SETPGRP_VOID 1 >| #define HAVE_PTS_STREAM_MODULES 0 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_FCNTL_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_STRERROR 1 >| #define HAVE_UINTMAX_T 1 >| #define HANDLE_LONG_LONG_MAX 1 >| #define HANDLE_LLONG_MAX 1 >| #define HAVE_WCHAR_H 1 >| #define NEED_WORD_ALIGNMENT 1 >| /* end confdefs.h. */ >| #include "./config/config.printf.c" >configure:7798: checking for realpath >configure:7798: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lnsl -lbfd -liberty -ldl -lz >&5 >configure:7798: $? = 0 >configure:7798: result: yes >configure:7812: checking program_invocation_name in C Library >configure:7832: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lnsl -lbfd -liberty -ldl -lz >&5 >configure:7832: $? = 0 >configure:7832: ./conftest >./conftest: error while loading shared libraries: libbfd-2.20.so: cannot open shared object file: No such file or directory >configure:7832: $? = 127 >configure: program exited with status 127 >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/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME 1 >| #define HAVE_CTIME 1 >| #define HAVE_TZSET 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_BFD_H 1 >| #define HAVE_LIBIBERTY 1 >| #define HAVE_LIBBFD 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_POLL_F 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_VSPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define VSPRINTF_RETURNS_LENGTH 0 >| #define VASPRINTF_RETURNS_LENGTH 0 >| #define HAVE_GETCWD 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_VALLOC 1 >| #define HAVE_TIMES 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MMAP 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_KILLPG 1 >| #define HAVE_SETPGRP 1 >| #define HAVE_SETPGID 1 >| #define SETPGRP_VOID 1 >| #define HAVE_PTS_STREAM_MODULES 0 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_FCNTL_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_STRERROR 1 >| #define HAVE_UINTMAX_T 1 >| #define HANDLE_LONG_LONG_MAX 1 >| #define HANDLE_LLONG_MAX 1 >| #define HAVE_WCHAR_H 1 >| #define NEED_WORD_ALIGNMENT 1 >| #define HAVE_REALPATH 1 >| /* end confdefs.h. */ >| >| #include <string.h> >| int >| main (int argc, char *argv[]) >| { >| extern char *program_invocation_name; >| return (strcmp (program_invocation_name, argv[0])); >| } >| >configure:7850: result: no >configure:7859: checking sys/utsname.h usability >configure:7859: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:7859: $? = 0 >configure:7859: result: yes >configure:7859: checking sys/utsname.h presence >configure:7859: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:7859: $? = 0 >configure:7859: result: yes >configure:7859: checking for sys/utsname.h >configure:7859: result: yes >configure:7875: checking sys/sysctl.h usability >configure:7875: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >configure:7875: $? = 0 >configure:7875: result: yes >configure:7875: checking sys/sysctl.h presence >configure:7875: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >configure:7875: $? = 0 >configure:7875: result: yes >configure:7875: checking for sys/sysctl.h >configure:7875: result: yes >configure:7887: checking for sysctlbyname >configure:7887: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lnsl -lbfd -liberty -ldl -lz >&5 >/var/tmp/portage/gnustep-base/gnustep-base-1.18.0-r4/temp/ccvSfwCR.o: In function `main': >conftest.c:(.text+0x7): undefined reference to `sysctlbyname' >collect2: ld returned 1 exit status >configure:7887: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME 1 >| #define HAVE_CTIME 1 >| #define HAVE_TZSET 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_BFD_H 1 >| #define HAVE_LIBIBERTY 1 >| #define HAVE_LIBBFD 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_POLL_F 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_VSPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define VSPRINTF_RETURNS_LENGTH 0 >| #define VASPRINTF_RETURNS_LENGTH 0 >| #define HAVE_GETCWD 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_VALLOC 1 >| #define HAVE_TIMES 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MMAP 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_KILLPG 1 >| #define HAVE_SETPGRP 1 >| #define HAVE_SETPGID 1 >| #define SETPGRP_VOID 1 >| #define HAVE_PTS_STREAM_MODULES 0 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_FCNTL_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_STRERROR 1 >| #define HAVE_UINTMAX_T 1 >| #define HANDLE_LONG_LONG_MAX 1 >| #define HANDLE_LLONG_MAX 1 >| #define HAVE_WCHAR_H 1 >| #define NEED_WORD_ALIGNMENT 1 >| #define HAVE_REALPATH 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| /* end confdefs.h. */ >| /* Define sysctlbyname to an innocuous variant, in case <limits.h> declares sysctlbyname. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define sysctlbyname innocuous_sysctlbyname >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char sysctlbyname (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef sysctlbyname >| >| /* 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 sysctlbyname (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_sysctlbyname || defined __stub___sysctlbyname >| choke me >| #endif >| >| int >| main () >| { >| return sysctlbyname (); >| ; >| return 0; >| } >configure:7887: result: no >configure:7903: checking procfs.h usability >configure:7903: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers conftest.c >&5 >conftest.c:226:20: error: procfs.h: No such file or directory >configure:7903: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME 1 >| #define HAVE_CTIME 1 >| #define HAVE_TZSET 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_BFD_H 1 >| #define HAVE_LIBIBERTY 1 >| #define HAVE_LIBBFD 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_POLL_F 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_VSPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define VSPRINTF_RETURNS_LENGTH 0 >| #define VASPRINTF_RETURNS_LENGTH 0 >| #define HAVE_GETCWD 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_VALLOC 1 >| #define HAVE_TIMES 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MMAP 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_KILLPG 1 >| #define HAVE_SETPGRP 1 >| #define HAVE_SETPGID 1 >| #define SETPGRP_VOID 1 >| #define HAVE_PTS_STREAM_MODULES 0 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_FCNTL_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_STRERROR 1 >| #define HAVE_UINTMAX_T 1 >| #define HANDLE_LONG_LONG_MAX 1 >| #define HANDLE_LLONG_MAX 1 >| #define HAVE_WCHAR_H 1 >| #define NEED_WORD_ALIGNMENT 1 >| #define HAVE_REALPATH 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_SYSCTL_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 <procfs.h> >configure:7903: result: no >configure:7903: checking procfs.h presence >configure:7903: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers conftest.c >conftest.c:193:20: error: procfs.h: No such file or directory >configure:7903: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME 1 >| #define HAVE_CTIME 1 >| #define HAVE_TZSET 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_BFD_H 1 >| #define HAVE_LIBIBERTY 1 >| #define HAVE_LIBBFD 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_POLL_F 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_VSPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define VSPRINTF_RETURNS_LENGTH 0 >| #define VASPRINTF_RETURNS_LENGTH 0 >| #define HAVE_GETCWD 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_VALLOC 1 >| #define HAVE_TIMES 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MMAP 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_KILLPG 1 >| #define HAVE_SETPGRP 1 >| #define HAVE_SETPGID 1 >| #define SETPGRP_VOID 1 >| #define HAVE_PTS_STREAM_MODULES 0 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_FCNTL_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_STRERROR 1 >| #define HAVE_UINTMAX_T 1 >| #define HANDLE_LONG_LONG_MAX 1 >| #define HANDLE_LLONG_MAX 1 >| #define HAVE_WCHAR_H 1 >| #define NEED_WORD_ALIGNMENT 1 >| #define HAVE_REALPATH 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| /* end confdefs.h. */ >| #include <procfs.h> >configure:7903: result: no >configure:7903: checking for procfs.h >configure:7903: result: no >configure:7921: checking kernel support for /proc filesystem >configure:7949: result: yes >configure:7971: checking support for /proc psinfo struct >configure:7984: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lnsl -lbfd -liberty -ldl -lz >&5 >In file included from conftest.c:194: >./config/config.psinfo.c:12:20: error: procfs.h: No such file or directory >In file included from conftest.c:194: >./config/config.psinfo.c: In function 'main': >./config/config.psinfo.c:17: error: 'psinfo_t' undeclared (first use in this function) >./config/config.psinfo.c:17: error: (Each undeclared identifier is reported only once >./config/config.psinfo.c:17: error: for each function it appears in.) >./config/config.psinfo.c:17: error: expected ';' before 'pinfo' >./config/config.psinfo.c:22: warning: incompatible implicit declaration of built-in function 'malloc' >./config/config.psinfo.c:31: error: 'pinfo' undeclared (first use in this function) >configure:7984: $? = 1 >configure: program exited with status 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME 1 >| #define HAVE_CTIME 1 >| #define HAVE_TZSET 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_BFD_H 1 >| #define HAVE_LIBIBERTY 1 >| #define HAVE_LIBBFD 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_POLL_F 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_VSPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define VSPRINTF_RETURNS_LENGTH 0 >| #define VASPRINTF_RETURNS_LENGTH 0 >| #define HAVE_GETCWD 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_VALLOC 1 >| #define HAVE_TIMES 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MMAP 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_KILLPG 1 >| #define HAVE_SETPGRP 1 >| #define HAVE_SETPGID 1 >| #define SETPGRP_VOID 1 >| #define HAVE_PTS_STREAM_MODULES 0 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_FCNTL_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_STRERROR 1 >| #define HAVE_UINTMAX_T 1 >| #define HANDLE_LONG_LONG_MAX 1 >| #define HANDLE_LLONG_MAX 1 >| #define HAVE_WCHAR_H 1 >| #define NEED_WORD_ALIGNMENT 1 >| #define HAVE_REALPATH 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_PROCFS 1 >| /* end confdefs.h. */ >| #include "./config/config.psinfo.c" >configure:7999: result: no >configure:8015: checking link to exe of process in /proc >configure:8034: result: /proc/self/exe >configure:8049: checking /proc/6918/cmdline terminated by nul >configure:8058: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lnsl -lbfd -liberty -ldl -lz >&5 >configure:8058: $? = 0 >configure:8058: ./conftest >./conftest: error while loading shared libraries: libbfd-2.20.so: cannot open shared object file: No such file or directory >configure:8058: $? = 127 >configure: program exited with status 127 >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/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME 1 >| #define HAVE_CTIME 1 >| #define HAVE_TZSET 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_BFD_H 1 >| #define HAVE_LIBIBERTY 1 >| #define HAVE_LIBBFD 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_POLL_F 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_VSPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define VSPRINTF_RETURNS_LENGTH 0 >| #define VASPRINTF_RETURNS_LENGTH 0 >| #define HAVE_GETCWD 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_VALLOC 1 >| #define HAVE_TIMES 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MMAP 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_KILLPG 1 >| #define HAVE_SETPGRP 1 >| #define HAVE_SETPGID 1 >| #define SETPGRP_VOID 1 >| #define HAVE_PTS_STREAM_MODULES 0 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_FCNTL_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_STRERROR 1 >| #define HAVE_UINTMAX_T 1 >| #define HANDLE_LONG_LONG_MAX 1 >| #define HANDLE_LLONG_MAX 1 >| #define HAVE_WCHAR_H 1 >| #define NEED_WORD_ALIGNMENT 1 >| #define HAVE_REALPATH 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_PROCFS 1 >| #define PROCFS_EXE_LINK "/proc/self/exe" >| /* end confdefs.h. */ >| #include "./config/config.proccmd.c" >configure:8076: result: no >configure:8085: checking for kvm_getenvv in -lkvm >configure:8110: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lkvm -lnsl -lbfd -liberty -ldl -lz >&5 >/usr/lib/gcc/i686-pc-linux-gnu/4.4.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lkvm >collect2: ld returned 1 exit status >configure:8110: $? = 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 OPTION_NO_ENVIRONMENT 0 >| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME 1 >| #define HAVE_CTIME 1 >| #define HAVE_TZSET 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_BFD_H 1 >| #define HAVE_LIBIBERTY 1 >| #define HAVE_LIBBFD 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_POLL_F 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_VSPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define VSPRINTF_RETURNS_LENGTH 0 >| #define VASPRINTF_RETURNS_LENGTH 0 >| #define HAVE_GETCWD 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_VALLOC 1 >| #define HAVE_TIMES 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MMAP 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_KILLPG 1 >| #define HAVE_SETPGRP 1 >| #define HAVE_SETPGID 1 >| #define SETPGRP_VOID 1 >| #define HAVE_PTS_STREAM_MODULES 0 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_FCNTL_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_STRERROR 1 >| #define HAVE_UINTMAX_T 1 >| #define HANDLE_LONG_LONG_MAX 1 >| #define HANDLE_LLONG_MAX 1 >| #define HAVE_WCHAR_H 1 >| #define NEED_WORD_ALIGNMENT 1 >| #define HAVE_REALPATH 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_PROCFS 1 >| #define PROCFS_EXE_LINK "/proc/self/exe" >| #define CMDLINE_TERMINATED 0 >| /* 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 kvm_getenvv (); >| int >| main () >| { >| return kvm_getenvv (); >| ; >| return 0; >| } >configure:8119: result: no >configure:8173: checking use of pass-through arguments >configure:8189: result: no >configure:8192: checking use of fake-main definition >configure:8231: result: no >configure:8365: checking ffi.h usability >configure:8365: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -I/usr/lib/libffi-3.0.9/include conftest.c >&5 >configure:8365: $? = 0 >configure:8365: result: yes >configure:8365: checking ffi.h presence >configure:8365: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers -I/usr/lib/libffi-3.0.9/include conftest.c >configure:8365: $? = 0 >configure:8365: result: yes >configure:8365: checking for ffi.h >configure:8365: result: yes >configure:8379: checking callback.h usability >configure:8379: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -I/usr/lib/libffi-3.0.9/include conftest.c >&5 >configure:8379: $? = 0 >configure:8379: result: yes >configure:8379: checking callback.h presence >configure:8379: i686-pc-linux-gnu-gcc -E -I/usr/GNUstep/System/Library/Headers -I/usr/lib/libffi-3.0.9/include conftest.c >configure:8379: $? = 0 >configure:8379: result: yes >configure:8379: checking for callback.h >configure:8379: result: yes >configure:8412: checking for forwarding callback in runtime >configure:8418: i686-pc-linux-gnu-gcc -c -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -I/usr/lib/libffi-3.0.9/include -fgnu-runtime -x objective-c conftest.c >&5 >configure:8418: $? = 0 >configure:8440: result: yes >configure:8448: checking FFI library usage >configure:8468: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -I/usr/lib/libffi-3.0.9/include -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lffi -lnsl -lbfd -liberty -ldl -lz >&5 >configure:8468: $? = 0 >configure:8476: result: libffi >configure:8596: checking iconv support >configure:8604: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/GNUstep/System/Library/Headers -I/usr/lib/libffi-3.0.9/include -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lffi -lnsl -lbfd -liberty -ldl -lz >&5 >configure:8604: $? = 0 >configure:8609: result: yes, in libc >configure:8749: checking for xml2-config >configure:8780: result: /usr/bin/xml2-config >configure:8834: checking for libxml - version >= 2.3.0 >configure:9013: i686-pc-linux-gnu-gcc -o conftest -m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe -I/usr/include/libxml2 -I/usr/GNUstep/System/Library/Headers -I/usr/lib/libffi-3.0.9/include -Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries conftest.c -lxml2 -lz -lm -lffi -lnsl -lbfd -liberty -ldl -lz >&5 >conftest.c: In function 'main': >conftest.c:213: warning: ignoring return value of 'system', declared with attribute warn_unused_result >configure:9013: $? = 0 >configure:9013: ./conftest >./conftest: error while loading shared libraries: libbfd-2.20.so: cannot open shared object file: No such file or directory >configure:9013: $? = 127 >configure: program exited with status 127 >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/GNUstep/System/Library/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/GNUstep/System/Applications" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >| #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_OBJC_OBJC_H 1 >| #define HAVE_VISIBILITY_ATTRIBUTE 1 >| #define SIZEOF_VOIDP 4 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_FLOAT 4 >| #define SIZEOF_DOUBLE 8 >| #define CON_AUTOLOAD 1 >| #define HAVE_LIBDL 1 >| #define HAVE_DLADDR 1 >| #define HAVE_LOAD_METHOD 1 >| #define HAVE_OBJC_THREAD_ADD 1 >| #define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >| #define STDC_HEADERS 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_CDEFS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBM 1 >| #define HAVE_STATVFS 1 >| #define HAVE_LINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETLOGIN 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRNAM 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_RINT 1 >| #define HAVE_GETOPT 1 >| #define HAVE_TIME_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME 1 >| #define HAVE_CTIME 1 >| #define HAVE_TZSET 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_BFD_H 1 >| #define HAVE_LIBIBERTY 1 >| #define HAVE_LIBBFD 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_POLL_F 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_VSPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define VSPRINTF_RETURNS_LENGTH 0 >| #define VASPRINTF_RETURNS_LENGTH 0 >| #define HAVE_GETCWD 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_VALLOC 1 >| #define HAVE_TIMES 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MMAP 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_KILLPG 1 >| #define HAVE_SETPGRP 1 >| #define HAVE_SETPGID 1 >| #define SETPGRP_VOID 1 >| #define HAVE_PTS_STREAM_MODULES 0 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_FCNTL_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_ZLIB_H 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_STRERROR 1 >| #define HAVE_UINTMAX_T 1 >| #define HANDLE_LONG_LONG_MAX 1 >| #define HANDLE_LLONG_MAX 1 >| #define HAVE_WCHAR_H 1 >| #define NEED_WORD_ALIGNMENT 1 >| #define HAVE_REALPATH 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_PROCFS 1 >| #define PROCFS_EXE_LINK "/proc/self/exe" >| #define CMDLINE_TERMINATED 0 >| #define HAVE_CALLBACK_H 1 >| #define HAVE_FORWARD2 1 >| #define USE_LIBFFI 1 >| #define HAVE_ICONV 1 >| /* end confdefs.h. */ >| >| #include <stdlib.h> >| #include <stdio.h> >| #include <libxml/xmlversion.h> >| #include <libxml/parser.h> >| >| int >| main() >| { >| int xml_major_version, xml_minor_version, xml_micro_version; >| int major, minor, micro; >| char *tmp_version; >| >| system("touch conf.xmltest"); >| >| tmp_version = xmlStrdup("2.3.0"); >| if(sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { >| printf("%s, bad version string\n", "2.3.0"); >| exit(1); >| } >| >| tmp_version = xmlStrdup(LIBXML_DOTTED_VERSION); >| if(sscanf(tmp_version, "%d.%d.%d", &xml_major_version, &xml_minor_version, &xml_micro_version) != 3) { >| printf("%s, bad version string\n", "2.3.0"); >| exit(1); >| } >| >| if((xml_major_version != 2) || >| (xml_minor_version != 7) || >| (xml_micro_version != 6)) >| { >| printf("\n*** 'xml-config --version' returned %d.%d.%d, but libxml (%d.%d.%d)\n", >| 2, 7, 6, >| xml_major_version, xml_minor_version, xml_micro_version); >| printf("*** was found! If xml-config was correct, then it is best\n"); >| printf("*** to remove the old version of libxml. You may also be able to fix the error\n"); >| printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); >| printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); >| printf("*** required on your system.\n"); >| printf("*** If xml-config was wrong, set the environment variable XML_CONFIG\n"); >| printf("*** to point to the correct copy of xml-config, and remove the file config.cache\n"); >| printf("*** before re-running configure\n"); >| } >| else >| { >| if ((xml_major_version > major) || >| ((xml_major_version == major) && (xml_minor_version > minor)) || >| ((xml_major_version == major) && (xml_minor_version == minor) && >| (xml_micro_version >= micro))) >| { >| return 0; >| } >| else >| { >| printf("\n*** An old version of libxml (%d.%d.%d) was found.\n", >| xml_major_version, xml_minor_version, xml_micro_version); >| printf("*** You need a version of libxml newer than %d.%d.%d. The latest version of\n", >| major, minor, micro); >| printf("*** libxml is always available from ftp://ftp.gnome.org.\n"); >| printf("***\n"); >| printf("*** If you have already installed a sufficiently new version, this error\n"); >| printf("*** probably means that the wrong copy of the xml-config shell script is\n"); >| printf("*** being found. The easiest way to fix this is to remove the old version\n"); >| printf("*** of libxml, but you can also set the XML_CONFIG environment to point to the\n"); >| printf("*** correct copy of xml-config. (In this case, you will have to\n"); >| printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); >| printf("*** so that the correct libraries are found at run-time))\n"); >| } >| } >| return 1; >| } >| >configure:9033: result: no >configure:9176: error: Missing support for XML functionality. > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=i686-pc-linux-gnu >ac_cv_c_bigendian=no >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=set >ac_cv_env_CFLAGS_value='-m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe' >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,-rpath=/usr/GNUstep/System/Library/Libraries' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=i686-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=i686-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_environment_config_file=yes >ac_cv_file___dev_urandom_=yes >ac_cv_file__bin_bash=yes >ac_cv_file__dev_arandom=no >ac_cv_file__dev_random=yes >ac_cv_file__dev_srandom=yes >ac_cv_file__dev_urandom=yes >ac_cv_file__dev_zero=yes >ac_cv_file__usr_share_sgml_X11_defs_ent=1 >ac_cv_func_calloc_0_nonnull=yes >ac_cv_func_ctime=yes >ac_cv_func_getcwd=yes >ac_cv_func_geteuid=yes >ac_cv_func_getgrgid=yes >ac_cv_func_getgrgid_r=yes >ac_cv_func_getgrnam=yes >ac_cv_func_getgrnam_r=yes >ac_cv_func_gethostbyaddr_r=yes >ac_cv_func_getlogin=yes >ac_cv_func_getopt=yes >ac_cv_func_getpwnam=yes >ac_cv_func_getpwnam_r=yes >ac_cv_func_getpwuid=yes >ac_cv_func_getpwuid_r=yes >ac_cv_func_inet_aton=yes >ac_cv_func_inet_ntop=yes >ac_cv_func_inet_pton=yes >ac_cv_func_killpg=yes >ac_cv_func_link=yes >ac_cv_func_mkstemp=yes >ac_cv_func_mmap=yes >ac_cv_func_mprotect=yes >ac_cv_func_nanosleep=yes >ac_cv_func_objc_condition_timedwait=no >ac_cv_func_objc_sync_enter=no >ac_cv_func_objc_thread_add=yes >ac_cv_func_poll=yes >ac_cv_func_readlink=yes >ac_cv_func_realpath=yes >ac_cv_func_register_printf_function=yes >ac_cv_func_rint=yes >ac_cv_func_setgrent_void=yes >ac_cv_func_setpgid=yes >ac_cv_func_setpgrp=yes >ac_cv_func_setpgrp_void=yes >ac_cv_func_setrlimit=yes >ac_cv_func_shmctl=yes >ac_cv_func_sigaction=yes >ac_cv_func_statvfs=yes >ac_cv_func_strerror=yes >ac_cv_func_strerror_r=yes >ac_cv_func_strnlen_working=yes >ac_cv_func_symlink=yes >ac_cv_func_sysctlbyname=no >ac_cv_func_syslog=yes >ac_cv_func_time=yes >ac_cv_func_times=yes >ac_cv_func_tzset=yes >ac_cv_func_usleep=yes >ac_cv_func_valloc=yes >ac_cv_func_vasprintf=yes >ac_cv_func_vsprintf=yes >ac_cv_header_alloca_h=yes >ac_cv_header_bfd_h=yes >ac_cv_header_callback_h=yes >ac_cv_header_dirent_dirent_h=yes >ac_cv_header_dlfcn_h=yes >ac_cv_header_ffi_h=yes >ac_cv_header_float_h=yes >ac_cv_header_getopt_h=yes >ac_cv_header_grp_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_langinfo_h=yes >ac_cv_header_libc_h=no >ac_cv_header_limits_h=yes >ac_cv_header_locale_h=yes >ac_cv_header_malloc_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_netinet_in_h=yes >ac_cv_header_objc_objc_h=yes >ac_cv_header_poll_h=yes >ac_cv_header_procfs_h=no >ac_cv_header_pthread_h=yes >ac_cv_header_pwd_h=yes >ac_cv_header_signal_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_cdefs_h=yes >ac_cv_header_sys_fcntl_h=yes >ac_cv_header_sys_file_h=yes >ac_cv_header_sys_inttypes_h=no >ac_cv_header_sys_ioctl_h=yes >ac_cv_header_sys_mman_h=yes >ac_cv_header_sys_mount_h=yes >ac_cv_header_sys_param_h=yes >ac_cv_header_sys_resource_h=yes >ac_cv_header_sys_rusage_h=no >ac_cv_header_sys_signal_h=yes >ac_cv_header_sys_socket_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_statfs_h=yes >ac_cv_header_sys_statvfs_h=yes >ac_cv_header_sys_stropts_h=yes >ac_cv_header_sys_sysctl_h=yes >ac_cv_header_sys_syslimits_h=no >ac_cv_header_sys_time_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_sys_utsname_h=yes >ac_cv_header_sys_vfs_h=yes >ac_cv_header_sys_wait_h=yes >ac_cv_header_syslog_h=yes >ac_cv_header_time_h=yes >ac_cv_header_tzfile_h=no >ac_cv_header_ucbinclude_sys_resource_h=no >ac_cv_header_unistd_h=yes >ac_cv_header_utime_h=yes >ac_cv_header_wchar_h=yes >ac_cv_header_windows_h=no >ac_cv_header_zlib_h=yes >ac_cv_host=i686-pc-linux-gnu >ac_cv_importing_config_file=yes >ac_cv_lib_bfd_bfd_openr=yes >ac_cv_lib_dl_dladdr=yes >ac_cv_lib_iberty_dyn_string_append=yes >ac_cv_lib_kvm_kvm_getenvv=no >ac_cv_lib_m_main=yes >ac_cv_lib_nsl_inet_ntop=yes >ac_cv_lib_z_gzseek=yes >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_GREP=/bin/grep >ac_cv_path_WHOAMI=/usr/bin/whoami >ac_cv_path_XML2_CONFIG=/usr/bin/xml2-config >ac_cv_prog_CC=i686-pc-linux-gnu-gcc >ac_cv_prog_CPP='i686-pc-linux-gnu-gcc -E' >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_search_opendir='none required' >ac_cv_sizeof_double=8 >ac_cv_sizeof_float=4 >ac_cv_sizeof_int=4 >ac_cv_sizeof_long=4 >ac_cv_sizeof_long_long=8 >ac_cv_sizeof_short=2 >ac_cv_sizeof_voidp=4 >ac_cv_sys_procfs=yes >ac_cv_sys_procfs_exe_link=/proc/self/exe >ac_cv_sys_procfs_psinfo=no >ac_cv_target=i686-pc-linux-gnu >ac_cv_type_size_t=yes >ac_cv_type_uintmax_t=yes >fu_cv_sys_stat_statvfs=yes >gl_cv_func_btowc_eof=yes >gl_cv_func_malloc_0_nonnull=yes >gl_cv_func_re_compile_pattern_working=yes >gl_cv_func_rename_trailing_dest_slash_bug=no >gl_cv_func_rename_trailing_slash_bug=no >glib_cv___va_copy=yes >glib_cv_has__inline=yes >glib_cv_has__inline__=yes >glib_cv_hasinline=yes >glib_cv_rtldglobal_broken=no >glib_cv_sane_realloc=yes >glib_cv_sizeof_gmutex=40 >glib_cv_stack_grows=no >glib_cv_uscore=no >glib_cv_va_copy=yes >glib_cv_va_val_copy=no >gs_cv_objc_incdir=NONE >gs_cv_objc_libdir=NONE >objc_cv_con_autoload=yes >yeti_cv_func_scanf_modif_size_t=z > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >CC='i686-pc-linux-gnu-gcc' >CFLAGS='-m32 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -mtune=native -O2 -pipe' >CPP='i686-pc-linux-gnu-gcc -E' >CPPFLAGS=' -I/usr/GNUstep/System/Library/Headers -I/usr/lib/libffi-3.0.9/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='simple' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EXEEXT='' >GCC_VERSION='' >GNUSTEP_BASE_DOMAIN='LOCAL' >GREP='/bin/grep' >GS_FAKE_MAIN='0' >GS_FLT32='float' >GS_FLT64='double' >GS_HAVE_I128='0' >GS_HAVE_I64='1' >GS_PASS_ARGUMENTS='0' >GS_SADDR='int' >GS_SINT128='struct { gsu8 a16; }' >GS_SINT16='signed short' >GS_SINT32='signed int' >GS_SINT64='signed long long' >GS_SINT8='signed char' >GS_UADDR='unsigned int' >GS_UINT128='struct { gsu8 a16; }' >GS_UINT16='unsigned short' >GS_UINT32='unsigned int' >GS_UINT64='unsigned long long' >GS_UINT8='unsigned char' >GS_WORDS_BIGENDIAN='0' >HAVE_GNUTLS='' >HAVE_INET_NTOP='yes' >HAVE_INET_PTON='yes' >HAVE_LIBXML='0' >HAVE_LIBXSLT='' >HAVE_MDNS='' >HAVE_OBJC_SYNC_ENTER='no' >HAVE_PTHREAD_H='yes' >HAVE_PTS_STREAM_MODULES='0' >INCLUDE_FLAGS=' -I/usr/GNUstep/System/Library/Headers -I/usr/lib/libffi-3.0.9/include' >INCLUDE_STDINT='#include <stdint.h>' >LDFLAGS='-Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries' >LDIR_FLAGS='-Wl,-O1 -Wl,-rpath=/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries' >LIBOBJS='' >LIBS='-lffi -lnsl -lbfd -liberty -ldl -lz' >LTLIBOBJS='' >MAJOR_VERSION='' >MINOR_VERSION='' >NX_CONST_STRING_CLASS='NSConstantString' >NX_CONST_STRING_OBJCFLAGS='-fconstant-string-class=NSConstantString' >OBJEXT='o' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='' >PACKAGE_STRING='' >PACKAGE_TARNAME='' >PACKAGE_URL='' >PACKAGE_VERSION='' >PATH_SEPARATOR=':' >SHELL='/bin/sh' >SUBMINOR_VERSION='' >TLS_CFLAGS='' >TLS_CONFIG='' >TLS_LIBS='' >USE_GMP='' >USE_ZLIB='1' >VERSION='' >WHOAMI='/usr/bin/whoami' >WITH_FFI='libffi' >XML2_CONFIG='/usr/bin/xml2-config' >XML_CFLAGS='' >XML_CONFIG='/usr/bin/xml2-config' >XML_LIBS='' >_GSC_S_INT='_GSC_I32' >_GSC_S_LNG='_GSC_I32' >_GSC_S_LNG_LNG='_GSC_I64' >_GSC_S_SHT='_GSC_I16' >ac_ct_CC='' >ac_cv_sizeof_double='8' >ac_cv_sizeof_float='4' >ac_cv_sizeof_int='4' >ac_cv_sizeof_long='4' >ac_cv_sizeof_long_long='8' >ac_cv_sizeof_short='2' >ac_cv_sizeof_voidp='4' >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='/usr/share' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE}' >dvidir='${docdir}' >exec_prefix='NONE' >host='i686-pc-linux-gnu' >host_alias='i686-pc-linux-gnu' >host_cpu='i686' >host_os='linux-gnu' >host_vendor='pc' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >libdir='${exec_prefix}/lib' >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='i686-pc-linux-gnu' >target_alias='' >target_cpu='i686' >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/GNUstep/System/Library/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/GNUstep/System/Applications" >#define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin" >#define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications" >#define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools" >#define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin" >#define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library" >#define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries" >#define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers" >#define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation" >#define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man" >#define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info" >#define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications" >#define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >#define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >#define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools" >#define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >#define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library" >#define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >#define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers" >#define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation" >#define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >#define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info" >#define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications" >#define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin" >#define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications" >#define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools" >#define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin" >#define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library" >#define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries" >#define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers" >#define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation" >#define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man" >#define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/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/Library/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 "" >#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_OBJC_OBJC_H 1 >#define HAVE_VISIBILITY_ATTRIBUTE 1 >#define SIZEOF_VOIDP 4 >#define SIZEOF_SHORT 2 >#define SIZEOF_INT 4 >#define SIZEOF_LONG 4 >#define SIZEOF_LONG_LONG 8 >#define SIZEOF_FLOAT 4 >#define SIZEOF_DOUBLE 8 >#define CON_AUTOLOAD 1 >#define HAVE_LIBDL 1 >#define HAVE_DLADDR 1 >#define HAVE_LOAD_METHOD 1 >#define HAVE_OBJC_THREAD_ADD 1 >#define HAVE_OBJC_GET_UNINSTALLED_DTABLE 1 >#define STDC_HEADERS 1 >#define HAVE_STRING_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_ALLOCA_H 1 >#define HAVE_FLOAT_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_SYS_VFS_H 1 >#define HAVE_SYS_STATFS_H 1 >#define HAVE_SYS_STATVFS_H 1 >#define HAVE_PWD_H 1 >#define HAVE_GRP_H 1 >#define HAVE_SYS_CDEFS_H 1 >#define HAVE_SYS_PARAM_H 1 >#define HAVE_SYS_PARAM_H 1 >#define HAVE_SYS_MOUNT_H 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_LOCALE_H 1 >#define HAVE_LANGINFO_H 1 >#define HAVE_LIBM 1 >#define HAVE_STATVFS 1 >#define HAVE_LINK 1 >#define HAVE_SYMLINK 1 >#define HAVE_READLINK 1 >#define HAVE_GETEUID 1 >#define HAVE_GETLOGIN 1 >#define HAVE_GETPWNAM 1 >#define HAVE_GETPWNAM_R 1 >#define HAVE_GETPWUID 1 >#define HAVE_GETPWUID_R 1 >#define HAVE_GETGRGID 1 >#define HAVE_GETGRGID_R 1 >#define HAVE_GETGRNAM 1 >#define HAVE_GETGRNAM_R 1 >#define HAVE_RINT 1 >#define HAVE_GETOPT 1 >#define HAVE_TIME_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_TIME 1 >#define HAVE_CTIME 1 >#define HAVE_TZSET 1 >#define HAVE_SYS_SOCKET_H 1 >#define HAVE_NETINET_IN_H 1 >#define HAVE_BFD_H 1 >#define HAVE_LIBIBERTY 1 >#define HAVE_LIBBFD 1 >#define HAVE_SYSLOG_H 1 >#define HAVE_SYSLOG 1 >#define HAVE_POLL_H 1 >#define HAVE_POLL 1 >#define HAVE_POLL_F 1 >#define HAVE_PTHREAD_H 1 >#define HAVE_VSPRINTF 1 >#define HAVE_VASPRINTF 1 >#define VSPRINTF_RETURNS_LENGTH 0 >#define VASPRINTF_RETURNS_LENGTH 0 >#define HAVE_GETCWD 1 >#define HAVE_DIRENT_H 1 >#define HAVE_GETOPT_H 1 >#define HAVE_VALLOC 1 >#define HAVE_TIMES 1 >#define HAVE_MKSTEMP 1 >#define HAVE_SHMCTL 1 >#define HAVE_MMAP 1 >#define HAVE_MPROTECT 1 >#define HAVE_SYS_MMAN_H 1 >#define HAVE_KILLPG 1 >#define HAVE_SETPGRP 1 >#define HAVE_SETPGID 1 >#define SETPGRP_VOID 1 >#define HAVE_PTS_STREAM_MODULES 0 >#define HAVE_LIMITS_H 1 >#define HAVE_MALLOC_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_STRING_H 1 >#define HAVE_SIGNAL_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_SYS_SIGNAL_H 1 >#define HAVE_SYS_WAIT_H 1 >#define HAVE_SYS_FILE_H 1 >#define HAVE_SYS_FCNTL_H 1 >#define HAVE_SYS_IOCTL_H 1 >#define HAVE_SYS_STROPTS_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_UTIME_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_LIBNSL 1 >#define HAVE_GETHOSTBYADDR_R 1 >#define HAVE_INET_ATON 1 >#define HAVE_INET_PTON 1 >#define HAVE_INET_NTOP 1 >#define HAVE_SIGACTION 1 >#define HAVE_ZLIB_H 1 >#define HAVE_NANOSLEEP 1 >#define HAVE_USLEEP 1 >#define HAVE_SYS_RESOURCE_H 1 >#define HAVE_SETRLIMIT 1 >#define HAVE_STRERROR_R 1 >#define HAVE_STRERROR 1 >#define HAVE_UINTMAX_T 1 >#define HANDLE_LONG_LONG_MAX 1 >#define HANDLE_LLONG_MAX 1 >#define HAVE_WCHAR_H 1 >#define NEED_WORD_ALIGNMENT 1 >#define HAVE_REALPATH 1 >#define HAVE_SYS_UTSNAME_H 1 >#define HAVE_SYS_SYSCTL_H 1 >#define HAVE_PROCFS 1 >#define PROCFS_EXE_LINK "/proc/self/exe" >#define CMDLINE_TERMINATED 0 >#define HAVE_CALLBACK_H 1 >#define HAVE_FORWARD2 1 >#define USE_LIBFFI 1 >#define HAVE_ICONV 1 > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 303126
: 218100 |
218101
|
218275
|
218277
|
218281