diff options
Diffstat (limited to 'config.log')
-rw-r--r-- | config.log | 323 |
1 files changed, 0 insertions, 323 deletions
diff --git a/config.log b/config.log deleted file mode 100644 index 04bee28a941aa..0000000000000 --- a/config.log +++ /dev/null @@ -1,323 +0,0 @@ -This file contains any messages produced by compilers while -running configure, to aid debugging if configure makes a mistake. - -It was created by cortex-strings configure 1.1-2012.06~dev, which was -generated by GNU Autoconf 2.69. Invocation command line was - - $ ./configure --target=aarch64-none-elf - -## --------- ## -## Platform. ## -## --------- ## - -hostname = zapp -uname -m = amd64 -uname -r = 11.0-CURRENT -uname -s = FreeBSD -uname -v = FreeBSD 11.0-CURRENT #10 181fb67(zfs-test): Thu May 26 14:22:06 BST 2016 andrew@zapp:/usr/obj/usr/src/sys/GENERIC - -/usr/bin/uname -p = amd64 -/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: /sbin -PATH: /bin -PATH: /usr/sbin -PATH: /usr/bin -PATH: /usr/games -PATH: /usr/local/sbin -PATH: /usr/local/bin -PATH: /home/andrew/bin - - -## ----------- ## -## Core tests. ## -## ----------- ## - -configure:2193: checking for a BSD-compatible install -configure:2261: result: /usr/bin/install -c -configure:2272: checking whether build environment is sane -configure:2327: result: yes -configure:2478: checking for a thread-safe mkdir -p -configure:2517: result: ./install-sh -c -d -configure:2524: checking for gawk -configure:2554: result: no -configure:2524: checking for mawk -configure:2554: result: no -configure:2524: checking for nawk -configure:2540: found /usr/bin/nawk -configure:2551: result: nawk -configure:2562: checking whether make sets $(MAKE) -configure:2584: result: yes -configure:2613: checking whether make supports nested variables -configure:2630: result: yes -configure:2764: checking build system type -configure:2778: result: amd64-unknown-freebsd11.0 -configure:2798: checking host system type -configure:2811: result: amd64-unknown-freebsd11.0 -configure:2843: checking for style of include used by make -configure:2871: result: GNU -configure:2942: checking for gcc -configure:2969: result: aarch64-none-elf-gcc -configure:3198: checking for C compiler version -configure:3207: aarch64-none-elf-gcc --version >&5 -aarch64-none-elf-gcc (FreeBSD Ports Collection for aarch64noneelf) 5.3.0 -Copyright (C) 2015 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -configure:3218: $? = 0 -configure:3207: aarch64-none-elf-gcc -v >&5 -Using built-in specs. -COLLECT_GCC=aarch64-none-elf-gcc -COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/aarch64-none-elf/5.3.0/lto-wrapper -Target: aarch64-none-elf -Configured with: /wrkdirs/usr/ports/devel/aarch64-none-elf-gcc/work/gcc-5.3.0/configure --target=aarch64-none-elf --disable-nls --enable-languages=c,c++ --without-headers --with-gmp=/usr/local --with-pkgversion='FreeBSD Ports Collection for aarch64noneelf' --with-system-zlib --with-as=/usr/local/bin/aarch64-none-elf-as --with-ld=/usr/local/bin/aarch64-none-elf-ld --prefix=/usr/local --localstatedir=/var --mandir=/usr/local/man --infodir=/usr/local/info/ --build=x86_64-portbld-freebsd11.0 -Thread model: single -gcc version 5.3.0 (FreeBSD Ports Collection for aarch64noneelf) -configure:3218: $? = 0 -configure:3207: aarch64-none-elf-gcc -V >&5 -aarch64-none-elf-gcc: error: unrecognized command line option '-V' -aarch64-none-elf-gcc: fatal error: no input files -compilation terminated. -configure:3218: $? = 1 -configure:3207: aarch64-none-elf-gcc -qversion >&5 -aarch64-none-elf-gcc: error: unrecognized command line option '-qversion' -aarch64-none-elf-gcc: fatal error: no input files -compilation terminated. -configure:3218: $? = 1 -configure:3238: checking whether the C compiler works -configure:3260: aarch64-none-elf-gcc conftest.c >&5 -/usr/local/bin/aarch64-none-elf-ld: cannot find crt0.o: No such file or directory -/usr/local/bin/aarch64-none-elf-ld: skipping incompatible /lib/libc.so.7 when searching for /lib/libc.so.7 -/usr/local/bin/aarch64-none-elf-ld: cannot find /lib/libc.so.7 -/usr/local/bin/aarch64-none-elf-ld: skipping incompatible /usr/lib/libc_nonshared.a when searching for /usr/lib/libc_nonshared.a -/usr/local/bin/aarch64-none-elf-ld: cannot find /usr/lib/libc_nonshared.a -/usr/local/bin/aarch64-none-elf-ld: skipping incompatible /usr/lib/libssp_nonshared.a when searching for /usr/lib/libssp_nonshared.a -/usr/local/bin/aarch64-none-elf-ld: cannot find /usr/lib/libssp_nonshared.a -collect2: error: ld returned 1 exit status -configure:3264: $? = 1 -configure:3302: result: no -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "cortex-strings" -| #define PACKAGE_TARNAME "cortex-strings" -| #define PACKAGE_VERSION "1.1-2012.06~dev" -| #define PACKAGE_STRING "cortex-strings 1.1-2012.06~dev" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| #define PACKAGE "cortex-strings" -| #define VERSION "1.1-2012.06~dev" -| /* end confdefs.h. */ -| -| int -| main () -| { -| -| ; -| return 0; -| } -configure:3307: error: in `/home/andrew/freebsd/repo/cortex-strings': -configure:3310: error: C compiler cannot create executables -See `config.log' for more details - -## ---------------- ## -## Cache variables. ## -## ---------------- ## - -ac_cv_build=amd64-unknown-freebsd11.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_set=set -ac_cv_env_CC_value=aarch64-none-elf-gcc -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_LT_SYS_LIBRARY_PATH_set='' -ac_cv_env_LT_SYS_LIBRARY_PATH_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=set -ac_cv_env_target_alias_value=aarch64-none-elf -ac_cv_host=amd64-unknown-freebsd11.0 -ac_cv_path_install='/usr/bin/install -c' -ac_cv_prog_AWK=nawk -ac_cv_prog_ac_ct_CC=aarch64-none-elf-gcc -ac_cv_prog_make_make_set=yes -am_cv_make_support_nested_variables=yes - -## ----------------- ## -## Output variables. ## -## ----------------- ## - -ACLOCAL='${SHELL} /home/andrew/freebsd/repo/cortex-strings/missing aclocal-1.15' -AMDEPBACKSLASH='\' -AMDEP_FALSE='#' -AMDEP_TRUE='' -AMTAR='$${TAR-tar}' -AM_BACKSLASH='\' -AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' -AM_DEFAULT_VERBOSITY='1' -AM_V='$(V)' -AR='' -AUTOCONF='${SHELL} /home/andrew/freebsd/repo/cortex-strings/missing autoconf' -AUTOHEADER='${SHELL} /home/andrew/freebsd/repo/cortex-strings/missing autoheader' -AUTOMAKE='${SHELL} /home/andrew/freebsd/repo/cortex-strings/missing automake-1.15' -AWK='nawk' -CC='aarch64-none-elf-gcc' -CCAS='' -CCASDEPMODE='' -CCASFLAGS='' -CCDEPMODE='' -CFLAGS='' -CPP='' -CPPFLAGS='' -CYGPATH_W='echo' -DEFS='' -DEPDIR='.deps' -DLLTOOL='' -DSYMUTIL='' -DUMPBIN='' -ECHO_C='' -ECHO_N='-n' -ECHO_T='' -EGREP='' -EXEEXT='' -FGREP='' -GREP='' -HOST_AARCH32_FALSE='' -HOST_AARCH32_TRUE='' -HOST_AARCH64_FALSE='' -HOST_AARCH64_TRUE='' -HOST_GENERIC_FALSE='' -HOST_GENERIC_TRUE='' -INSTALL_DATA='${INSTALL} -m 644' -INSTALL_PROGRAM='${INSTALL}' -INSTALL_SCRIPT='${INSTALL}' -INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' -LD='' -LDFLAGS='' -LIBOBJS='' -LIBS='' -LIBTOOL='' -LIPO='' -LN_S='' -LTLIBOBJS='' -LT_SYS_LIBRARY_PATH='' -MAKEINFO='${SHELL} /home/andrew/freebsd/repo/cortex-strings/missing makeinfo' -MANIFEST_TOOL='' -MKDIR_P='./install-sh -c -d' -NM='' -NMEDIT='' -OBJDUMP='' -OBJEXT='' -OTOOL64='' -OTOOL='' -PACKAGE='cortex-strings' -PACKAGE_BUGREPORT='' -PACKAGE_NAME='cortex-strings' -PACKAGE_STRING='cortex-strings 1.1-2012.06~dev' -PACKAGE_TARNAME='cortex-strings' -PACKAGE_URL='' -PACKAGE_VERSION='1.1-2012.06~dev' -PATH_SEPARATOR=':' -RANLIB='' -SED='' -SET_MAKE='' -SHELL='/bin/sh' -STRIP='' -VERSION='1.1-2012.06~dev' -WITH_NEON_FALSE='' -WITH_NEON_TRUE='' -WITH_SUBMACHINE_FALSE='' -WITH_SUBMACHINE_TRUE='' -WITH_VFP_FALSE='' -WITH_VFP_TRUE='' -ac_ct_AR='' -ac_ct_CC='aarch64-none-elf-gcc' -ac_ct_DUMPBIN='' -am__EXEEXT_FALSE='' -am__EXEEXT_TRUE='' -am__fastdepCCAS_FALSE='' -am__fastdepCCAS_TRUE='' -am__fastdepCC_FALSE='' -am__fastdepCC_TRUE='' -am__include='include' -am__isrc='' -am__leading_dot='.' -am__nodep='_no' -am__quote='' -am__tar='$${TAR-tar} chof - "$$tardir"' -am__untar='$${TAR-tar} xf -' -bindir='${exec_prefix}/bin' -build='amd64-unknown-freebsd11.0' -build_alias='' -build_cpu='amd64' -build_os='freebsd11.0' -build_vendor='unknown' -datadir='${datarootdir}' -datarootdir='${prefix}/share' -docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' -dvidir='${docdir}' -exec_prefix='NONE' -host='amd64-unknown-freebsd11.0' -host_alias='' -host_cpu='amd64' -host_os='freebsd11.0' -host_vendor='unknown' -htmldir='${docdir}' -includedir='${prefix}/include' -infodir='${datarootdir}/info' -install_sh='${SHELL} /home/andrew/freebsd/repo/cortex-strings/install-sh' -libdir='${exec_prefix}/lib' -libexecdir='${exec_prefix}/libexec' -localedir='${datarootdir}/locale' -localstatedir='${prefix}/var' -mandir='${datarootdir}/man' -mkdir_p='$(MKDIR_P)' -oldincludedir='/usr/include' -pdfdir='${docdir}' -prefix='NONE' -program_transform_name='s,x,x,' -psdir='${docdir}' -sbindir='${exec_prefix}/sbin' -sharedstatedir='${prefix}/com' -submachine='' -sysconfdir='${prefix}/etc' -target_alias='aarch64-none-elf' -with_neon='' -with_vfp='' - -## ----------- ## -## confdefs.h. ## -## ----------- ## - -/* confdefs.h */ -#define PACKAGE_NAME "cortex-strings" -#define PACKAGE_TARNAME "cortex-strings" -#define PACKAGE_VERSION "1.1-2012.06~dev" -#define PACKAGE_STRING "cortex-strings 1.1-2012.06~dev" -#define PACKAGE_BUGREPORT "" -#define PACKAGE_URL "" -#define PACKAGE "cortex-strings" -#define VERSION "1.1-2012.06~dev" - -configure: exit 77 |