Skip to content

Instantly share code, notes, and snippets.

@yunzheng
Created March 31, 2012 11:26
Show Gist options
  • Save yunzheng/2262437 to your computer and use it in GitHub Desktop.
Save yunzheng/2262437 to your computer and use it in GitHub Desktop.
ledger --HEAD config.log errors
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2735: checking for a BSD-compatible install
configure:2803: result: /usr/bin/install -c
configure:2814: checking whether build environment is sane
configure:2864: result: yes
configure:3005: checking for a thread-safe mkdir -p
configure:3044: result: ./install-sh -c -d
configure:3057: checking for gawk
configure:3087: result: no
configure:3057: checking for mawk
configure:3087: result: no
configure:3057: checking for nawk
configure:3087: result: no
configure:3057: checking for awk
configure:3073: found /usr/bin/awk
configure:3084: result: awk
configure:3095: checking whether make sets $(MAKE)
configure:3117: result: yes
configure:3215: checking whether make supports nested variables
configure:3232: result: yes
configure:3257: checking for style of include used by make
configure:3285: result: GNU
configure:3356: checking for gcc
configure:3383: result: gcc
configure:3612: checking for C compiler version
configure:3621: gcc --version >&5
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.9.00)
Copyright (C) 2007 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:3632: $? = 0
configure:3621: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.9~22/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.9~22/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.9.00)
configure:3632: $? = 0
configure:3621: gcc -V >&5
llvm-gcc-4.2: argument to `-V' is missing
configure:3632: $? = 1
configure:3621: gcc -qversion >&5
i686-apple-darwin11-llvm-gcc-4.2: no input files
configure:3632: $? = 1
configure:3652: checking whether the C compiler works
configure:3674: gcc -Os -w -pipe -march=native -Qunused-arguments -O3 -I/usr/local/Cellar/gettext/0.18.1.1/include -DNDEBUG=1 -isystem /usr/local/include -isystem /usr/local/include -isystem /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib -fpch-deps -O3 -L/usr/local/lib conftest.c >&5
conftest.c:1: error: bad value (native) for -march= switch
conftest.c:1: error: bad value (native) for -mtune= switch
configure:3678: $? = 1
configure:3716: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ledger"
| #define PACKAGE_TARNAME "ledger"
| #define PACKAGE_VERSION "3.0.0-20120217"
| #define PACKAGE_STRING "ledger 3.0.0-20120217"
| #define PACKAGE_BUGREPORT "johnw@newartisans.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ledger"
| #define VERSION "3.0.0-20120217"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3721: error: in `/private/tmp/homebrew-ledger-HEAD-sOG2':
configure:3723: error: C compiler cannot create executables
See `config.log' for more details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment