Created
March 19, 2015 22:40
-
-
Save sshao/8e64b1e012641e9dec3a 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
Checking gcc: found | |
Checking g++: found | |
Detected old configuration settings, forcing a clean build | |
Checking for 'llvm-config': found! (version 3.0 - api: 300) | |
Checking sizeof(short): 2 bytes | |
Checking sizeof(int): 4 bytes | |
Checking sizeof(void*): 8 bytes | |
Checking sizeof(size_t): 8 bytes | |
Checking sizeof(long): 8 bytes | |
Checking sizeof(long long): 8 bytes | |
Checking sizeof(float): 4 bytes | |
Checking sizeof(double): 8 bytes | |
Checking sizeof(off_t): 8 bytes | |
Checking sizeof(time_t): 8 bytes | |
Checking for libc version: libc.so.6 found! | |
Checking platform endianness: little endian | |
Checking for tr1: found | |
Checking for tr1/hash definition: found | |
Checking for x86_32: no | |
Checking for x86_64: yes | |
Checking for function 'backtrace': found! | |
Checking for function 'clock_gettime': found! | |
Checking for function 'nl_langinfo': found! | |
Checking for function 'setproctitle': not found | |
Checking for function 'posix_fadvise': found! | |
Checking for function 'strnlen': found! | |
Checking for function 'kqueue': not found | |
Checking for function 'timerfd_create': found! | |
Checking for function 'inotify_init': found! | |
Checking for function 'lchown': found! | |
Checking for struct tm has member tm_gmtoff: found! | |
Checking for struct tm has member tm_zone: found! | |
Checking for global 'timezone': found! | |
Checking for global 'tzname': found! | |
Checking for global 'daylight': found! | |
Checking for header 'zlib.h': found! | |
Checking for header 'openssl/ssl.h': found! | |
Checking for header 'alloca.h': found! | |
Checking for header 'string.h': found! | |
Checking for header 'sys/time.h': found! | |
Checking for header 'sys/times.h': found! | |
Checking for header 'sys/types.h': found! | |
Checking for header 'unistd.h': found! | |
Checking for header 'stdarg.h': found! | |
Checking for header 'sys/pstat.h': not found | |
Checking for header 'valgrind/valgrind.h': not found | |
Checking curses library: -lcurses | |
Checking if function 'strerror_r' returns char*: yes | |
Verifying gems... | |
unable to find gem bundler-1.8.2.gem | |
Unable to find required gems. | |
Running 'configure' failed. Please check configure.log for more details. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment