Created
May 29, 2013 01:04
-
-
Save mortdeus/5667289 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This file contains any messages produced by compilers while | |
| running configure, to aid debugging if configure makes a mistake. | |
| It was created by cgdb configure 20130528, which was | |
| generated by GNU Autoconf 2.69. Invocation command line was | |
| $ ./configure --prefix=/usr | |
| ## --------- ## | |
| ## Platform. ## | |
| ## --------- ## | |
| hostname = archlinux | |
| uname -m = x86_64 | |
| uname -r = 3.9.4-1-ARCH | |
| uname -s = Linux | |
| uname -v = #1 SMP PREEMPT Sat May 25 16:14:55 CEST 2013 | |
| /usr/bin/uname -p = unknown | |
| /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: /home/mortdeus/bin | |
| PATH: /home/mortdeus/android/sdk/platform-tools | |
| PATH: /home/mortdeus/android/sdk/tools | |
| PATH: /home/mortdeus/goroot/bin | |
| PATH: /home/mortdeus/go/bin | |
| PATH: /home/mortdeus/.gem/ruby/2.0.0/bin | |
| PATH: /usr/local/bin | |
| PATH: /usr/bin | |
| PATH: /bin | |
| PATH: /usr/local/sbin | |
| PATH: /usr/sbin | |
| PATH: /sbin | |
| PATH: /usr/bin/core_perl | |
| PATH: /usr/local/bin | |
| PATH: /usr/bin | |
| PATH: /bin | |
| PATH: /usr/local/sbin | |
| PATH: /usr/sbin | |
| PATH: /sbin | |
| PATH: /usr/bin/core_perl | |
| ## ----------- ## | |
| ## Core tests. ## | |
| ## ----------- ## | |
| configure:2277: checking for a BSD-compatible install | |
| configure:2345: result: /usr/bin/install -c | |
| configure:2356: checking whether build environment is sane | |
| configure:2411: result: yes | |
| configure:2562: checking for a thread-safe mkdir -p | |
| configure:2601: result: /usr/bin/mkdir -p | |
| configure:2608: checking for gawk | |
| configure:2624: found /usr/bin/gawk | |
| configure:2635: result: gawk | |
| configure:2646: checking whether make sets $(MAKE) | |
| configure:2668: result: yes | |
| configure:2697: checking whether make supports nested variables | |
| configure:2714: result: yes | |
| configure:2847: checking for gcc | |
| configure:2863: found /usr/bin/gcc | |
| configure:2874: result: gcc | |
| configure:3103: checking for C compiler version | |
| configure:3112: gcc --version >&5 | |
| gcc (GCC) 4.8.0 20130502 (prerelease) | |
| 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:3123: $? = 0 | |
| configure:3112: gcc -v >&5 | |
| Using built-in specs. | |
| COLLECT_GCC=gcc | |
| COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/lto-wrapper | |
| Target: x86_64-unknown-linux-gnu | |
| Configured with: /build/src/gcc-4.8-20130502/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --enable-gnu-unique-object --enable-linker-build-id --enable-cloog-backend=isl --disable-cloog-version-check --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --with-linker-hash-style=gnu --disable-install-libiberty --disable-multilib --disable-libssp --disable-werror --enable-checking=release | |
| Thread model: posix | |
| gcc version 4.8.0 20130502 (prerelease) (GCC) | |
| configure:3123: $? = 0 | |
| configure:3112: gcc -V >&5 | |
| gcc: error: unrecognized command line option '-V' | |
| gcc: fatal error: no input files | |
| compilation terminated. | |
| configure:3123: $? = 1 | |
| configure:3112: gcc -qversion >&5 | |
| gcc: error: unrecognized command line option '-qversion' | |
| gcc: fatal error: no input files | |
| compilation terminated. | |
| configure:3123: $? = 1 | |
| configure:3143: checking whether the C compiler works | |
| configure:3165: gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5 | |
| /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/../../../../lib/crt1.o: In function `_start': | |
| (.text+0x20): undefined reference to `main' | |
| collect2: error: ld returned 1 exit status | |
| configure:3169: $? = 1 | |
| configure:3207: result: no | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "cgdb" | |
| | #define PACKAGE_TARNAME "cgdb" | |
| | #define PACKAGE_VERSION "20130528" | |
| | #define PACKAGE_STRING "cgdb 20130528" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define PACKAGE "cgdb" | |
| | #define VERSION "20130528" | |
| configure:3212: error: in `/home/mortdeus/Code/cgdb-git/src/cgdb-build': | |
| configure:3214: error: C compiler cannot create executables | |
| See `config.log' for more details | |
| ## ---------------- ## | |
| ## Cache variables. ## | |
| ## ---------------- ## | |
| ac_cv_env_CC_set= | |
| ac_cv_env_CC_value= | |
| ac_cv_env_CFLAGS_set=set | |
| ac_cv_env_CFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4' | |
| ac_cv_env_CPPFLAGS_set=set | |
| ac_cv_env_CPPFLAGS_value=-D_FORTIFY_SOURCE=2 | |
| ac_cv_env_CPP_set= | |
| ac_cv_env_CPP_value= | |
| ac_cv_env_LDFLAGS_set=set | |
| ac_cv_env_LDFLAGS_value=-Wl,-O1,--sort-common,--as-needed,-z,relro | |
| ac_cv_env_LIBS_set= | |
| ac_cv_env_LIBS_value= | |
| ac_cv_env_YACC_set= | |
| ac_cv_env_YACC_value= | |
| ac_cv_env_YFLAGS_set= | |
| ac_cv_env_YFLAGS_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_path_install='/usr/bin/install -c' | |
| ac_cv_path_mkdir=/usr/bin/mkdir | |
| ac_cv_prog_AWK=gawk | |
| ac_cv_prog_ac_ct_CC=gcc | |
| ac_cv_prog_make_make_set=yes | |
| am_cv_make_support_nested_variables=yes | |
| ## ----------------- ## | |
| ## Output variables. ## | |
| ## ----------------- ## | |
| ACLOCAL='${SHELL} /home/mortdeus/Code/cgdb-git/src/cgdb-build/config/missing aclocal-1.13' | |
| AMDEPBACKSLASH='' | |
| AMDEP_FALSE='' | |
| AMDEP_TRUE='' | |
| AMTAR='$${TAR-tar}' | |
| AM_BACKSLASH='\' | |
| AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
| AM_DEFAULT_VERBOSITY='1' | |
| AM_V='$(V)' | |
| AUTOCONF='${SHELL} /home/mortdeus/Code/cgdb-git/src/cgdb-build/config/missing autoconf' | |
| AUTOHEADER='${SHELL} /home/mortdeus/Code/cgdb-git/src/cgdb-build/config/missing autoheader' | |
| AUTOMAKE='${SHELL} /home/mortdeus/Code/cgdb-git/src/cgdb-build/config/missing automake-1.13' | |
| AWK='gawk' | |
| CC='gcc' | |
| CCDEPMODE='' | |
| CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4' | |
| CPP='' | |
| CPPFLAGS='-D_FORTIFY_SOURCE=2' | |
| CYGPATH_W='echo' | |
| DEFS='' | |
| DEPDIR='' | |
| ECHO_C='' | |
| ECHO_N='-n' | |
| ECHO_T='' | |
| EGREP='' | |
| EXEEXT='' | |
| GREP='' | |
| HAS_HELP2MAN='' | |
| HAS_MAKEINFO='' | |
| INSTALL_DATA='${INSTALL} -m 644' | |
| INSTALL_PROGRAM='${INSTALL}' | |
| INSTALL_SCRIPT='${INSTALL}' | |
| INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
| LDFLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro' | |
| LEX='' | |
| LEXLIB='' | |
| LEX_OUTPUT_ROOT='' | |
| LIBOBJS='' | |
| LIBS='' | |
| LTLIBOBJS='' | |
| MAKEINFO='${SHELL} /home/mortdeus/Code/cgdb-git/src/cgdb-build/config/missing makeinfo' | |
| MKDIR_P='/usr/bin/mkdir -p' | |
| OBJEXT='' | |
| PACKAGE='cgdb' | |
| PACKAGE_BUGREPORT='' | |
| PACKAGE_NAME='cgdb' | |
| PACKAGE_STRING='cgdb 20130528' | |
| PACKAGE_TARNAME='cgdb' | |
| PACKAGE_URL='' | |
| PACKAGE_VERSION='20130528' | |
| PATH_SEPARATOR=':' | |
| RANLIB='' | |
| RL_MAJOR='' | |
| RL_MINOR='' | |
| RL_VERSION='' | |
| SET_MAKE='' | |
| SHELL='/bin/sh' | |
| STRIP='' | |
| VERSION='20130528' | |
| YACC='' | |
| YFLAGS='' | |
| ac_ct_CC='gcc' | |
| am__EXEEXT_FALSE='' | |
| am__EXEEXT_TRUE='' | |
| am__fastdepCC_FALSE='' | |
| am__fastdepCC_TRUE='' | |
| am__include='' | |
| am__isrc='' | |
| am__leading_dot='.' | |
| am__nodep='' | |
| am__quote='' | |
| am__tar='$${TAR-tar} chof - "$$tardir"' | |
| am__untar='$${TAR-tar} xf -' | |
| bindir='${exec_prefix}/bin' | |
| build='' | |
| build_alias='' | |
| build_cpu='' | |
| build_os='' | |
| build_vendor='' | |
| datadir='${datarootdir}' | |
| datarootdir='${prefix}/share' | |
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
| dvidir='${docdir}' | |
| exec_prefix='NONE' | |
| host='' | |
| host_alias='' | |
| host_cpu='' | |
| host_os='' | |
| host_vendor='' | |
| htmldir='${docdir}' | |
| includedir='${prefix}/include' | |
| infodir='${datarootdir}/info' | |
| install_sh='${SHELL} /home/mortdeus/Code/cgdb-git/src/cgdb-build/config/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='/usr' | |
| 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 "cgdb" | |
| #define PACKAGE_TARNAME "cgdb" | |
| #define PACKAGE_VERSION "20130528" | |
| #define PACKAGE_STRING "cgdb 20130528" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "cgdb" | |
| #define VERSION "20130528" | |
| configure: exit 77 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment