Created
October 8, 2014 08:55
-
-
Save nna774/9980edab3f340b61c570 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 Klang configure 0.0.1, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = nona-MBA | |
uname -m = x86_64 | |
uname -r = 3.16.3-1-ARCH | |
uname -s = Linux | |
uname -v = #1 SMP PREEMPT Wed Sep 17 21:54:13 CEST 2014 | |
/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/nona/perl5/bin | |
PATH: /home/nona//build/emscripten | |
PATH: /usr/local/sbin | |
PATH: /usr/local/bin | |
PATH: /usr/bin | |
PATH: /opt/android-sdk/platform-tools | |
PATH: /opt/android-sdk/tools | |
PATH: /usr/bin/site_perl | |
PATH: /usr/bin/vendor_perl | |
PATH: /usr/bin/core_perl | |
PATH: /home/nona//.cabal/bin | |
PATH: /home/nona//.dotfiles/bin | |
PATH: /home/nona/local/rx-tools/bin | |
PATH: /home/nona/.gem/ruby/2.1.0/bin | |
PATH: /home/nona/codes/nna774-middleman/vender/bundle/ruby/2.1.0/bin | |
PATH: /home/nona//go/bin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2398: checking for a BSD-compatible install | |
configure:2466: result: /usr/bin/install -c | |
configure:2477: checking whether build environment is sane | |
configure:2532: result: yes | |
configure:2683: checking for a thread-safe mkdir -p | |
configure:2722: result: /usr/bin/mkdir -p | |
configure:2729: checking for gawk | |
configure:2745: found /usr/bin/gawk | |
configure:2756: result: gawk | |
configure:2767: checking whether make sets $(MAKE) | |
configure:2789: result: yes | |
configure:2818: checking whether make supports nested variables | |
configure:2835: result: yes | |
configure:3078: checking for C++ compiler version | |
configure:3087: clang++ --version >&5 | |
clang version 3.5.0 (tags/RELEASE_350/final) | |
Target: x86_64-unknown-linux-gnu | |
Thread model: posix | |
configure:3098: $? = 0 | |
configure:3087: clang++ -v >&5 | |
clang version 3.5.0 (tags/RELEASE_350/final) | |
Target: x86_64-unknown-linux-gnu | |
Thread model: posix | |
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.1 | |
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-unknown-linux-gnu/4.9.1 | |
Found candidate GCC installation: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.1 | |
Found candidate GCC installation: /usr/lib64/gcc/x86_64-unknown-linux-gnu/4.9.1 | |
Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-unknown-linux-gnu/4.9.1 | |
Candidate multilib: .;@m64 | |
Selected multilib: .;@m64 | |
... rest of stderr output deleted ... | |
configure:3098: $? = 0 | |
configure:3087: clang++ -V >&5 | |
clang: error: argument to '-V' is missing (expected 1 value) | |
clang: error: no input files | |
configure:3098: $? = 1 | |
configure:3087: clang++ -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
clang: error: no input files | |
configure:3098: $? = 1 | |
configure:3118: checking whether the C++ compiler works | |
configure:3140: clang++ conftest.cpp >&5 | |
configure:3144: $? = 0 | |
configure:3192: result: yes | |
configure:3195: checking for C++ compiler default output file name | |
configure:3197: result: a.out | |
configure:3203: checking for suffix of executables | |
configure:3210: clang++ -o conftest conftest.cpp >&5 | |
configure:3214: $? = 0 | |
configure:3236: result: | |
configure:3258: checking whether we are cross compiling | |
configure:3266: clang++ -o conftest conftest.cpp >&5 | |
configure:3270: $? = 0 | |
configure:3277: ./conftest | |
configure:3281: $? = 0 | |
configure:3296: result: no | |
configure:3301: checking for suffix of object files | |
configure:3323: clang++ -c conftest.cpp >&5 | |
configure:3327: $? = 0 | |
configure:3348: result: o | |
configure:3352: checking whether we are using the GNU C++ compiler | |
configure:3371: clang++ -c conftest.cpp >&5 | |
configure:3371: $? = 0 | |
configure:3380: result: yes | |
configure:3389: checking whether clang++ accepts -g | |
configure:3409: clang++ -c -g conftest.cpp >&5 | |
configure:3409: $? = 0 | |
configure:3450: result: yes | |
configure:3484: checking for style of include used by make | |
configure:3512: result: GNU | |
configure:3538: checking dependency style of clang++ | |
configure:3649: result: gcc3 | |
configure:3712: checking for gcc | |
configure:3728: found /usr/bin/gcc | |
configure:3739: result: gcc | |
configure:3968: checking for C compiler version | |
configure:3977: gcc --version >&5 | |
gcc (GCC) 4.9.1 20140903 (prerelease) | |
Copyright (C) 2014 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:3988: $? = 0 | |
configure:3977: gcc -v >&5 | |
Using built-in specs. | |
COLLECT_GCC=gcc | |
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.1/lto-wrapper | |
Target: x86_64-unknown-linux-gnu | |
Configured with: /build/gcc/src/gcc-4.9-20140903/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 --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-cloog-backend=isl --disable-isl-version-check --disable-cloog-version-check --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --disable-multilib --disable-werror --enable-checking=release | |
Thread model: posix | |
gcc version 4.9.1 20140903 (prerelease) (GCC) | |
configure:3988: $? = 0 | |
configure:3977: gcc -V >&5 | |
gcc: error: unrecognized command line option '-V' | |
gcc: fatal error: no input files | |
compilation terminated. | |
configure:3988: $? = 1 | |
configure:3977: gcc -qversion >&5 | |
gcc: error: unrecognized command line option '-qversion' | |
gcc: fatal error: no input files | |
compilation terminated. | |
configure:3988: $? = 1 | |
configure:3992: checking whether we are using the GNU C compiler | |
configure:4011: gcc -c conftest.c >&5 | |
configure:4011: $? = 0 | |
configure:4020: result: yes | |
configure:4029: checking whether gcc accepts -g | |
configure:4049: gcc -c -g conftest.c >&5 | |
configure:4049: $? = 0 | |
configure:4090: result: yes | |
configure:4107: checking for gcc option to accept ISO C89 | |
configure:4170: gcc -c -g -O2 conftest.c >&5 | |
configure:4170: $? = 0 | |
configure:4183: result: none needed | |
configure:4208: checking whether gcc understands -c and -o together | |
configure:4230: gcc -c conftest.c -o conftest2.o | |
configure:4233: $? = 0 | |
configure:4230: gcc -c conftest.c -o conftest2.o | |
configure:4233: $? = 0 | |
configure:4245: result: yes | |
configure:4264: checking dependency style of gcc | |
configure:4375: result: gcc3 | |
configure:4435: checking for ranlib | |
configure:4451: found /usr/bin/ranlib | |
configure:4462: result: ranlib | |
configure:4525: checking can compile with and link with llvm() | |
configure:4549: clang++ -o conftest -g -O2 -I/usr/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fPIC -Woverloaded-virtual -ffunction-sections -fdata-sections -Wcast-qual -L/usr/lib -lLLVMLTO -lLLVMObjCARCOpts -lLLVMLinker -lLLVMipo -lLLVMVectorize -lLLVMBitWriter -lLLVMIRReader -lLLVMAsmParser -lLLVMR600CodeGen -lLLVMR600Desc -lLLVMR600Info -lLLVMR600AsmPrinter -lLLVMSystemZDisassembler -lLLVMSystemZCodeGen -lLLVMSystemZAsmParser -lLLVMSystemZDesc -lLLVMSystemZInfo -lLLVMSystemZAsmPrinter -lLLVMHexagonCodeGen -lLLVMHexagonAsmPrinter -lLLVMHexagonDesc -lLLVMHexagonInfo -lLLVMNVPTXCodeGen -lLLVMNVPTXDesc -lLLVMNVPTXInfo -lLLVMNVPTXAsmPrinter -lLLVMCppBackendCodeGen -lLLVMCppBackendInfo -lLLVMMSP430CodeGen -lLLVMMSP430Desc -lLLVMMSP430Info -lLLVMMSP430AsmPrinter -lLLVMXCoreDisassembler -lLLVMXCoreCodeGen -lLLVMXCoreDesc -lLLVMXCoreInfo -lLLVMXCoreAsmPrinter -lLLVMMipsDisassembler -lLLVMMipsCodeGen -lLLVMMipsAsmParser -lLLVMMipsDesc -lLLVMMipsInfo -lLLVMMipsAsmPrinter -lLLVMAArch64Disassembler -lLLVMAArch64CodeGen -lLLVMAArch64AsmParser -lLLVMAArch64Desc -lLLVMAArch64Info -lLLVMAArch64AsmPrinter -lLLVMAArch64Utils -lLLVMARMDisassembler -lLLVMARMCodeGen -lLLVMARMAsmParser -lLLVMARMDesc -lLLVMARMInfo -lLLVMARMAsmPrinter -lLLVMPowerPCDisassembler -lLLVMPowerPCCodeGen -lLLVMPowerPCAsmParser -lLLVMPowerPCDesc -lLLVMPowerPCInfo -lLLVMPowerPCAsmPrinter -lLLVMSparcDisassembler -lLLVMSparcCodeGen -lLLVMSparcAsmParser -lLLVMSparcDesc -lLLVMSparcInfo -lLLVMSparcAsmPrinter -lLLVMTableGen -lLLVMDebugInfo -lLLVMOption -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMX86Desc -lLLVMX86Info -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMJIT -lLLVMLineEditor -lLLVMMCAnalysis -lLLVMMCDisassembler -lLLVMInstrumentation -lLLVMInterpreter -lLLVMCodeGen -lLLVMScalarOpts -lLLVMInstCombine -lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis -lLLVMProfileData -lLLVMMCJIT -lLLVMTarget -lLLVMRuntimeDyld -lLLVMObject -lLLVMMCParser -lLLVMBitReader -lLLVMExecutionEngine -lLLVMMC -lLLVMCore -lLLVMSupport -lc++ -stdlib=libc++ -lncurses conftest.cpp >&5 | |
/tmp/conftest-a40345.o: In function `main': | |
/home/nona/codes/Klang/conftest.cpp:17: undefined reference to `llvm::getGlobalContext()' | |
/home/nona/codes/Klang/conftest.cpp:17: undefined reference to `llvm::Module::Module(llvm::StringRef, llvm::LLVMContext&)' | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:4549: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Klang" | |
| #define PACKAGE_TARNAME "Klang" | |
| #define PACKAGE_VERSION "0.0.1" | |
| #define PACKAGE_STRING "Klang 0.0.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "https://github.com/kmc-jp/Klang" | |
| #define PACKAGE "Klang" | |
| #define VERSION "0.0.1" | |
| /* end confdefs.h. */ | |
| #include <llvm/IR/Module.h> | |
| #include <llvm/IR/LLVMContext.h> | |
| | |
| int | |
| main () | |
| { | |
| llvm::Module *M = new llvm::Module("test", llvm::getGlobalContext()); return 0; | |
| ; | |
| return 0; | |
| } | |
configure:4564: result: no | |
configure:4579: error: We could not detect the llvm libraries make sure that llvm-config is on your path or specified by --with-llvm. | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
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_CXXFLAGS_set= | |
ac_cv_env_CXXFLAGS_value= | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=clang++ | |
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_objext=o | |
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_ac_ct_RANLIB=ranlib | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cxx_g=yes | |
ac_cv_prog_make_make_set=yes | |
am_cv_CC_dependencies_compiler_type=gcc3 | |
am_cv_CXX_dependencies_compiler_type=gcc3 | |
am_cv_make_support_nested_variables=yes | |
am_cv_prog_cc_c_o=yes | |
ax_cv_llvm=no | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /home/nona/codes/Klang/missing aclocal-1.14' | |
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/nona/codes/Klang/missing autoconf' | |
AUTOHEADER='${SHELL} /home/nona/codes/Klang/missing autoheader' | |
AUTOMAKE='${SHELL} /home/nona/codes/Klang/missing automake-1.14' | |
AWK='gawk' | |
CC='gcc' | |
CCDEPMODE='depmode=gcc3' | |
CFLAGS='-g -O2' | |
CPP='' | |
CPPFLAGS='' | |
CXX='clang++' | |
CXXDEPMODE='depmode=gcc3' | |
CXXFLAGS='-g -O2' | |
CYGPATH_W='echo' | |
DEFS='' | |
DEPDIR='.deps' | |
ECHO_C='' | |
ECHO_N='-n' | |
ECHO_T='' | |
EGREP='' | |
EXEEXT='' | |
GREP='' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
LDFLAGS='' | |
LIBOBJS='' | |
LIBS='' | |
LLVM_CPPFLAGS='-I/usr/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fPIC -Woverloaded-virtual -ffunction-sections -fdata-sections -Wcast-qual' | |
LLVM_LDFLAGS='-L/usr/lib -lLLVMLTO -lLLVMObjCARCOpts -lLLVMLinker -lLLVMipo -lLLVMVectorize -lLLVMBitWriter -lLLVMIRReader -lLLVMAsmParser -lLLVMR600CodeGen -lLLVMR600Desc -lLLVMR600Info -lLLVMR600AsmPrinter -lLLVMSystemZDisassembler -lLLVMSystemZCodeGen -lLLVMSystemZAsmParser -lLLVMSystemZDesc -lLLVMSystemZInfo -lLLVMSystemZAsmPrinter -lLLVMHexagonCodeGen -lLLVMHexagonAsmPrinter -lLLVMHexagonDesc -lLLVMHexagonInfo -lLLVMNVPTXCodeGen -lLLVMNVPTXDesc -lLLVMNVPTXInfo -lLLVMNVPTXAsmPrinter -lLLVMCppBackendCodeGen -lLLVMCppBackendInfo -lLLVMMSP430CodeGen -lLLVMMSP430Desc -lLLVMMSP430Info -lLLVMMSP430AsmPrinter -lLLVMXCoreDisassembler -lLLVMXCoreCodeGen -lLLVMXCoreDesc -lLLVMXCoreInfo -lLLVMXCoreAsmPrinter -lLLVMMipsDisassembler -lLLVMMipsCodeGen -lLLVMMipsAsmParser -lLLVMMipsDesc -lLLVMMipsInfo -lLLVMMipsAsmPrinter -lLLVMAArch64Disassembler -lLLVMAArch64CodeGen -lLLVMAArch64AsmParser -lLLVMAArch64Desc -lLLVMAArch64Info -lLLVMAArch64AsmPrinter -lLLVMAArch64Utils -lLLVMARMDisassembler -lLLVMARMCodeGen -lLLVMARMAsmParser -lLLVMARMDesc -lLLVMARMInfo -lLLVMARMAsmPrinter -lLLVMPowerPCDisassembler -lLLVMPowerPCCodeGen -lLLVMPowerPCAsmParser -lLLVMPowerPCDesc -lLLVMPowerPCInfo -lLLVMPowerPCAsmPrinter -lLLVMSparcDisassembler -lLLVMSparcCodeGen -lLLVMSparcAsmParser -lLLVMSparcDesc -lLLVMSparcInfo -lLLVMSparcAsmPrinter -lLLVMTableGen -lLLVMDebugInfo -lLLVMOption -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMX86Desc -lLLVMX86Info -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMJIT -lLLVMLineEditor -lLLVMMCAnalysis -lLLVMMCDisassembler -lLLVMInstrumentation -lLLVMInterpreter -lLLVMCodeGen -lLLVMScalarOpts -lLLVMInstCombine -lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis -lLLVMProfileData -lLLVMMCJIT -lLLVMTarget -lLLVMRuntimeDyld -lLLVMObject -lLLVMMCParser -lLLVMBitReader -lLLVMExecutionEngine -lLLVMMC -lLLVMCore -lLLVMSupport' | |
LTLIBOBJS='' | |
MAKEINFO='${SHELL} /home/nona/codes/Klang/missing makeinfo' | |
MKDIR_P='/usr/bin/mkdir -p' | |
OBJEXT='o' | |
PACKAGE='Klang' | |
PACKAGE_BUGREPORT='[email protected]' | |
PACKAGE_NAME='Klang' | |
PACKAGE_STRING='Klang 0.0.1' | |
PACKAGE_TARNAME='Klang' | |
PACKAGE_URL='https://github.com/kmc-jp/Klang' | |
PACKAGE_VERSION='0.0.1' | |
PATH_SEPARATOR=':' | |
RANLIB='ranlib' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
STRIP='' | |
VERSION='0.0.1' | |
ac_ct_CC='gcc' | |
ac_ct_CXX='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='' | |
am__fastdepCC_FALSE='#' | |
am__fastdepCC_TRUE='' | |
am__fastdepCXX_FALSE='#' | |
am__fastdepCXX_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_alias='' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='NONE' | |
host_alias='' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /home/nona/codes/Klang/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' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "Klang" | |
#define PACKAGE_TARNAME "Klang" | |
#define PACKAGE_VERSION "0.0.1" | |
#define PACKAGE_STRING "Klang 0.0.1" | |
#define PACKAGE_BUGREPORT "[email protected]" | |
#define PACKAGE_URL "https://github.com/kmc-jp/Klang" | |
#define PACKAGE "Klang" | |
#define VERSION "0.0.1" | |
configure: exit 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment