Created
August 3, 2012 13:51
-
-
Save danfairs/3247885 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
Thread model: posix | |
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) | |
configure:3747: $? = 0 | |
configure:3754: gcc -V >&5 | |
llvm-gcc-4.2: argument to `-V' is missing | |
configure:3758: $? = 1 | |
configure:3780: checking for C compiler default output file name | |
configure:3802: gcc -I/Users/dan/tmp/build-couchdb/build/include -I/Users/dan/tmp/build-couchdb/build/include/js -Xlinker -rpath=/Users/dan/tmp/build-couchdb/build/lib -L/Users/dan/tmp/build-couchdb/build/lib conftest.c >&5 | |
ld: unknown option: -rpath=/Users/dan/tmp/build-couchdb/build/lib | |
collect2: ld returned 1 exit status | |
configure:3806: $? = 1 | |
configure:3844: result: | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "curl" | |
| #define PACKAGE_TARNAME "curl" | |
| #define PACKAGE_VERSION "-" | |
| #define PACKAGE_STRING "curl -" | |
| #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | |
| #define PACKAGE "curl" | |
| #define VERSION "-" | |
| #define OS "x86_64-apple-darwin12.0.0" | |
| /* end confdefs.h. */ | |
| | |
| int main (void) | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:3851: 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