Skip to content

Instantly share code, notes, and snippets.

@MisesEnForce
Created October 28, 2015 20:10
Show Gist options
  • Save MisesEnForce/75ff6f6310fcc20402a1 to your computer and use it in GitHub Desktop.
Save MisesEnForce/75ff6f6310fcc20402a1 to your computer and use it in GitHub Desktop.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by cctools configure 877.5, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure -v --host=arm-apple-darwin11 --prefix=/usr/local/lvm-cross/cctools-arm64-port
## --------- ##
## Platform. ##
## --------- ##
hostname = Ludwigs-MacBook-Air.local
uname -m = x86_64
uname -r = 14.5.0
uname -s = Darwin
uname -v = Darwin Kernel Version 14.5.0: Tue Sep 1 21:23:09 PDT 2015; root:xnu-2782.50.1~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 14.5.0: Tue Sep 1 21:23:09 PDT 2015; root:xnu-2782.50.1~1/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3
Primary memory available: 4.00 gigabytes
Default processor set: 202 tasks, 838 threads, 4 processors
Load average: 1.44, Mach factor: 2.55
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /opt/intel/composer_xe_2015.3.187/bin/ia32
PATH: /usr/local/GNU/libtool-2.4.6/bin/
PATH: /usr/local/GNU/autoconf-2.68/bin/
PATH: /usr/local/GNU/automake-1.11.1/bin/
PATH: /usr/local/GNU/gdb-7.10/bin/
PATH: /usr/local/GNU/gcc-5.2.0/bin/
PATH: /usr/local/GNU/make-4.1/bin/
PATH: /Users/ludwigvonmises/.opam/4.02.2/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /opt/X11/bin
PATH: /usr/local/git/bin
PATH: /Library/TeX/texbin
PATH: /opt/intel/composer_xe_2015.3.187/debugger/gdb/intel64/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2429: checking build system type
configure:2443: result: x86_64-apple-darwin14.5.0
configure:2463: checking host system type
configure:2476: result: arm-apple-darwin11
configure:2496: checking target system type
configure:2509: result: arm-apple-darwin11
configure:2757: checking for a BSD-compatible install
configure:2825: result: /usr/bin/install -c
configure:2836: checking whether build environment is sane
configure:2886: result: yes
configure:2925: checking for arm-apple-darwin11-strip
configure:2955: result: no
configure:2965: checking for strip
configure:2981: found /usr/bin/strip
configure:2992: result: strip
configure:3017: checking for a thread-safe mkdir -p
configure:3056: result: ./install-sh -c -d
configure:3069: checking for gawk
configure:3099: result: no
configure:3069: checking for mawk
configure:3099: result: no
configure:3069: checking for nawk
configure:3099: result: no
configure:3069: checking for awk
configure:3085: found /usr/bin/awk
configure:3096: result: awk
configure:3107: checking whether make sets $(MAKE)
configure:3129: result: yes
configure:3195: checking how to create a ustar tar archive
configure:3208: tar --version
bsdtar 2.8.3 - libarchive 2.8.3
configure:3211: $? = 0
configure:3251: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3254: $? = 0
configure:3258: tar -xf - <conftest.tar
configure:3261: $? = 0
configure:3274: result: gnutar
configure:3284: checking whether to enable maintainer-specific portions of Makefiles
configure:3293: result: no
configure:3358: checking how to print strings
configure:3385: result: printf
configure:3414: checking for arm-apple-darwin11-gcc
configure:3441: result: clang -arch arm64
configure:3710: checking for C compiler version
configure:3719: clang -arch arm64 --version >&5
Apple LLVM version 7.0.0 (clang-700.0.72)
Target: aarch64-apple-darwin14.5.0
Thread model: posix
configure:3730: $? = 0
configure:3719: clang -arch arm64 -v >&5
Apple LLVM version 7.0.0 (clang-700.0.72)
Target: aarch64-apple-darwin14.5.0
Thread model: posix
configure:3730: $? = 0
configure:3719: clang -arch arm64 -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3730: $? = 1
configure:3719: clang -arch arm64 -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:3730: $? = 1
configure:3750: checking whether the C compiler works
configure:3772: clang -arch arm64 -O3 -D__arm__ conftest.c >&5
ld: warning: ignoring file /usr/lib/libSystem.dylib, missing required architecture arm64 in file /usr/lib/libSystem.dylib (2 slices)
ld: dynamic main executables must link with libSystem.dylib for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3776: $? = 1
configure:3814: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cctools"
| #define PACKAGE_TARNAME "cctools"
| #define PACKAGE_VERSION "877.5"
| #define PACKAGE_STRING "cctools 877.5"
| #define PACKAGE_BUGREPORT "t.poechtrager@gmail.com"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3819: error: in `/Users/ludwigvonmises/Documents/CODING/src/cctools-port-master/cctools':
configure:3821: error: C compiler cannot create executables
See `config.log' for more details
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin14.5.0
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value='clang -arch arm64'
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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value='clang++ -arch arm64'
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_OBJCFLAGS_set=
ac_cv_env_OBJCFLAGS_value=
ac_cv_env_OBJC_set=
ac_cv_env_OBJC_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-apple-darwin11
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=arm-apple-darwin11
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CC='clang -arch arm64'
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_make_make_set=yes
ac_cv_target=arm-apple-darwin11
am_cv_prog_tar_ustar=gnutar
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /Users/ludwigvonmises/Documents/CODING/src/cctools-port-master/cctools/missing --run aclocal-1.11'
AMTAR='${SHELL} /Users/ludwigvonmises/Documents/CODING/src/cctools-port-master/cctools/missing --run tar'
AR=''
ASLIBEXECDIR=''
AUTOCONF='${SHELL} /Users/ludwigvonmises/Documents/CODING/src/cctools-port-master/cctools/missing --run autoconf'
AUTOHEADER='${SHELL} /Users/ludwigvonmises/Documents/CODING/src/cctools-port-master/cctools/missing --run autoheader'
AUTOMAKE='${SHELL} /Users/ludwigvonmises/Documents/CODING/src/cctools-port-master/cctools/missing --run automake-1.11'
AWK='awk'
CC='clang -arch arm64'
CCAS=''
CCASFLAGS=''
CFLAGS='-O3 -D__arm__'
CPP='clang -arch arm64 -E'
CPPFLAGS=''
CXX='clang++ -arch arm64'
CXXABI_LIB=''
CXXCPP=''
CXXFLAGS='-O3 -std=c++0x -stdlib=libc++ -D__arm__ -fblocks'
CYGPATH_W='echo'
DEFS=''
DLLTOOL=''
DL_LIB=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP=''
ENDIAN_FLAG=''
EXECINFO_LIB=''
EXEEXT=''
FGREP=''
GREP=''
HOST_AR=''
HOST_RANLIB=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
ISDARWIN_FALSE='#'
ISDARWIN_TRUE=''
LD=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIPO=''
LLVM_CONFIG=''
LLVM_INCLUDE_DIR=''
LLVM_LIB_DIR=''
LN_S=''
LTLIBOBJS=''
LTO_DEF=''
LTO_LIB=''
LTO_RPATH=''
LT_SYS_LIBRARY_PATH=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /Users/ludwigvonmises/Documents/CODING/src/cctools-port-master/cctools/missing --run makeinfo'
MANIFEST_TOOL=''
MKDIR_P='./install-sh -c -d'
NM=''
NMEDIT=''
OBJC='clang -arch arm64'
OBJCFLAGS='-O3 -D__arm__'
OBJCWARNINGS='-Wall -Wno-objc-root-class -Wno-deprecated-objc-isa-usage'
OBJDUMP=''
OBJEXT=''
OTOOL64=''
OTOOL=''
PACKAGE='cctools'
PACKAGE_BUGREPORT='t.poechtrager@gmail.com'
PACKAGE_NAME='cctools'
PACKAGE_STRING='cctools 877.5'
PACKAGE_TARNAME='cctools'
PACKAGE_URL=''
PACKAGE_VERSION='877.5'
PATH_SEPARATOR=':'
PROGRAM_PREFIX=''
PTHREAD_FLAGS=''
RANLIB=''
SED=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
UUID_LIB=''
VERSION='877.5'
WARNINGS=' -Wall -Wno-long-long -Wno-import -Wno-format -Wno-deprecated -Wno-unused-variable -Wno-unused-private-field -Wno-unused-function -Wno-invalid-offsetof -Wno-int-conversion -Wno-char-subscripts'
XAR_LIB=''
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
ac_ct_OBJC=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__isrc=''
am__leading_dot='.'
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin14.5.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin14.5.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='arm-apple-darwin11'
host_alias='arm-apple-darwin11'
host_cpu='arm'
host_os='darwin11'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/ludwigvonmises/Documents/CODING/src/cctools-port-master/cctools/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/lvm-cross/cctools-arm64-port'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='arm-apple-darwin11'
target_alias=''
target_cpu='arm'
target_os='darwin11'
target_vendor='apple'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "cctools"
#define PACKAGE_TARNAME "cctools"
#define PACKAGE_VERSION "877.5"
#define PACKAGE_STRING "cctools 877.5"
#define PACKAGE_BUGREPORT "t.poechtrager@gmail.com"
#define PACKAGE_URL ""
configure: exit 77
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment