Camm Maguire <c...@maguirefamily.org> writes: | Greetings! Can you please post | | 1. configure.log | 2. the cvs source branch you are using and | 3. (preferably) instructions to access the machine via ssh?
Hi Camm, Thanks for getting back to me. For 1. see attached. For 2. I am using the Version_2_6_8pre branch; but it is the same thing with Version _2_6_9pre. For 3, this is my laptop and I am at place where I'm assigned dynamic IPs and I don't have dyndns setup. Best, -- Gaby
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.68. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = aleph.axiomatics.org uname -m = x86_64 uname -r = 12.4.0 uname -s = Darwin uname -v = Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = Mach kernel version: Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64 Kernel configured for up to 4 processors. 2 processors are physically available. 4 processors are logically available. Processor type: i486 (Intel 80486) Processors active: 0 1 2 3 Primary memory available: 8.00 gigabytes Default processor set: 148 tasks, 670 threads, 4 processors Load average: 0.37, Mach factor: 3.62 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /Users/gdr/bin PATH: /usr/local/bin PATH: /opt/local/bin PATH: /opt/local/sbin PATH: /usr/bin PATH: /bin PATH: /usr/sbin PATH: /sbin PATH: /usr/local/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2602: checking build system type configure:2616: result: x86_64-apple-darwin12.4.0 configure:2636: checking host system type configure:2649: result: x86_64-apple-darwin12.4.0 configure:2687: result: host=x86_64-apple-darwin12.4.0 configure:3050: result: use=386-macosx configure:3115: checking for gcc configure:3131: found /opt/local/bin/gcc configure:3142: result: gcc configure:3371: checking for C compiler version configure:3380: gcc --version >&5 gcc (MacPorts gcc48 4.8.1_0) 4.8.1 Copyright (C) 2013 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:3391: $? = 0 configure:3380: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/opt/local/libexec/gcc/x86_64-apple-darwin12/4.8.1/lto-wrapper Target: x86_64-apple-darwin12 Configured with: ../gcc-4.8.1/configure --prefix=/opt/local --build=x86_64-apple-darwin12 --enable-languages=c,c++,objc,obj-c++,lto,fortran,java --libdir=/opt/local/lib/gcc48 --includedir=/opt/local/include/gcc48 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-4.8 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-4.8 --with-gxx-include-dir=/opt/local/include/gcc48/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-ppl=/opt/local --with-cloog=/opt/local --enable-cloog-backend=isl --disable-cloog-version-check --enable-stage1-checking --disable-multilib --enable-lto --enable-libstdcxx-time --with-as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket --with-pkgversion='MacPorts gcc48 4.8.1_0' Thread model: posix gcc version 4.8.1 (MacPorts gcc48 4.8.1_0) configure:3391: $? = 0 configure:3380: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3391: $? = 1 configure:3380: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3391: $? = 1 configure:3411: checking whether the C compiler works configure:3433: gcc -m64 -m64 -Wl,-headerpad,72 conftest.c >&5 configure:3437: $? = 0 configure:3485: result: yes configure:3488: checking for C compiler default output file name configure:3490: result: a.out configure:3496: checking for suffix of executables configure:3503: gcc -o conftest -m64 -m64 -Wl,-headerpad,72 conftest.c >&5 configure:3507: $? = 0 configure:3529: result: configure:3551: checking whether we are cross compiling configure:3559: gcc -o conftest -m64 -m64 -Wl,-headerpad,72 conftest.c >&5 configure:3563: $? = 0 configure:3570: ./conftest configure:3574: $? = 0 configure:3589: result: no configure:3594: checking for suffix of object files configure:3616: gcc -c -m64 conftest.c >&5 configure:3620: $? = 0 configure:3641: result: o configure:3645: checking whether we are using the GNU C compiler configure:3664: gcc -c -m64 conftest.c >&5 configure:3664: $? = 0 configure:3673: result: yes configure:3682: checking whether gcc accepts -g configure:3702: gcc -c -g conftest.c >&5 configure:3702: $? = 0 configure:3743: result: yes configure:3760: checking for gcc option to accept ISO C89 configure:3824: gcc -c -m64 conftest.c >&5 configure:3824: $? = 0 configure:3837: result: none needed configure:3862: checking how to run the C preprocessor configure:3893: gcc -E conftest.c configure:3893: $? = 0 configure:3907: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:3907: $? = 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 HOST_CPU "X86_64" | #define HOST_KERNEL "DARWIN12.4.0" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3932: result: gcc -E configure:3952: gcc -E conftest.c configure:3952: $? = 0 configure:3966: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:3966: $? = 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 HOST_CPU "X86_64" | #define HOST_KERNEL "DARWIN12.4.0" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4013: checking for CFLAG -Wno-unused-but-set-variable configure:4028: gcc -o conftest -m64 -Wno-unused-but-set-variable -m64 -Wl,-headerpad,72 conftest.c >&5 configure:4028: $? = 0 configure:4028: ./conftest configure:4028: $? = 0 configure:4029: result: yes configure:4080: checking for gawk configure:4110: result: no configure:4080: checking for nawk configure:4110: result: no configure:4080: checking for awk configure:4096: found /usr/bin/awk configure:4107: result: awk configure:4268: checking system version (for dynamic loading) configure:4276: checking for makeinfo configure:4292: found /usr/bin/makeinfo configure:4303: result: makeinfo configure:4335: result: Darwin-12.4.0 configure:4343: checking for grep that handles long lines and -e configure:4401: result: /usr/bin/grep configure:4406: checking for egrep configure:4468: result: /usr/bin/grep -E configure:4473: checking for ANSI C header files configure:4493: gcc -c -m64 conftest.c >&5 configure:4493: $? = 0 configure:4566: gcc -o conftest -m64 -m64 -Wl,-headerpad,72 conftest.c >&5 configure:4566: $? = 0 configure:4566: ./conftest configure:4566: $? = 0 configure:4577: result: yes configure:4590: checking for sys/types.h configure:4590: gcc -c -m64 conftest.c >&5 configure:4590: $? = 0 configure:4590: result: yes configure:4590: checking for sys/stat.h configure:4590: gcc -c -m64 conftest.c >&5 configure:4590: $? = 0 configure:4590: result: yes configure:4590: checking for stdlib.h configure:4590: gcc -c -m64 conftest.c >&5 configure:4590: $? = 0 configure:4590: result: yes configure:4590: checking for string.h configure:4590: gcc -c -m64 conftest.c >&5 configure:4590: $? = 0 configure:4590: result: yes configure:4590: checking for memory.h configure:4590: gcc -c -m64 conftest.c >&5 configure:4590: $? = 0 configure:4590: result: yes configure:4590: checking for strings.h configure:4590: gcc -c -m64 conftest.c >&5 configure:4590: $? = 0 configure:4590: result: yes configure:4590: checking for inttypes.h configure:4590: gcc -c -m64 conftest.c >&5 configure:4590: $? = 0 configure:4590: result: yes configure:4590: checking for stdint.h configure:4590: gcc -c -m64 conftest.c >&5 configure:4590: $? = 0 configure:4590: result: yes configure:4590: checking for unistd.h configure:4590: gcc -c -m64 conftest.c >&5 configure:4590: $? = 0 configure:4590: result: yes configure:4602: checking malloc/malloc.h usability configure:4602: gcc -c -m64 conftest.c >&5 configure:4602: $? = 0 configure:4602: result: yes configure:4602: checking malloc/malloc.h presence configure:4602: gcc -E conftest.c configure:4602: $? = 0 configure:4602: result: yes configure:4602: checking for malloc/malloc.h configure:4602: result: yes configure:4610: checking for struct _malloc_zone_t.memalign configure:4610: gcc -c -m64 conftest.c >&5 configure:4610: $? = 0 configure:4610: result: yes configure:4629: checking for unistd.h configure:4629: result: yes configure:4631: checking for sysconf in -lc configure:4702: gcc -o conftest -m64 -m64 -Wl,-headerpad,72 conftest.c -lc >&5 configure:4702: $? = 0 configure:4711: result: yes configure:4714: checking "for _SC_CLK_TCK" configure:4731: gcc -o conftest -m64 -m64 -Wl,-headerpad,72 conftest.c >&5 configure:4731: $? = 0 configure:4731: ./conftest configure:4731: $? = 0 configure:4745: result: 100 configure:4767: checking gmp.h usability configure:4767: gcc -c -m64 conftest.c >&5 configure:4767: $? = 0 configure:4767: result: yes configure:4767: checking gmp.h presence configure:4767: gcc -E conftest.c configure:4767: $? = 0 configure:4767: result: yes configure:4767: checking for gmp.h configure:4767: result: yes configure:4769: checking for __gmpz_init in -lgmp configure:4794: gcc -o conftest -m64 -m64 -Wl,-headerpad,72 conftest.c -lgmp >&5 configure:4794: $? = 0 configure:4803: result: yes configure:4806: checking "for external gmp version" configure:4822: gcc -o conftest -m64 -m64 -Wl,-headerpad,72 conftest.c >&5 configure:4822: $? = 0 configure:4822: ./conftest configure:4822: $? = 0 configure:4897: checking "for leading underscore in object symbols" configure:4909: result: "yes" configure:4916: checking "for GNU ld option -Map" configure:4927: result: "no" configure:4933: checking "for size of gmp limbs" configure:4949: gcc -o conftest -m64 -m64 -Wl,-headerpad,72 conftest.c >&5 configure:4949: $? = 0 configure:4949: ./conftest configure:4949: $? = 0 configure:4966: result: 8 configure:4969: checking "_SHORT_LIMB" configure:4987: gcc -o conftest -m64 -m64 -Wl,-headerpad,72 conftest.c >&5 configure:4987: $? = 0 configure:4987: ./conftest configure:4987: $? = 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 HOST_CPU "X86_64" | #define HOST_KERNEL "DARWIN12.4.0" | #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_MALLOC_ZONE_MEMALIGN 1 | #define HZ 100 | #define LEADING_UNDERSCORE 1 | #define MP_LIMB_BYTES 8 | /* end confdefs.h. */ | #include <stdio.h> | #include "/opt/local/include/gmp.h" | int main() { | #ifdef _SHORT_LIMB | return 0; | #else | return 1; | #endif | } configure:4992: result: no configure:4999: checking "_LONG_LONG_LIMB" configure:5017: gcc -o conftest -m64 -m64 -Wl,-headerpad,72 conftest.c >&5 configure:5017: $? = 0 configure:5017: ./conftest configure:5017: $? = 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 HOST_CPU "X86_64" | #define HOST_KERNEL "DARWIN12.4.0" | #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_MALLOC_ZONE_MEMALIGN 1 | #define HZ 100 | #define LEADING_UNDERSCORE 1 | #define MP_LIMB_BYTES 8 | /* end confdefs.h. */ | #include <stdio.h> | #include "/opt/local/include/gmp.h" | int main() { | #ifdef _LONG_LONG_LIMB | return 0; | #else | return 1; | #endif | } configure:5022: result: no configure:5048: checking for X configure:5156: gcc -E conftest.c configure:5156: $? = 0 configure:5187: gcc -o conftest -m64 -m64 -Wl,-headerpad,72 conftest.c -lX11 >&5 ld: library not found for -lX11 collect2: error: ld returned 1 exit status configure:5187: $? = 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 HOST_CPU "X86_64" | #define HOST_KERNEL "DARWIN12.4.0" | #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_MALLOC_ZONE_MEMALIGN 1 | #define HZ 100 | #define LEADING_UNDERSCORE 1 | #define MP_LIMB_BYTES 8 | #define GMP 1 | /* end confdefs.h. */ | #include <X11/Xlib.h> | int | main () | { | XrmInitialize () | ; | return 0; | } configure:5226: result: no configure:5252: checking for main in -lX11 configure:5271: gcc -o conftest -m64 -m64 -Wl,-headerpad,72 conftest.c -lX11 >&5 ld: library not found for -lX11 collect2: error: ld returned 1 exit status configure:5271: $? = 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 HOST_CPU "X86_64" | #define HOST_KERNEL "DARWIN12.4.0" | #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_MALLOC_ZONE_MEMALIGN 1 | #define HZ 100 | #define LEADING_UNDERSCORE 1 | #define MP_LIMB_BYTES 8 | #define GMP 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:5280: result: no configure:5692: checking for xdr_double configure:5692: gcc -o conftest -m64 -m64 -Wl,-headerpad,72 conftest.c >&5 configure:5692: $? = 0 configure:5692: result: yes configure:5833: checking __builtin___clear_cache configure:5848: gcc -c -m64 conftest.c >&5 configure:5848: $? = 0 configure:5851: result: yes configure:5870: checking size of long configure:5875: gcc -o conftest -m64 -m64 -Wl,-headerpad,72 conftest.c >&5 configure:5875: $? = 0 configure:5875: ./conftest configure:5875: $? = 0 configure:5889: result: 8 configure:5899: checking sizeof struct contblock configure:5948: gcc -o conftest -m64 -m64 -Wl,-headerpad,72 conftest.c >&5 configure:5948: $? = 0 configure:5948: ./conftest configure:5948: $? = 0 configure:5958: result: 16 configure:5966: checking for word order configure:5989: gcc -o conftest -m64 -m64 -Wl,-headerpad,72 conftest.c >&5 configure:5989: $? = 0 configure:5989: ./conftest configure:5989: $? = 0 configure:5990: result: little configure:6008: checking for sbrk configure:6027: gcc -o conftest -m64 -m64 -Wl,-headerpad,72 conftest.c >&5 configure:6027: $? = 0 configure:6027: ./conftest configure:6027: $? = 0 configure:6029: result: yes configure:6045: checking for ADDR_NO_RANDOMIZE constant configure:6061: gcc -o conftest -m64 -m64 -Wl,-headerpad,72 conftest.c >&5 conftest.c:31:29: fatal error: sys/personality.h: No such file or directory #include <sys/personality.h> ^ compilation terminated. configure:6061: $? = 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 HOST_CPU "X86_64" | #define HOST_KERNEL "DARWIN12.4.0" | #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_MALLOC_ZONE_MEMALIGN 1 | #define HZ 100 | #define LEADING_UNDERSCORE 1 | #define MP_LIMB_BYTES 8 | #define GMP 1 | #define HAVE_XDR 1 | #define HAVE_BUILTIN_CLEAR_CACHE 1 | #define SIZEOF_LONG 8 | #define SIZEOF_CONTBLOCK 16 | #define LITTLE_END 1 | /* end confdefs.h. */ | #include <sys/personality.h> | #include <stdio.h> | int main(int argc,char *argv[],char *envp[]) { | FILE *f; | if (!(f=fopen("conftest1","w"))) return -1; | fprintf(f,"%x",ADDR_NO_RANDOMIZE); | return 0; | } configure:6071: result: no, assuming 0x40000 configure:6082: checking for personality(ADDR_NO_RANDOMIZE) support configure:6094: gcc -o conftest -m64 -m64 -Wl,-headerpad,72 conftest.c >&5 In file included from conftest.c:34:0: h/unrandomize.h: In function 'main': h/unrandomize.h:1:29: fatal error: sys/personality.h: No such file or directory #include <sys/personality.h> ^ compilation terminated. configure:6094: $? = 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 HOST_CPU "X86_64" | #define HOST_KERNEL "DARWIN12.4.0" | #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_MALLOC_ZONE_MEMALIGN 1 | #define HZ 100 | #define LEADING_UNDERSCORE 1 | #define MP_LIMB_BYTES 8 | #define GMP 1 | #define HAVE_XDR 1 | #define HAVE_BUILTIN_CLEAR_CACHE 1 | #define SIZEOF_LONG 8 | #define SIZEOF_CONTBLOCK 16 | #define LITTLE_END 1 | #define ADDR_NO_RANDOMIZE 0x40000 | /* end confdefs.h. */ | void gprof_cleanup() {}; | int main(int argc,char *argv[],char *envp[]) { | #include "h/unrandomize.h" | return 0;} configure:6110: result: no configure:6114: checking that sbrk is (now) non-random configure:6132: gcc -o conftest -m64 -m64 -Wl,-headerpad,72 conftest.c >&5 configure:6132: $? = 0 configure:6132: ./conftest configure:6132: $? = 0 configure:6162: gcc -o conftest -m64 -m64 -Wl,-headerpad,72 conftest.c >&5 configure:6162: $? = 0 configure:6162: ./conftest configure:6162: $? = 0 configure:6180: result: no ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-apple-darwin12.4.0 ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_xdr_double=yes ac_cv_have_x=have_x=no ac_cv_header_gmp_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_malloc_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-apple-darwin12.4.0 ac_cv_lib_X11_main=no ac_cv_lib_c_sysconf=yes ac_cv_lib_gmp___gmpz_init=yes ac_cv_member_struct__malloc_zone_t_memalign=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_prog_AWK=awk ac_cv_prog_CPP='gcc -E' ac_cv_prog_MAKEINFO=makeinfo ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_sizeof_long=8 ## ----------------- ## ## Output variables. ## ## ----------------- ## AWK='awk' BROKEN_O4_OPT='' BUILD_BFD='' CC='gcc' CFLAGS='-m64 ' CLSTANDARD='' CPP='gcc -E' CPPFLAGS='' DEFS='' ECHO_C='\c' ECHO_N='' ECHO_T='' EGREP='/usr/bin/grep -E' EMACS='' EMACS_DEFAULT_EL='' EMACS_SITE_LISP='NONE/share/emacs/site-lisp/' ENDIAN_ALREADY_DEFINED='' EXEEXT='' EXTRA_LOBJS='' FINAL_CFLAGS='' FLISP='' GMP='1' GMPDIR='' GNU_LD='' GREP='/usr/bin/grep' HAVE_LONG_LONG='' HAVE_MALLOC_ZONE_MEMALIGN='' HAVE_PUTENV='' HAVE_SETENV='' HAVE_SIGEMT='' HAVE_SIGSYS='' HAVE_SV_ONSTACK='' INFO_DIR='NONE/share/info/' LDFLAGS='-m64 -Wl,-headerpad,72 ' LEADING_UNDERSCORE='1' LIBBFD='' LIBIBERTY='' LIBOBJS='' LIBS='' LITTLE_END='' LTLIBOBJS='' MAKEINFO='makeinfo' NIFLAGS='' NOTIFY='' NO_PROFILE='' O2FLAGS='' O3FLAGS='' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PAGEWIDTH='' PATH_SEPARATOR=':' PROCESSOR_FLAGS='' RL_LIB='' RL_OBJS='' SHELL='/bin/sh' SYSTEM='' TCLSH='' TCL_DL_LIBS='' TCL_INCLUDE='' TCL_LIBRARY='' TCL_LIBS='' TCL_LIB_SPEC='' TK_BUILD_LIB_SPEC='' TK_CONFIG_PREFIX='unknown' TK_INCLUDE='' TK_LIBRARY='' TK_LIB_SPEC='' TK_XINCLUDES='' TK_XLIBSW='' USE_CLEANUP='' VERSION='2.6.8' XMKMF='' X_CFLAGS='' X_LIBS='' ac_ct_CC='gcc' bindir='${exec_prefix}/bin' build='x86_64-apple-darwin12.4.0' build_alias='' build_cpu='x86_64' build_os='darwin12.4.0' build_vendor='apple' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-apple-darwin12.4.0' host_alias='' host_cpu='x86_64' host_os='darwin12.4.0' host_vendor='apple' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='NONE' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' use='386-macosx' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define HOST_CPU "X86_64" #define HOST_KERNEL "DARWIN12.4.0" #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_MALLOC_ZONE_MEMALIGN 1 #define HZ 100 #define LEADING_UNDERSCORE 1 #define MP_LIMB_BYTES 8 #define GMP 1 #define HAVE_XDR 1 #define HAVE_BUILTIN_CLEAR_CACHE 1 #define SIZEOF_LONG 8 #define SIZEOF_CONTBLOCK 16 #define LITTLE_END 1 #define ADDR_NO_RANDOMIZE 0x40000 configure: exit 1
_______________________________________________ Gcl-devel mailing list Gcl-devel@gnu.org https://lists.gnu.org/mailman/listinfo/gcl-devel