Created
June 5, 2018 14:03
-
-
Save tomchuk/c47997b6ce19504f7f868986ef2b8d98 to your computer and use it in GitHub Desktop.
ruby on macOS 10.14 - Homebrew build logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Homebrew build logs for ruby on macOS 10.14 | |
| Build date: 2018-06-05 10:03:25 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HOMEBREW_VERSION: 1.6.7 | |
| ORIGIN: https://github.com/Homebrew/brew | |
| HEAD: 22e9fd772926e389e264cfb328c3d810b06759f9 | |
| Last commit: 6 hours ago | |
| Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
| Core tap HEAD: f6e50eb395bf8c4ba3520c7ab3eaa253ff185d1f | |
| Core tap last commit: 5 minutes ago | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_GITHUB_API_TOKEN: set | |
| HOMEBREW_VISUAL: vim | |
| CPU: octa-core 64-bit haswell | |
| Homebrew Ruby: 2.3.6 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby | |
| Clang: 9.1 build 902 | |
| Git: 2.15.1 => /Library/Developer/CommandLineTools/usr/bin/git | |
| Curl: 7.54.0 => /usr/bin/curl | |
| Java: 1.8.0_45 | |
| macOS: 10.14-x86_64 | |
| CLT: 9.4.0.0.1.1526532315 | |
| Xcode: 10.0 => /Applications/Xcode-beta.app/Contents/Developer | |
| XQuartz: 2.7.11 => /opt/X11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 or file an issue; just ignore this. Thanks! | |
| Warning: A newer Command Line Tools release is available. | |
| Update them from Software Update in the App Store. | |
| Warning: You are using macOS 10.14. | |
| We do not provide support for this pre-release version. | |
| You may encounter build failures or other breakages. | |
| Please create pull-requests instead of filing issues. | |
| Warning: Ruby version 2.3.6 is unsupported on 10.14. Homebrew | |
| is developed and tested on Ruby 2.3.3, and may not work correctly | |
| on other Rubies. Patches are accepted as long as they don't cause breakage | |
| on supported Rubies. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ruby |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2018-06-05 10:03:18 -0400 | |
| ./configure | |
| --prefix=/usr/local/Cellar/ruby/2.5.1 | |
| --enable-shared | |
| --disable-silent-rules | |
| --with-sitedir=/usr/local/lib/ruby/site_ruby | |
| --with-vendordir=/usr/local/lib/ruby/vendor_ruby | |
| --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/openssl:/usr/local/opt/readline | |
| checking for ruby... /usr/bin/ruby | |
| tool/config.guess already exists | |
| tool/config.sub already exists | |
| checking build system type... x86_64-apple-darwin18.0.0 | |
| checking host system type... x86_64-apple-darwin18.0.0 | |
| checking target system type... x86_64-apple-darwin18.0.0 | |
| 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 we are using the GNU C++ compiler... yes | |
| checking whether clang++ accepts -g... yes | |
| checking how to run the C preprocessor... clang -E | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking whether clang needs -traditional... no | |
| checking for ld... ld | |
| checking whether the linker is GNU ld... no | |
| checking whether clang -E accepts -o... yes | |
| checking for real target cpu... x86_64 | |
| checking for ranlib... (cached) : | |
| checking for ar... (cached) libtool -static | |
| checking for libtool -static flags... (cached) -no_warning_for_no_symbols -o | |
| checking for as... as | |
| checking for objdump... objdump | |
| checking for objcopy... no | |
| checking for gobjcopy... no | |
| checking for nm... nm | |
| checking whether ln -s works... yes | |
| checking whether make sets $(MAKE)... yes | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking for a thread-safe mkdir -p... -d | |
| use 'mkdir -p' as MKDIR_P | |
| checking for dtrace... dtrace | |
| checking for dot... no | |
| checking for doxygen... no | |
| checking for pkg-config... pkg-config | |
| checking for ANSI C header files... yes | |
| 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 minix/config.h usability... no | |
| checking minix/config.h presence... no | |
| checking for minix/config.h... no | |
| checking whether it is safe to define __EXTENSIONS__... yes | |
| checking for cd using physical directory... cd -P | |
| checking whether CFLAGS is valid... yes | |
| checking whether LDFLAGS is valid... no | |
| configure: error: something wrong with LDFLAGS="" | |
| HOMEBREW_VERSION: 1.6.7 | |
| ORIGIN: https://github.com/Homebrew/brew | |
| HEAD: 22e9fd772926e389e264cfb328c3d810b06759f9 | |
| Last commit: 6 hours ago | |
| Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
| Core tap HEAD: f6e50eb395bf8c4ba3520c7ab3eaa253ff185d1f | |
| Core tap last commit: 5 minutes ago | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_CACHE: /Users/thomas/Library/Caches/Homebrew | |
| CPU: octa-core 64-bit haswell | |
| Homebrew Ruby: 2.3.6 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby | |
| Clang: 9.1 build 902 | |
| Git: 2.15.1 => /Library/Developer/CommandLineTools/usr/bin/git | |
| Curl: 7.54.0 => /usr/bin/curl | |
| Java: 1.8.0_45 | |
| macOS: 10.14-x86_64 | |
| CLT: 9.4.0.0.1.1526532315 | |
| Xcode: 10.0 => /Applications/Xcode-beta.app/Contents/Developer | |
| XQuartz: 2.7.11 => /opt/X11 | |
| HOMEBREW_CC: clang | |
| HOMEBREW_CXX: clang++ | |
| MAKEFLAGS: -j8 | |
| CMAKE_PREFIX_PATH: /usr/local/opt/openssl:/usr/local/opt/readline:/usr/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: /usr/local/opt/libyaml/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig | |
| PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.14 | |
| ACLOCAL_PATH: /usr/local/share/aclocal | |
| PATH: /usr/local/Homebrew/Library/Homebrew/shims/mac/super:/usr/local/opt/pkg-config/bin:/usr/local/opt/openssl/bin:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| clang called with: -E -xc - | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -E -xc - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: --version | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/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/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/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/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/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/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/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/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/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/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/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/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/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/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/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/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/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/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/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/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/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/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/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/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -c conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -c -g conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang++ called with: --version | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/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/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/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/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/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/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/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/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/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/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -c conftest.cpp | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang++ -pipe -Os -march=native -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang++ called with: -c -g conftest.cpp | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang++ -pipe -Os -march=native -c -g conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -E conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -E conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -E conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -E conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -E conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -E conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -E -xc - | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -E -xc - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -E -xc - | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -E -xc - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -g -O2 --print-prog-name=ld | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang -pipe -Os -march=native -g -O2 --print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -E -o conftest-1.i conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -E -o conftest-1.i conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: --version | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/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/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -E - | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -E - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -E conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -E conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -o conftest -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/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 -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -E conftest.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -c -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include | |
| clang called with: -o conftest -g -O2 conftest.c | |
| superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/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 -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This file contains any messages produced by compilers while | |
| running configure, to aid debugging if configure makes a mistake. | |
| It was created by configure, which was | |
| generated by GNU Autoconf 2.69. Invocation command line was | |
| $ ./configure --prefix=/usr/local/Cellar/ruby/2.5.1 --enable-shared --disable-silent-rules --with-sitedir=/usr/local/lib/ruby/site_ruby --with-vendordir=/usr/local/lib/ruby/vendor_ruby --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/openssl:/usr/local/opt/readline | |
| ## --------- ## | |
| ## Platform. ## | |
| ## --------- ## | |
| hostname = tomchuk | |
| uname -m = x86_64 | |
| uname -r = 18.0.0 | |
| uname -s = Darwin | |
| uname -v = Darwin Kernel Version 18.0.0: Fri May 25 16:54:22 PDT 2018; root:xnu-4903.200.199.11.1~1/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 18.0.0: Fri May 25 16:54:22 PDT 2018; root:xnu-4903.200.199.11.1~1/RELEASE_X86_64 | |
| Kernel configured for up to 8 processors. | |
| 4 processors are physically available. | |
| 8 processors are logically available. | |
| Processor type: x86_64h (Intel x86-64h Haswell) | |
| Processors active: 0 1 2 3 4 5 6 7 | |
| Primary memory available: 16.00 gigabytes | |
| Default processor set: 462 tasks, 2150 threads, 8 processors | |
| Load average: 2.72, Mach factor: 5.27 | |
| /bin/machine = unknown | |
| /usr/bin/oslevel = unknown | |
| /bin/universe = unknown | |
| PATH: /usr/local/Homebrew/Library/Homebrew/shims/mac/super | |
| PATH: /usr/local/opt/pkg-config/bin | |
| PATH: /usr/local/opt/openssl/bin | |
| PATH: /usr/bin | |
| PATH: /bin | |
| PATH: /usr/sbin | |
| PATH: /sbin | |
| ## ----------- ## | |
| ## Core tests. ## | |
| ## ----------- ## | |
| configure:2962: checking for ruby | |
| configure:2980: found /usr/bin/ruby | |
| configure:2993: result: /usr/bin/ruby | |
| configure:3079: checking build system type | |
| configure:3093: result: x86_64-apple-darwin18.0.0 | |
| configure:3181: checking host system type | |
| configure:3194: result: x86_64-apple-darwin18.0.0 | |
| configure:3214: checking target system type | |
| configure:3227: result: x86_64-apple-darwin18.0.0 | |
| configure:3888: checking for C compiler version | |
| configure:3897: clang --version >&5 | |
| Apple LLVM version 9.1.0 (clang-902.0.39.2) | |
| Target: x86_64-apple-darwin18.0.0 | |
| Thread model: posix | |
| InstalledDir: /Library/Developer/CommandLineTools/usr/bin | |
| configure:3908: $? = 0 | |
| configure:3897: clang -v >&5 | |
| Apple LLVM version 9.1.0 (clang-902.0.39.2) | |
| Target: x86_64-apple-darwin18.0.0 | |
| Thread model: posix | |
| InstalledDir: /Library/Developer/CommandLineTools/usr/bin | |
| configure:3908: $? = 0 | |
| configure:3897: clang -V >&5 | |
| clang: error: unsupported option '-V -isystem/usr/local/include' | |
| configure:3908: $? = 1 | |
| configure:3897: clang -qversion >&5 | |
| clang: error: unknown argument: '-qversion' | |
| configure:3908: $? = 1 | |
| configure:3928: checking whether the C compiler works | |
| configure:3950: clang conftest.c >&5 | |
| ld: warning: URGENT: building for OSX, but linking against dylib (/usr/lib/libSystem.dylib) built for (unknown). Note: This will be an error in the future. | |
| configure:3954: $? = 0 | |
| configure:4002: result: yes | |
| configure:4005: checking for C compiler default output file name | |
| configure:4007: result: a.out | |
| configure:4013: checking for suffix of executables | |
| configure:4020: clang -o conftest conftest.c >&5 | |
| ld: warning: URGENT: building for OSX, but linking against dylib (/usr/lib/libSystem.dylib) built for (unknown). Note: This will be an error in the future. | |
| configure:4024: $? = 0 | |
| configure:4046: result: | |
| configure:4068: checking whether we are cross compiling | |
| configure:4076: clang -o conftest conftest.c >&5 | |
| ld: warning: URGENT: building for OSX, but linking against dylib (/usr/lib/libSystem.dylib) built for (unknown). Note: This will be an error in the future. | |
| configure:4080: $? = 0 | |
| configure:4087: ./conftest | |
| configure:4091: $? = 0 | |
| configure:4106: result: no | |
| configure:4111: checking for suffix of object files | |
| configure:4133: clang -c conftest.c >&5 | |
| configure:4137: $? = 0 | |
| configure:4158: result: o | |
| configure:4162: checking whether we are using the GNU C compiler | |
| configure:4181: clang -c conftest.c >&5 | |
| configure:4181: $? = 0 | |
| configure:4190: result: yes | |
| configure:4199: checking whether clang accepts -g | |
| configure:4219: clang -c -g conftest.c >&5 | |
| configure:4219: $? = 0 | |
| configure:4260: result: yes | |
| configure:4277: checking for clang option to accept ISO C89 | |
| configure:4340: clang -c -g -O2 conftest.c >&5 | |
| configure:4340: $? = 0 | |
| configure:4353: result: none needed | |
| configure:4509: checking for C++ compiler version | |
| configure:4518: clang++ --version >&5 | |
| Apple LLVM version 9.1.0 (clang-902.0.39.2) | |
| Target: x86_64-apple-darwin18.0.0 | |
| Thread model: posix | |
| InstalledDir: /Library/Developer/CommandLineTools/usr/bin | |
| configure:4529: $? = 0 | |
| configure:4518: clang++ -v >&5 | |
| Apple LLVM version 9.1.0 (clang-902.0.39.2) | |
| Target: x86_64-apple-darwin18.0.0 | |
| Thread model: posix | |
| InstalledDir: /Library/Developer/CommandLineTools/usr/bin | |
| configure:4529: $? = 0 | |
| configure:4518: clang++ -V >&5 | |
| clang: error: unsupported option '-V -isystem/usr/local/include' | |
| configure:4529: $? = 1 | |
| configure:4518: clang++ -qversion >&5 | |
| clang: error: unknown argument: '-qversion' | |
| configure:4529: $? = 1 | |
| configure:4533: checking whether we are using the GNU C++ compiler | |
| configure:4552: clang++ -c conftest.cpp >&5 | |
| configure:4552: $? = 0 | |
| configure:4561: result: yes | |
| configure:4570: checking whether clang++ accepts -g | |
| configure:4590: clang++ -c -g conftest.cpp >&5 | |
| configure:4590: $? = 0 | |
| configure:4631: result: yes | |
| configure:4660: checking how to run the C preprocessor | |
| configure:4691: clang -E conftest.c | |
| configure:4691: $? = 0 | |
| configure:4705: clang -E conftest.c | |
| conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found | |
| #include <ac_nonexistent.h> | |
| ^~~~~~~~~~~~~~~~~~ | |
| 1 error generated. | |
| configure:4705: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define CANONICALIZATION_FOR_MATHN 1 | |
| | /* end confdefs.h. */ | |
| | #include <ac_nonexistent.h> | |
| configure:4730: result: clang -E | |
| configure:4750: clang -E conftest.c | |
| configure:4750: $? = 0 | |
| configure:4764: clang -E conftest.c | |
| conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found | |
| #include <ac_nonexistent.h> | |
| ^~~~~~~~~~~~~~~~~~ | |
| 1 error generated. | |
| configure:4764: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define CANONICALIZATION_FOR_MATHN 1 | |
| | /* end confdefs.h. */ | |
| | #include <ac_nonexistent.h> | |
| configure:4846: checking for grep that handles long lines and -e | |
| configure:4904: result: /usr/bin/grep | |
| configure:4909: checking for egrep | |
| configure:4971: result: /usr/bin/grep -E | |
| configure:4977: checking whether clang needs -traditional | |
| conftest.c:10:10: fatal error: 'termio.h' file not found | |
| #include <termio.h> | |
| ^~~~~~~~~~ | |
| 1 error generated. | |
| configure:5011: result: no | |
| configure:5165: checking for ld | |
| configure:5181: found /usr/local/Homebrew/Library/Homebrew/shims/mac/super/ld | |
| configure:5192: result: ld | |
| configure:5241: checking whether the linker is GNU ld | |
| configure:5256: result: no | |
| configure:5260: checking whether clang -E accepts -o | |
| configure:5272: clang -E -o conftest-1.i conftest.c | |
| configure:5272: $? = 0 | |
| configure:5279: result: yes | |
| configure:5433: checking for real target cpu | |
| configure:5452: result: x86_64 | |
| configure:5629: checking for ranlib | |
| configure:5656: result: : | |
| configure:5721: checking for ar | |
| configure:5748: result: libtool -static | |
| configure:5817: checking for libtool -static flags | |
| configure:5830: result: -no_warning_for_no_symbols -o | |
| configure:5878: checking for as | |
| configure:5894: found /usr/bin/as | |
| configure:5905: result: as | |
| configure:5987: checking for objdump | |
| configure:6003: found /usr/bin/objdump | |
| configure:6014: result: objdump | |
| configure:6087: checking for objcopy | |
| configure:6117: result: no | |
| configure:6087: checking for gobjcopy | |
| configure:6117: result: no | |
| configure:6532: checking for nm | |
| configure:6548: found /usr/bin/nm | |
| configure:6559: result: nm | |
| configure:6582: checking whether ln -s works | |
| configure:6586: result: yes | |
| configure:6593: checking whether make sets $(MAKE) | |
| configure:6615: result: yes | |
| configure:6638: checking for a BSD-compatible install | |
| configure:6706: result: /usr/bin/install -c | |
| configure:6717: checking for a thread-safe mkdir -p | |
| configure:6756: result: -d | |
| configure:6782: checking for dtrace | |
| configure:6798: found /usr/sbin/dtrace | |
| configure:6809: result: dtrace | |
| configure:6863: checking for dot | |
| configure:6893: result: no | |
| configure:6905: checking for doxygen | |
| configure:6935: result: no | |
| configure:6946: checking for pkg-config | |
| configure:6967: found /usr/local/opt/pkg-config/bin/pkg-config | |
| configure:6990: result: pkg-config | |
| configure:7000: checking for ANSI C header files | |
| configure:7020: clang -c -g -O2 conftest.c >&5 | |
| configure:7020: $? = 0 | |
| configure:7093: clang -o conftest -g -O2 conftest.c >&5 | |
| ld: warning: URGENT: building for OSX, but linking against dylib (/usr/lib/libSystem.dylib) built for (unknown). Note: This will be an error in the future. | |
| configure:7093: $? = 0 | |
| configure:7093: ./conftest | |
| configure:7093: $? = 0 | |
| configure:7104: result: yes | |
| configure:7117: checking for sys/types.h | |
| configure:7117: clang -c -g -O2 conftest.c >&5 | |
| configure:7117: $? = 0 | |
| configure:7117: result: yes | |
| configure:7117: checking for sys/stat.h | |
| configure:7117: clang -c -g -O2 conftest.c >&5 | |
| configure:7117: $? = 0 | |
| configure:7117: result: yes | |
| configure:7117: checking for stdlib.h | |
| configure:7117: clang -c -g -O2 conftest.c >&5 | |
| configure:7117: $? = 0 | |
| configure:7117: result: yes | |
| configure:7117: checking for string.h | |
| configure:7117: clang -c -g -O2 conftest.c >&5 | |
| configure:7117: $? = 0 | |
| configure:7117: result: yes | |
| configure:7117: checking for memory.h | |
| configure:7117: clang -c -g -O2 conftest.c >&5 | |
| configure:7117: $? = 0 | |
| configure:7117: result: yes | |
| configure:7117: checking for strings.h | |
| configure:7117: clang -c -g -O2 conftest.c >&5 | |
| configure:7117: $? = 0 | |
| configure:7117: result: yes | |
| configure:7117: checking for inttypes.h | |
| configure:7117: clang -c -g -O2 conftest.c >&5 | |
| configure:7117: $? = 0 | |
| configure:7117: result: yes | |
| configure:7117: checking for stdint.h | |
| configure:7117: clang -c -g -O2 conftest.c >&5 | |
| configure:7117: $? = 0 | |
| configure:7117: result: yes | |
| configure:7117: checking for unistd.h | |
| configure:7117: clang -c -g -O2 conftest.c >&5 | |
| configure:7117: $? = 0 | |
| configure:7117: result: yes | |
| configure:7130: checking minix/config.h usability | |
| configure:7130: clang -c -g -O2 conftest.c >&5 | |
| conftest.c:53:10: fatal error: 'minix/config.h' file not found | |
| #include <minix/config.h> | |
| ^~~~~~~~~~~~~~~~ | |
| 1 error generated. | |
| configure:7130: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define CANONICALIZATION_FOR_MATHN 1 | |
| | #define STDC_HEADERS 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 <minix/config.h> | |
| configure:7130: result: no | |
| configure:7130: checking minix/config.h presence | |
| configure:7130: clang -E conftest.c | |
| conftest.c:20:10: fatal error: 'minix/config.h' file not found | |
| #include <minix/config.h> | |
| ^~~~~~~~~~~~~~~~ | |
| 1 error generated. | |
| configure:7130: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define CANONICALIZATION_FOR_MATHN 1 | |
| | #define STDC_HEADERS 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 <minix/config.h> | |
| configure:7130: result: no | |
| configure:7130: checking for minix/config.h | |
| configure:7130: result: no | |
| configure:7151: checking whether it is safe to define __EXTENSIONS__ | |
| configure:7169: clang -c -g -O2 conftest.c >&5 | |
| configure:7169: $? = 0 | |
| configure:7176: result: yes | |
| configure:7208: checking for cd using physical directory | |
| configure:7227: result: cd -P | |
| configure:7249: checking whether CFLAGS is valid | |
| configure:7262: clang -c -g -O2 conftest.c >&5 | |
| configure:7262: $? = 0 | |
| configure:7263: result: yes | |
| configure:7274: checking whether LDFLAGS is valid | |
| configure:7294: clang -o conftest -g -O2 conftest.c >&5 | |
| ld: warning: URGENT: building for OSX, but linking against dylib (/usr/lib/libSystem.dylib) built for (unknown). Note: This will be an error in the future. | |
| configure:7294: $? = 0 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define CANONICALIZATION_FOR_MATHN 1 | |
| | #define STDC_HEADERS 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 __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | /* end confdefs.h. */ | |
| | | |
| | int | |
| | main () | |
| | { | |
| | | |
| | ; | |
| | return 0; | |
| | } | |
| configure:7300: result: no | |
| configure:7302: error: something wrong with LDFLAGS="" | |
| ## ---------------- ## | |
| ## Cache variables. ## | |
| ## ---------------- ## | |
| ac_cv_build=x86_64-apple-darwin18.0.0 | |
| ac_cv_c_compiler_gnu=yes | |
| ac_cv_cxx_compiler_gnu=yes | |
| ac_cv_env_CCC_set= | |
| ac_cv_env_CCC_value= | |
| ac_cv_env_CC_set=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_CXXFLAGS_set= | |
| ac_cv_env_CXXFLAGS_value= | |
| ac_cv_env_CXX_set=set | |
| ac_cv_env_CXX_value=clang++ | |
| ac_cv_env_LDFLAGS_set= | |
| ac_cv_env_LDFLAGS_value= | |
| ac_cv_env_LIBS_set= | |
| ac_cv_env_LIBS_value= | |
| ac_cv_env_build_alias_set= | |
| ac_cv_env_build_alias_value= | |
| ac_cv_env_cflags_set= | |
| ac_cv_env_cflags_value= | |
| ac_cv_env_cppflags_set= | |
| ac_cv_env_cppflags_value= | |
| ac_cv_env_cxxflags_set= | |
| ac_cv_env_cxxflags_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_header_inttypes_h=yes | |
| ac_cv_header_memory_h=yes | |
| ac_cv_header_minix_config_h=no | |
| ac_cv_header_stdc=yes | |
| 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_stat_h=yes | |
| ac_cv_header_sys_types_h=yes | |
| ac_cv_header_unistd_h=yes | |
| ac_cv_host=x86_64-apple-darwin18.0.0 | |
| ac_cv_objext=o | |
| ac_cv_path_BASERUBY=/usr/bin/ruby | |
| ac_cv_path_EGREP='/usr/bin/grep -E' | |
| ac_cv_path_GREP=/usr/bin/grep | |
| ac_cv_path_install='/usr/bin/install -c' | |
| ac_cv_prog_CC=clang | |
| ac_cv_prog_CPP='clang -E' | |
| ac_cv_prog_CXX=clang++ | |
| ac_cv_prog_DTRACE=dtrace | |
| ac_cv_prog_PKG_CONFIG=pkg-config | |
| ac_cv_prog_ac_ct_AR='libtool -static' | |
| ac_cv_prog_ac_ct_AS=as | |
| ac_cv_prog_ac_ct_LD=ld | |
| ac_cv_prog_ac_ct_NM=nm | |
| ac_cv_prog_ac_ct_OBJDUMP=objdump | |
| ac_cv_prog_ac_ct_RANLIB=: | |
| ac_cv_prog_cc_c89= | |
| ac_cv_prog_cc_g=yes | |
| ac_cv_prog_cxx_g=yes | |
| ac_cv_prog_gcc_traditional=no | |
| ac_cv_prog_make_make_set=yes | |
| ac_cv_safe_to_define___extensions__=yes | |
| ac_cv_target=x86_64-apple-darwin18.0.0 | |
| rb_cv_arflags='-no_warning_for_no_symbols -o' | |
| rb_cv_cppoutfile=yes | |
| rb_cv_prog_gnu_ld=no | |
| rb_cv_target_archs=x86_64 | |
| ## ----------------- ## | |
| ## Output variables. ## | |
| ## ----------------- ## | |
| ALLOCA='' | |
| AR='libtool -static' | |
| ARCHFILE='' | |
| ARCH_FLAG='' | |
| ARFLAGS='-no_warning_for_no_symbols -o ' | |
| AS='as' | |
| ASFLAGS='' | |
| ASMEXT='' | |
| BASERUBY='/usr/bin/ruby --disable=gems' | |
| BOOTSTRAPRUBY='' | |
| BTESTRUBY='' | |
| BUILTIN_ENCOBJS='' | |
| BUILTIN_TRANSOBJS='' | |
| BUILTIN_TRANSSRCS='' | |
| CAPITARGET='' | |
| CC='clang' | |
| CCDLFLAGS='' | |
| CC_VERSION='$(CC) --version' | |
| CC_VERSION_MESSAGE='Apple LLVM version 9.1.0 (clang-902.0.39.2) | |
| CFLAGS='-g -O2 ' | |
| CHDIR='cd -P' | |
| COMMON_HEADERS='' | |
| COMMON_LIBS='' | |
| COMMON_MACROS='' | |
| CONFIGURE='' | |
| COUTFLAG='-o ' | |
| CP='cp' | |
| CPP='clang -E' | |
| CPPFLAGS='' | |
| CPPOUTFILE='-o conftest.i' | |
| CROSS_COMPILING='' | |
| CSRCFLAG='' | |
| CXX='clang++' | |
| CXXFLAGS='-g -O2' | |
| DEFS='' | |
| DESTDIR='' | |
| DLDFLAGS='' | |
| DLDLIBS='' | |
| DLEXT2='' | |
| DLEXT='' | |
| DLLWRAP='' | |
| DLNOBJ='' | |
| DOT='' | |
| DOXYGEN='' | |
| DTRACE='dtrace' | |
| DTRACE_EXT='' | |
| DTRACE_OBJ='' | |
| DTRACE_OPT='' | |
| DTRACE_REBUILD='' | |
| ECHO_C='\c' | |
| ECHO_N='' | |
| ECHO_T='' | |
| EGREP='/usr/bin/grep -E' | |
| ENABLE_DEBUG_ENV='' | |
| ENABLE_SHARED='' | |
| ENCOBJS='' | |
| ENCSTATIC='' | |
| EXECUTABLE_EXTS='' | |
| EXEEXT='' | |
| EXPORT_PREFIX='' | |
| EXTDLDFLAGS='' | |
| EXTLDFLAGS='' | |
| EXTOBJS='' | |
| EXTOUT='' | |
| EXTSTATIC='' | |
| GCC='yes' | |
| GIT='git' | |
| GNU_LD='no' | |
| GREP='/usr/bin/grep' | |
| HAVE_BASERUBY='yes' | |
| HAVE_GIT='yes' | |
| INSTALLDOC='' | |
| INSTALL_DATA='${INSTALL} -m 644' | |
| INSTALL_PROGRAM='${INSTALL}' | |
| INSTALL_SCRIPT='${INSTALL}' | |
| INSTALL_STATIC_LIBRARY='' | |
| InstalledDir: /Library/Developer/CommandLineTools/usr/bin' | |
| LD='ld' | |
| LDFLAGS='' | |
| LDSHARED='' | |
| LDSHAREDXX='' | |
| LIBEXT='' | |
| LIBOBJS='' | |
| LIBPATHENV='' | |
| LIBPATHFLAG='' | |
| LIBRUBY='' | |
| LIBRUBYARG='' | |
| LIBRUBYARG_SHARED='' | |
| LIBRUBYARG_STATIC='' | |
| LIBRUBY_A='' | |
| LIBRUBY_ALIASES='' | |
| LIBRUBY_A_OBJS='' | |
| LIBRUBY_DLDFLAGS='' | |
| LIBRUBY_LDSHARED='' | |
| LIBRUBY_RELATIVE='' | |
| LIBRUBY_SO='' | |
| LIBRUBY_SONAME='' | |
| LIBS='' | |
| LINK_SO='' | |
| LN_S='ln -s' | |
| LTLIBOBJS='' | |
| MAINLIBS='' | |
| MAJOR='2' | |
| MAKEDIRS='mkdir -p' | |
| MAKEFILES='' | |
| MANTYPE='' | |
| MINIOBJS='' | |
| MINIRUBY='' | |
| MINOR='5' | |
| MKDIR_P='mkdir -p' | |
| NM='nm' | |
| NULLCMD='' | |
| OBJCOPY='' | |
| OBJDUMP='objdump' | |
| OBJEXT='o' | |
| OUTFLAG='-o ' | |
| PACKAGE='' | |
| PACKAGE_BUGREPORT='' | |
| PACKAGE_NAME='' | |
| PACKAGE_STRING='' | |
| PACKAGE_TARNAME='' | |
| PACKAGE_URL='' | |
| PACKAGE_VERSION='' | |
| PATH_SEPARATOR=':' | |
| PKG_CONFIG='pkg-config' | |
| PLATFORM_DIR='' | |
| POSTLINK='' | |
| PRELOADENV='' | |
| PREP='' | |
| RANLIB=':' | |
| RDOCTARGET='' | |
| RI_BASE_NAME='' | |
| RM='rm -f' | |
| RMALL='rm -fr' | |
| RMDIR='rmdir' | |
| RMDIRS='rmdir -p' | |
| RPATHFLAG='' | |
| RUBYW_BASE_NAME='rubyw' | |
| RUBYW_INSTALL_NAME='' | |
| RUBY_API_VERSION='$(MAJOR).$(MINOR)' | |
| RUBY_BASE_NAME='ruby' | |
| RUBY_EXEC_PREFIX='' | |
| RUBY_INSTALL_NAME='' | |
| RUBY_LIB_VERSION='' | |
| RUBY_LIB_VERSION_STYLE='' | |
| RUBY_PROGRAM_VERSION='2.5.1' | |
| RUBY_SEARCH_PATH='' | |
| RUBY_SO_NAME='' | |
| RUBY_VERSION_NAME='${RUBY_BASE_NAME}-${ruby_version}' | |
| RUNRUBY='' | |
| RUNRUBY_COMMAND='' | |
| SET_MAKE='' | |
| SHELL='/bin/sh' | |
| SOEXT='' | |
| SOLIBS='' | |
| STATIC='' | |
| STRIP='' | |
| SYMBOL_PREFIX='' | |
| TEENY='1' | |
| TEST_RUNNABLE='' | |
| THREAD_MODEL='' | |
| TRY_LINK='' | |
| Target: x86_64-apple-darwin18.0.0 | |
| Thread model: posix | |
| UNIVERSAL_ARCHNAMES='' | |
| UNIVERSAL_INTS='' | |
| USE_RUBYGEMS='' | |
| WERRORFLAG='' | |
| WINDRES='' | |
| XCFLAGS='' | |
| XLDFLAGS='' | |
| XRUBY='' | |
| XRUBY_LIBDIR='' | |
| XRUBY_RUBYHDRDIR='' | |
| XRUBY_RUBYLIBDIR='' | |
| ac_ct_CC='' | |
| ac_ct_CXX='' | |
| ac_ct_OBJCOPY='' | |
| ac_ct_OBJDUMP='objdump' | |
| arch='' | |
| archincludedir='' | |
| archlibdir='' | |
| bindir='${exec_prefix}/bin' | |
| build='x86_64-apple-darwin18.0.0' | |
| build_alias='' | |
| build_cpu='x86_64' | |
| build_os='darwin18.0.0' | |
| build_vendor='apple' | |
| cflags=' ${optflags} ${debugflags} ${warnflags}' | |
| codesign='' | |
| configure_args='' | |
| cppflags='' | |
| cxxflags=' ${optflags} ${debugflags} ${warnflags}' | |
| datadir='${datarootdir}' | |
| datarootdir='${prefix}/share' | |
| debugflags='' | |
| docdir='${datarootdir}/doc/${PACKAGE}' | |
| dsymutil='' | |
| dvidir='${docdir}' | |
| exec='' | |
| exec_prefix='NONE' | |
| host='x86_64-apple-darwin18.0.0' | |
| host_alias='' | |
| host_cpu='x86_64' | |
| host_os='darwin18.0.0' | |
| host_vendor='apple' | |
| htmldir='${docdir}' | |
| includedir='${prefix}/include' | |
| infodir='${datarootdir}/info' | |
| libdir='${exec_prefix}/lib' | |
| libdirname='' | |
| libexecdir='${exec_prefix}/libexec' | |
| localedir='${datarootdir}/locale' | |
| localstatedir='${prefix}/var' | |
| mandir='${datarootdir}/man' | |
| oldincludedir='/usr/include' | |
| optflags='-O3' | |
| pdfdir='${docdir}' | |
| prefix='/usr/local/Cellar/ruby/2.5.1' | |
| program_transform_name='s&^&&' | |
| psdir='${docdir}' | |
| ridir='' | |
| ruby_pc='' | |
| ruby_version='' | |
| rubyarchdir='' | |
| rubyarchhdrdir='' | |
| rubyarchprefix='' | |
| rubyhdrdir='' | |
| rubylibdir='' | |
| rubylibprefix='' | |
| rubysitearchprefix='' | |
| rubyw_install_name='' | |
| sbindir='${exec_prefix}/sbin' | |
| setup='' | |
| sharedstatedir='${prefix}/com' | |
| sitearch='' | |
| sitearchdir='' | |
| sitearchhdrdir='' | |
| sitearchincludedir='' | |
| sitearchlibdir='' | |
| sitedir='' | |
| sitehdrdir='' | |
| sitelibdir='' | |
| strict_warnflags='' | |
| sysconfdir='${prefix}/etc' | |
| target='x86_64-apple-darwin18' | |
| target_alias='' | |
| target_cpu='x86_64' | |
| target_os='darwin18' | |
| target_vendor='apple' | |
| try_header='' | |
| vendorarchdir='' | |
| vendorarchhdrdir='' | |
| vendordir='' | |
| vendorhdrdir='' | |
| vendorlibdir='' | |
| warnflags='' | |
| ## ----------- ## | |
| ## confdefs.h. ## | |
| ## ----------- ## | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define CANONICALIZATION_FOR_MATHN 1 | |
| #define STDC_HEADERS 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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| configure: exit 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment