Created
May 11, 2015 06:25
-
-
Save hardywu/e3a28ea220ece7eed88b to your computer and use it in GitHub Desktop.
This file contains 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
2015-05-11 02:21:51 -0400 | |
./configure | |
--disable-debug | |
--prefix=/Users/hardy/local/Cellar/postgresql/9.4.1_1 | |
--datadir=/Users/hardy/local/Cellar/postgresql/9.4.1_1/share/postgresql | |
--docdir=/Users/hardy/local/Cellar/postgresql/9.4.1_1/share/doc/postgresql | |
--enable-thread-safety | |
--with-bonjour | |
--with-gssapi | |
--with-ldap | |
--with-openssl | |
--with-pam | |
--with-libxml | |
--with-libxslt | |
--with-perl | |
--with-tcl | |
--with-tclconfig=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/lib | |
--with-uuid=e2fs | |
checking build system type... x86_64-apple-darwin14.3.0 | |
checking host system type... x86_64-apple-darwin14.3.0 | |
checking which template to use... darwin | |
checking whether to build with 64-bit integer date/time support... yes | |
checking whether NLS is wanted... no | |
checking for default port number... 5432 | |
checking for block size... 8kB | |
checking for segment size... 1GB | |
checking for WAL block size... 8kB | |
checking for WAL segment size... 16MB | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking whether clang supports -Wdeclaration-after-statement... yes | |
checking whether clang supports -Wendif-labels... yes | |
checking whether clang supports -Wmissing-format-attribute... yes | |
checking whether clang supports -Wformat-security... yes | |
checking whether clang supports -fno-strict-aliasing... yes | |
checking whether clang supports -fwrapv... yes | |
checking whether clang supports -fexcess-precision=standard... no | |
checking whether clang supports -funroll-loops... yes | |
checking whether clang supports -ftree-vectorize... yes | |
checking whether the C compiler still works... yes | |
checking how to run the C preprocessor... clang -E | |
checking allow thread-safe client libraries... yes | |
checking whether to build with Tcl... yes | |
checking whether to build Perl modules... yes | |
checking whether to build Python modules... no | |
checking whether to build with GSSAPI support... yes | |
checking whether to build with PAM support... yes | |
checking whether to build with LDAP support... yes | |
checking whether to build with Bonjour support... yes | |
checking whether to build with OpenSSL support... yes | |
checking whether to build with SELinux support... no | |
checking for xml2-config... xml2-config | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ld used by GCC... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for ranlib... ranlib | |
checking for strip... strip | |
checking whether it is possible to strip libraries... yes | |
checking for ar... ar | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for tar... /usr/bin/tar | |
checking whether ln -s works... yes | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking for a thread-safe mkdir -p... config/install-sh -c -d | |
checking for bison... /usr/bin/bison | |
configure: using bison (GNU Bison) 2.3 | |
checking for flex... /usr/bin/flex | |
configure: using flex 2.5.35 Apple(flex-31) | |
checking for perl... /usr/bin/perl | |
configure: using perl 5.18.2 | |
checking for Perl archlibexp... /System/Library/Perl/5.18/darwin-thread-multi-2level | |
checking for Perl privlibexp... /System/Library/Perl/5.18 | |
checking for Perl useshrplib... true | |
checking for flags to link embedded Perl... -fstack-protector -L/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -lperl | |
checking for main in -lm... yes | |
checking for library containing setproctitle... no | |
checking for library containing dlopen... none required | |
checking for library containing socket... none required | |
checking for library containing shl_load... no | |
checking for library containing getopt_long... none required | |
checking for library containing crypt... none required | |
checking for library containing shm_open... none required | |
checking for library containing shm_unlink... none required | |
checking for library containing fdatasync... none required | |
checking for library containing gethostbyname_r... no | |
checking for library containing shmget... none required | |
checking for library containing readline... -lreadline | |
checking for inflate in -lz... yes | |
checking for library containing gss_init_sec_context... -lgssapi_krb5 | |
checking for CRYPTO_new_ex_data in -lcrypto... yes | |
checking for SSL_library_init in -lssl... yes | |
checking for SSL_get_current_compression... yes | |
checking for pam_start in -lpam... yes | |
checking for xmlSaveToBuffer in -lxml2... yes | |
checking for xsltCleanupGlobals in -lxslt... yes | |
checking for uuid_generate... yes | |
checking for ANSI C header files... no | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking crypt.h usability... no | |
checking crypt.h presence... no | |
checking for crypt.h... no | |
checking dld.h usability... no | |
checking dld.h presence... no | |
checking for dld.h... no | |
checking fp_class.h usability... no | |
checking fp_class.h presence... no | |
checking for fp_class.h... no | |
checking getopt.h usability... yes | |
checking getopt.h presence... yes | |
checking for getopt.h... yes | |
checking ieeefp.h usability... no | |
checking ieeefp.h presence... no | |
checking for ieeefp.h... no | |
checking ifaddrs.h usability... yes | |
checking ifaddrs.h presence... yes | |
checking for ifaddrs.h... yes | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/ipc.h usability... yes | |
checking sys/ipc.h presence... yes | |
checking for sys/ipc.h... yes | |
checking sys/poll.h usability... yes | |
checking sys/poll.h presence... yes | |
checking for sys/poll.h... yes | |
checking sys/pstat.h usability... no | |
checking sys/pstat.h presence... no | |
checking for sys/pstat.h... no | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/sem.h usability... yes | |
checking sys/sem.h presence... yes | |
checking for sys/sem.h... yes | |
checking sys/shm.h usability... yes | |
checking sys/shm.h presence... yes | |
checking for sys/shm.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/sockio.h usability... yes | |
checking sys/sockio.h presence... yes | |
checking for sys/sockio.h... yes | |
checking sys/tas.h usability... no | |
checking sys/tas.h presence... no | |
checking for sys/tas.h... no | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/un.h usability... yes | |
checking sys/un.h presence... yes | |
checking for sys/un.h... yes | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking ucred.h usability... no | |
checking ucred.h presence... no | |
checking for ucred.h... no | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking wchar.h usability... yes | |
checking wchar.h presence... yes | |
checking for wchar.h... yes | |
checking wctype.h usability... yes | |
checking wctype.h presence... yes | |
checking for wctype.h... yes | |
checking for net/if.h... yes | |
checking for sys/ucred.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking for netinet/tcp.h... yes | |
checking readline/readline.h usability... yes | |
checking readline/readline.h presence... yes | |
checking for readline/readline.h... yes | |
checking readline/history.h usability... yes | |
checking readline/history.h presence... yes | |
checking for readline/history.h... yes | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking gssapi/gssapi.h usability... yes | |
checking gssapi/gssapi.h presence... yes | |
checking for gssapi/gssapi.h... yes | |
checking openssl/ssl.h usability... yes | |
checking openssl/ssl.h presence... yes | |
checking for openssl/ssl.h... yes | |
checking openssl/err.h usability... yes | |
checking openssl/err.h presence... yes | |
checking for openssl/err.h... yes | |
checking security/pam_appl.h usability... yes | |
checking security/pam_appl.h presence... yes | |
checking for security/pam_appl.h... yes | |
checking libxml/parser.h usability... yes | |
checking libxml/parser.h presence... yes | |
checking for libxml/parser.h... yes | |
checking libxslt/xslt.h usability... yes | |
checking libxslt/xslt.h presence... yes | |
checking for libxslt/xslt.h... yes | |
checking ldap.h usability... yes | |
checking ldap.h presence... yes | |
checking for ldap.h... yes | |
checking for compatible LDAP implementation... no | |
configure: WARNING: | |
*** With OpenLDAP versions 2.4.24 through 2.4.31, inclusive, each backend | |
*** process that loads libpq (via WAL receiver, dblink, or postgres_fdw) and | |
*** also uses LDAP will crash on exit. | |
checking dns_sd.h usability... yes | |
checking dns_sd.h presence... yes | |
checking for dns_sd.h... yes | |
checking uuid/uuid.h usability... yes | |
checking uuid/uuid.h presence... yes | |
checking for uuid/uuid.h... yes | |
checking whether byte ordering is bigendian... no | |
checking for inline... inline | |
checking for quiet inline (no complaint if unreferenced)... yes | |
checking for flexible array members... yes | |
checking for signed types... yes | |
checking for __func__... yes | |
checking for _Static_assert... yes | |
checking for __builtin_types_compatible_p... yes | |
checking for __builtin_constant_p... yes | |
checking for __builtin_unreachable... yes | |
checking for __VA_ARGS__... yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for struct tm.tm_zone... yes | |
checking for tzname... yes | |
checking for union semun... yes | |
checking for struct sockaddr_un... yes | |
checking for struct sockaddr_storage... yes | |
checking for struct sockaddr_storage.ss_family... yes | |
checking for struct sockaddr_storage.__ss_family... no | |
checking for struct sockaddr_storage.ss_len... yes | |
checking for struct sockaddr_storage.__ss_len... no | |
checking for struct sockaddr.sa_len... yes | |
checking for struct addrinfo... yes | |
checking for intptr_t... yes | |
checking for uintptr_t... yes | |
checking for unsigned long long int... yes | |
checking for long long int... no | |
checking for locale_t... yes (in xlocale.h) | |
checking for struct cmsgcred... no | |
checking for struct option... yes | |
checking for z_streamp... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking size of off_t... 0 | |
checking for int timezone... yes | |
checking types of arguments for accept()... int, int, struct sockaddr *, socklen_t * | |
checking whether gettimeofday takes only one argument... no | |
checking for cbrt... yes | |
checking for dlopen... yes | |
checking for fdatasync... yes | |
checking for getifaddrs... yes | |
checking for getpeerucred... no | |
checking for getrlimit... yes | |
checking for mbstowcs_l... yes | |
checking for memmove... yes | |
checking for poll... yes | |
checking for pstat... no | |
checking for pthread_is_threaded_np... yes | |
checking for readlink... yes | |
checking for setproctitle... no | |
checking for setsid... yes | |
checking for shm_open... yes | |
checking for sigprocmask... yes | |
checking for symlink... yes | |
checking for sync_file_range... no | |
checking for towlower... yes | |
checking for utime... yes | |
checking for utimes... yes | |
checking for wcstombs... yes | |
checking for wcstombs_l... yes | |
checking for fseeko... yes | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking for posix_fadvise... no | |
checking whether posix_fadvise is declared... no | |
checking whether fdatasync is declared... no | |
checking whether strlcat is declared... yes | |
checking whether strlcpy is declared... yes | |
checking whether F_FULLFSYNC is declared... yes | |
checking for struct sockaddr_in6... yes | |
checking for PS_STRINGS... no | |
checking for snprintf... yes | |
checking for vsnprintf... yes | |
checking whether snprintf is declared... yes | |
checking whether vsnprintf is declared... yes | |
checking for isinf... yes | |
checking for crypt... yes | |
checking for fls... yes | |
checking for getopt... yes | |
checking for getrusage... yes | |
checking for inet_aton... yes | |
checking for mkdtemp... yes | |
checking for random... yes | |
checking for rint... yes | |
checking for srandom... yes | |
checking for strerror... yes | |
checking for strlcat... yes | |
checking for strlcpy... yes | |
checking for unsetenv... yes | |
checking for getpeereid... yes | |
checking for getaddrinfo... yes | |
checking for getopt_long... yes | |
checking for sigsetjmp... yes | |
checking whether sys_siglist is declared... yes | |
checking for syslog... yes | |
checking syslog.h usability... yes | |
checking syslog.h presence... yes | |
checking for syslog.h... yes | |
checking for opterr... yes | |
checking for optreset... yes | |
checking for strtoll... yes | |
checking for strtoull... yes | |
checking for builtin locking functions... yes | |
checking for rl_completion_append_character... yes | |
checking for rl_completion_matches... yes | |
checking for rl_filename_completion_function... yes | |
checking for append_history... yes | |
checking for history_truncate_file... yes | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... yes | |
checking whether pthreads work with -Kthread... no | |
checking whether pthreads work with -kthread... no | |
checking for the pthreads library -llthread... no | |
checking whether pthreads work with -pthread... yes | |
checking whether pthreads work with -pthreads... no | |
checking whether pthreads work with -mthreads... no | |
checking for the pthreads library -lpthread... yes | |
checking whether pthreads work with --thread-safe... no | |
checking whether pthreads work with -mt... no | |
checking for the pthreads library -lpthreadGC2... no | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking for strerror_r... yes | |
checking for getpwuid_r... yes | |
checking for gethostbyname_r... no | |
checking whether getpwuid_r takes a fifth argument... yes | |
checking whether strerror_r returns int... yes | |
checking for ldap_bind in -lldap... yes | |
checking for ldap_simple_bind in -lldap_r... yes | |
checking test program... failed | |
configure: error: | |
Could not execute a simple test program. This may be a problem | |
related to locating shared libraries. Check the file 'config.log' | |
for the exact reason. | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew | |
HEAD: 77a79ee5afa0d1cd37ffd6172ae03865ea7acaba | |
Last commit: 5 hours ago | |
HOMEBREW_PREFIX: /Users/hardy/local | |
HOMEBREW_CELLAR: /Users/hardy/local/Cellar | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.10.3-x86_64 | |
Xcode: 6.3.1 | |
CLT: 6.3.1.0.1.1429149539 | |
GCC-4.2: build 0 | |
Clang: 6.1 build 602 | |
X11: N/A | |
System Ruby: 2.0.0-p481 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby | |
Java: 1.8.0_25 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /Users/hardy/local/opt/openssl:/Users/hardy/local/opt/readline:/Users/hardy/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /Users/hardy/local/opt/openssl/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/Users/hardy/local/Library/ENV/pkgconfig/10.10 | |
ACLOCAL_PATH: /Users/hardy/local/share/aclocal | |
PATH: /Users/hardy/local/Library/ENV/4.3:/Users/hardy/local/opt/openssl/bin:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains 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
clang called with: --version | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native --version -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -V -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -g conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -funroll-loops conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -funroll-loops conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -ftree-vectorize conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -ftree-vectorize conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -print-prog-name=ld | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lutil -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lutil -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -ldld -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -ldld -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lnsl -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lnsl -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lpthreads -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lpthreads -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -Kthread -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -Kthread -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -kthread -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -kthread -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -llthread -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -llthread -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -pthreads -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -pthreads -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -pthreads -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -pthreads -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -mthreads -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -mthreads -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lpthread -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lpthread -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lpthread -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lpthread -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread --thread-safe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lpthread -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread --thread-safe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lpthread -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -mt -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lpthread -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -mt -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lpthread -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lpthreadGC2 -lpthread -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lpthreadGC2 -lpthread -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -lpthread | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -lpthread -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -lpthread | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -lpthread -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -lpthread | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -lpthread -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
superenv executed: clang -pipe -Os -march=native -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lldap -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lldap -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lldap_r -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -lpthread -lldap -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lldap_r -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -lpthread -lldap -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm | |
superenv added: -pipe -Os -march=native -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -isystem/Users/hardy/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/hardy/local/opt/openssl/include -I/Users/hardy/local/opt/readline/include -L/Users/hardy/local/opt/openssl/lib -L/Users/hardy/local/opt/readline/lib -L/Users/hardy/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains 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 PostgreSQL configure 9.4.1, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-debug --prefix=/Users/hardy/local/Cellar/postgresql/9.4.1_1 --datadir=/Users/hardy/local/Cellar/postgresql/9.4.1_1/share/postgresql --docdir=/Users/hardy/local/Cellar/postgresql/9.4.1_1/share/doc/postgresql --enable-thread-safety --with-bonjour --with-gssapi --with-ldap --with-openssl --with-pam --with-libxml --with-libxslt --with-perl --with-tcl --with-tclconfig=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/lib --with-uuid=e2fs | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Chengjians-MacBook-Pro.local | |
uname -m = x86_64 | |
uname -r = 14.3.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
2 processors are physically available. | |
4 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 | |
Primary memory available: 8.00 gigabytes | |
Default processor set: 196 tasks, 887 threads, 4 processors | |
Load average: 1.73, Mach factor: 2.26 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /Users/hardy/local/Library/ENV/4.3 | |
PATH: /Users/hardy/local/opt/openssl/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2746: checking build system type | |
configure:2760: result: x86_64-apple-darwin14.3.0 | |
configure:2780: checking host system type | |
configure:2793: result: x86_64-apple-darwin14.3.0 | |
configure:2815: checking which template to use | |
configure:2886: result: darwin | |
configure:2981: checking whether to build with 64-bit integer date/time support | |
configure:3010: result: yes | |
configure:3017: checking whether NLS is wanted | |
configure:3049: result: no | |
configure:3057: checking for default port number | |
configure:3082: result: 5432 | |
configure:3473: checking for block size | |
configure:3507: result: 8kB | |
configure:3519: checking for segment size | |
configure:3548: result: 1GB | |
configure:3560: checking for WAL block size | |
configure:3595: result: 8kB | |
configure:3607: checking for WAL segment size | |
configure:3642: result: 16MB | |
configure:3797: checking for C compiler version | |
configure:3806: clang --version >&5 | |
Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn) | |
Target: x86_64-apple-darwin14.3.0 | |
Thread model: posix | |
configure:3817: $? = 0 | |
configure:3806: clang -v >&5 | |
Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn) | |
Target: x86_64-apple-darwin14.3.0 | |
Thread model: posix | |
configure:3817: $? = 0 | |
configure:3806: clang -V >&5 | |
clang: error: unsupported option '-V -isystem/Users/hardy/local/include' | |
configure:3817: $? = 1 | |
configure:3806: clang -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
configure:3817: $? = 1 | |
configure:3837: checking whether the C compiler works | |
configure:3859: clang conftest.c >&5 | |
configure:3863: $? = 0 | |
configure:3911: result: yes | |
configure:3914: checking for C compiler default output file name | |
configure:3916: result: a.out | |
configure:3922: checking for suffix of executables | |
configure:3929: clang -o conftest conftest.c >&5 | |
configure:3933: $? = 0 | |
configure:3955: result: | |
configure:3977: checking whether we are cross compiling | |
configure:3985: clang -o conftest conftest.c >&5 | |
configure:3989: $? = 0 | |
configure:3996: ./conftest | |
configure:4000: $? = 0 | |
configure:4015: result: no | |
configure:4020: checking for suffix of object files | |
configure:4042: clang -c conftest.c >&5 | |
configure:4046: $? = 0 | |
configure:4067: result: o | |
configure:4071: checking whether we are using the GNU C compiler | |
configure:4090: clang -c conftest.c >&5 | |
configure:4090: $? = 0 | |
configure:4099: result: yes | |
configure:4108: checking whether clang accepts -g | |
configure:4128: clang -c -g conftest.c >&5 | |
configure:4128: $? = 0 | |
configure:4169: result: yes | |
configure:4186: checking for clang option to accept ISO C89 | |
configure:4249: clang -c -g -O2 conftest.c >&5 | |
configure:4249: $? = 0 | |
configure:4262: result: none needed | |
configure:4300: clang -c -g -O2 conftest.c >&5 | |
conftest.c:23:1: error: use of undeclared identifier 'choke' | |
choke me | |
^ | |
1 error generated. | |
configure:4300: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| #ifndef __INTEL_COMPILER | |
| choke me | |
| #endif | |
| ; | |
| return 0; | |
| } | |
configure:4322: clang -c -g -O2 conftest.c >&5 | |
conftest.c:23:1: error: use of undeclared identifier 'choke' | |
choke me | |
^ | |
1 error generated. | |
configure:4322: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| #ifndef __SUNPRO_C | |
| choke me | |
| #endif | |
| ; | |
| return 0; | |
| } | |
configure:4377: checking whether clang supports -Wdeclaration-after-statement | |
configure:4397: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement conftest.c >&5 | |
configure:4397: $? = 0 | |
configure:4406: result: yes | |
configure:4412: checking whether clang supports -Wendif-labels | |
configure:4432: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels conftest.c >&5 | |
configure:4432: $? = 0 | |
configure:4441: result: yes | |
configure:4447: checking whether clang supports -Wmissing-format-attribute | |
configure:4467: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute conftest.c >&5 | |
configure:4467: $? = 0 | |
configure:4476: result: yes | |
configure:4483: checking whether clang supports -Wformat-security | |
configure:4503: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security conftest.c >&5 | |
configure:4503: $? = 0 | |
configure:4512: result: yes | |
configure:4519: checking whether clang supports -fno-strict-aliasing | |
configure:4539: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing conftest.c >&5 | |
configure:4539: $? = 0 | |
configure:4548: result: yes | |
configure:4555: checking whether clang supports -fwrapv | |
configure:4575: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 | |
configure:4575: $? = 0 | |
configure:4584: result: yes | |
configure:4591: checking whether clang supports -fexcess-precision=standard | |
configure:4611: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard conftest.c >&5 | |
clang: warning: optimization flag '-fexcess-precision=standard' is not supported | |
clang: warning: argument unused during compilation: '-fexcess-precision=standard' | |
configure:4611: $? = 0 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:4620: result: no | |
configure:4627: checking whether clang supports -funroll-loops | |
configure:4647: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -funroll-loops conftest.c >&5 | |
configure:4647: $? = 0 | |
configure:4656: result: yes | |
configure:4662: checking whether clang supports -ftree-vectorize | |
configure:4682: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -ftree-vectorize conftest.c >&5 | |
configure:4682: $? = 0 | |
configure:4691: result: yes | |
configure:4888: checking whether the C compiler still works | |
configure:4901: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 conftest.c >&5 | |
configure:4901: $? = 0 | |
configure:4902: result: yes | |
configure:4927: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 conftest.c >&5 | |
configure:4927: $? = 0 | |
configure:4940: checking how to run the C preprocessor | |
configure:4971: clang -E conftest.c | |
configure:4971: $? = 0 | |
configure:4985: clang -E conftest.c | |
conftest.c:18:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4985: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5010: result: clang -E | |
configure:5030: clang -E conftest.c | |
configure:5030: $? = 0 | |
configure:5044: clang -E conftest.c | |
conftest.c:18:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:5044: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5186: checking allow thread-safe client libraries | |
configure:5216: result: yes | |
configure:5223: checking whether to build with Tcl | |
configure:5249: result: yes | |
configure:5281: checking whether to build Perl modules | |
configure:5307: result: yes | |
configure:5314: checking whether to build Python modules | |
configure:5340: result: no | |
configure:5347: checking whether to build with GSSAPI support | |
configure:5378: result: yes | |
configure:5421: checking whether to build with PAM support | |
configure:5449: result: yes | |
configure:5456: checking whether to build with LDAP support | |
configure:5484: result: yes | |
configure:5491: checking whether to build with Bonjour support | |
configure:5519: result: yes | |
configure:5526: checking whether to build with OpenSSL support | |
configure:5554: result: yes | |
configure:5561: checking whether to build with SELinux support | |
configure:5588: result: no | |
configure:5778: checking for xml2-config | |
configure:5794: found /usr/bin/xml2-config | |
configure:5805: result: xml2-config | |
configure:5932: checking for grep that handles long lines and -e | |
configure:5990: result: /usr/bin/grep | |
configure:5995: checking for egrep | |
configure:6057: result: /usr/bin/grep -E | |
configure:6104: checking for ld used by GCC | |
configure:6167: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
configure:6174: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | |
configure:6186: result: no | |
configure:6270: checking for ranlib | |
configure:6286: found /usr/bin/ranlib | |
configure:6297: result: ranlib | |
configure:6363: checking for strip | |
configure:6379: found /usr/bin/strip | |
configure:6390: result: strip | |
configure:6413: checking whether it is possible to strip libraries | |
configure:6426: result: yes | |
configure:6483: checking for ar | |
configure:6499: found /usr/bin/ar | |
configure:6510: result: ar | |
configure:6825: checking for a BSD-compatible install | |
configure:6893: result: /usr/bin/install -c | |
configure:6915: checking for tar | |
configure:6933: found /usr/bin/tar | |
configure:6945: result: /usr/bin/tar | |
configure:6953: checking whether ln -s works | |
configure:6957: result: yes | |
configure:6968: checking for gawk | |
configure:6998: result: no | |
configure:6968: checking for mawk | |
configure:6998: result: no | |
configure:6968: checking for nawk | |
configure:6998: result: no | |
configure:6968: checking for awk | |
configure:6984: found /usr/bin/awk | |
configure:6995: result: awk | |
configure:7006: checking for a thread-safe mkdir -p | |
configure:7045: result: config/install-sh -c -d | |
configure:7061: checking for bison | |
configure:7079: found /usr/bin/bison | |
configure:7091: result: /usr/bin/bison | |
configure:7106: using bison (GNU Bison) 2.3 | |
configure:7145: checking for flex | |
configure:7190: result: /usr/bin/flex | |
configure:7210: using flex 2.5.35 Apple(flex-31) | |
configure:7222: checking for perl | |
configure:7240: found /usr/bin/perl | |
configure:7252: result: /usr/bin/perl | |
configure:7264: using perl 5.18.2 | |
configure:7297: checking for Perl archlibexp | |
configure:7301: result: /System/Library/Perl/5.18/darwin-thread-multi-2level | |
configure:7303: checking for Perl privlibexp | |
configure:7307: result: /System/Library/Perl/5.18 | |
configure:7309: checking for Perl useshrplib | |
configure:7313: result: true | |
configure:7316: checking for flags to link embedded Perl | |
configure:7333: result: -fstack-protector -L/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -lperl | |
configure:7529: checking for main in -lm | |
configure:7548: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm >&5 | |
configure:7548: $? = 0 | |
configure:7557: result: yes | |
configure:7568: checking for library containing setproctitle | |
configure:7599: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm >&5 | |
Undefined symbols for architecture x86_64: | |
"_setproctitle", referenced from: | |
_main in conftest-5052cf.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7599: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char setproctitle (); | |
| int | |
| main () | |
| { | |
| return setproctitle (); | |
| ; | |
| return 0; | |
| } | |
configure:7599: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lutil -lm >&5 | |
Undefined symbols for architecture x86_64: | |
"_setproctitle", referenced from: | |
_main in conftest-bd3ec2.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7599: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char setproctitle (); | |
| int | |
| main () | |
| { | |
| return setproctitle (); | |
| ; | |
| return 0; | |
| } | |
configure:7616: result: no | |
configure:7624: checking for library containing dlopen | |
configure:7655: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm >&5 | |
configure:7655: $? = 0 | |
configure:7672: result: none required | |
configure:7680: checking for library containing socket | |
configure:7711: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm >&5 | |
configure:7711: $? = 0 | |
configure:7728: result: none required | |
configure:7736: checking for library containing shl_load | |
configure:7767: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm >&5 | |
Undefined symbols for architecture x86_64: | |
"_shl_load", referenced from: | |
_main in conftest-e39c00.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7767: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char shl_load (); | |
| int | |
| main () | |
| { | |
| return shl_load (); | |
| ; | |
| return 0; | |
| } | |
configure:7767: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -ldld -lm >&5 | |
ld: library not found for -ldld | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7767: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char shl_load (); | |
| int | |
| main () | |
| { | |
| return shl_load (); | |
| ; | |
| return 0; | |
| } | |
configure:7784: result: no | |
configure:7853: checking for library containing getopt_long | |
configure:7884: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm >&5 | |
configure:7884: $? = 0 | |
configure:7901: result: none required | |
configure:7909: checking for library containing crypt | |
configure:7940: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm >&5 | |
configure:7940: $? = 0 | |
configure:7957: result: none required | |
configure:7965: checking for library containing shm_open | |
configure:7996: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm >&5 | |
configure:7996: $? = 0 | |
configure:8013: result: none required | |
configure:8021: checking for library containing shm_unlink | |
configure:8052: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm >&5 | |
configure:8052: $? = 0 | |
configure:8069: result: none required | |
configure:8078: checking for library containing fdatasync | |
configure:8109: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm >&5 | |
configure:8109: $? = 0 | |
configure:8126: result: none required | |
configure:8136: checking for library containing gethostbyname_r | |
configure:8167: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm >&5 | |
Undefined symbols for architecture x86_64: | |
"_gethostbyname_r", referenced from: | |
_main in conftest-887196.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:8167: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char gethostbyname_r (); | |
| int | |
| main () | |
| { | |
| return gethostbyname_r (); | |
| ; | |
| return 0; | |
| } | |
configure:8167: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lnsl -lm >&5 | |
ld: library not found for -lnsl | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:8167: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char gethostbyname_r (); | |
| int | |
| main () | |
| { | |
| return gethostbyname_r (); | |
| ; | |
| return 0; | |
| } | |
configure:8184: result: no | |
configure:8193: checking for library containing shmget | |
configure:8224: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lm >&5 | |
configure:8224: $? = 0 | |
configure:8241: result: none required | |
configure:8253: checking for library containing readline | |
configure:8285: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lreadline -lm >&5 | |
configure:8285: $? = 0 | |
configure:8311: result: -lreadline | |
configure:8330: checking for inflate in -lz | |
configure:8355: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lz -lreadline -lm >&5 | |
configure:8355: $? = 0 | |
configure:8364: result: yes | |
configure:8395: checking for library containing gss_init_sec_context | |
configure:8426: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lz -lreadline -lm >&5 | |
Undefined symbols for architecture x86_64: | |
"_gss_init_sec_context", referenced from: | |
_main in conftest-2897cf.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:8426: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char gss_init_sec_context (); | |
| int | |
| main () | |
| { | |
| return gss_init_sec_context (); | |
| ; | |
| return 0; | |
| } | |
configure:8426: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:8426: $? = 0 | |
configure:8443: result: -lgssapi_krb5 | |
configure:8460: checking for CRYPTO_new_ex_data in -lcrypto | |
configure:8485: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:8485: $? = 0 | |
configure:8494: result: yes | |
configure:8507: checking for SSL_library_init in -lssl | |
configure:8532: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:8532: $? = 0 | |
configure:8541: result: yes | |
configure:8674: checking for SSL_get_current_compression | |
configure:8674: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:8674: $? = 0 | |
configure:8674: result: yes | |
configure:8686: checking for pam_start in -lpam | |
configure:8711: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:8711: $? = 0 | |
configure:8720: result: yes | |
configure:8736: checking for xmlSaveToBuffer in -lxml2 | |
configure:8761: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:8761: $? = 0 | |
configure:8770: result: yes | |
configure:8786: checking for xsltCleanupGlobals in -lxslt | |
configure:8811: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:8811: $? = 0 | |
configure:8820: result: yes | |
configure:8898: checking for uuid_generate | |
configure:8898: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:8898: $? = 0 | |
configure:8898: result: yes | |
configure:9038: checking for ANSI C header files | |
configure:9058: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9058: $? = 0 | |
configure:9131: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:9131: $? = 0 | |
configure:9131: ./conftest | |
dyld: Library not loaded: /Volumes/HOME/hardy/local/opt/readline/lib/libreadline.6.dylib | |
Referenced from: /Users/hardy/tmp/postgresql20150511-699-17zl1rm/postgresql-9.4.1/./conftest | |
Reason: image not found | |
./configure: line 1928: 1534 Trace/BPT trap: 5 ./conftest$ac_exeext | |
configure:9131: $? = 133 | |
configure: program exited with status 133 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| /* end confdefs.h. */ | |
| #include <ctype.h> | |
| #include <stdlib.h> | |
| #if ((' ' & 0x0FF) == 0x020) | |
| # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
| # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
| #else | |
| # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') || ('j' <= (c) && (c) <= 'r') || ('s' <= (c) && (c) <= 'z')) | |
| # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) | |
| #endif | |
| | |
| #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) | |
| int | |
| main () | |
| { | |
| int i; | |
| for (i = 0; i < 256; i++) | |
| if (XOR (islower (i), ISLOWER (i)) | |
| || toupper (i) != TOUPPER (i)) | |
| return 2; | |
| return 0; | |
| } | |
configure:9142: result: no | |
configure:9155: checking for sys/types.h | |
configure:9155: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9155: $? = 0 | |
configure:9155: result: yes | |
configure:9155: checking for sys/stat.h | |
configure:9155: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9155: $? = 0 | |
configure:9155: result: yes | |
configure:9155: checking for stdlib.h | |
configure:9155: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9155: $? = 0 | |
configure:9155: result: yes | |
configure:9155: checking for string.h | |
configure:9155: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9155: $? = 0 | |
configure:9155: result: yes | |
configure:9155: checking for memory.h | |
configure:9155: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9155: $? = 0 | |
configure:9155: result: yes | |
configure:9155: checking for strings.h | |
configure:9155: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9155: $? = 0 | |
configure:9155: result: yes | |
configure:9155: checking for inttypes.h | |
configure:9155: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9155: $? = 0 | |
configure:9155: result: yes | |
configure:9155: checking for stdint.h | |
configure:9155: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9155: $? = 0 | |
configure:9155: result: yes | |
configure:9155: checking for unistd.h | |
configure:9155: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9155: $? = 0 | |
configure:9155: result: yes | |
configure:9170: checking crypt.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:80:10: fatal error: 'crypt.h' file not found | |
#include <crypt.h> | |
^ | |
1 error generated. | |
configure:9170: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <crypt.h> | |
configure:9170: result: no | |
configure:9170: checking crypt.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
conftest.c:47:10: fatal error: 'crypt.h' file not found | |
#include <crypt.h> | |
^ | |
1 error generated. | |
configure:9170: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <crypt.h> | |
configure:9170: result: no | |
configure:9170: checking for crypt.h | |
configure:9170: result: no | |
configure:9170: checking dld.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:80:10: fatal error: 'dld.h' file not found | |
#include <dld.h> | |
^ | |
1 error generated. | |
configure:9170: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <dld.h> | |
configure:9170: result: no | |
configure:9170: checking dld.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
conftest.c:47:10: fatal error: 'dld.h' file not found | |
#include <dld.h> | |
^ | |
1 error generated. | |
configure:9170: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <dld.h> | |
configure:9170: result: no | |
configure:9170: checking for dld.h | |
configure:9170: result: no | |
configure:9170: checking fp_class.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:80:10: fatal error: 'fp_class.h' file not found | |
#include <fp_class.h> | |
^ | |
1 error generated. | |
configure:9170: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <fp_class.h> | |
configure:9170: result: no | |
configure:9170: checking fp_class.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
conftest.c:47:10: fatal error: 'fp_class.h' file not found | |
#include <fp_class.h> | |
^ | |
1 error generated. | |
configure:9170: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <fp_class.h> | |
configure:9170: result: no | |
configure:9170: checking for fp_class.h | |
configure:9170: result: no | |
configure:9170: checking getopt.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking getopt.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking for getopt.h | |
configure:9170: result: yes | |
configure:9170: checking ieeefp.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:81:10: fatal error: 'ieeefp.h' file not found | |
#include <ieeefp.h> | |
^ | |
1 error generated. | |
configure:9170: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <ieeefp.h> | |
configure:9170: result: no | |
configure:9170: checking ieeefp.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
conftest.c:48:10: fatal error: 'ieeefp.h' file not found | |
#include <ieeefp.h> | |
^ | |
1 error generated. | |
configure:9170: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| /* end confdefs.h. */ | |
| #include <ieeefp.h> | |
configure:9170: result: no | |
configure:9170: checking for ieeefp.h | |
configure:9170: result: no | |
configure:9170: checking ifaddrs.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking ifaddrs.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking for ifaddrs.h | |
configure:9170: result: yes | |
configure:9170: checking langinfo.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking langinfo.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking for langinfo.h | |
configure:9170: result: yes | |
configure:9170: checking poll.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking poll.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking for poll.h | |
configure:9170: result: yes | |
configure:9170: checking pwd.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking pwd.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking for pwd.h | |
configure:9170: result: yes | |
configure:9170: checking sys/ioctl.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking sys/ioctl.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking for sys/ioctl.h | |
configure:9170: result: yes | |
configure:9170: checking sys/ipc.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking sys/ipc.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking for sys/ipc.h | |
configure:9170: result: yes | |
configure:9170: checking sys/poll.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking sys/poll.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking for sys/poll.h | |
configure:9170: result: yes | |
configure:9170: checking sys/pstat.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:88:10: fatal error: 'sys/pstat.h' file not found | |
#include <sys/pstat.h> | |
^ | |
1 error generated. | |
configure:9170: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/pstat.h> | |
configure:9170: result: no | |
configure:9170: checking sys/pstat.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
conftest.c:55:10: fatal error: 'sys/pstat.h' file not found | |
#include <sys/pstat.h> | |
^ | |
1 error generated. | |
configure:9170: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/pstat.h> | |
configure:9170: result: no | |
configure:9170: checking for sys/pstat.h | |
configure:9170: result: no | |
configure:9170: checking sys/resource.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking sys/resource.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking for sys/resource.h | |
configure:9170: result: yes | |
configure:9170: checking sys/select.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking sys/select.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking for sys/select.h | |
configure:9170: result: yes | |
configure:9170: checking sys/sem.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking sys/sem.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking for sys/sem.h | |
configure:9170: result: yes | |
configure:9170: checking sys/shm.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking sys/shm.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking for sys/shm.h | |
configure:9170: result: yes | |
configure:9170: checking sys/socket.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking sys/socket.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking for sys/socket.h | |
configure:9170: result: yes | |
configure:9170: checking sys/sockio.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking sys/sockio.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking for sys/sockio.h | |
configure:9170: result: yes | |
configure:9170: checking sys/tas.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:94:10: fatal error: 'sys/tas.h' file not found | |
#include <sys/tas.h> | |
^ | |
1 error generated. | |
configure:9170: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/tas.h> | |
configure:9170: result: no | |
configure:9170: checking sys/tas.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
conftest.c:61:10: fatal error: 'sys/tas.h' file not found | |
#include <sys/tas.h> | |
^ | |
1 error generated. | |
configure:9170: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/tas.h> | |
configure:9170: result: no | |
configure:9170: checking for sys/tas.h | |
configure:9170: result: no | |
configure:9170: checking sys/time.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking sys/time.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking for sys/time.h | |
configure:9170: result: yes | |
configure:9170: checking sys/un.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking sys/un.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking for sys/un.h | |
configure:9170: result: yes | |
configure:9170: checking termios.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking termios.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking for termios.h | |
configure:9170: result: yes | |
configure:9170: checking ucred.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:97:10: fatal error: 'ucred.h' file not found | |
#include <ucred.h> | |
^ | |
1 error generated. | |
configure:9170: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <ucred.h> | |
configure:9170: result: no | |
configure:9170: checking ucred.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
conftest.c:64:10: fatal error: 'ucred.h' file not found | |
#include <ucred.h> | |
^ | |
1 error generated. | |
configure:9170: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| /* end confdefs.h. */ | |
| #include <ucred.h> | |
configure:9170: result: no | |
configure:9170: checking for ucred.h | |
configure:9170: result: no | |
configure:9170: checking utime.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking utime.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking for utime.h | |
configure:9170: result: yes | |
configure:9170: checking wchar.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking wchar.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking for wchar.h | |
configure:9170: result: yes | |
configure:9170: checking wctype.h usability | |
configure:9170: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking wctype.h presence | |
configure:9170: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9170: $? = 0 | |
configure:9170: result: yes | |
configure:9170: checking for wctype.h | |
configure:9170: result: yes | |
configure:9185: checking for net/if.h | |
configure:9185: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9185: $? = 0 | |
configure:9185: result: yes | |
configure:9205: checking for sys/ucred.h | |
configure:9205: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9205: $? = 0 | |
configure:9205: result: yes | |
configure:9223: checking netinet/in.h usability | |
configure:9223: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9223: $? = 0 | |
configure:9223: result: yes | |
configure:9223: checking netinet/in.h presence | |
configure:9223: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9223: $? = 0 | |
configure:9223: result: yes | |
configure:9223: checking for netinet/in.h | |
configure:9223: result: yes | |
configure:9235: checking for netinet/tcp.h | |
configure:9235: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9235: $? = 0 | |
configure:9235: result: yes | |
configure:9254: checking readline/readline.h usability | |
configure:9254: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9254: $? = 0 | |
configure:9254: result: yes | |
configure:9254: checking readline/readline.h presence | |
configure:9254: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9254: $? = 0 | |
configure:9254: result: yes | |
configure:9254: checking for readline/readline.h | |
configure:9254: result: yes | |
configure:9284: checking readline/history.h usability | |
configure:9284: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9284: $? = 0 | |
configure:9284: result: yes | |
configure:9284: checking readline/history.h presence | |
configure:9284: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9284: $? = 0 | |
configure:9284: result: yes | |
configure:9284: checking for readline/history.h | |
configure:9284: result: yes | |
configure:9406: checking zlib.h usability | |
configure:9406: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9406: $? = 0 | |
configure:9406: result: yes | |
configure:9406: checking zlib.h presence | |
configure:9406: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9406: $? = 0 | |
configure:9406: result: yes | |
configure:9406: checking for zlib.h | |
configure:9406: result: yes | |
configure:9422: checking gssapi/gssapi.h usability | |
configure:9422: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9422: $? = 0 | |
configure:9422: result: yes | |
configure:9422: checking gssapi/gssapi.h presence | |
configure:9422: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9422: $? = 0 | |
configure:9422: result: yes | |
configure:9422: checking for gssapi/gssapi.h | |
configure:9422: result: yes | |
configure:9450: checking openssl/ssl.h usability | |
configure:9450: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9450: $? = 0 | |
configure:9450: result: yes | |
configure:9450: checking openssl/ssl.h presence | |
configure:9450: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9450: $? = 0 | |
configure:9450: result: yes | |
configure:9450: checking for openssl/ssl.h | |
configure:9450: result: yes | |
configure:9458: checking openssl/err.h usability | |
configure:9458: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9458: $? = 0 | |
configure:9458: result: yes | |
configure:9458: checking openssl/err.h presence | |
configure:9458: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9458: $? = 0 | |
configure:9458: result: yes | |
configure:9458: checking for openssl/err.h | |
configure:9458: result: yes | |
configure:9471: checking security/pam_appl.h usability | |
configure:9471: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9471: $? = 0 | |
configure:9471: result: yes | |
configure:9471: checking security/pam_appl.h presence | |
configure:9471: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9471: $? = 0 | |
configure:9471: result: yes | |
configure:9471: checking for security/pam_appl.h | |
configure:9471: result: yes | |
configure:9499: checking libxml/parser.h usability | |
configure:9499: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9499: $? = 0 | |
configure:9499: result: yes | |
configure:9499: checking libxml/parser.h presence | |
configure:9499: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9499: $? = 0 | |
configure:9499: result: yes | |
configure:9499: checking for libxml/parser.h | |
configure:9499: result: yes | |
configure:9510: checking libxslt/xslt.h usability | |
configure:9510: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9510: $? = 0 | |
configure:9510: result: yes | |
configure:9510: checking libxslt/xslt.h presence | |
configure:9510: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9510: $? = 0 | |
configure:9510: result: yes | |
configure:9510: checking for libxslt/xslt.h | |
configure:9510: result: yes | |
configure:9535: checking ldap.h usability | |
configure:9535: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9535: $? = 0 | |
configure:9535: result: yes | |
configure:9535: checking ldap.h presence | |
configure:9535: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9535: $? = 0 | |
configure:9535: result: yes | |
configure:9535: checking for ldap.h | |
configure:9535: result: yes | |
configure:9547: checking for compatible LDAP implementation | |
configure:9568: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:78:1: error: unknown type name 'choke' | |
choke me | |
^ | |
conftest.c:78:9: error: expected ';' after top level declarator | |
choke me | |
^ | |
; | |
2 errors generated. | |
configure:9568: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| /* end confdefs.h. */ | |
| #include <ldap.h> | |
| #if !defined(LDAP_VENDOR_VERSION) || (defined(LDAP_API_FEATURE_X_OPENLDAP) && LDAP_VENDOR_VERSION >= 20424 && LDAP_VENDOR_VERSION <= 20431) | |
| choke me | |
| #endif | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:9575: result: no | |
configure:9582: WARNING: | |
*** With OpenLDAP versions 2.4.24 through 2.4.31, inclusive, each backend | |
*** process that loads libpq (via WAL receiver, dblink, or postgres_fdw) and | |
*** also uses LDAP will crash on exit. | |
configure:9610: checking dns_sd.h usability | |
configure:9610: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9610: $? = 0 | |
configure:9610: result: yes | |
configure:9610: checking dns_sd.h presence | |
configure:9610: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9610: $? = 0 | |
configure:9610: result: yes | |
configure:9610: checking for dns_sd.h | |
configure:9610: result: yes | |
configure:9651: checking uuid/uuid.h usability | |
configure:9651: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9651: $? = 0 | |
configure:9651: result: yes | |
configure:9651: checking uuid/uuid.h presence | |
configure:9651: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:9651: $? = 0 | |
configure:9651: result: yes | |
configure:9651: checking for uuid/uuid.h | |
configure:9651: result: yes | |
configure:9773: checking whether byte ordering is bigendian | |
configure:9788: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9788: $? = 0 | |
configure:9833: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:9833: $? = 0 | |
configure:9851: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:84:4: error: use of undeclared identifier 'not' | |
not big endian | |
^ | |
1 error generated. | |
configure:9851: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/param.h> | |
| | |
| int | |
| main () | |
| { | |
| #if BYTE_ORDER != BIG_ENDIAN | |
| not big endian | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:9979: result: no | |
configure:9997: checking for inline | |
configure:10013: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:79:21: warning: unused function 'static_foo' [-Wunused-function] | |
static inline foo_t static_foo () {return 0; } | |
^ | |
1 warning generated. | |
configure:10013: $? = 0 | |
configure:10021: result: inline | |
configure:10039: checking for quiet inline (no complaint if unreferenced) | |
configure:10059: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:10059: $? = 0 | |
configure:10067: result: yes | |
configure:10078: checking for flexible array members | |
configure:10101: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:10101: $? = 0 | |
configure:10108: result: yes | |
configure:10119: checking for signed types | |
configure:10135: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:83:13: warning: unused variable 'c' [-Wunused-variable] | |
signed char c; signed short s; signed int i; | |
^ | |
conftest.c:83:29: warning: unused variable 's' [-Wunused-variable] | |
signed char c; signed short s; signed int i; | |
^ | |
conftest.c:83:43: warning: unused variable 'i' [-Wunused-variable] | |
signed char c; signed short s; signed int i; | |
^ | |
3 warnings generated. | |
configure:10135: $? = 0 | |
configure:10142: result: yes | |
configure:10149: checking for __func__ | |
configure:10165: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:10165: $? = 0 | |
configure:10172: result: yes | |
configure:10210: checking for _Static_assert | |
configure:10226: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:10226: $? = 0 | |
configure:10234: result: yes | |
configure:10241: checking for __builtin_types_compatible_p | |
configure:10257: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:85:20: warning: unused variable 'y' [-Wunused-variable] | |
int x; static int y[__builtin_types_compatible_p(__typeof__(x), int)]; | |
^ | |
1 warning generated. | |
configure:10257: $? = 0 | |
configure:10264: result: yes | |
configure:10271: checking for __builtin_constant_p | |
configure:10287: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:82:26: warning: unused variable 'y' [-Wunused-variable] | |
static int x; static int y[__builtin_constant_p(x) ? x : 1]; | |
^ | |
1 warning generated. | |
configure:10287: $? = 0 | |
configure:10294: result: yes | |
configure:10301: checking for __builtin_unreachable | |
configure:10317: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:10317: $? = 0 | |
configure:10325: result: yes | |
configure:10332: checking for __VA_ARGS__ | |
configure:10350: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:10350: $? = 0 | |
configure:10357: result: yes | |
configure:10364: checking whether struct tm is in sys/time.h or time.h | |
configure:10384: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:10384: $? = 0 | |
configure:10391: result: time.h | |
configure:10399: checking for struct tm.tm_zone | |
configure:10399: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:10399: $? = 0 | |
configure:10399: result: yes | |
configure:10417: checking for tzname | |
configure:10437: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
conftest.c:95:1: warning: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-function-declaration] | |
atoi(*tzname); | |
^ | |
1 warning generated. | |
configure:10437: $? = 0 | |
configure:10445: result: yes | |
configure:10453: checking for union semun | |
configure:10453: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:10453: $? = 0 | |
configure:10453: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:95:26: error: expected expression | |
if (sizeof ((union semun))) | |
^ | |
1 error generated. | |
configure:10453: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/ipc.h> | |
| #include <sys/sem.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((union semun))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10453: result: yes | |
configure:10466: checking for struct sockaddr_un | |
configure:10466: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:10466: $? = 0 | |
configure:10466: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:98:33: error: expected expression | |
if (sizeof ((struct sockaddr_un))) | |
^ | |
1 error generated. | |
configure:10466: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #ifdef HAVE_SYS_UN_H | |
| #include <sys/un.h> | |
| #endif | |
| | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((struct sockaddr_un))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10466: result: yes | |
configure:10478: checking for struct sockaddr_storage | |
configure:10478: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:10478: $? = 0 | |
configure:10478: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:99:38: error: expected expression | |
if (sizeof ((struct sockaddr_storage))) | |
^ | |
1 error generated. | |
configure:10478: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #ifdef HAVE_SYS_SOCKET_H | |
| #include <sys/socket.h> | |
| #endif | |
| | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((struct sockaddr_storage))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10478: result: yes | |
configure:10493: checking for struct sockaddr_storage.ss_family | |
configure:10493: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:10493: $? = 0 | |
configure:10493: result: yes | |
configure:10507: checking for struct sockaddr_storage.__ss_family | |
configure:10507: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:102:13: error: no member named '__ss_family' in 'struct sockaddr_storage'; did you mean 'ss_family'? | |
if (ac_aggr.__ss_family) | |
^~~~~~~~~~~ | |
ss_family | |
/usr/include/sys/socket.h:318:14: note: 'ss_family' declared here | |
sa_family_t ss_family; /* [XSI] address family */ | |
^ | |
1 error generated. | |
configure:10507: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #ifdef HAVE_SYS_SOCKET_H | |
| #include <sys/socket.h> | |
| #endif | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct sockaddr_storage ac_aggr; | |
| if (ac_aggr.__ss_family) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10507: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:102:20: error: no member named '__ss_family' in 'struct sockaddr_storage'; did you mean 'ss_family'? | |
if (sizeof ac_aggr.__ss_family) | |
^~~~~~~~~~~ | |
ss_family | |
/usr/include/sys/socket.h:318:14: note: 'ss_family' declared here | |
sa_family_t ss_family; /* [XSI] address family */ | |
^ | |
1 error generated. | |
configure:10507: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #ifdef HAVE_SYS_SOCKET_H | |
| #include <sys/socket.h> | |
| #endif | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct sockaddr_storage ac_aggr; | |
| if (sizeof ac_aggr.__ss_family) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10507: result: no | |
configure:10521: checking for struct sockaddr_storage.ss_len | |
configure:10521: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:10521: $? = 0 | |
configure:10521: result: yes | |
configure:10535: checking for struct sockaddr_storage.__ss_len | |
configure:10535: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:103:13: error: no member named '__ss_len' in 'struct sockaddr_storage'; did you mean 'ss_len'? | |
if (ac_aggr.__ss_len) | |
^~~~~~~~ | |
ss_len | |
/usr/include/sys/socket.h:317:12: note: 'ss_len' declared here | |
__uint8_t ss_len; /* address length */ | |
^ | |
1 error generated. | |
configure:10535: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #ifdef HAVE_SYS_SOCKET_H | |
| #include <sys/socket.h> | |
| #endif | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct sockaddr_storage ac_aggr; | |
| if (ac_aggr.__ss_len) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10535: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:103:20: error: no member named '__ss_len' in 'struct sockaddr_storage'; did you mean 'ss_len'? | |
if (sizeof ac_aggr.__ss_len) | |
^~~~~~~~ | |
ss_len | |
/usr/include/sys/socket.h:317:12: note: 'ss_len' declared here | |
__uint8_t ss_len; /* address length */ | |
^ | |
1 error generated. | |
configure:10535: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #ifdef HAVE_SYS_SOCKET_H | |
| #include <sys/socket.h> | |
| #endif | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct sockaddr_storage ac_aggr; | |
| if (sizeof ac_aggr.__ss_len) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10535: result: no | |
configure:10549: checking for struct sockaddr.sa_len | |
configure:10549: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:10549: $? = 0 | |
configure:10549: result: yes | |
configure:10564: checking for struct addrinfo | |
configure:10564: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:10564: $? = 0 | |
configure:10564: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:102:30: error: expected expression | |
if (sizeof ((struct addrinfo))) | |
^ | |
1 error generated. | |
configure:10564: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/socket.h> | |
| #include <netdb.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((struct addrinfo))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10564: result: yes | |
configure:10579: checking for intptr_t | |
configure:10579: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:10579: $? = 0 | |
configure:10579: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:131:23: error: expected expression | |
if (sizeof ((intptr_t))) | |
^ | |
1 error generated. | |
configure:10579: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((intptr_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10579: result: yes | |
configure:10615: checking for uintptr_t | |
configure:10615: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:10615: $? = 0 | |
configure:10615: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:132:24: error: expected expression | |
if (sizeof ((uintptr_t))) | |
^ | |
1 error generated. | |
configure:10615: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((uintptr_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10615: result: yes | |
configure:10652: checking for unsigned long long int | |
configure:10691: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:10691: $? = 0 | |
configure:10700: result: yes | |
configure:10710: checking for long long int | |
configure:10748: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:10748: $? = 0 | |
configure:10748: ./conftest | |
dyld: Library not loaded: /Volumes/HOME/hardy/local/opt/readline/lib/libreadline.6.dylib | |
Referenced from: /Users/hardy/tmp/postgresql20150511-699-17zl1rm/postgresql-9.4.1/./conftest | |
Reason: image not found | |
./configure: line 1928: 2725 Trace/BPT trap: 5 ./conftest$ac_exeext | |
configure:10748: $? = 133 | |
configure: program exited with status 133 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| /* end confdefs.h. */ | |
| #include <limits.h> | |
| #ifndef LLONG_MAX | |
| # define HALF (1LL << (sizeof (long long int) * CHAR_BIT - 2)) | |
| # define LLONG_MAX (HALF - 1 + HALF) | |
| #endif | |
| int | |
| main () | |
| { | |
| long long int n = 1; | |
| int i; | |
| for (i = 0; ; i++) | |
| { | |
| long long int m = n << i; | |
| if (m >> i != n) | |
| return 1; | |
| if (LLONG_MAX / 2 < m) | |
| break; | |
| } | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10760: result: no | |
configure:10769: checking for locale_t | |
configure:10786: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:99:1: error: unknown type name 'locale_t' | |
locale_t x; | |
^ | |
1 error generated. | |
configure:10786: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| /* end confdefs.h. */ | |
| #include <locale.h> | |
| locale_t x; | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:10801: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:10801: $? = 0 | |
configure:10810: result: yes (in xlocale.h) | |
configure:10823: checking for struct cmsgcred | |
configure:10823: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:109:5: error: invalid application of 'sizeof' to an incomplete type 'struct cmsgcred' | |
if (sizeof (struct cmsgcred)) | |
^ ~~~~~~~~~~~~~~~~~ | |
conftest.c:109:20: note: forward declaration of 'struct cmsgcred' | |
if (sizeof (struct cmsgcred)) | |
^ | |
1 error generated. | |
configure:10823: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| /* end confdefs.h. */ | |
| #include <sys/socket.h> | |
| #include <sys/param.h> | |
| #ifdef HAVE_SYS_UCRED_H | |
| #include <sys/ucred.h> | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof (struct cmsgcred)) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10823: result: no | |
configure:10839: checking for struct option | |
configure:10839: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:10839: $? = 0 | |
configure:10839: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:107:28: error: expected expression | |
if (sizeof ((struct option))) | |
^ | |
1 error generated. | |
configure:10839: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| /* end confdefs.h. */ | |
| #ifdef HAVE_GETOPT_H | |
| #include <getopt.h> | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((struct option))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10839: result: yes | |
configure:10857: checking for z_streamp | |
configure:10857: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:10857: $? = 0 | |
configure:10857: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:106:24: error: expected expression | |
if (sizeof ((z_streamp))) | |
^ | |
1 error generated. | |
configure:10857: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| #define HAVE_STRUCT_OPTION 1 | |
| /* end confdefs.h. */ | |
| #include <zlib.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((z_streamp))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10857: result: yes | |
configure:10913: checking for special C compiler options needed for large files | |
configure:10958: result: no | |
configure:10964: checking for _FILE_OFFSET_BITS value needed for large files | |
configure:10989: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:10989: $? = 0 | |
configure:11021: result: no | |
configure:11114: checking size of off_t | |
configure:11119: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:11119: $? = 0 | |
configure:11119: ./conftest | |
dyld: Library not loaded: /Volumes/HOME/hardy/local/opt/readline/lib/libreadline.6.dylib | |
Referenced from: /Users/hardy/tmp/postgresql20150511-699-17zl1rm/postgresql-9.4.1/./conftest | |
Reason: image not found | |
./configure: line 1928: 2800 Trace/BPT trap: 5 ./conftest$ac_exeext | |
configure:11119: $? = 133 | |
configure: program exited with status 133 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| #define HAVE_STRUCT_OPTION 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| static long int longval () { return (long int) (sizeof (off_t)); } | |
| static unsigned long int ulongval () { return (long int) (sizeof (off_t)); } | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| int | |
| main () | |
| { | |
| | |
| FILE *f = fopen ("conftest.val", "w"); | |
| if (! f) | |
| return 1; | |
| if (((long int) (sizeof (off_t))) < 0) | |
| { | |
| long int i = longval (); | |
| if (i != ((long int) (sizeof (off_t)))) | |
| return 1; | |
| fprintf (f, "%ld", i); | |
| } | |
| else | |
| { | |
| unsigned long int i = ulongval (); | |
| if (i != ((long int) (sizeof (off_t)))) | |
| return 1; | |
| fprintf (f, "%lu", i); | |
| } | |
| /* Do not output a trailing newline, as this causes \r\n confusion | |
| on some platforms. */ | |
| return ferror (f) || fclose (f) != 0; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:11133: result: 0 | |
configure:11154: checking for int timezone | |
configure:11175: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:11175: $? = 0 | |
configure:11183: result: yes | |
configure:11190: checking types of arguments for accept() | |
configure:11225: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:109:12: error: conflicting types for 'accept' | |
extern int accept (int, struct sockaddr *, int *); | |
^ | |
/usr/include/sys/socket.h:560:5: note: previous declaration is here | |
int accept(int, struct sockaddr * __restrict, socklen_t * __restrict) | |
^ | |
1 error generated. | |
configure:11225: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| #define HAVE_STRUCT_OPTION 1 | |
| #define SIZEOF_OFF_T 0 | |
| #define HAVE_INT_TIMEZONE 1 | |
| /* end confdefs.h. */ | |
| #ifdef HAVE_SYS_TYPES_H | |
| #include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_SOCKET_H | |
| #include <sys/socket.h> | |
| #endif | |
| extern int accept (int, struct sockaddr *, int *); | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:11225: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:109:12: error: conflicting types for 'accept' | |
extern int accept (int, struct sockaddr *, size_t *); | |
^ | |
/usr/include/sys/socket.h:560:5: note: previous declaration is here | |
int accept(int, struct sockaddr * __restrict, socklen_t * __restrict) | |
^ | |
1 error generated. | |
configure:11225: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| #define HAVE_STRUCT_OPTION 1 | |
| #define SIZEOF_OFF_T 0 | |
| #define HAVE_INT_TIMEZONE 1 | |
| /* end confdefs.h. */ | |
| #ifdef HAVE_SYS_TYPES_H | |
| #include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_SOCKET_H | |
| #include <sys/socket.h> | |
| #endif | |
| extern int accept (int, struct sockaddr *, size_t *); | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:11225: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:11225: $? = 0 | |
configure:11249: result: int, int, struct sockaddr *, socklen_t * | |
configure:11272: checking whether gettimeofday takes only one argument | |
configure:11290: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:113:14: warning: variable 'tp' is uninitialized when used here [-Wuninitialized] | |
gettimeofday(tp,tzp); | |
^~ | |
conftest.c:111:19: note: initialize the variable 'tp' to silence this warning | |
struct timeval *tp; | |
^ | |
= NULL | |
conftest.c:113:17: warning: variable 'tzp' is uninitialized when used here [-Wuninitialized] | |
gettimeofday(tp,tzp); | |
^~~ | |
conftest.c:112:21: note: initialize the variable 'tzp' to silence this warning | |
struct timezone *tzp; | |
^ | |
= NULL | |
2 warnings generated. | |
configure:11290: $? = 0 | |
configure:11297: result: no | |
configure:11316: checking for cbrt | |
configure:11316: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
conftest.c:130:6: warning: incompatible redeclaration of library function 'cbrt' [-Wincompatible-library-redeclaration] | |
char cbrt (); | |
^ | |
conftest.c:130:6: note: 'cbrt' is a builtin with type 'double (double)' | |
1 warning generated. | |
configure:11316: $? = 0 | |
configure:11316: result: yes | |
configure:11316: checking for dlopen | |
configure:11316: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11316: $? = 0 | |
configure:11316: result: yes | |
configure:11316: checking for fdatasync | |
configure:11316: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11316: $? = 0 | |
configure:11316: result: yes | |
configure:11316: checking for getifaddrs | |
configure:11316: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11316: $? = 0 | |
configure:11316: result: yes | |
configure:11316: checking for getpeerucred | |
configure:11316: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
Undefined symbols for architecture x86_64: | |
"_getpeerucred", referenced from: | |
_main in conftest-c67acc.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11316: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| #define HAVE_STRUCT_OPTION 1 | |
| #define SIZEOF_OFF_T 0 | |
| #define HAVE_INT_TIMEZONE 1 | |
| #define ACCEPT_TYPE_RETURN int | |
| #define ACCEPT_TYPE_ARG1 int | |
| #define ACCEPT_TYPE_ARG2 struct sockaddr * | |
| #define ACCEPT_TYPE_ARG3 socklen_t | |
| #define HAVE_CBRT 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| /* end confdefs.h. */ | |
| /* Define getpeerucred to an innocuous variant, in case <limits.h> declares getpeerucred. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getpeerucred innocuous_getpeerucred | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getpeerucred (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef getpeerucred | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char getpeerucred (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_getpeerucred || defined __stub___getpeerucred | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getpeerucred (); | |
| ; | |
| return 0; | |
| } | |
configure:11316: result: no | |
configure:11316: checking for getrlimit | |
configure:11316: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11316: $? = 0 | |
configure:11316: result: yes | |
configure:11316: checking for mbstowcs_l | |
configure:11316: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11316: $? = 0 | |
configure:11316: result: yes | |
configure:11316: checking for memmove | |
configure:11316: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
conftest.c:136:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration] | |
char memmove (); | |
^ | |
conftest.c:136:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)' | |
1 warning generated. | |
configure:11316: $? = 0 | |
configure:11316: result: yes | |
configure:11316: checking for poll | |
configure:11316: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11316: $? = 0 | |
configure:11316: result: yes | |
configure:11316: checking for pstat | |
configure:11316: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
Undefined symbols for architecture x86_64: | |
"_pstat", referenced from: | |
_main in conftest-0a460e.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11316: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| #define HAVE_STRUCT_OPTION 1 | |
| #define SIZEOF_OFF_T 0 | |
| #define HAVE_INT_TIMEZONE 1 | |
| #define ACCEPT_TYPE_RETURN int | |
| #define ACCEPT_TYPE_ARG1 int | |
| #define ACCEPT_TYPE_ARG2 struct sockaddr * | |
| #define ACCEPT_TYPE_ARG3 socklen_t | |
| #define HAVE_CBRT 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MBSTOWCS_L 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| /* end confdefs.h. */ | |
| /* Define pstat to an innocuous variant, in case <limits.h> declares pstat. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pstat innocuous_pstat | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pstat (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef pstat | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char pstat (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_pstat || defined __stub___pstat | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pstat (); | |
| ; | |
| return 0; | |
| } | |
configure:11316: result: no | |
configure:11316: checking for pthread_is_threaded_np | |
configure:11316: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11316: $? = 0 | |
configure:11316: result: yes | |
configure:11316: checking for readlink | |
configure:11316: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11316: $? = 0 | |
configure:11316: result: yes | |
configure:11316: checking for setproctitle | |
configure:11316: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
Undefined symbols for architecture x86_64: | |
"_setproctitle", referenced from: | |
_main in conftest-71eaa0.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11316: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| #define HAVE_STRUCT_OPTION 1 | |
| #define SIZEOF_OFF_T 0 | |
| #define HAVE_INT_TIMEZONE 1 | |
| #define ACCEPT_TYPE_RETURN int | |
| #define ACCEPT_TYPE_ARG1 int | |
| #define ACCEPT_TYPE_ARG2 struct sockaddr * | |
| #define ACCEPT_TYPE_ARG3 socklen_t | |
| #define HAVE_CBRT 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MBSTOWCS_L 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PTHREAD_IS_THREADED_NP 1 | |
| #define HAVE_READLINK 1 | |
| /* end confdefs.h. */ | |
| /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define setproctitle innocuous_setproctitle | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char setproctitle (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef setproctitle | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char setproctitle (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_setproctitle || defined __stub___setproctitle | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return setproctitle (); | |
| ; | |
| return 0; | |
| } | |
configure:11316: result: no | |
configure:11316: checking for setsid | |
configure:11316: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11316: $? = 0 | |
configure:11316: result: yes | |
configure:11316: checking for shm_open | |
configure:11316: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11316: $? = 0 | |
configure:11316: result: yes | |
configure:11316: checking for sigprocmask | |
configure:11316: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11316: $? = 0 | |
configure:11316: result: yes | |
configure:11316: checking for symlink | |
configure:11316: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11316: $? = 0 | |
configure:11316: result: yes | |
configure:11316: checking for sync_file_range | |
configure:11316: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
Undefined symbols for architecture x86_64: | |
"_sync_file_range", referenced from: | |
_main in conftest-cee5dd.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11316: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| #define HAVE_STRUCT_OPTION 1 | |
| #define SIZEOF_OFF_T 0 | |
| #define HAVE_INT_TIMEZONE 1 | |
| #define ACCEPT_TYPE_RETURN int | |
| #define ACCEPT_TYPE_ARG1 int | |
| #define ACCEPT_TYPE_ARG2 struct sockaddr * | |
| #define ACCEPT_TYPE_ARG3 socklen_t | |
| #define HAVE_CBRT 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MBSTOWCS_L 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PTHREAD_IS_THREADED_NP 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| /* end confdefs.h. */ | |
| /* Define sync_file_range to an innocuous variant, in case <limits.h> declares sync_file_range. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define sync_file_range innocuous_sync_file_range | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char sync_file_range (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef sync_file_range | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char sync_file_range (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_sync_file_range || defined __stub___sync_file_range | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return sync_file_range (); | |
| ; | |
| return 0; | |
| } | |
configure:11316: result: no | |
configure:11316: checking for towlower | |
configure:11316: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11316: $? = 0 | |
configure:11316: result: yes | |
configure:11316: checking for utime | |
configure:11316: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11316: $? = 0 | |
configure:11316: result: yes | |
configure:11316: checking for utimes | |
configure:11316: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11316: $? = 0 | |
configure:11316: result: yes | |
configure:11316: checking for wcstombs | |
configure:11316: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11316: $? = 0 | |
configure:11316: result: yes | |
configure:11316: checking for wcstombs_l | |
configure:11316: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11316: $? = 0 | |
configure:11316: result: yes | |
configure:11326: checking for fseeko | |
configure:11326: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11326: $? = 0 | |
configure:11326: result: yes | |
configure:11349: checking for _LARGEFILE_SOURCE value needed for large files | |
configure:11368: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11368: $? = 0 | |
configure:11396: result: no | |
configure:11425: checking for posix_fadvise | |
configure:11425: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
Undefined symbols for architecture x86_64: | |
"_posix_fadvise", referenced from: | |
_main in conftest-e990d3.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11425: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| #define HAVE_STRUCT_OPTION 1 | |
| #define SIZEOF_OFF_T 0 | |
| #define HAVE_INT_TIMEZONE 1 | |
| #define ACCEPT_TYPE_RETURN int | |
| #define ACCEPT_TYPE_ARG1 int | |
| #define ACCEPT_TYPE_ARG2 struct sockaddr * | |
| #define ACCEPT_TYPE_ARG3 socklen_t | |
| #define HAVE_CBRT 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MBSTOWCS_L 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PTHREAD_IS_THREADED_NP 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WCSTOMBS 1 | |
| #define HAVE_WCSTOMBS_L 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_FSEEKO 1 | |
| /* end confdefs.h. */ | |
| /* Define posix_fadvise to an innocuous variant, in case <limits.h> declares posix_fadvise. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define posix_fadvise innocuous_posix_fadvise | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char posix_fadvise (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef posix_fadvise | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char posix_fadvise (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_posix_fadvise || defined __stub___posix_fadvise | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return posix_fadvise (); | |
| ; | |
| return 0; | |
| } | |
configure:11425: result: no | |
configure:11434: checking whether posix_fadvise is declared | |
configure:11434: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:137:10: error: use of undeclared identifier 'posix_fadvise' | |
(void) posix_fadvise; | |
^ | |
1 error generated. | |
configure:11434: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| #define HAVE_STRUCT_OPTION 1 | |
| #define SIZEOF_OFF_T 0 | |
| #define HAVE_INT_TIMEZONE 1 | |
| #define ACCEPT_TYPE_RETURN int | |
| #define ACCEPT_TYPE_ARG1 int | |
| #define ACCEPT_TYPE_ARG2 struct sockaddr * | |
| #define ACCEPT_TYPE_ARG3 socklen_t | |
| #define HAVE_CBRT 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MBSTOWCS_L 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PTHREAD_IS_THREADED_NP 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WCSTOMBS 1 | |
| #define HAVE_WCSTOMBS_L 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_FSEEKO 1 | |
| /* end confdefs.h. */ | |
| #include <fcntl.h> | |
| | |
| int | |
| main () | |
| { | |
| #ifndef posix_fadvise | |
| #ifdef __cplusplus | |
| (void) posix_fadvise; | |
| #else | |
| (void) posix_fadvise; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:11434: result: no | |
configure:11448: checking whether fdatasync is declared | |
configure:11448: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:138:10: error: use of undeclared identifier 'fdatasync' | |
(void) fdatasync; | |
^ | |
1 error generated. | |
configure:11448: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| #define HAVE_STRUCT_OPTION 1 | |
| #define SIZEOF_OFF_T 0 | |
| #define HAVE_INT_TIMEZONE 1 | |
| #define ACCEPT_TYPE_RETURN int | |
| #define ACCEPT_TYPE_ARG1 int | |
| #define ACCEPT_TYPE_ARG2 struct sockaddr * | |
| #define ACCEPT_TYPE_ARG3 socklen_t | |
| #define HAVE_CBRT 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MBSTOWCS_L 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PTHREAD_IS_THREADED_NP 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WCSTOMBS 1 | |
| #define HAVE_WCSTOMBS_L 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_DECL_POSIX_FADVISE 0 | |
| /* end confdefs.h. */ | |
| #include <unistd.h> | |
| | |
| int | |
| main () | |
| { | |
| #ifndef fdatasync | |
| #ifdef __cplusplus | |
| (void) fdatasync; | |
| #else | |
| (void) fdatasync; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:11448: result: no | |
configure:11460: checking whether strlcat is declared | |
configure:11460: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:11460: $? = 0 | |
configure:11460: result: yes | |
configure:11470: checking whether strlcpy is declared | |
configure:11470: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:11470: $? = 0 | |
configure:11470: result: yes | |
configure:11482: checking whether F_FULLFSYNC is declared | |
configure:11482: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:11482: $? = 0 | |
configure:11482: result: yes | |
configure:11496: checking for struct sockaddr_in6 | |
configure:11496: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:11496: $? = 0 | |
configure:11496: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:171:34: error: expected expression | |
if (sizeof ((struct sockaddr_in6))) | |
^ | |
1 error generated. | |
configure:11496: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| #define HAVE_STRUCT_OPTION 1 | |
| #define SIZEOF_OFF_T 0 | |
| #define HAVE_INT_TIMEZONE 1 | |
| #define ACCEPT_TYPE_RETURN int | |
| #define ACCEPT_TYPE_ARG1 int | |
| #define ACCEPT_TYPE_ARG2 struct sockaddr * | |
| #define ACCEPT_TYPE_ARG3 socklen_t | |
| #define HAVE_CBRT 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MBSTOWCS_L 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PTHREAD_IS_THREADED_NP 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WCSTOMBS 1 | |
| #define HAVE_WCSTOMBS_L 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_DECL_POSIX_FADVISE 0 | |
| #define HAVE_DECL_FDATASYNC 0 | |
| #define HAVE_DECL_STRLCAT 1 | |
| #define HAVE_DECL_STRLCPY 1 | |
| #define HAVE_DECL_F_FULLFSYNC 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <netinet/in.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((struct sockaddr_in6))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:11496: result: yes | |
configure:11508: checking for PS_STRINGS | |
configure:11527: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
conftest.c:135:10: fatal error: 'sys/exec.h' file not found | |
#include <sys/exec.h> | |
^ | |
1 error generated. | |
configure:11527: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| #define HAVE_STRUCT_OPTION 1 | |
| #define SIZEOF_OFF_T 0 | |
| #define HAVE_INT_TIMEZONE 1 | |
| #define ACCEPT_TYPE_RETURN int | |
| #define ACCEPT_TYPE_ARG1 int | |
| #define ACCEPT_TYPE_ARG2 struct sockaddr * | |
| #define ACCEPT_TYPE_ARG3 socklen_t | |
| #define HAVE_CBRT 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MBSTOWCS_L 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PTHREAD_IS_THREADED_NP 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WCSTOMBS 1 | |
| #define HAVE_WCSTOMBS_L 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_DECL_POSIX_FADVISE 0 | |
| #define HAVE_DECL_FDATASYNC 0 | |
| #define HAVE_DECL_STRLCAT 1 | |
| #define HAVE_DECL_STRLCPY 1 | |
| #define HAVE_DECL_F_FULLFSYNC 1 | |
| #define HAVE_IPV6 1 | |
| /* end confdefs.h. */ | |
| #include <machine/vmparam.h> | |
| #include <sys/exec.h> | |
| | |
| int | |
| main () | |
| { | |
| PS_STRINGS->ps_nargvstr = 1; | |
| PS_STRINGS->ps_argvstr = "foo"; | |
| ; | |
| return 0; | |
| } | |
configure:11535: result: no | |
configure:11580: checking for snprintf | |
configure:11580: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
conftest.c:157:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration] | |
char snprintf (); | |
^ | |
conftest.c:157:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)' | |
1 warning generated. | |
configure:11580: $? = 0 | |
configure:11580: result: yes | |
configure:11593: checking for vsnprintf | |
configure:11593: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
conftest.c:158:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration] | |
char vsnprintf (); | |
^ | |
conftest.c:158:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, __va_list_tag *)' | |
1 warning generated. | |
configure:11593: $? = 0 | |
configure:11593: result: yes | |
configure:11612: checking whether snprintf is declared | |
configure:11612: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:11612: $? = 0 | |
configure:11612: result: yes | |
configure:11622: checking whether vsnprintf is declared | |
configure:11622: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:11622: $? = 0 | |
configure:11622: result: yes | |
configure:11635: checking for isinf | |
configure:11654: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11654: $? = 0 | |
configure:11662: result: yes | |
configure:11691: checking for crypt | |
configure:11691: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11691: $? = 0 | |
configure:11691: result: yes | |
configure:11704: checking for fls | |
configure:11704: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11704: $? = 0 | |
configure:11704: result: yes | |
configure:11717: checking for getopt | |
configure:11717: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11717: $? = 0 | |
configure:11717: result: yes | |
configure:11730: checking for getrusage | |
configure:11730: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11730: $? = 0 | |
configure:11730: result: yes | |
configure:11743: checking for inet_aton | |
configure:11743: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11743: $? = 0 | |
configure:11743: result: yes | |
configure:11756: checking for mkdtemp | |
configure:11756: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11756: $? = 0 | |
configure:11756: result: yes | |
configure:11769: checking for random | |
configure:11769: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11769: $? = 0 | |
configure:11769: result: yes | |
configure:11782: checking for rint | |
configure:11782: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
conftest.c:169:6: warning: incompatible redeclaration of library function 'rint' [-Wincompatible-library-redeclaration] | |
char rint (); | |
^ | |
conftest.c:169:6: note: 'rint' is a builtin with type 'double (double)' | |
1 warning generated. | |
configure:11782: $? = 0 | |
configure:11782: result: yes | |
configure:11795: checking for srandom | |
configure:11795: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11795: $? = 0 | |
configure:11795: result: yes | |
configure:11808: checking for strerror | |
configure:11808: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
conftest.c:171:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] | |
char strerror (); | |
^ | |
conftest.c:171:6: note: 'strerror' is a builtin with type 'char *(int)' | |
1 warning generated. | |
configure:11808: $? = 0 | |
configure:11808: result: yes | |
configure:11821: checking for strlcat | |
configure:11821: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
conftest.c:172:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration] | |
char strlcat (); | |
^ | |
conftest.c:172:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)' | |
1 warning generated. | |
configure:11821: $? = 0 | |
configure:11821: result: yes | |
configure:11834: checking for strlcpy | |
configure:11834: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
conftest.c:173:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration] | |
char strlcpy (); | |
^ | |
conftest.c:173:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)' | |
1 warning generated. | |
configure:11834: $? = 0 | |
configure:11834: result: yes | |
configure:11864: checking for unsetenv | |
configure:11864: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11864: $? = 0 | |
configure:11864: result: yes | |
configure:11877: checking for getpeereid | |
configure:11877: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11877: $? = 0 | |
configure:11877: result: yes | |
configure:11900: checking for getaddrinfo | |
configure:11900: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11900: $? = 0 | |
configure:11900: result: yes | |
configure:11925: checking for getopt_long | |
configure:11925: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:11925: $? = 0 | |
configure:11925: result: yes | |
configure:12057: checking for sigsetjmp | |
configure:12073: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:12073: $? = 0 | |
configure:12081: result: yes | |
configure:12089: checking whether sys_siglist is declared | |
configure:12089: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:12089: $? = 0 | |
configure:12089: result: yes | |
configure:12108: checking for syslog | |
configure:12108: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:12108: $? = 0 | |
configure:12108: result: yes | |
configure:12110: checking syslog.h usability | |
configure:12110: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:12110: $? = 0 | |
configure:12110: result: yes | |
configure:12110: checking syslog.h presence | |
configure:12110: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:12110: $? = 0 | |
configure:12110: result: yes | |
configure:12110: checking for syslog.h | |
configure:12110: result: yes | |
configure:12121: checking for opterr | |
configure:12137: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:12137: $? = 0 | |
configure:12145: result: yes | |
configure:12153: checking for optreset | |
configure:12169: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:12169: $? = 0 | |
configure:12177: result: yes | |
configure:12188: checking for strtoll | |
configure:12188: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:12188: $? = 0 | |
configure:12188: result: yes | |
configure:12200: checking for strtoull | |
configure:12200: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:12200: $? = 0 | |
configure:12200: result: yes | |
configure:12210: checking for builtin locking functions | |
configure:12228: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lm >&5 | |
configure:12228: $? = 0 | |
configure:12236: result: yes | |
configure:12248: checking for rl_completion_append_character | |
configure:12270: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:12270: $? = 0 | |
configure:12278: result: yes | |
configure:12288: checking for rl_completion_matches | |
configure:12288: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:12288: $? = 0 | |
configure:12288: result: yes | |
configure:12288: checking for rl_filename_completion_function | |
configure:12288: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:12288: $? = 0 | |
configure:12288: result: yes | |
configure:12300: checking for append_history | |
configure:12300: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:12300: $? = 0 | |
configure:12300: result: yes | |
configure:12300: checking for history_truncate_file | |
configure:12300: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:12300: $? = 0 | |
configure:12300: result: yes | |
configure:12488: checking for the pthreads library -lpthreads | |
configure:12521: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lpthreads -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
conftest.c:172:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized] | |
pthread_t th; pthread_join(th, 0); | |
^~ | |
conftest.c:172:13: note: initialize the variable 'th' to silence this warning | |
pthread_t th; pthread_join(th, 0); | |
^ | |
= NULL | |
1 warning generated. | |
ld: library not found for -lpthreads | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:12521: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| #define HAVE_STRUCT_OPTION 1 | |
| #define SIZEOF_OFF_T 0 | |
| #define HAVE_INT_TIMEZONE 1 | |
| #define ACCEPT_TYPE_RETURN int | |
| #define ACCEPT_TYPE_ARG1 int | |
| #define ACCEPT_TYPE_ARG2 struct sockaddr * | |
| #define ACCEPT_TYPE_ARG3 socklen_t | |
| #define HAVE_CBRT 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MBSTOWCS_L 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PTHREAD_IS_THREADED_NP 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WCSTOMBS 1 | |
| #define HAVE_WCSTOMBS_L 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_DECL_POSIX_FADVISE 0 | |
| #define HAVE_DECL_FDATASYNC 0 | |
| #define HAVE_DECL_STRLCAT 1 | |
| #define HAVE_DECL_STRLCPY 1 | |
| #define HAVE_DECL_F_FULLFSYNC 1 | |
| #define HAVE_IPV6 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_VSNPRINTF 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLS 1 | |
| #define HAVE_GETOPT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_RANDOM 1 | |
| #define HAVE_RINT 1 | |
| #define HAVE_SRANDOM 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETPEEREID 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_INT_OPTERR 1 | |
| #define HAVE_INT_OPTRESET 1 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_GCC_INT_ATOMICS 1 | |
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | |
| #define HAVE_APPEND_HISTORY 1 | |
| #define HAVE_HISTORY_TRUNCATE_FILE 1 | |
| /* end confdefs.h. */ | |
| #include <pthread.h> | |
| int | |
| main () | |
| { | |
| pthread_t th; pthread_join(th, 0); | |
| pthread_attr_init(0); pthread_cleanup_push(0, 0); | |
| pthread_create(0,0,0,0); pthread_cleanup_pop(0); | |
| ; | |
| return 0; | |
| } | |
configure:12556: result: no | |
configure:12431: checking whether pthreads work without any flags | |
configure:12521: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
conftest.c:172:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized] | |
pthread_t th; pthread_join(th, 0); | |
^~ | |
conftest.c:172:13: note: initialize the variable 'th' to silence this warning | |
pthread_t th; pthread_join(th, 0); | |
^ | |
= NULL | |
1 warning generated. | |
configure:12521: $? = 0 | |
configure:12556: result: yes | |
configure:12436: checking whether pthreads work with -Kthread | |
configure:12521: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -Kthread -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
clang: error: unknown argument: '-Kthread' | |
configure:12521: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| #define HAVE_STRUCT_OPTION 1 | |
| #define SIZEOF_OFF_T 0 | |
| #define HAVE_INT_TIMEZONE 1 | |
| #define ACCEPT_TYPE_RETURN int | |
| #define ACCEPT_TYPE_ARG1 int | |
| #define ACCEPT_TYPE_ARG2 struct sockaddr * | |
| #define ACCEPT_TYPE_ARG3 socklen_t | |
| #define HAVE_CBRT 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MBSTOWCS_L 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PTHREAD_IS_THREADED_NP 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WCSTOMBS 1 | |
| #define HAVE_WCSTOMBS_L 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_DECL_POSIX_FADVISE 0 | |
| #define HAVE_DECL_FDATASYNC 0 | |
| #define HAVE_DECL_STRLCAT 1 | |
| #define HAVE_DECL_STRLCPY 1 | |
| #define HAVE_DECL_F_FULLFSYNC 1 | |
| #define HAVE_IPV6 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_VSNPRINTF 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLS 1 | |
| #define HAVE_GETOPT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_RANDOM 1 | |
| #define HAVE_RINT 1 | |
| #define HAVE_SRANDOM 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETPEEREID 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_INT_OPTERR 1 | |
| #define HAVE_INT_OPTRESET 1 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_GCC_INT_ATOMICS 1 | |
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | |
| #define HAVE_APPEND_HISTORY 1 | |
| #define HAVE_HISTORY_TRUNCATE_FILE 1 | |
| /* end confdefs.h. */ | |
| #include <pthread.h> | |
| int | |
| main () | |
| { | |
| pthread_t th; pthread_join(th, 0); | |
| pthread_attr_init(0); pthread_cleanup_push(0, 0); | |
| pthread_create(0,0,0,0); pthread_cleanup_pop(0); | |
| ; | |
| return 0; | |
| } | |
configure:12556: result: no | |
configure:12436: checking whether pthreads work with -kthread | |
configure:12521: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -kthread -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
clang: error: unknown argument: '-kthread' | |
configure:12521: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| #define HAVE_STRUCT_OPTION 1 | |
| #define SIZEOF_OFF_T 0 | |
| #define HAVE_INT_TIMEZONE 1 | |
| #define ACCEPT_TYPE_RETURN int | |
| #define ACCEPT_TYPE_ARG1 int | |
| #define ACCEPT_TYPE_ARG2 struct sockaddr * | |
| #define ACCEPT_TYPE_ARG3 socklen_t | |
| #define HAVE_CBRT 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MBSTOWCS_L 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PTHREAD_IS_THREADED_NP 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WCSTOMBS 1 | |
| #define HAVE_WCSTOMBS_L 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_DECL_POSIX_FADVISE 0 | |
| #define HAVE_DECL_FDATASYNC 0 | |
| #define HAVE_DECL_STRLCAT 1 | |
| #define HAVE_DECL_STRLCPY 1 | |
| #define HAVE_DECL_F_FULLFSYNC 1 | |
| #define HAVE_IPV6 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_VSNPRINTF 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLS 1 | |
| #define HAVE_GETOPT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_RANDOM 1 | |
| #define HAVE_RINT 1 | |
| #define HAVE_SRANDOM 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETPEEREID 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_INT_OPTERR 1 | |
| #define HAVE_INT_OPTRESET 1 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_GCC_INT_ATOMICS 1 | |
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | |
| #define HAVE_APPEND_HISTORY 1 | |
| #define HAVE_HISTORY_TRUNCATE_FILE 1 | |
| /* end confdefs.h. */ | |
| #include <pthread.h> | |
| int | |
| main () | |
| { | |
| pthread_t th; pthread_join(th, 0); | |
| pthread_attr_init(0); pthread_cleanup_push(0, 0); | |
| pthread_create(0,0,0,0); pthread_cleanup_pop(0); | |
| ; | |
| return 0; | |
| } | |
configure:12556: result: no | |
configure:12488: checking for the pthreads library -llthread | |
configure:12521: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -llthread -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
conftest.c:172:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized] | |
pthread_t th; pthread_join(th, 0); | |
^~ | |
conftest.c:172:13: note: initialize the variable 'th' to silence this warning | |
pthread_t th; pthread_join(th, 0); | |
^ | |
= NULL | |
1 warning generated. | |
ld: library not found for -llthread | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:12521: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| #define HAVE_STRUCT_OPTION 1 | |
| #define SIZEOF_OFF_T 0 | |
| #define HAVE_INT_TIMEZONE 1 | |
| #define ACCEPT_TYPE_RETURN int | |
| #define ACCEPT_TYPE_ARG1 int | |
| #define ACCEPT_TYPE_ARG2 struct sockaddr * | |
| #define ACCEPT_TYPE_ARG3 socklen_t | |
| #define HAVE_CBRT 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MBSTOWCS_L 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PTHREAD_IS_THREADED_NP 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WCSTOMBS 1 | |
| #define HAVE_WCSTOMBS_L 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_DECL_POSIX_FADVISE 0 | |
| #define HAVE_DECL_FDATASYNC 0 | |
| #define HAVE_DECL_STRLCAT 1 | |
| #define HAVE_DECL_STRLCPY 1 | |
| #define HAVE_DECL_F_FULLFSYNC 1 | |
| #define HAVE_IPV6 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_VSNPRINTF 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLS 1 | |
| #define HAVE_GETOPT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_RANDOM 1 | |
| #define HAVE_RINT 1 | |
| #define HAVE_SRANDOM 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETPEEREID 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_INT_OPTERR 1 | |
| #define HAVE_INT_OPTRESET 1 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_GCC_INT_ATOMICS 1 | |
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | |
| #define HAVE_APPEND_HISTORY 1 | |
| #define HAVE_HISTORY_TRUNCATE_FILE 1 | |
| /* end confdefs.h. */ | |
| #include <pthread.h> | |
| int | |
| main () | |
| { | |
| pthread_t th; pthread_join(th, 0); | |
| pthread_attr_init(0); pthread_cleanup_push(0, 0); | |
| pthread_create(0,0,0,0); pthread_cleanup_pop(0); | |
| ; | |
| return 0; | |
| } | |
configure:12556: result: no | |
configure:12436: checking whether pthreads work with -pthread | |
configure:12521: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
conftest.c:172:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized] | |
pthread_t th; pthread_join(th, 0); | |
^~ | |
conftest.c:172:13: note: initialize the variable 'th' to silence this warning | |
pthread_t th; pthread_join(th, 0); | |
^ | |
= NULL | |
1 warning generated. | |
configure:12521: $? = 0 | |
configure:12556: result: yes | |
configure:12436: checking whether pthreads work with -pthreads | |
configure:12521: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -pthreads -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
clang: warning: argument unused during compilation: '-pthreads' | |
conftest.c:172:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized] | |
pthread_t th; pthread_join(th, 0); | |
^~ | |
conftest.c:172:13: note: initialize the variable 'th' to silence this warning | |
pthread_t th; pthread_join(th, 0); | |
^ | |
= NULL | |
1 warning generated. | |
configure:12521: $? = 0 | |
configure:12556: result: no | |
configure:12436: checking whether pthreads work with -mthreads | |
configure:12521: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -mthreads -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
clang: error: unknown argument: '-mthreads' | |
configure:12521: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| #define HAVE_STRUCT_OPTION 1 | |
| #define SIZEOF_OFF_T 0 | |
| #define HAVE_INT_TIMEZONE 1 | |
| #define ACCEPT_TYPE_RETURN int | |
| #define ACCEPT_TYPE_ARG1 int | |
| #define ACCEPT_TYPE_ARG2 struct sockaddr * | |
| #define ACCEPT_TYPE_ARG3 socklen_t | |
| #define HAVE_CBRT 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MBSTOWCS_L 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PTHREAD_IS_THREADED_NP 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WCSTOMBS 1 | |
| #define HAVE_WCSTOMBS_L 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_DECL_POSIX_FADVISE 0 | |
| #define HAVE_DECL_FDATASYNC 0 | |
| #define HAVE_DECL_STRLCAT 1 | |
| #define HAVE_DECL_STRLCPY 1 | |
| #define HAVE_DECL_F_FULLFSYNC 1 | |
| #define HAVE_IPV6 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_VSNPRINTF 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLS 1 | |
| #define HAVE_GETOPT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_RANDOM 1 | |
| #define HAVE_RINT 1 | |
| #define HAVE_SRANDOM 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETPEEREID 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_INT_OPTERR 1 | |
| #define HAVE_INT_OPTRESET 1 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_GCC_INT_ATOMICS 1 | |
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | |
| #define HAVE_APPEND_HISTORY 1 | |
| #define HAVE_HISTORY_TRUNCATE_FILE 1 | |
| /* end confdefs.h. */ | |
| #include <pthread.h> | |
| int | |
| main () | |
| { | |
| pthread_t th; pthread_join(th, 0); | |
| pthread_attr_init(0); pthread_cleanup_push(0, 0); | |
| pthread_create(0,0,0,0); pthread_cleanup_pop(0); | |
| ; | |
| return 0; | |
| } | |
configure:12556: result: no | |
configure:12488: checking for the pthreads library -lpthread | |
configure:12521: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lpthread -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
conftest.c:172:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized] | |
pthread_t th; pthread_join(th, 0); | |
^~ | |
conftest.c:172:13: note: initialize the variable 'th' to silence this warning | |
pthread_t th; pthread_join(th, 0); | |
^ | |
= NULL | |
1 warning generated. | |
configure:12521: $? = 0 | |
configure:12556: result: yes | |
configure:12436: checking whether pthreads work with --thread-safe | |
configure:12521: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread --thread-safe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lpthread -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
clang: error: unsupported option '--thread-safe' | |
configure:12521: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| #define HAVE_STRUCT_OPTION 1 | |
| #define SIZEOF_OFF_T 0 | |
| #define HAVE_INT_TIMEZONE 1 | |
| #define ACCEPT_TYPE_RETURN int | |
| #define ACCEPT_TYPE_ARG1 int | |
| #define ACCEPT_TYPE_ARG2 struct sockaddr * | |
| #define ACCEPT_TYPE_ARG3 socklen_t | |
| #define HAVE_CBRT 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MBSTOWCS_L 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PTHREAD_IS_THREADED_NP 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WCSTOMBS 1 | |
| #define HAVE_WCSTOMBS_L 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_DECL_POSIX_FADVISE 0 | |
| #define HAVE_DECL_FDATASYNC 0 | |
| #define HAVE_DECL_STRLCAT 1 | |
| #define HAVE_DECL_STRLCPY 1 | |
| #define HAVE_DECL_F_FULLFSYNC 1 | |
| #define HAVE_IPV6 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_VSNPRINTF 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLS 1 | |
| #define HAVE_GETOPT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_RANDOM 1 | |
| #define HAVE_RINT 1 | |
| #define HAVE_SRANDOM 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETPEEREID 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_INT_OPTERR 1 | |
| #define HAVE_INT_OPTRESET 1 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_GCC_INT_ATOMICS 1 | |
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | |
| #define HAVE_APPEND_HISTORY 1 | |
| #define HAVE_HISTORY_TRUNCATE_FILE 1 | |
| /* end confdefs.h. */ | |
| #include <pthread.h> | |
| int | |
| main () | |
| { | |
| pthread_t th; pthread_join(th, 0); | |
| pthread_attr_init(0); pthread_cleanup_push(0, 0); | |
| pthread_create(0,0,0,0); pthread_cleanup_pop(0); | |
| ; | |
| return 0; | |
| } | |
configure:12556: result: no | |
configure:12436: checking whether pthreads work with -mt | |
configure:12521: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -mt -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lpthread -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
clang: error: unknown argument: '-mt' | |
configure:12521: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| #define HAVE_STRUCT_OPTION 1 | |
| #define SIZEOF_OFF_T 0 | |
| #define HAVE_INT_TIMEZONE 1 | |
| #define ACCEPT_TYPE_RETURN int | |
| #define ACCEPT_TYPE_ARG1 int | |
| #define ACCEPT_TYPE_ARG2 struct sockaddr * | |
| #define ACCEPT_TYPE_ARG3 socklen_t | |
| #define HAVE_CBRT 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MBSTOWCS_L 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PTHREAD_IS_THREADED_NP 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WCSTOMBS 1 | |
| #define HAVE_WCSTOMBS_L 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_DECL_POSIX_FADVISE 0 | |
| #define HAVE_DECL_FDATASYNC 0 | |
| #define HAVE_DECL_STRLCAT 1 | |
| #define HAVE_DECL_STRLCPY 1 | |
| #define HAVE_DECL_F_FULLFSYNC 1 | |
| #define HAVE_IPV6 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_VSNPRINTF 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLS 1 | |
| #define HAVE_GETOPT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_RANDOM 1 | |
| #define HAVE_RINT 1 | |
| #define HAVE_SRANDOM 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETPEEREID 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_INT_OPTERR 1 | |
| #define HAVE_INT_OPTRESET 1 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_GCC_INT_ATOMICS 1 | |
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | |
| #define HAVE_APPEND_HISTORY 1 | |
| #define HAVE_HISTORY_TRUNCATE_FILE 1 | |
| /* end confdefs.h. */ | |
| #include <pthread.h> | |
| int | |
| main () | |
| { | |
| pthread_t th; pthread_join(th, 0); | |
| pthread_attr_init(0); pthread_cleanup_push(0, 0); | |
| pthread_create(0,0,0,0); pthread_cleanup_pop(0); | |
| ; | |
| return 0; | |
| } | |
configure:12556: result: no | |
configure:12488: checking for the pthreads library -lpthreadGC2 | |
configure:12521: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lpthreadGC2 -lpthread -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
conftest.c:172:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized] | |
pthread_t th; pthread_join(th, 0); | |
^~ | |
conftest.c:172:13: note: initialize the variable 'th' to silence this warning | |
pthread_t th; pthread_join(th, 0); | |
^ | |
= NULL | |
1 warning generated. | |
ld: library not found for -lpthreadGC2 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:12521: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| #define HAVE_STRUCT_OPTION 1 | |
| #define SIZEOF_OFF_T 0 | |
| #define HAVE_INT_TIMEZONE 1 | |
| #define ACCEPT_TYPE_RETURN int | |
| #define ACCEPT_TYPE_ARG1 int | |
| #define ACCEPT_TYPE_ARG2 struct sockaddr * | |
| #define ACCEPT_TYPE_ARG3 socklen_t | |
| #define HAVE_CBRT 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MBSTOWCS_L 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PTHREAD_IS_THREADED_NP 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WCSTOMBS 1 | |
| #define HAVE_WCSTOMBS_L 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_DECL_POSIX_FADVISE 0 | |
| #define HAVE_DECL_FDATASYNC 0 | |
| #define HAVE_DECL_STRLCAT 1 | |
| #define HAVE_DECL_STRLCPY 1 | |
| #define HAVE_DECL_F_FULLFSYNC 1 | |
| #define HAVE_IPV6 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_VSNPRINTF 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLS 1 | |
| #define HAVE_GETOPT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_RANDOM 1 | |
| #define HAVE_RINT 1 | |
| #define HAVE_SRANDOM 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETPEEREID 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_INT_OPTERR 1 | |
| #define HAVE_INT_OPTRESET 1 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_GCC_INT_ATOMICS 1 | |
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | |
| #define HAVE_APPEND_HISTORY 1 | |
| #define HAVE_HISTORY_TRUNCATE_FILE 1 | |
| /* end confdefs.h. */ | |
| #include <pthread.h> | |
| int | |
| main () | |
| { | |
| pthread_t th; pthread_join(th, 0); | |
| pthread_attr_init(0); pthread_cleanup_push(0, 0); | |
| pthread_create(0,0,0,0); pthread_cleanup_pop(0); | |
| ; | |
| return 0; | |
| } | |
configure:12556: result: no | |
configure:12728: checking pthread.h usability | |
configure:12728: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:12728: $? = 0 | |
configure:12728: result: yes | |
configure:12728: checking pthread.h presence | |
configure:12728: clang -E -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c | |
configure:12728: $? = 0 | |
configure:12728: result: yes | |
configure:12728: checking for pthread.h | |
configure:12728: result: yes | |
configure:12742: checking for strerror_r | |
configure:12742: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -lpthread >&5 | |
configure:12742: $? = 0 | |
configure:12742: result: yes | |
configure:12742: checking for getpwuid_r | |
configure:12742: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -lpthread >&5 | |
configure:12742: $? = 0 | |
configure:12742: result: yes | |
configure:12742: checking for gethostbyname_r | |
configure:12742: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -lpthread >&5 | |
Undefined symbols for architecture x86_64: | |
"_gethostbyname_r", referenced from: | |
_main in conftest-6578a7.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:12742: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| #define HAVE_STRUCT_OPTION 1 | |
| #define SIZEOF_OFF_T 0 | |
| #define HAVE_INT_TIMEZONE 1 | |
| #define ACCEPT_TYPE_RETURN int | |
| #define ACCEPT_TYPE_ARG1 int | |
| #define ACCEPT_TYPE_ARG2 struct sockaddr * | |
| #define ACCEPT_TYPE_ARG3 socklen_t | |
| #define HAVE_CBRT 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MBSTOWCS_L 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PTHREAD_IS_THREADED_NP 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WCSTOMBS 1 | |
| #define HAVE_WCSTOMBS_L 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_DECL_POSIX_FADVISE 0 | |
| #define HAVE_DECL_FDATASYNC 0 | |
| #define HAVE_DECL_STRLCAT 1 | |
| #define HAVE_DECL_STRLCPY 1 | |
| #define HAVE_DECL_F_FULLFSYNC 1 | |
| #define HAVE_IPV6 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_VSNPRINTF 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLS 1 | |
| #define HAVE_GETOPT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_RANDOM 1 | |
| #define HAVE_RINT 1 | |
| #define HAVE_SRANDOM 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETPEEREID 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_INT_OPTERR 1 | |
| #define HAVE_INT_OPTRESET 1 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_GCC_INT_ATOMICS 1 | |
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | |
| #define HAVE_APPEND_HISTORY 1 | |
| #define HAVE_HISTORY_TRUNCATE_FILE 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| /* end confdefs.h. */ | |
| /* Define gethostbyname_r to an innocuous variant, in case <limits.h> declares gethostbyname_r. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define gethostbyname_r innocuous_gethostbyname_r | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char gethostbyname_r (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef gethostbyname_r | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char gethostbyname_r (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_gethostbyname_r || defined __stub___gethostbyname_r | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return gethostbyname_r (); | |
| ; | |
| return 0; | |
| } | |
configure:12742: result: no | |
configure:12753: checking whether getpwuid_r takes a fifth argument | |
configure:12775: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
conftest.c:180:12: warning: variable 'uid' is uninitialized when used here [-Wuninitialized] | |
getpwuid_r(uid, space, buf, bufsize, result); | |
^~~ | |
conftest.c:175:10: note: initialize the variable 'uid' to silence this warning | |
uid_t uid; | |
^ | |
= 0 | |
conftest.c:180:17: warning: variable 'space' is uninitialized when used here [-Wuninitialized] | |
getpwuid_r(uid, space, buf, bufsize, result); | |
^~~~~ | |
conftest.c:176:21: note: initialize the variable 'space' to silence this warning | |
struct passwd *space; | |
^ | |
= 0 | |
conftest.c:180:24: warning: variable 'buf' is uninitialized when used here [-Wuninitialized] | |
getpwuid_r(uid, space, buf, bufsize, result); | |
^~~ | |
conftest.c:177:10: note: initialize the variable 'buf' to silence this warning | |
char *buf; | |
^ | |
= 0 | |
conftest.c:180:29: warning: variable 'bufsize' is uninitialized when used here [-Wuninitialized] | |
getpwuid_r(uid, space, buf, bufsize, result); | |
^~~~~~~ | |
conftest.c:178:15: note: initialize the variable 'bufsize' to silence this warning | |
size_t bufsize; | |
^ | |
= 0 | |
conftest.c:180:38: warning: variable 'result' is uninitialized when used here [-Wuninitialized] | |
getpwuid_r(uid, space, buf, bufsize, result); | |
^~~~~~ | |
conftest.c:179:23: note: initialize the variable 'result' to silence this warning | |
struct passwd **result; | |
^ | |
= 0 | |
5 warnings generated. | |
configure:12775: $? = 0 | |
configure:12782: result: yes | |
configure:12790: checking whether strerror_r returns int | |
configure:12811: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c >&5 | |
configure:12811: $? = 0 | |
configure:12818: result: yes | |
configure:12844: checking for ldap_bind in -lldap | |
configure:12869: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lldap -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:12869: $? = 0 | |
configure:12878: result: yes | |
configure:12894: checking for ldap_simple_bind in -lldap_r | |
configure:12919: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lldap_r -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -lpthread -lldap -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:12919: $? = 0 | |
configure:12928: result: yes | |
configure:13006: checking test program | |
configure:13016: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 conftest.c -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5 | |
configure:13016: $? = 0 | |
configure:13016: ./conftest | |
dyld: Library not loaded: /Volumes/HOME/hardy/local/opt/readline/lib/libreadline.6.dylib | |
Referenced from: /Users/hardy/tmp/postgresql20150511-699-17zl1rm/postgresql-9.4.1/./conftest | |
Reason: image not found | |
./configure: line 1928: 4018 Trace/BPT trap: 5 ./conftest$ac_exeext | |
configure:13016: $? = 133 | |
configure: program exited with status 133 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.4.1" | |
| #define PACKAGE_STRING "PostgreSQL 9.4.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PG_MAJORVERSION "9.4" | |
| #define PG_VERSION "9.4.1" | |
| #define USE_INTEGER_DATETIMES 1 | |
| #define DEF_PGPORT 5432 | |
| #define DEF_PGPORT_STR "5432" | |
| #define BLCKSZ 8192 | |
| #define RELSEG_SIZE 131072 | |
| #define XLOG_BLCKSZ 8192 | |
| #define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
| #define ENABLE_THREAD_SAFETY 1 | |
| #define ENABLE_GSS 1 | |
| #define PG_KRB_SRVNAM "postgres" | |
| #define USE_PAM 1 | |
| #define USE_LDAP 1 | |
| #define USE_BONJOUR 1 | |
| #define USE_SSL 1 | |
| #define HAVE_UUID_E2FS 1 | |
| #define USE_LIBXML 1 | |
| #define USE_LIBXSLT 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_LIBZ 1 | |
| #define HAVE_SPINLOCKS 1 | |
| #define HAVE_LIBCRYPTO 1 | |
| #define HAVE_LIBSSL 1 | |
| #define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
| #define HAVE_LIBPAM 1 | |
| #define HAVE_LIBXML2 1 | |
| #define HAVE_LIBXSLT 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SYS_POLL_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_SHM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_LDAP_H 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define PG_USE_INLINE 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE__STATIC_ASSERT 1 | |
| #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
| #define HAVE__BUILTIN_CONSTANT_P 1 | |
| #define HAVE__BUILTIN_UNREACHABLE 1 | |
| #define HAVE__VA_ARGS 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_UNIX_SOCKETS 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
| #define HAVE_STRUCT_ADDRINFO 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_UINTPTR_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LOCALE_T 1 | |
| #define LOCALE_T_IN_XLOCALE 1 | |
| #define HAVE_STRUCT_OPTION 1 | |
| #define SIZEOF_OFF_T 0 | |
| #define HAVE_INT_TIMEZONE 1 | |
| #define ACCEPT_TYPE_RETURN int | |
| #define ACCEPT_TYPE_ARG1 int | |
| #define ACCEPT_TYPE_ARG2 struct sockaddr * | |
| #define ACCEPT_TYPE_ARG3 socklen_t | |
| #define HAVE_CBRT 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MBSTOWCS_L 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PTHREAD_IS_THREADED_NP 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SHM_OPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WCSTOMBS 1 | |
| #define HAVE_WCSTOMBS_L 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_DECL_POSIX_FADVISE 0 | |
| #define HAVE_DECL_FDATASYNC 0 | |
| #define HAVE_DECL_STRLCAT 1 | |
| #define HAVE_DECL_STRLCPY 1 | |
| #define HAVE_DECL_F_FULLFSYNC 1 | |
| #define HAVE_IPV6 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_VSNPRINTF 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLS 1 | |
| #define HAVE_GETOPT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_MKDTEMP 1 | |
| #define HAVE_RANDOM 1 | |
| #define HAVE_RINT 1 | |
| #define HAVE_SRANDOM 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETPEEREID 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE_DECL_SYS_SIGLIST 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_INT_OPTERR 1 | |
| #define HAVE_INT_OPTRESET 1 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_GCC_INT_ATOMICS 1 | |
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | |
| #define HAVE_APPEND_HISTORY 1 | |
| #define HAVE_HISTORY_TRUNCATE_FILE 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define GETPWUID_R_5ARG 1 | |
| #define STRERROR_R_INT 1 | |
| #define HAVE_LIBLDAP 1 | |
| #define HAVE_LIBLDAP_R 1 | |
| /* end confdefs.h. */ | |
| int main() { return 0; } | |
configure:13020: result: failed | |
configure:13022: error: | |
Could not execute a simple test program. This may be a problem | |
related to locating shared libraries. Check the file 'config.log' | |
for the exact reason. | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin14.3.0 | |
ac_cv_c_bigendian=no | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_flexmember=yes | |
ac_cv_c_inline=inline | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=clang | |
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_DOCBOOKSTYLE_set= | |
ac_cv_env_DOCBOOKSTYLE_value= | |
ac_cv_env_LDFLAGS_EX_set= | |
ac_cv_env_LDFLAGS_EX_value= | |
ac_cv_env_LDFLAGS_SL_set= | |
ac_cv_env_LDFLAGS_SL_value= | |
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_func_SSL_get_current_compression=yes | |
ac_cv_func_accept_arg1=int | |
ac_cv_func_accept_arg2='struct sockaddr *' | |
ac_cv_func_accept_arg3=socklen_t | |
ac_cv_func_accept_return=int | |
ac_cv_func_append_history=yes | |
ac_cv_func_cbrt=yes | |
ac_cv_func_crypt=yes | |
ac_cv_func_dlopen=yes | |
ac_cv_func_fdatasync=yes | |
ac_cv_func_fls=yes | |
ac_cv_func_fseeko=yes | |
ac_cv_func_getaddrinfo=yes | |
ac_cv_func_gethostbyname_r=no | |
ac_cv_func_getifaddrs=yes | |
ac_cv_func_getopt=yes | |
ac_cv_func_getopt_long=yes | |
ac_cv_func_getpeereid=yes | |
ac_cv_func_getpeerucred=no | |
ac_cv_func_getpwuid_r=yes | |
ac_cv_func_getrlimit=yes | |
ac_cv_func_getrusage=yes | |
ac_cv_func_history_truncate_file=yes | |
ac_cv_func_inet_aton=yes | |
ac_cv_func_isinf=yes | |
ac_cv_func_mbstowcs_l=yes | |
ac_cv_func_memmove=yes | |
ac_cv_func_mkdtemp=yes | |
ac_cv_func_poll=yes | |
ac_cv_func_posix_fadvise=no | |
ac_cv_func_pstat=no | |
ac_cv_func_pthread_is_threaded_np=yes | |
ac_cv_func_random=yes | |
ac_cv_func_readlink=yes | |
ac_cv_func_rint=yes | |
ac_cv_func_rl_completion_matches=yes | |
ac_cv_func_rl_filename_completion_function=yes | |
ac_cv_func_setproctitle=no | |
ac_cv_func_setsid=yes | |
ac_cv_func_shm_open=yes | |
ac_cv_func_sigprocmask=yes | |
ac_cv_func_snprintf=yes | |
ac_cv_func_srandom=yes | |
ac_cv_func_strerror=yes | |
ac_cv_func_strerror_r=yes | |
ac_cv_func_strlcat=yes | |
ac_cv_func_strlcpy=yes | |
ac_cv_func_strtoll=yes | |
ac_cv_func_strtoull=yes | |
ac_cv_func_symlink=yes | |
ac_cv_func_sync_file_range=no | |
ac_cv_func_syslog=yes | |
ac_cv_func_towlower=yes | |
ac_cv_func_unsetenv=yes | |
ac_cv_func_utime=yes | |
ac_cv_func_utimes=yes | |
ac_cv_func_uuid_generate=yes | |
ac_cv_func_vsnprintf=yes | |
ac_cv_func_wcstombs=yes | |
ac_cv_func_wcstombs_l=yes | |
ac_cv_have_decl_F_FULLFSYNC=yes | |
ac_cv_have_decl_fdatasync=no | |
ac_cv_have_decl_posix_fadvise=no | |
ac_cv_have_decl_snprintf=yes | |
ac_cv_have_decl_strlcat=yes | |
ac_cv_have_decl_strlcpy=yes | |
ac_cv_have_decl_sys_siglist=yes | |
ac_cv_have_decl_vsnprintf=yes | |
ac_cv_header_crypt_h=no | |
ac_cv_header_dld_h=no | |
ac_cv_header_dns_sd_h=yes | |
ac_cv_header_fp_class_h=no | |
ac_cv_header_getopt_h=yes | |
ac_cv_header_gssapi_gssapi_h=yes | |
ac_cv_header_ieeefp_h=no | |
ac_cv_header_ifaddrs_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_langinfo_h=yes | |
ac_cv_header_ldap_h=yes | |
ac_cv_header_libxml_parser_h=yes | |
ac_cv_header_libxslt_xslt_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_net_if_h=yes | |
ac_cv_header_netinet_in_h=yes | |
ac_cv_header_netinet_tcp_h=yes | |
ac_cv_header_openssl_err_h=yes | |
ac_cv_header_openssl_ssl_h=yes | |
ac_cv_header_poll_h=yes | |
ac_cv_header_pthread_h=yes | |
ac_cv_header_pwd_h=yes | |
ac_cv_header_readline_history_h=yes | |
ac_cv_header_readline_readline_h=yes | |
ac_cv_header_security_pam_appl_h=yes | |
ac_cv_header_stdc=no | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_ioctl_h=yes | |
ac_cv_header_sys_ipc_h=yes | |
ac_cv_header_sys_poll_h=yes | |
ac_cv_header_sys_pstat_h=no | |
ac_cv_header_sys_resource_h=yes | |
ac_cv_header_sys_select_h=yes | |
ac_cv_header_sys_sem_h=yes | |
ac_cv_header_sys_shm_h=yes | |
ac_cv_header_sys_socket_h=yes | |
ac_cv_header_sys_sockio_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_tas_h=no | |
ac_cv_header_sys_time_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_sys_ucred_h=yes | |
ac_cv_header_sys_un_h=yes | |
ac_cv_header_syslog_h=yes | |
ac_cv_header_termios_h=yes | |
ac_cv_header_ucred_h=no | |
ac_cv_header_unistd_h=yes | |
ac_cv_header_utime_h=yes | |
ac_cv_header_uuid_uuid_h=yes | |
ac_cv_header_wchar_h=yes | |
ac_cv_header_wctype_h=yes | |
ac_cv_header_zlib_h=yes | |
ac_cv_host=x86_64-apple-darwin14.3.0 | |
ac_cv_lib_crypto_CRYPTO_new_ex_data=yes | |
ac_cv_lib_ldap_ldap_bind=yes | |
ac_cv_lib_ldap_r_ldap_simple_bind=yes | |
ac_cv_lib_m_main=yes | |
ac_cv_lib_pam_pam_start=yes | |
ac_cv_lib_ssl_SSL_library_init=yes | |
ac_cv_lib_xml2_xmlSaveToBuffer=yes | |
ac_cv_lib_xslt_xsltCleanupGlobals=yes | |
ac_cv_lib_z_inflate=yes | |
ac_cv_member_struct_sockaddr_sa_len=yes | |
ac_cv_member_struct_sockaddr_storage___ss_family=no | |
ac_cv_member_struct_sockaddr_storage___ss_len=no | |
ac_cv_member_struct_sockaddr_storage_ss_family=yes | |
ac_cv_member_struct_sockaddr_storage_ss_len=yes | |
ac_cv_member_struct_tm_tm_zone=yes | |
ac_cv_objext=o | |
ac_cv_path_BISON=/usr/bin/bison | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
ac_cv_path_PERL=/usr/bin/perl | |
ac_cv_path_TAR=/usr/bin/tar | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='clang -E' | |
ac_cv_prog_XML2_CONFIG=xml2-config | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_gnu_ld=no | |
ac_cv_search_crypt='none required' | |
ac_cv_search_dlopen='none required' | |
ac_cv_search_fdatasync='none required' | |
ac_cv_search_gethostbyname_r=no | |
ac_cv_search_getopt_long='none required' | |
ac_cv_search_gss_init_sec_context=-lgssapi_krb5 | |
ac_cv_search_setproctitle=no | |
ac_cv_search_shl_load=no | |
ac_cv_search_shm_open='none required' | |
ac_cv_search_shm_unlink='none required' | |
ac_cv_search_shmget='none required' | |
ac_cv_search_socket='none required' | |
ac_cv_sizeof_off_t=0 | |
ac_cv_struct_tm=time.h | |
ac_cv_sys_file_offset_bits=no | |
ac_cv_sys_largefile_CC=no | |
ac_cv_sys_largefile_source=no | |
ac_cv_type_intptr_t=yes | |
ac_cv_type_long_long_int=no | |
ac_cv_type_struct_addrinfo=yes | |
ac_cv_type_struct_cmsgcred=no | |
ac_cv_type_struct_option=yes | |
ac_cv_type_struct_sockaddr_in6=yes | |
ac_cv_type_struct_sockaddr_storage=yes | |
ac_cv_type_struct_sockaddr_un=yes | |
ac_cv_type_uintptr_t=yes | |
ac_cv_type_union_semun=yes | |
ac_cv_type_unsigned_long_long_int=yes | |
ac_cv_type_z_streamp=yes | |
ac_cv_var_tzname=yes | |
pgac_cv__builtin_constant_p=yes | |
pgac_cv__builtin_unreachable=yes | |
pgac_cv__static_assert=yes | |
pgac_cv__types_compatible=yes | |
pgac_cv__va_args=yes | |
pgac_cv_c_inline_quietly=yes | |
pgac_cv_c_signed=yes | |
pgac_cv_check_readline=-lreadline | |
pgac_cv_func_getpwuid_r_5arg=yes | |
pgac_cv_func_gettimeofday_1arg=no | |
pgac_cv_func_sigsetjmp=yes | |
pgac_cv_func_strerror_r_int=yes | |
pgac_cv_funcname_func_support=yes | |
pgac_cv_gcc_int_atomics=yes | |
pgac_cv_ldap_safe=no | |
pgac_cv_path_flex=/usr/bin/flex | |
pgac_cv_prog_cc_cflags__Wdeclaration_after_statement=yes | |
pgac_cv_prog_cc_cflags__Wendif_labels=yes | |
pgac_cv_prog_cc_cflags__Wformat_security=yes | |
pgac_cv_prog_cc_cflags__Wmissing_format_attribute=yes | |
pgac_cv_prog_cc_cflags__fexcess_precision_standard=no | |
pgac_cv_prog_cc_cflags__fno_strict_aliasing=yes | |
pgac_cv_prog_cc_cflags__ftree_vectorize=yes | |
pgac_cv_prog_cc_cflags__funroll_loops=yes | |
pgac_cv_prog_cc_cflags__fwrapv=yes | |
pgac_cv_type_locale_t='yes (in xlocale.h)' | |
pgac_cv_var_PS_STRINGS=no | |
pgac_cv_var_int_opterr=yes | |
pgac_cv_var_int_optreset=yes | |
pgac_cv_var_int_timezone=yes | |
pgac_cv_var_rl_completion_append_character=yes | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
AR='ar' | |
AWK='awk' | |
BISON='/usr/bin/bison' | |
BISONFLAGS='' | |
CC='clang' | |
CFLAGS='-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -O2' | |
CFLAGS_VECTOR=' -funroll-loops -ftree-vectorize' | |
COLLATEINDEX='' | |
CPP='clang -E' | |
CPPFLAGS=' -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2 ' | |
DEFS='' | |
DLLTOOL='' | |
DLLWRAP='' | |
DOCBOOKSTYLE='' | |
DTRACE='' | |
DTRACEFLAGS='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
ELF_SYS='' | |
EXEEXT='' | |
FLEX='/usr/bin/flex' | |
FLEXFLAGS='' | |
GCC='yes' | |
GCOV='' | |
GENHTML='' | |
GREP='/usr/bin/grep' | |
HAVE_IPV6='yes' | |
HAVE_POSIX_SIGNALS='' | |
INCLUDES='' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
JADE='' | |
LCOV='' | |
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' | |
LDAP_LIBS_BE='-lldap ' | |
LDAP_LIBS_FE='-lldap_r ' | |
LDFLAGS=' ' | |
LDFLAGS_EX='' | |
LDFLAGS_SL='' | |
LIBOBJS='' | |
LIBS='-lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm ' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
MKDIR_P='\${SHELL} \${top_srcdir}/config/install-sh -c -d' | |
MSGFMT='' | |
MSGFMT_FLAGS='' | |
MSGMERGE='' | |
NSGMLS='' | |
OBJEXT='o' | |
OSX='' | |
PACKAGE_BUGREPORT='[email protected]' | |
PACKAGE_NAME='PostgreSQL' | |
PACKAGE_STRING='PostgreSQL 9.4.1' | |
PACKAGE_TARNAME='postgresql' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='9.4.1' | |
PATH_SEPARATOR=':' | |
PERL='/usr/bin/perl' | |
PG_MAJORVERSION='9.4' | |
PORTNAME='darwin' | |
PROVE='' | |
PTHREAD_CC='clang' | |
PTHREAD_CFLAGS=' -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS' | |
PTHREAD_LIBS=' -lpthread ' | |
PYTHON='' | |
RANLIB='ranlib' | |
SHELL='/bin/sh' | |
STRIP='strip -x' | |
STRIP_SHARED_LIB='strip -x' | |
STRIP_STATIC_LIB='strip -x' | |
SUN_STUDIO_CC='no' | |
TAR='/usr/bin/tar' | |
TAS='' | |
TCLSH='' | |
TCL_CONFIG_SH='' | |
TCL_INCLUDE_SPEC='' | |
TCL_LIBS='' | |
TCL_LIB_FILE='' | |
TCL_LIB_SPEC='' | |
TCL_SHARED_BUILD='' | |
TCL_SHLIB_LD_LIBS='' | |
UUID_EXTRA_OBJS='md5.o sha1.o' | |
UUID_LIBS='' | |
WANTED_LANGUAGES='' | |
WINDRES='' | |
XGETTEXT='' | |
XML2_CONFIG='xml2-config' | |
XSLTPROC='' | |
ZIC='' | |
ac_ct_CC='' | |
acx_pthread_config='' | |
autodepend='' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin14.3.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin14.3.0' | |
build_vendor='apple' | |
configure_args=' '\''--disable-debug'\'' '\''--prefix=/Users/hardy/local/Cellar/postgresql/9.4.1_1'\'' '\''--datadir=/Users/hardy/local/Cellar/postgresql/9.4.1_1/share/postgresql'\'' '\''--docdir=/Users/hardy/local/Cellar/postgresql/9.4.1_1/share/doc/postgresql'\'' '\''--enable-thread-safety'\'' '\''--with-bonjour'\'' '\''--with-gssapi'\'' '\''--with-ldap'\'' '\''--with-openssl'\'' '\''--with-pam'\'' '\''--with-libxml'\'' '\''--with-libxslt'\'' '\''--with-perl'\'' '\''--with-tcl'\'' '\''--with-tclconfig=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/lib'\'' '\''--with-uuid=e2fs'\'' '\''CC=clang'\''' | |
datadir='/Users/hardy/local/Cellar/postgresql/9.4.1_1/share/postgresql' | |
datarootdir='${prefix}/share' | |
default_port='5432' | |
docdir='/Users/hardy/local/Cellar/postgresql/9.4.1_1/share/doc/postgresql' | |
dvidir='${docdir}' | |
enable_coverage='no' | |
enable_debug='no' | |
enable_dtrace='no' | |
enable_nls='no' | |
enable_rpath='yes' | |
enable_tap_tests='no' | |
enable_thread_safety='yes' | |
exec_prefix='NONE' | |
have_docbook='' | |
have_win32_dbghelp='no' | |
host='x86_64-apple-darwin14.3.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin14.3.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_bin='/usr/bin/install -c' | |
krb_srvtab='FILE:$(sysconfdir)/krb5.keytab' | |
ld_R_works='' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
perl_archlibexp='/System/Library/Perl/5.18/darwin-thread-multi-2level' | |
perl_embed_ldflags=' -fstack-protector -L/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -lperl' | |
perl_privlibexp='/System/Library/Perl/5.18' | |
perl_useshrplib='true' | |
prefix='/Users/hardy/local/Cellar/postgresql/9.4.1_1' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
python_additional_libs='' | |
python_enable_shared='' | |
python_includespec='' | |
python_libdir='' | |
python_libspec='' | |
python_majorversion='' | |
python_version='' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
vpath_build='' | |
with_gnu_ld='no' | |
with_libxml='yes' | |
with_libxslt='yes' | |
with_openssl='yes' | |
with_perl='yes' | |
with_python='no' | |
with_selinux='no' | |
with_system_tzdata='' | |
with_tcl='yes' | |
with_uuid='e2fs' | |
with_zlib='yes' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "PostgreSQL" | |
#define PACKAGE_TARNAME "postgresql" | |
#define PACKAGE_VERSION "9.4.1" | |
#define PACKAGE_STRING "PostgreSQL 9.4.1" | |
#define PACKAGE_BUGREPORT "[email protected]" | |
#define PACKAGE_URL "" | |
#define PG_MAJORVERSION "9.4" | |
#define PG_VERSION "9.4.1" | |
#define USE_INTEGER_DATETIMES 1 | |
#define DEF_PGPORT 5432 | |
#define DEF_PGPORT_STR "5432" | |
#define BLCKSZ 8192 | |
#define RELSEG_SIZE 131072 | |
#define XLOG_BLCKSZ 8192 | |
#define XLOG_SEG_SIZE (16 * 1024 * 1024) | |
#define ENABLE_THREAD_SAFETY 1 | |
#define ENABLE_GSS 1 | |
#define PG_KRB_SRVNAM "postgres" | |
#define USE_PAM 1 | |
#define USE_LDAP 1 | |
#define USE_BONJOUR 1 | |
#define USE_SSL 1 | |
#define HAVE_UUID_E2FS 1 | |
#define USE_LIBXML 1 | |
#define USE_LIBXSLT 1 | |
#define HAVE_LIBM 1 | |
#define HAVE_LIBREADLINE 1 | |
#define HAVE_LIBZ 1 | |
#define HAVE_SPINLOCKS 1 | |
#define HAVE_LIBCRYPTO 1 | |
#define HAVE_LIBSSL 1 | |
#define HAVE_SSL_GET_CURRENT_COMPRESSION 1 | |
#define HAVE_LIBPAM 1 | |
#define HAVE_LIBXML2 1 | |
#define HAVE_LIBXSLT 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_GETOPT_H 1 | |
#define HAVE_IFADDRS_H 1 | |
#define HAVE_LANGINFO_H 1 | |
#define HAVE_POLL_H 1 | |
#define HAVE_PWD_H 1 | |
#define HAVE_SYS_IOCTL_H 1 | |
#define HAVE_SYS_IPC_H 1 | |
#define HAVE_SYS_POLL_H 1 | |
#define HAVE_SYS_RESOURCE_H 1 | |
#define HAVE_SYS_SELECT_H 1 | |
#define HAVE_SYS_SEM_H 1 | |
#define HAVE_SYS_SHM_H 1 | |
#define HAVE_SYS_SOCKET_H 1 | |
#define HAVE_SYS_SOCKIO_H 1 | |
#define HAVE_SYS_TIME_H 1 | |
#define HAVE_SYS_UN_H 1 | |
#define HAVE_TERMIOS_H 1 | |
#define HAVE_UTIME_H 1 | |
#define HAVE_WCHAR_H 1 | |
#define HAVE_WCTYPE_H 1 | |
#define HAVE_NET_IF_H 1 | |
#define HAVE_SYS_UCRED_H 1 | |
#define HAVE_NETINET_IN_H 1 | |
#define HAVE_NETINET_TCP_H 1 | |
#define HAVE_READLINE_READLINE_H 1 | |
#define HAVE_READLINE_HISTORY_H 1 | |
#define HAVE_GSSAPI_GSSAPI_H 1 | |
#define HAVE_SECURITY_PAM_APPL_H 1 | |
#define HAVE_LDAP_H 1 | |
#define HAVE_UUID_UUID_H 1 | |
#define PG_USE_INLINE 1 | |
#define FLEXIBLE_ARRAY_MEMBER /**/ | |
#define HAVE_FUNCNAME__FUNC 1 | |
#define HAVE__STATIC_ASSERT 1 | |
#define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1 | |
#define HAVE__BUILTIN_CONSTANT_P 1 | |
#define HAVE__BUILTIN_UNREACHABLE 1 | |
#define HAVE__VA_ARGS 1 | |
#define HAVE_STRUCT_TM_TM_ZONE 1 | |
#define HAVE_TM_ZONE 1 | |
#define HAVE_TZNAME 1 | |
#define HAVE_UNION_SEMUN 1 | |
#define HAVE_UNIX_SOCKETS 1 | |
#define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | |
#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN 1 | |
#define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | |
#define HAVE_STRUCT_ADDRINFO 1 | |
#define HAVE_INTPTR_T 1 | |
#define HAVE_UINTPTR_T 1 | |
#define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
#define HAVE_LOCALE_T 1 | |
#define LOCALE_T_IN_XLOCALE 1 | |
#define HAVE_STRUCT_OPTION 1 | |
#define SIZEOF_OFF_T 0 | |
#define HAVE_INT_TIMEZONE 1 | |
#define ACCEPT_TYPE_RETURN int | |
#define ACCEPT_TYPE_ARG1 int | |
#define ACCEPT_TYPE_ARG2 struct sockaddr * | |
#define ACCEPT_TYPE_ARG3 socklen_t | |
#define HAVE_CBRT 1 | |
#define HAVE_DLOPEN 1 | |
#define HAVE_FDATASYNC 1 | |
#define HAVE_GETIFADDRS 1 | |
#define HAVE_GETRLIMIT 1 | |
#define HAVE_MBSTOWCS_L 1 | |
#define HAVE_MEMMOVE 1 | |
#define HAVE_POLL 1 | |
#define HAVE_PTHREAD_IS_THREADED_NP 1 | |
#define HAVE_READLINK 1 | |
#define HAVE_SETSID 1 | |
#define HAVE_SHM_OPEN 1 | |
#define HAVE_SIGPROCMASK 1 | |
#define HAVE_SYMLINK 1 | |
#define HAVE_TOWLOWER 1 | |
#define HAVE_UTIME 1 | |
#define HAVE_UTIMES 1 | |
#define HAVE_WCSTOMBS 1 | |
#define HAVE_WCSTOMBS_L 1 | |
#define HAVE_FSEEKO 1 | |
#define HAVE_FSEEKO 1 | |
#define HAVE_DECL_POSIX_FADVISE 0 | |
#define HAVE_DECL_FDATASYNC 0 | |
#define HAVE_DECL_STRLCAT 1 | |
#define HAVE_DECL_STRLCPY 1 | |
#define HAVE_DECL_F_FULLFSYNC 1 | |
#define HAVE_IPV6 1 | |
#define HAVE_SNPRINTF 1 | |
#define HAVE_VSNPRINTF 1 | |
#define HAVE_DECL_SNPRINTF 1 | |
#define HAVE_DECL_VSNPRINTF 1 | |
#define HAVE_ISINF 1 | |
#define HAVE_CRYPT 1 | |
#define HAVE_FLS 1 | |
#define HAVE_GETOPT 1 | |
#define HAVE_GETRUSAGE 1 | |
#define HAVE_INET_ATON 1 | |
#define HAVE_MKDTEMP 1 | |
#define HAVE_RANDOM 1 | |
#define HAVE_RINT 1 | |
#define HAVE_SRANDOM 1 | |
#define HAVE_STRERROR 1 | |
#define HAVE_STRLCAT 1 | |
#define HAVE_STRLCPY 1 | |
#define HAVE_UNSETENV 1 | |
#define HAVE_GETPEEREID 1 | |
#define HAVE_GETADDRINFO 1 | |
#define HAVE_GETOPT_LONG 1 | |
#define HAVE_SIGSETJMP 1 | |
#define HAVE_DECL_SYS_SIGLIST 1 | |
#define HAVE_SYSLOG 1 | |
#define HAVE_INT_OPTERR 1 | |
#define HAVE_INT_OPTRESET 1 | |
#define HAVE_STRTOLL 1 | |
#define HAVE_STRTOULL 1 | |
#define HAVE_GCC_INT_ATOMICS 1 | |
#define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | |
#define HAVE_RL_COMPLETION_MATCHES 1 | |
#define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | |
#define HAVE_APPEND_HISTORY 1 | |
#define HAVE_HISTORY_TRUNCATE_FILE 1 | |
#define HAVE_STRERROR_R 1 | |
#define HAVE_GETPWUID_R 1 | |
#define GETPWUID_R_5ARG 1 | |
#define STRERROR_R_INT 1 | |
#define HAVE_LIBLDAP 1 | |
#define HAVE_LIBLDAP_R 1 | |
configure: exit 1 |
This file contains 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
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew | |
HEAD: 77a79ee5afa0d1cd37ffd6172ae03865ea7acaba | |
Last commit: 5 hours ago | |
HOMEBREW_PREFIX: /Users/hardy/local | |
HOMEBREW_CELLAR: /Users/hardy/local/Cellar | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.10.3-x86_64 | |
Xcode: 6.3.1 | |
CLT: 6.3.1.0.1.1429149539 | |
Clang: 6.1 build 602 | |
X11: N/A | |
System Ruby: 2.0.0-p481 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /Users/hardy/.rbenv/shims/ruby => /usr/bin/ruby | |
Java: 1.8.0_25 |
This file contains 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
Warning: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and what additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew provided | |
script of the same name. We found the following "config" scripts: | |
/usr/local/bin/freetype-config | |
/usr/local/bin/libpng-config | |
/usr/local/bin/libpng16-config | |
/usr/local/bin/pkg-config | |
/usr/local/bin/uuid-config | |
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: You have unlinked kegs in your Cellar | |
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
imagemagick | |
Warning: Your Homebrew is not installed to /usr/local | |
You can install Homebrew anywhere you want, but some brews may only build | |
correctly if you install in /usr/local. Sorry! | |
Warning: /usr/bin occurs before /Users/hardy/local/bin | |
This means that system-provided programs will be used instead of those | |
provided by Homebrew. The following tools exist at both paths: | |
git | |
git-cvsserver | |
git-receive-pack | |
git-shell | |
git-upload-archive | |
git-upload-pack | |
Consider setting your PATH so that /Users/hardy/local/bin | |
occurs before /usr/bin. Here is a one-liner: | |
echo 'export PATH="/Users/hardy/local/bin:$PATH"' >> ~/.bash_profile | |
Warning: Homebrew's bin was not found in your PATH. | |
Consider setting the PATH for example like so | |
echo 'export PATH="/Users/hardy/local/bin:$PATH"' >> ~/.bash_profile | |
Warning: You have a non-Homebrew 'pkg-config' in your PATH: | |
/usr/local/bin/pkg-config | |
`./configure` may have problems finding brew-installed packages using | |
this other pkg-config. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment