Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by gnupg configure 1.4.11, which was
- generated by GNU Autoconf 2.64. Invocation command line was
- $ ./configure CFLAGS=-arch x86_64 -arch i386 --disable-dependency-tracking --disable-asm
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = michael.local
- uname -m = i386
- uname -r = 10.8.0
- uname -s = Darwin
- uname -v = Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
- /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 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
- Kernel configured for up to 2 processors.
- 2 processors are physically available.
- 2 processors are logically available.
- Processor type: i486 (Intel 80486)
- Processors active: 0 1
- Primary memory available: 2.00 gigabytes
- Default processor set: 71 tasks, 323 threads, 2 processors
- Load average: 0.71, Mach factor: 1.28
- /bin/machine = unknown
- /usr/bin/oslevel = unknown
- /bin/universe = unknown
- PATH: /usr/bin
- PATH: /bin
- PATH: /usr/sbin
- PATH: /sbin
- PATH: /usr/local/bin
- PATH: /usr/X11/bin
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2681: checking build system type
- configure:2695: result: x86_64-apple-darwin10.8.0
- configure:2715: checking host system type
- configure:2728: result: x86_64-apple-darwin10.8.0
- configure:2764: checking for a BSD-compatible install
- configure:2832: result: /usr/bin/install -c
- configure:2843: checking whether build environment is sane
- configure:2880: result: yes
- configure:2905: checking for a thread-safe mkdir -p
- configure:2944: result: scripts/install-sh -c -d
- configure:2957: checking for gawk
- configure:2987: result: no
- configure:2957: checking for mawk
- configure:2987: result: no
- configure:2957: checking for nawk
- configure:2987: result: no
- configure:2957: checking for awk
- configure:2973: found /usr/bin/awk
- configure:2984: result: awk
- configure:2995: checking whether make sets $(MAKE)
- configure:3017: result: yes
- configure:3203: autobuild project... gnupg
- configure:3205: autobuild revision... 1.4.11
- configure:3209: autobuild hostname... michael.local
- configure:3218: autobuild timestamp... 20110810-022301
- configure:3237: checking for style of include used by make
- configure:3265: result: GNU
- configure:3335: checking for gcc
- configure:3351: found /usr/bin/gcc
- configure:3362: result: gcc
- configure:3591: checking for C compiler version
- configure:3600: gcc --version >&5
- i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659)
- Copyright (C) 2007 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:3611: $? = 0
- configure:3600: gcc -v >&5
- Using built-in specs.
- Target: i686-apple-darwin10
- Configured with: /var/tmp/gcc/gcc-5659~1/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
- Thread model: posix
- gcc version 4.2.1 (Apple Inc. build 5659)
- configure:3611: $? = 0
- configure:3600: gcc -V >&5
- gcc-4.2: argument to `-V' is missing
- configure:3611: $? = 1
- configure:3600: gcc -qversion >&5
- i686-apple-darwin10-gcc-4.2.1: no input files
- configure:3611: $? = 1
- configure:3633: checking for C compiler default output file name
- configure:3655: gcc -arch x86_64 -arch i386 conftest.c >&5
- conftest.c:11:19: error: /usr/local/include/stdio.h: Permission denied
- conftest.c: In function 'main':
- conftest.c:15: error: 'FILE' undeclared (first use in this function)
- conftest.c:15: error: (Each undeclared identifier is reported only once
- conftest.c:15: error: for each function it appears in.)
- conftest.c:15: error: 'f' undeclared (first use in this function)
- conftest.c:11:19: error: /usr/local/include/stdio.h: Permission denied
- conftest.c: In function 'main':
- conftest.c:15: error: 'FILE' undeclared (first use in this function)
- conftest.c:15: error: (Each undeclared identifier is reported only once
- conftest.c:15: error: for each function it appears in.)
- conftest.c:15: error: 'f' undeclared (first use in this function)
- lipo: can't figure out the architecture type of: /var/folders/UP/UP8uhqVZGvmKn1vXcS-Ouk+++TI/-Tmp-//ccYrK8F5.out
- configure:3659: $? = 1
- configure:3696: result:
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "gnupg"
- | #define PACKAGE_TARNAME "gnupg"
- | #define PACKAGE_VERSION "1.4.11"
- | #define PACKAGE_STRING "gnupg 1.4.11"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define PACKAGE "gnupg"
- | #define VERSION "1.4.11"
- | /* end confdefs.h. */
- | #include <stdio.h>
- | int
- | main ()
- | {
- | FILE *f = fopen ("conftest.out", "w");
- | return ferror (f) || fclose (f) != 0;
- |
- | ;
- | return 0;
- | }
- configure:3702: error: in `/Users/user/gnupg-1.4.11':
- configure:3706: error: C compiler cannot create executables
- See `config.log' for more details.
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=x86_64-apple-darwin10.8.0
- ac_cv_env_CCASFLAGS_set=
- ac_cv_env_CCASFLAGS_value=
- ac_cv_env_CCAS_set=
- ac_cv_env_CCAS_value=
- ac_cv_env_CC_FOR_BUILD_set=
- ac_cv_env_CC_FOR_BUILD_value=
- ac_cv_env_CC_set=
- ac_cv_env_CC_value=
- ac_cv_env_CFLAGS_set=set
- ac_cv_env_CFLAGS_value='-arch x86_64 -arch i386'
- ac_cv_env_CPPFLAGS_set=
- ac_cv_env_CPPFLAGS_value=
- ac_cv_env_CPP_set=
- ac_cv_env_CPP_value=
- ac_cv_env_LDFLAGS_set=
- ac_cv_env_LDFLAGS_value=
- ac_cv_env_LIBS_set=
- ac_cv_env_LIBS_value=
- ac_cv_env_build_alias_set=
- ac_cv_env_build_alias_value=
- ac_cv_env_host_alias_set=
- ac_cv_env_host_alias_value=
- ac_cv_env_target_alias_set=
- ac_cv_env_target_alias_value=
- ac_cv_host=x86_64-apple-darwin10.8.0
- ac_cv_path_install='/usr/bin/install -c'
- ac_cv_prog_AWK=awk
- ac_cv_prog_ac_ct_CC=gcc
- ac_cv_prog_make_make_set=yes
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- ACLOCAL='${SHELL} /Users/user/gnupg-1.4.11/scripts/missing --run aclocal-1.10'
- ALLOCA=''
- AMDEPBACKSLASH=''
- AMDEP_FALSE=''
- AMDEP_TRUE='#'
- AMTAR='${SHELL} /Users/user/gnupg-1.4.11/scripts/missing --run tar'
- AR=''
- AUTOCONF='${SHELL} /Users/user/gnupg-1.4.11/scripts/missing --run autoconf'
- AUTOHEADER='${SHELL} /Users/user/gnupg-1.4.11/scripts/missing --run autoheader'
- AUTOMAKE='${SHELL} /Users/user/gnupg-1.4.11/scripts/missing --run automake-1.10'
- AWK='awk'
- BUILD_INCLUDED_LIBINTL=''
- CAPLIBS=''
- CATOBJEXT=''
- CC='gcc'
- CCAS=''
- CCASDEPMODE=''
- CCASFLAGS=''
- CCDEPMODE=''
- CC_FOR_BUILD=''
- CFLAGS='-arch x86_64 -arch i386'
- CFLAG_VISIBILITY=''
- CPP=''
- CPPFLAGS=''
- CROSS_COMPILING_FALSE=''
- CROSS_COMPILING_TRUE=''
- CYGPATH_W='echo'
- DATADIRNAME=''
- DEFS=''
- DEPDIR='.deps'
- DLLIBS=''
- DNSLIBS=''
- DOCBOOK_TO_MAN=''
- ECHO_C='\c'
- ECHO_N=''
- ECHO_T=''
- EGREP=''
- ENABLE_AGENT_SUPPORT_FALSE=''
- ENABLE_AGENT_SUPPORT_TRUE=''
- ENABLE_BZIP2_SUPPORT_FALSE=''
- ENABLE_BZIP2_SUPPORT_TRUE=''
- ENABLE_CARD_SUPPORT_FALSE=''
- ENABLE_CARD_SUPPORT_TRUE=''
- ENABLE_LOCAL_ZLIB_FALSE=''
- ENABLE_LOCAL_ZLIB_TRUE=''
- EXEEXT=''
- FAKE_CURL_FALSE=''
- FAKE_CURL_TRUE=''
- GENCAT=''
- GETOPT=''
- GLIBC21=''
- GLIBC2=''
- GMSGFMT=''
- GMSGFMT_015=''
- GPGKEYS_CURL=''
- GPGKEYS_FINGER=''
- GPGKEYS_HKP=''
- GPGKEYS_LDAP=''
- GPGKEYS_MAILTO=''
- GREP=''
- HAVE_ASPRINTF=''
- HAVE_DOCBOOK_TO_MAN_FALSE=''
- HAVE_DOCBOOK_TO_MAN_TRUE=''
- HAVE_DOSISH_SYSTEM_FALSE=''
- HAVE_DOSISH_SYSTEM_TRUE=''
- HAVE_POSIX_PRINTF=''
- HAVE_SHM_FALSE=''
- HAVE_SHM_TRUE=''
- HAVE_SNPRINTF=''
- HAVE_USTAR_FALSE=''
- HAVE_USTAR_TRUE=''
- HAVE_VISIBILITY=''
- HAVE_W32_SYSTEM_FALSE=''
- HAVE_W32_SYSTEM_TRUE=''
- HAVE_WPRINTF=''
- IDEA_O=''
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
- INSTOBJEXT=''
- INTLBISON=''
- INTLLIBS=''
- INTLOBJS=''
- INTL_LIBTOOL_SUFFIX_PREFIX=''
- INTL_MACOSX_LIBS=''
- LDAPLIBS=''
- LDAP_CPPFLAGS=''
- LDFLAGS=''
- LIBCURL=''
- LIBCURL_CPPFLAGS=''
- LIBICONV=''
- LIBINTL=''
- LIBMULTITHREAD=''
- LIBOBJS=''
- LIBPTH=''
- LIBREADLINE=''
- LIBS=''
- LIBTHREAD=''
- LIBUSB=''
- LIBUSB_CPPFLAGS=''
- LTLIBICONV=''
- LTLIBINTL=''
- LTLIBMULTITHREAD=''
- LTLIBOBJS=''
- LTLIBPTH=''
- LTLIBTHREAD=''
- MAINT=''
- MAINTAINER_MODE_FALSE=''
- MAINTAINER_MODE_TRUE=''
- MAKEINFO='${SHELL} /Users/user/gnupg-1.4.11/scripts/missing --run makeinfo'
- MKDIR_P='scripts/install-sh -c -d'
- MPI_EXTRA_ASM_OBJS=''
- MPI_OPT_FLAGS=''
- MPI_SFLAGS=''
- MSGFMT=''
- MSGFMT_015=''
- MSGMERGE=''
- NETLIBS=''
- NM=''
- NOEXECSTACK_FLAGS=''
- OBJEXT=''
- PACKAGE='gnupg'
- PACKAGE_BUGREPORT='[email protected]'
- PACKAGE_NAME='gnupg'
- PACKAGE_STRING='gnupg 1.4.11'
- PACKAGE_TARNAME='gnupg'
- PACKAGE_URL=''
- PACKAGE_VERSION='1.4.11'
- PATH_SEPARATOR=':'
- PERL=''
- POSUB=''
- PRI_MACROS_BROKEN=''
- RANLIB=''
- SENDMAIL=''
- SET_MAKE=''
- SHELL='/bin/sh'
- STRIP=''
- TAR=''
- USE_DNS_SRV_FALSE=''
- USE_DNS_SRV_TRUE=''
- USE_INCLUDED_LIBINTL=''
- USE_INTERNAL_REGEX_FALSE=''
- USE_INTERNAL_REGEX_TRUE=''
- USE_NLS=''
- USE_RNDEGD_FALSE=''
- USE_RNDEGD_TRUE=''
- USE_RNDLINUX_FALSE=''
- USE_RNDLINUX_TRUE=''
- USE_RNDUNIX_FALSE=''
- USE_RNDUNIX_TRUE=''
- USE_RNDW32_FALSE=''
- USE_RNDW32_TRUE=''
- USE_SHA512_FALSE=''
- USE_SHA512_TRUE=''
- USE_SIMPLE_GETTEXT_FALSE=''
- USE_SIMPLE_GETTEXT_TRUE=''
- VERSION='1.4.11'
- W32LIBS=''
- WOE32DLL=''
- XGETTEXT=''
- XGETTEXT_015=''
- ZLIBS=''
- _libcurl_config=''
- _usb_config=''
- ac_ct_CC='gcc'
- am__fastdepCCAS_FALSE=''
- am__fastdepCCAS_TRUE=''
- am__fastdepCC_FALSE=''
- am__fastdepCC_TRUE=''
- am__include='include'
- am__isrc=''
- am__leading_dot='.'
- am__quote=''
- am__tar='${AMTAR} chof - "$$tardir"'
- am__untar='${AMTAR} xf -'
- bindir='${exec_prefix}/bin'
- build='x86_64-apple-darwin10.8.0'
- build_alias=''
- build_cpu='x86_64'
- build_os='darwin10.8.0'
- build_vendor='apple'
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
- dvidir='${docdir}'
- exec_prefix='NONE'
- host='x86_64-apple-darwin10.8.0'
- host_alias=''
- host_cpu='x86_64'
- host_os='darwin10.8.0'
- host_vendor='apple'
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- install_sh='$(SHELL) /Users/user/gnupg-1.4.11/scripts/install-sh'
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='${prefix}/var'
- mandir='${datarootdir}/man'
- mkdir_p='$(top_builddir)/scripts/install-sh -c -d'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- prefix='NONE'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='${prefix}/etc'
- target_alias=''
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME "gnupg"
- #define PACKAGE_TARNAME "gnupg"
- #define PACKAGE_VERSION "1.4.11"
- #define PACKAGE_STRING "gnupg 1.4.11"
- #define PACKAGE_BUGREPORT "[email protected]"
- #define PACKAGE_URL ""
- #define PACKAGE "gnupg"
- #define VERSION "1.4.11"
- configure: exit 77
Advertisement
Add Comment
Please, Sign In to add comment