Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created September 16, 2011 22:21
Show Gist options
  • Save btbytes/1223300 to your computer and use it in GitHub Desktop.
Save btbytes/1223300 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 configure, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --enable-maintainer-mode
## --------- ##
## Platform. ##
## --------- ##
hostname = serenity.enth.local
uname -m = i686
uname -r = 2.6.38-11-generic-pae
uname -s = Linux
uname -v = #48-Ubuntu SMP Fri Jul 29 20:51:21 UTC 2011
/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/pradeep/node_modules/less/bin/
PATH: /home/pradeep/v/veracity/src/cmd
PATH: /home/pradeep/v/veracity/src/script/
PATH: /var/lib/gems/1.8/bin/
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/local/mysql/bin
PATH: /usr/local/share/npm/bin
PATH: /opt/arm/arm-ada/bin
PATH: /home/pradeep/pypy/bin
PATH: /home/pradeep/go/bin
PATH: /home/pradeep/mysql/bin
PATH: /home/pradeep/sourcery/bin
PATH: /home/pradeep/CodeSourcery/Sourcery_G++_Lite/bin
PATH: /home/pradeep/.cabal/bin
PATH: /home/pradeep/ringojs/bin
PATH: /home/pradeep/flex/bin
PATH: /home/pradeep/.gem/ruby/1.8/bin
PATH: /home/pradeep/sourcery/bin
PATH: /home/pradeep/CodeSourcery/Sourcery_G++_Lite/bin
PATH: /home/pradeep/.cabal/bin
PATH: /home/pradeep/ringojs/bin
PATH: /home/pradeep/flex/bin
PATH: /home/pradeep/.gem/ruby/1.8/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games/
PATH: /home/pradeep/src/git-achievements
PATH: /home/pradeep/scala/bin
PATH: /home/pradeep/play/bin
PATH: /home/pradeep/scripts
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2189: checking build system type
configure:2203: result: i686-pc-linux-gnu
configure:2223: checking host system type
configure:2236: result: i686-pc-linux-gnu
configure:2256: checking target system type
configure:2269: result: i686-pc-linux-gnu
configure:2312: checking for a BSD-compatible install
configure:2380: result: /usr/bin/install -c
configure:2391: checking whether build environment is sane
configure:2428: result: yes
configure:2555: checking for a thread-safe mkdir -p
configure:2594: result: /bin/mkdir -p
configure:2607: checking for gawk
configure:2623: found /usr/bin/gawk
configure:2634: result: gawk
configure:2645: checking whether make sets $(MAKE)
configure:2667: result: yes
configure:2747: checking whether to enable maintainer-specific portions of Makefiles
configure:2756: result: yes
configure:2818: checking for gcc
configure:2834: found /usr/bin/gcc
configure:2845: result: gcc
configure:3074: checking for C compiler version
configure:3083: gcc --version >&5
gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
Copyright (C) 2010 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:3094: $? = 0
configure:3083: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=i386-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/i386-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/i386-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
configure:3094: $? = 0
configure:3083: gcc -V >&5
gcc: '-V' option must have argument
configure:3094: $? = 1
configure:3083: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3094: $? = 1
configure:3114: checking whether the C compiler works
configure:3136: gcc conftest.c >&5
configure:3140: $? = 0
configure:3188: result: yes
configure:3191: checking for C compiler default output file name
configure:3193: result: a.out
configure:3199: checking for suffix of executables
configure:3206: gcc -o conftest conftest.c >&5
configure:3210: $? = 0
configure:3232: result:
configure:3254: checking whether we are cross compiling
configure:3262: gcc -o conftest conftest.c >&5
configure:3266: $? = 0
configure:3273: ./conftest
configure:3277: $? = 0
configure:3292: result: no
configure:3297: checking for suffix of object files
configure:3319: gcc -c conftest.c >&5
configure:3323: $? = 0
configure:3344: result: o
configure:3348: checking whether we are using the GNU C compiler
configure:3367: gcc -c conftest.c >&5
configure:3367: $? = 0
configure:3376: result: yes
configure:3385: checking whether gcc accepts -g
configure:3405: gcc -c -g conftest.c >&5
configure:3405: $? = 0
configure:3446: result: yes
configure:3463: checking for gcc option to accept ISO C89
configure:3527: gcc -c -g -O2 conftest.c >&5
configure:3527: $? = 0
configure:3540: result: none needed
configure:3571: checking for style of include used by make
configure:3599: result: GNU
configure:3624: checking dependency style of gcc
configure:3734: result: none
configure:3754: checking for pkg-config
configure:3772: found /usr/bin/pkg-config
configure:3785: result: /usr/bin/pkg-config
configure:3799: checking for dmcs
configure:3830: result: no
configure:3840: error: No C# compiler (dmcs) found
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
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_GNUTLS_CFLAGS_set=
ac_cv_env_GNUTLS_CFLAGS_value=
ac_cv_env_GNUTLS_LIBS_set=
ac_cv_env_GNUTLS_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_DMCS=no
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-linux-gnu
am_cv_CC_dependencies_compiler_type=none
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/pradeep/src/manos/missing --run aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/pradeep/src/manos/missing --run tar'
AUTOCONF='${SHELL} /home/pradeep/src/manos/missing --run autoconf'
AUTOHEADER='${SHELL} /home/pradeep/src/manos/missing --run autoheader'
AUTOMAKE='${SHELL} /home/pradeep/src/manos/missing --run automake-1.10'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2'
CPP=''
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DMCS='no'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GNUTLS_CFLAGS=''
GNUTLS_LIBS=''
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
IO_COMPILE_FLAGS=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /home/pradeep/src/manos/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT='o'
PACKAGE='manos'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='0.1.3'
XBUILD=''
ac_ct_CC='gcc'
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='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /home/pradeep/src/manos/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
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='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "manos"
#define VERSION "0.1.3"
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment