Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save michelemauro/44eb51043a2856babafe5d43f51b9a8f to your computer and use it in GitHub Desktop.
Save michelemauro/44eb51043a2856babafe5d43f51b9a8f to your computer and use it in GitHub Desktop.
readline on macOS 10.9.5 - Homebrew build logs
Homebrew build logs for readline on macOS 10.9.5
Build date: 2018-07-10 08:31:52
HOMEBREW_VERSION: 1.6.11
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: aa49f97343c3d88d525a7a15a5b5e298972fdab5
Last commit: 2 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 2c22e58ffdfd84bce22d9f916313e036cc5725b3
Core tap last commit: 33 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_GITHUB_API_TOKEN: set
CPU: quad-core 64-bit haswell
Homebrew Ruby: 2.3.3 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.3_2/bin/ruby
Clang: 6.0 build 600
Git: 2.18.0 => /usr/local/bin/git
Curl: 7.60.0 => /usr/local/opt/curl/bin/curl
Java: 10.0.1, 1.8.0_172, 1.7.0_80
macOS: 10.9.5-x86_64
CLT: 6.2.0.0.1.1424975374
Xcode: 6.2
XQuartz: N/A
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: You are using macOS 10.9.
We (and Apple) do not provide support for this old version.
You may encounter build failures or other breakages.
Please create pull-requests instead of filing issues.
2018-07-10 08:31:27 +0200
./configure
--prefix=/usr/local/Cellar/readline/7.0.3_1
checking build system type... x86_64-apple-darwin13.4.0
checking host system type... x86_64-apple-darwin13.4.0
Beginning configuration for readline-7.0 for x86_64-apple-darwin13.4.0
checking whether make sets $(MAKE)... yes
checking for gcc... clang
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 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 for ANSI C header files... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
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 whether clang needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... ar
checking for ranlib... ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for ssize_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for fcntl... yes
checking for kill... yes
checking for lstat... yes
checking for readlink... yes
checking for memmove... yes
checking for pselect... yes
checking for putenv... yes
checking for select... yes
checking for setenv... yes
checking for setlocale... yes
checking for strcasecmp... yes
checking for strpbrk... yes
checking for tcgetattr... yes
checking for vsnprintf... yes
checking for isascii... yes
checking for isxdigit... yes
checking for getpwent... yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for uid_t in sys/types.h... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking for working strcoll... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... no
checking termio.h presence... no
checking for termio.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for type of signal functions... posix
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... present
checking for lstat... yes
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... yes
checking whether getpw functions are declared in pwd.h... yes
checking whether termios.h defines TIOCGWINSZ... yes
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for FIONREAD in sys/ioctl.h... yes
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking libaudit.h usability... no
checking libaudit.h presence... no
checking for libaudit.h... no
checking whether AUDIT_USER_TTY is declared... no
checking for tgetent... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking mbstr.h usability... no
checking mbstr.h presence... no
checking for mbstr.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking for mbscmp... no
checking for mbsnrtowcs... yes
checking for mbsrtowcs... yes
checking for mbschr... no
checking for wcrtomb... yes
checking for wcscoll... yes
checking for wcsdup... yes
checking for wcwidth... yes
checking for wctype... yes
checking for wcswidth... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for iswlower... yes
checking for iswupper... yes
checking for towlower... yes
checking for towupper... yes
checking for iswctype... yes
checking for nl_langinfo and CODESET... yes
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking for wcwidth broken with unicode combining characters... no
checking configuration for building shared libraries... supported
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating readline.pc
config.status: creating config.h
config.status: executing default commands
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 -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 -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 -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 -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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -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 -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 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -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 -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 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -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 -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 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
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
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
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
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
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
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
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
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
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
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
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -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 -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 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
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
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O conftest.c -ltermcap
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -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 -O conftest.c -ltermcap -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -g -O 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
superenv executed: clang -pipe -Os -march=native -c -g -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -o conftest -g -O 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 -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 -O conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2018-07-10 08:31:46 +0200
make
install
/bin/sh ./support/mkinstalldirs /usr/local/Cellar/readline/7.0.3_1/include \
/usr/local/Cellar/readline/7.0.3_1/include/readline /usr/local/Cellar/readline/7.0.3_1/lib \
/usr/local/Cellar/readline/7.0.3_1/share/info /usr/local/Cellar/readline/7.0.3_1/share/man/man3 /usr/local/Cellar/readline/7.0.3_1/share/doc/readline
rm -f readline.o
rm -f vi_mode.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O readline.c
rm -f funmap.o
mkdir -p -- /usr/local/Cellar/readline/7.0.3_1/include /usr/local/Cellar/readline/7.0.3_1/include/readline /usr/local/Cellar/readline/7.0.3_1/lib /usr/local/Cellar/readline/7.0.3_1/share/info /usr/local/Cellar/readline/7.0.3_1/share/man/man3 /usr/local/Cellar/readline/7.0.3_1/share/doc/readline
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O funmap.c
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O vi_mode.c
rm -f keymaps.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O keymaps.c
rm -f parens.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O parens.c
rm -f search.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O search.c
rm -f rltty.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O rltty.c
rm -f complete.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O complete.c
rm -f bind.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O bind.c
rm -f isearch.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O isearch.c
rm -f display.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O display.c
rm -f signals.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O signals.c
rm -f util.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O util.c
rm -f kill.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O kill.c
rm -f undo.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O undo.c
rm -f macro.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O macro.c
rm -f input.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O input.c
rm -f callback.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O callback.c
rm -f terminal.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O terminal.c
rm -f text.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O text.c
rm -f nls.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O nls.c
rm -f misc.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O misc.c
rm -f history.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O history.c
rm -f histexpand.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O histexpand.c
rm -f histfile.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O histfile.c
rm -f histsearch.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O histsearch.c
rm -f shell.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O shell.c
rm -f mbutil.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O mbutil.c
rm -f tilde.o
clang -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O -DREADLINE_LIBRARY -c ./tilde.c
rm -f colors.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O colors.c
rm -f parse-colors.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O parse-colors.c
rm -f xmalloc.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O xmalloc.c
rm -f xfree.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O xfree.c
rm -f compat.o
clang -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"7.0"' -g -O compat.c
for f in readline.h chardefs.h keymaps.h history.h tilde.h rlstdc.h rlconf.h rltypedefs.h; do \
/usr/bin/install -c -m 644 ./$f /usr/local/Cellar/readline/7.0.3_1/include/readline ; \
done
/usr/bin/install -c -m 644 ./CHANGES ./INSTALL ./README /usr/local/Cellar/readline/7.0.3_1/share/doc/readline
( if test -d doc ; then \
cd doc && \
/Applications/Xcode.app/Contents/Developer/usr/bin/make - --jobserver-fds=3,4 -j infodir=/usr/local/Cellar/readline/7.0.3_1/share/info DESTDIR= install; \
fi )
/bin/sh ../support/mkdirs /usr/local/Cellar/readline/7.0.3_1/share/info /usr/local/Cellar/readline/7.0.3_1/share/man/man3
if test -n "" ; then \
/bin/sh ../support/mkdirs ; \
fi
test -d shlib || mkdir shlib
rm -f libhistory.a
( cd shlib ; /Applications/Xcode.app/Contents/Developer/usr/bin/make - --jobserver-fds=3,4 -j all )
if test -f readline.info; then \
/usr/bin/install -c -m 644 readline.info /usr/local/Cellar/readline/7.0.3_1/share/info/readline.info; \
else \
/usr/bin/install -c -m 644 ./readline.info /usr/local/Cellar/readline/7.0.3_1/share/info/readline.info; \
fi
ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o xmalloc.o xfree.o
if test -f rluserman.info; then \
/usr/bin/install -c -m 644 rluserman.info /usr/local/Cellar/readline/7.0.3_1/share/info/rluserman.info; \
else \
/usr/bin/install -c -m 644 ./rluserman.info /usr/local/Cellar/readline/7.0.3_1/share/info/rluserman.info; \
fi
( cd examples ; /Applications/Xcode.app/Contents/Developer/usr/bin/make - --jobserver-fds=3,4 -j DESTDIR= install )
rm -f readline.so
if test -f history.info; then \
/usr/bin/install -c -m 644 history.info /usr/local/Cellar/readline/7.0.3_1/share/info/history.info; \
else \
/usr/bin/install -c -m 644 ./history.info /usr/local/Cellar/readline/7.0.3_1/share/info/history.info; \
fi
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o readline.o ../readline.c
test -n "ranlib" && ranlib libhistory.a
/bin/sh ../support/mkdirs /usr/local/Cellar/readline/7.0.3_1/share/readline
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
install-info --dir-file=/usr/local/Cellar/readline/7.0.3_1/share/info/dir \
/usr/local/Cellar/readline/7.0.3_1/share/info/readline.info ; \
install-info --dir-file=/usr/local/Cellar/readline/7.0.3_1/share/info/dir \
/usr/local/Cellar/readline/7.0.3_1/share/info/history.info ; \
install-info --dir-file=/usr/local/Cellar/readline/7.0.3_1/share/info/dir \
/usr/local/Cellar/readline/7.0.3_1/share/info/rluserman.info ; \
else true; fi
rm -f libreadline.a
ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o colors.o parse-colors.o xmalloc.o xfree.o compat.o
/usr/bin/install -c -m 644 ./readline.3 /usr/local/Cellar/readline/7.0.3_1/share/man/man3/readline.3
/usr/bin/install -c -m 644 ./history.3 /usr/local/Cellar/readline/7.0.3_1/share/man/man3/history.3
test -n "ranlib" && ranlib libreadline.a
mkdir /usr/local/Cellar/readline/7.0.3_1/share/readline
if test -n "" ; then \
if test -f readline.html; then \
/usr/bin/install -c -m 644 readline.html /readline.html; \
else \
/usr/bin/install -c -m 644 ./readline.html /readline.html; \
fi ; \
if test -f history.html; then \
/usr/bin/install -c -m 644 history.html /history.html; \
else \
/usr/bin/install -c -m 644 ./history.html /history.html; \
fi ; \
if test -f rluserman.html; then \
/usr/bin/install -c -m 644 rluserman.html /rluserman.html; \
else \
/usr/bin/install -c -m 644 ./rluserman.html /rluserman.html; \
fi ; \
fi
rm -f vi_mode.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o vi_mode.o ../vi_mode.c
rm -f funmap.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o funmap.o ../funmap.c
mv /usr/local/Cellar/readline/7.0.3_1/lib/libreadline.a /usr/local/Cellar/readline/7.0.3_1/lib/libreadline.old
mv: rename /usr/local/Cellar/readline/7.0.3_1/lib/libreadline.a to /usr/local/Cellar/readline/7.0.3_1/lib/libreadline.old: No such file or directory
make: [install-static] Error 1 (ignored)
/usr/bin/install -c -m 644 libreadline.a /usr/local/Cellar/readline/7.0.3_1/lib/libreadline.a
test -n "ranlib" && ranlib /usr/local/Cellar/readline/7.0.3_1/lib/libreadline.a
mv /usr/local/Cellar/readline/7.0.3_1/lib/libhistory.a /usr/local/Cellar/readline/7.0.3_1/lib/libhistory.old
mv: rename /usr/local/Cellar/readline/7.0.3_1/lib/libhistory.a to /usr/local/Cellar/readline/7.0.3_1/lib/libhistory.old: No such file or directory
make: [install-static] Error 1 (ignored)
/usr/bin/install -c -m 644 libhistory.a /usr/local/Cellar/readline/7.0.3_1/lib/libhistory.a
test -n "ranlib" && ranlib /usr/local/Cellar/readline/7.0.3_1/lib/libhistory.a
rm -f keymaps.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o keymaps.o ../keymaps.c
mv funmap.o funmap.so
rm -f parens.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o parens.o ../parens.c
mv readline.o readline.so
rm -f search.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o search.o ../search.c
mv keymaps.o keymaps.so
rm -f rltty.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o rltty.o ../rltty.c
mv parens.o parens.so
rm -f complete.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o complete.o ../complete.c
mv search.o search.so
rm -f bind.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o bind.o ../bind.c
mv vi_mode.o vi_mode.so
rm -f isearch.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o isearch.o ../isearch.c
mv rltty.o rltty.so
rm -f display.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o display.o ../display.c
mv isearch.o isearch.so
rm -f signals.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o signals.o ../signals.c
mv complete.o complete.so
rm -f util.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o util.o ../util.c
mv bind.o bind.so
rm -f kill.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o kill.o ../kill.c
mv signals.o signals.so
rm -f undo.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o undo.o ../undo.c
mv util.o util.so
rm -f macro.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o macro.o ../macro.c
mv display.o display.so
rm -f input.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o input.o ../input.c
mv undo.o undo.so
rm -f callback.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o callback.o ../callback.c
mv kill.o kill.so
rm -f terminal.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o terminal.o ../terminal.c
mv macro.o macro.so
rm -f text.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o text.o ../text.c
mv input.o input.so
rm -f nls.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o nls.o ../nls.c
mv callback.o callback.so
rm -f misc.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o misc.o ../misc.c
mv terminal.o terminal.so
rm -f history.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o history.o ../history.c
mv nls.o nls.so
rm -f histexpand.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o histexpand.o ../histexpand.c
mv misc.o misc.so
rm -f histfile.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o histfile.o ../histfile.c
mv history.o history.so
rm -f histsearch.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o histsearch.o ../histsearch.c
mv text.o text.so
rm -f shell.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o shell.o ../shell.c
mv histsearch.o histsearch.so
rm -f mbutil.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o mbutil.o ../mbutil.c
mv shell.o shell.so
mv histfile.o histfile.so
rm -f tilde.so
rm -f colors.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -DREADLINE_LIBRARY -c -o tilde.o ../tilde.c
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o colors.o ../colors.c
mv histexpand.o histexpand.so
rm -f parse-colors.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o parse-colors.o ../parse-colors.c
mv tilde.o tilde.so
rm -f xmalloc.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o xmalloc.o ../xmalloc.c
mv colors.o colors.so
rm -f xfree.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o xfree.o ../xfree.c
mv mbutil.o mbutil.so
rm -f compat.so
clang -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fno-common -o compat.o ../compat.c
mv xmalloc.o xmalloc.so
mv xfree.o xfree.so
rm -f libhistory.7.0.dylib
clang -dynamiclib -dynamic -undefined dynamic_lookup -dynamiclib -install_name /usr/local/Cellar/readline/7.0.3_1/lib/`echo libhistory.7.0.dylib | sed "s:\..*::"`.7.dylib -current_version 7.0 -compatibility_version 7 -v -o libhistory.7.0.dylib history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so xmalloc.so xfree.so -lncurses
mv compat.o compat.so
mv parse-colors.o parse-colors.so
rm -f libreadline.7.0.dylib
clang -dynamiclib -dynamic -undefined dynamic_lookup -dynamiclib -install_name /usr/local/Cellar/readline/7.0.3_1/lib/`echo libreadline.7.0.dylib | sed "s:\..*::"`.7.dylib -current_version 7.0 -compatibility_version 7 -v -o libreadline.7.0.dylib readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so colors.so parse-colors.so xmalloc.so xfree.so compat.so -lncurses
Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -dylib -dylib_compatibility_version 7 -dylib_current_version 7.0 -arch x86_64 -dylib_install_name /usr/local/Cellar/readline/7.0.3_1/lib/libhistory.7.dylib -dynamic -macosx_version_min 10.9.0 -undefined dynamic_lookup -w -undefined dynamic_lookup -o libhistory.7.0.dylib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so xmalloc.so xfree.so -lncurses -headerpad_max_install_names -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/lib/darwin/libclang_rt.osx.a
Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -dylib -dylib_compatibility_version 7 -dylib_current_version 7.0 -arch x86_64 -dylib_install_name /usr/local/Cellar/readline/7.0.3_1/lib/libreadline.7.dylib -dynamic -macosx_version_min 10.9.0 -undefined dynamic_lookup -w -undefined dynamic_lookup -o libreadline.7.0.dylib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so colors.so parse-colors.so xmalloc.so xfree.so compat.so -lncurses -headerpad_max_install_names -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/lib/darwin/libclang_rt.osx.a
( cd shlib ; /Applications/Xcode.app/Contents/Developer/usr/bin/make - --jobserver-fds=3,4 -j DESTDIR= install )
/bin/sh ../support/mkdirs /usr/local/Cellar/readline/7.0.3_1/lib
/bin/sh ../support/mkdirs /usr/local/Cellar/readline/7.0.3_1/bin
mkdir /usr/local/Cellar/readline/7.0.3_1/bin
/bin/sh ../support/shlib-install -O darwin13.4.0 -V apple -d /usr/local/Cellar/readline/7.0.3_1/lib -b /usr/local/Cellar/readline/7.0.3_1/bin -i "/usr/bin/install -c -m 644" libhistory.7.0.dylib
/bin/sh ../support/shlib-install -O darwin13.4.0 -V apple -d /usr/local/Cellar/readline/7.0.3_1/lib -b /usr/local/Cellar/readline/7.0.3_1/bin -i "/usr/bin/install -c -m 644" libreadline.7.0.dylib
install: you may need to run ldconfig
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O readline.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" readline.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O vi_mode.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" vi_mode.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O funmap.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" funmap.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O keymaps.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" keymaps.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O parens.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" parens.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O search.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" search.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O rltty.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" rltty.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O complete.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" complete.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O bind.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" bind.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O isearch.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" isearch.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O display.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" display.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O signals.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" signals.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O util.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" util.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O kill.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" kill.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O undo.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" undo.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O macro.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" macro.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O input.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" input.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O callback.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" callback.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O terminal.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" terminal.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O text.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" text.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O nls.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" nls.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O misc.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" misc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O history.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" history.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O histexpand.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" histexpand.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O histfile.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" histfile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O histsearch.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" histsearch.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O shell.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" shell.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O mbutil.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" mbutil.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O -DREADLINE_LIBRARY -c ./tilde.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" -DREADLINE_LIBRARY -c ./tilde.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O colors.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" colors.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O parse-colors.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" parse-colors.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O xmalloc.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" xmalloc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O xfree.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" xfree.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION="7.0" -g -O compat.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -DRL_LIBRARY_VERSION="7.0" compat.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o readline.o ../readline.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o readline.o ../readline.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o vi_mode.o ../vi_mode.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o vi_mode.o ../vi_mode.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o funmap.o ../funmap.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o funmap.o ../funmap.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o keymaps.o ../keymaps.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o keymaps.o ../keymaps.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o parens.o ../parens.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o parens.o ../parens.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o search.o ../search.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o search.o ../search.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o rltty.o ../rltty.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o rltty.o ../rltty.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o complete.o ../complete.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o complete.o ../complete.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o bind.o ../bind.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o bind.o ../bind.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o isearch.o ../isearch.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o isearch.o ../isearch.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o display.o ../display.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o display.o ../display.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o signals.o ../signals.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o signals.o ../signals.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o util.o ../util.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o util.o ../util.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o kill.o ../kill.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o kill.o ../kill.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o undo.o ../undo.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o undo.o ../undo.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o macro.o ../macro.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o macro.o ../macro.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o input.o ../input.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o input.o ../input.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o callback.o ../callback.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o callback.o ../callback.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o terminal.o ../terminal.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o terminal.o ../terminal.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o text.o ../text.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o text.o ../text.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o nls.o ../nls.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o nls.o ../nls.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o misc.o ../misc.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o misc.o ../misc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o history.o ../history.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o history.o ../history.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o histexpand.o ../histexpand.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o histexpand.o ../histexpand.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o histfile.o ../histfile.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o histfile.o ../histfile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o histsearch.o ../histsearch.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o histsearch.o ../histsearch.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o shell.o ../shell.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o shell.o ../shell.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o mbutil.o ../mbutil.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o mbutil.o ../mbutil.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -DREADLINE_LIBRARY -c -o tilde.o ../tilde.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -DREADLINE_LIBRARY -c -o tilde.o ../tilde.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o colors.o ../colors.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o colors.o ../colors.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o xmalloc.o ../xmalloc.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o xmalloc.o ../xmalloc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o parse-colors.o ../parse-colors.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o parse-colors.o ../parse-colors.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o xfree.o ../xfree.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o xfree.o ../xfree.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION="7.0" -g -O -fno-common -o compat.o ../compat.c
superenv removed: -g -O
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -c -DHAVE_CONFIG_H -I. -I.. -DRL_LIBRARY_VERSION="7.0" -fno-common -o compat.o ../compat.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -dynamiclib -dynamic -undefined dynamic_lookup -dynamiclib -install_name /usr/local/Cellar/readline/7.0.3_1/lib/libhistory.7.dylib -current_version 7.0 -compatibility_version 7 -v -o libhistory.7.0.dylib history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so xmalloc.so xfree.so -lncurses
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -dynamiclib -dynamic -undefined dynamic_lookup -dynamiclib -install_name /usr/local/Cellar/readline/7.0.3_1/lib/libhistory.7.dylib -current_version 7.0 -compatibility_version 7 -v -o libhistory.7.0.dylib history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so xmalloc.so xfree.so -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -dynamiclib -dynamic -undefined dynamic_lookup -dynamiclib -install_name /usr/local/Cellar/readline/7.0.3_1/lib/libreadline.7.dylib -current_version 7.0 -compatibility_version 7 -v -o libreadline.7.0.dylib readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so colors.so parse-colors.so xmalloc.so xfree.so compat.so -lncurses
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -dynamiclib -dynamic -undefined dynamic_lookup -dynamiclib -install_name /usr/local/Cellar/readline/7.0.3_1/lib/libreadline.7.dylib -current_version 7.0 -compatibility_version 7 -v -o libreadline.7.0.dylib readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so colors.so parse-colors.so xmalloc.so xfree.so compat.so -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by readline configure 7.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/readline/7.0.3_1
## --------- ##
## Platform. ##
## --------- ##
hostname = MacBook-Air-di-Michele.local
uname -m = x86_64
uname -r = 13.4.0
uname -s = Darwin
uname -v = Darwin Kernel Version 13.4.0: Mon Jan 11 18:17:34 PST 2016; root:xnu-2422.115.15~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 13.4.0: Mon Jan 11 18:17:34 PST 2016; root:xnu-2422.115.15~1/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: 202 tasks, 1318 threads, 4 processors
Load average: 1.76, Mach factor: 2.23
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Homebrew/Library/Homebrew/shims/mac/super
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2297: checking build system type
configure:2311: result: x86_64-apple-darwin13.4.0
configure:2331: checking host system type
configure:2344: result: x86_64-apple-darwin13.4.0
configure:2437: checking whether make sets $(MAKE)
configure:2459: result: yes
configure:2516: checking for gcc
configure:2543: result: clang
configure:2772: checking for C compiler version
configure:2781: clang --version >&5
Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:2792: $? = 0
configure:2781: clang -v >&5
Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:2792: $? = 0
configure:2781: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:2792: $? = 1
configure:2781: clang -qversion >&5
clang: error: unknown argument: '-qversion'
configure:2792: $? = 1
configure:2812: checking whether the C compiler works
configure:2834: clang -g conftest.c >&5
configure:2838: $? = 0
configure:2886: result: yes
configure:2889: checking for C compiler default output file name
configure:2891: result: a.out
configure:2897: checking for suffix of executables
configure:2904: clang -o conftest -g conftest.c >&5
configure:2908: $? = 0
configure:2930: result:
configure:2952: checking whether we are cross compiling
configure:2960: clang -o conftest -g conftest.c >&5
configure:2964: $? = 0
configure:2971: ./conftest
configure:2975: $? = 0
configure:2990: result: no
configure:2995: checking for suffix of object files
configure:3017: clang -c -g conftest.c >&5
configure:3021: $? = 0
configure:3042: result: o
configure:3046: checking whether we are using the GNU C compiler
configure:3065: clang -c -g conftest.c >&5
configure:3065: $? = 0
configure:3074: result: yes
configure:3083: checking whether clang accepts -g
configure:3103: clang -c -g conftest.c >&5
configure:3103: $? = 0
configure:3144: result: yes
configure:3161: checking for clang option to accept ISO C89
configure:3224: clang -c -g conftest.c >&5
configure:3224: $? = 0
configure:3237: result: none needed
configure:3263: checking how to run the C preprocessor
configure:3294: clang -E conftest.c
configure:3294: $? = 0
configure:3308: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3308: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3333: result: clang -E
configure:3353: clang -E conftest.c
configure:3353: $? = 0
configure:3367: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3367: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3396: checking for grep that handles long lines and -e
configure:3454: result: /usr/bin/grep
configure:3459: checking for egrep
configure:3521: result: /usr/bin/grep -E
configure:3526: checking for ANSI C header files
configure:3546: clang -c -g conftest.c >&5
configure:3546: $? = 0
configure:3619: clang -o conftest -g conftest.c >&5
configure:3619: $? = 0
configure:3619: ./conftest
configure:3619: $? = 0
configure:3630: result: yes
configure:3643: checking for sys/types.h
configure:3643: clang -c -g conftest.c >&5
configure:3643: $? = 0
configure:3643: result: yes
configure:3643: checking for sys/stat.h
configure:3643: clang -c -g conftest.c >&5
configure:3643: $? = 0
configure:3643: result: yes
configure:3643: checking for stdlib.h
configure:3643: clang -c -g conftest.c >&5
configure:3643: $? = 0
configure:3643: result: yes
configure:3643: checking for string.h
configure:3643: clang -c -g conftest.c >&5
configure:3643: $? = 0
configure:3643: result: yes
configure:3643: checking for memory.h
configure:3643: clang -c -g conftest.c >&5
configure:3643: $? = 0
configure:3643: result: yes
configure:3643: checking for strings.h
configure:3643: clang -c -g conftest.c >&5
configure:3643: $? = 0
configure:3643: result: yes
configure:3643: checking for inttypes.h
configure:3643: clang -c -g conftest.c >&5
configure:3643: $? = 0
configure:3643: result: yes
configure:3643: checking for stdint.h
configure:3643: clang -c -g conftest.c >&5
configure:3643: $? = 0
configure:3643: result: yes
configure:3643: checking for unistd.h
configure:3643: clang -c -g conftest.c >&5
configure:3643: $? = 0
configure:3643: result: yes
configure:3656: checking minix/config.h usability
configure:3656: clang -c -g conftest.c >&5
conftest.c:52:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^
1 error generated.
configure:3656: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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:3656: result: no
configure:3656: checking minix/config.h presence
configure:3656: clang -E conftest.c
conftest.c:19:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^
1 error generated.
configure:3656: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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:3656: result: no
configure:3656: checking for minix/config.h
configure:3656: result: no
configure:3677: checking whether it is safe to define __EXTENSIONS__
configure:3695: clang -c -g conftest.c >&5
configure:3695: $? = 0
configure:3702: result: yes
configure:3722: checking whether clang needs -traditional
conftest.c:24:10: fatal error: 'termio.h' file not found
#include <termio.h>
^
1 error generated.
configure:3756: result: no
configure:3777: checking for a BSD-compatible install
configure:3845: result: /usr/bin/install -c
configure:3899: checking for ar
configure:3915: found /usr/bin/ar
configure:3926: result: ar
configure:3992: checking for ranlib
configure:4008: found /usr/bin/ranlib
configure:4019: result: ranlib
configure:4045: checking for an ANSI C-conforming const
configure:4111: clang -c -g -O conftest.c >&5
configure:4111: $? = 0
configure:4118: result: yes
configure:4126: checking for function prototypes
configure:4129: result: yes
configure:4142: checking whether char is unsigned
configure:4161: clang -c -g -O conftest.c >&5
configure:4161: $? = 0
configure:4168: result: no
configure:4175: checking for working volatile
configure:4194: clang -c -g -O conftest.c >&5
configure:4194: $? = 0
configure:4201: result: yes
configure:4210: checking return type of signal handlers
configure:4228: clang -c -g -O conftest.c >&5
conftest.c:32:8: error: indirection requires pointer operand ('void' invalid)
return *(signal (0, 0)) (0) == 1;
^~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:4228: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:4235: result: void
configure:4244: checking for size_t
configure:4244: clang -c -g -O conftest.c >&5
configure:4244: $? = 0
configure:4244: clang -c -g -O conftest.c >&5
conftest.c:63:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:4244: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define RETSIGTYPE void
| /* 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 ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:4244: result: yes
configure:4255: checking for ssize_t
configure:4255: clang -c -g -O conftest.c >&5
configure:4255: $? = 0
configure:4255: clang -c -g -O conftest.c >&5
conftest.c:63:22: error: expected expression
if (sizeof ((ssize_t)))
^
1 error generated.
configure:4255: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define RETSIGTYPE void
| /* 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 ((ssize_t)))
| return 0;
| ;
| return 0;
| }
configure:4255: result: yes
configure:4267: checking for ANSI C header files
configure:4371: result: yes
configure:4380: checking whether stat file-mode macros are broken
configure:4407: clang -c -g -O conftest.c >&5
configure:4407: $? = 0
configure:4414: result: no
configure:4425: checking for dirent.h that defines DIR
configure:4444: clang -c -g -O conftest.c >&5
configure:4444: $? = 0
configure:4452: result: yes
configure:4465: checking for library containing opendir
configure:4496: clang -o conftest -g -O conftest.c >&5
configure:4496: $? = 0
configure:4513: result: none required
configure:4584: checking for fcntl
configure:4584: clang -o conftest -g -O conftest.c >&5
configure:4584: $? = 0
configure:4584: result: yes
configure:4584: checking for kill
configure:4584: clang -o conftest -g -O conftest.c >&5
configure:4584: $? = 0
configure:4584: result: yes
configure:4584: checking for lstat
configure:4584: clang -o conftest -g -O conftest.c >&5
configure:4584: $? = 0
configure:4584: result: yes
configure:4584: checking for readlink
configure:4584: clang -o conftest -g -O conftest.c >&5
configure:4584: $? = 0
configure:4584: result: yes
configure:4597: checking for memmove
configure:4597: clang -o conftest -g -O conftest.c >&5
conftest.c:56:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
char memmove ();
^
conftest.c:56:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
1 warning generated.
configure:4597: $? = 0
configure:4597: result: yes
configure:4597: checking for pselect
configure:4597: clang -o conftest -g -O conftest.c >&5
configure:4597: $? = 0
configure:4597: result: yes
configure:4597: checking for putenv
configure:4597: clang -o conftest -g -O conftest.c >&5
configure:4597: $? = 0
configure:4597: result: yes
configure:4597: checking for select
configure:4597: clang -o conftest -g -O conftest.c >&5
configure:4597: $? = 0
configure:4597: result: yes
configure:4597: checking for setenv
configure:4597: clang -o conftest -g -O conftest.c >&5
configure:4597: $? = 0
configure:4597: result: yes
configure:4597: checking for setlocale
configure:4597: clang -o conftest -g -O conftest.c >&5
configure:4597: $? = 0
configure:4597: result: yes
configure:4597: checking for strcasecmp
configure:4597: clang -o conftest -g -O conftest.c >&5
conftest.c:62:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
char strcasecmp ();
^
conftest.c:62:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
1 warning generated.
configure:4597: $? = 0
configure:4597: result: yes
configure:4597: checking for strpbrk
configure:4597: clang -o conftest -g -O conftest.c >&5
conftest.c:63:6: warning: incompatible redeclaration of library function 'strpbrk' [-Wincompatible-library-redeclaration]
char strpbrk ();
^
conftest.c:63:6: note: 'strpbrk' is a builtin with type 'char *(const char *, const char *)'
1 warning generated.
configure:4597: $? = 0
configure:4597: result: yes
configure:4597: checking for tcgetattr
configure:4597: clang -o conftest -g -O conftest.c >&5
configure:4597: $? = 0
configure:4597: result: yes
configure:4597: checking for vsnprintf
configure:4597: clang -o conftest -g -O conftest.c >&5
conftest.c:65:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
char vsnprintf ();
^
conftest.c:65:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, __va_list_tag *)'
1 warning generated.
configure:4597: $? = 0
configure:4597: result: yes
configure:4609: checking for isascii
configure:4609: clang -o conftest -g -O conftest.c >&5
configure:4609: $? = 0
configure:4609: result: yes
configure:4609: checking for isxdigit
configure:4609: clang -o conftest -g -O conftest.c >&5
configure:4609: $? = 0
configure:4609: result: yes
configure:4621: checking for getpwent
configure:4621: clang -o conftest -g -O conftest.c >&5
configure:4621: $? = 0
configure:4621: result: yes
configure:4621: checking for getpwnam
configure:4621: clang -o conftest -g -O conftest.c >&5
configure:4621: $? = 0
configure:4621: result: yes
configure:4621: checking for getpwuid
configure:4621: clang -o conftest -g -O conftest.c >&5
configure:4621: $? = 0
configure:4621: result: yes
configure:4631: checking for uid_t in sys/types.h
configure:4650: result: yes
configure:4663: checking for unistd.h
configure:4663: result: yes
configure:4673: checking for working chown
configure:4706: clang -o conftest -g -O conftest.c >&5
configure:4706: $? = 0
configure:4706: ./conftest
configure:4706: $? = 0
configure:4718: result: yes
configure:4726: checking for working strcoll
configure:4747: clang -o conftest -g -O conftest.c >&5
configure:4747: $? = 0
configure:4747: ./conftest
configure:4747: $? = 0
configure:4757: result: yes
configure:4771: checking fcntl.h usability
configure:4771: clang -c -g -O conftest.c >&5
configure:4771: $? = 0
configure:4771: result: yes
configure:4771: checking fcntl.h presence
configure:4771: clang -E conftest.c
configure:4771: $? = 0
configure:4771: result: yes
configure:4771: checking for fcntl.h
configure:4771: result: yes
configure:4771: checking for unistd.h
configure:4771: result: yes
configure:4771: checking for stdlib.h
configure:4771: result: yes
configure:4771: checking varargs.h usability
configure:4771: clang -c -g -O conftest.c >&5
In file included from conftest.c:87:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/varargs.h:25:4: error: "Please use <stdarg.h> instead of <varargs.h>"
#error "Please use <stdarg.h> instead of <varargs.h>"
^
1 error generated.
configure:4771: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL 1
| #define HAVE_KILL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_MEMMOVE 1
| #define HAVE_PSELECT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISASCII 1
| #define HAVE_ISXDIGIT 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_STRCOLL 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_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 <varargs.h>
configure:4771: result: no
configure:4771: checking varargs.h presence
configure:4771: clang -E conftest.c
In file included from conftest.c:54:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/varargs.h:25:4: error: "Please use <stdarg.h> instead of <varargs.h>"
#error "Please use <stdarg.h> instead of <varargs.h>"
^
1 error generated.
configure:4771: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL 1
| #define HAVE_KILL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_MEMMOVE 1
| #define HAVE_PSELECT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISASCII 1
| #define HAVE_ISXDIGIT 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_STRCOLL 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| /* end confdefs.h. */
| #include <varargs.h>
configure:4771: result: no
configure:4771: checking for varargs.h
configure:4771: result: no
configure:4771: checking stdarg.h usability
configure:4771: clang -c -g -O conftest.c >&5
configure:4771: $? = 0
configure:4771: result: yes
configure:4771: checking stdarg.h presence
configure:4771: clang -E conftest.c
configure:4771: $? = 0
configure:4771: result: yes
configure:4771: checking for stdarg.h
configure:4771: result: yes
configure:4771: checking stdbool.h usability
configure:4771: clang -c -g -O conftest.c >&5
configure:4771: $? = 0
configure:4771: result: yes
configure:4771: checking stdbool.h presence
configure:4771: clang -E conftest.c
configure:4771: $? = 0
configure:4771: result: yes
configure:4771: checking for stdbool.h
configure:4771: result: yes
configure:4771: checking for string.h
configure:4771: result: yes
configure:4771: checking for strings.h
configure:4771: result: yes
configure:4771: checking limits.h usability
configure:4771: clang -c -g -O conftest.c >&5
configure:4771: $? = 0
configure:4771: result: yes
configure:4771: checking limits.h presence
configure:4771: clang -E conftest.c
configure:4771: $? = 0
configure:4771: result: yes
configure:4771: checking for limits.h
configure:4771: result: yes
configure:4771: checking locale.h usability
configure:4771: clang -c -g -O conftest.c >&5
configure:4771: $? = 0
configure:4771: result: yes
configure:4771: checking locale.h presence
configure:4771: clang -E conftest.c
configure:4771: $? = 0
configure:4771: result: yes
configure:4771: checking for locale.h
configure:4771: result: yes
configure:4771: checking pwd.h usability
configure:4771: clang -c -g -O conftest.c >&5
configure:4771: $? = 0
configure:4771: result: yes
configure:4771: checking pwd.h presence
configure:4771: clang -E conftest.c
configure:4771: $? = 0
configure:4771: result: yes
configure:4771: checking for pwd.h
configure:4771: result: yes
configure:4771: checking for memory.h
configure:4771: result: yes
configure:4771: checking termcap.h usability
configure:4771: clang -c -g -O conftest.c >&5
configure:4771: $? = 0
configure:4771: result: yes
configure:4771: checking termcap.h presence
configure:4771: clang -E conftest.c
configure:4771: $? = 0
configure:4771: result: yes
configure:4771: checking for termcap.h
configure:4771: result: yes
configure:4771: checking termios.h usability
configure:4771: clang -c -g -O conftest.c >&5
configure:4771: $? = 0
configure:4771: result: yes
configure:4771: checking termios.h presence
configure:4771: clang -E conftest.c
configure:4771: $? = 0
configure:4771: result: yes
configure:4771: checking for termios.h
configure:4771: result: yes
configure:4771: checking termio.h usability
configure:4771: clang -c -g -O conftest.c >&5
conftest.c:97:10: fatal error: 'termio.h' file not found
#include <termio.h>
^
1 error generated.
configure:4771: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL 1
| #define HAVE_KILL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_MEMMOVE 1
| #define HAVE_PSELECT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISASCII 1
| #define HAVE_ISXDIGIT 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_STRCOLL 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_TERMCAP_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 <termio.h>
configure:4771: result: no
configure:4771: checking termio.h presence
configure:4771: clang -E conftest.c
conftest.c:64:10: fatal error: 'termio.h' file not found
#include <termio.h>
^
1 error generated.
configure:4771: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL 1
| #define HAVE_KILL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_MEMMOVE 1
| #define HAVE_PSELECT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISASCII 1
| #define HAVE_ISXDIGIT 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_STRCOLL 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| /* end confdefs.h. */
| #include <termio.h>
configure:4771: result: no
configure:4771: checking for termio.h
configure:4771: result: no
configure:4784: checking sys/ioctl.h usability
configure:4784: clang -c -g -O conftest.c >&5
configure:4784: $? = 0
configure:4784: result: yes
configure:4784: checking sys/ioctl.h presence
configure:4784: clang -E conftest.c
configure:4784: $? = 0
configure:4784: result: yes
configure:4784: checking for sys/ioctl.h
configure:4784: result: yes
configure:4784: checking sys/pte.h usability
configure:4784: clang -c -g -O conftest.c >&5
conftest.c:98:10: fatal error: 'sys/pte.h' file not found
#include <sys/pte.h>
^
1 error generated.
configure:4784: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL 1
| #define HAVE_KILL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_MEMMOVE 1
| #define HAVE_PSELECT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISASCII 1
| #define HAVE_ISXDIGIT 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_STRCOLL 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_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/pte.h>
configure:4784: result: no
configure:4784: checking sys/pte.h presence
configure:4784: clang -E conftest.c
conftest.c:65:10: fatal error: 'sys/pte.h' file not found
#include <sys/pte.h>
^
1 error generated.
configure:4784: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL 1
| #define HAVE_KILL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_MEMMOVE 1
| #define HAVE_PSELECT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISASCII 1
| #define HAVE_ISXDIGIT 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_STRCOLL 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <sys/pte.h>
configure:4784: result: no
configure:4784: checking for sys/pte.h
configure:4784: result: no
configure:4784: checking sys/stream.h usability
configure:4784: clang -c -g -O conftest.c >&5
conftest.c:98:10: fatal error: 'sys/stream.h' file not found
#include <sys/stream.h>
^
1 error generated.
configure:4784: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL 1
| #define HAVE_KILL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_MEMMOVE 1
| #define HAVE_PSELECT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISASCII 1
| #define HAVE_ISXDIGIT 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_STRCOLL 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_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/stream.h>
configure:4784: result: no
configure:4784: checking sys/stream.h presence
configure:4784: clang -E conftest.c
conftest.c:65:10: fatal error: 'sys/stream.h' file not found
#include <sys/stream.h>
^
1 error generated.
configure:4784: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL 1
| #define HAVE_KILL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_MEMMOVE 1
| #define HAVE_PSELECT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISASCII 1
| #define HAVE_ISXDIGIT 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_STRCOLL 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <sys/stream.h>
configure:4784: result: no
configure:4784: checking for sys/stream.h
configure:4784: result: no
configure:4784: checking sys/select.h usability
configure:4784: clang -c -g -O conftest.c >&5
configure:4784: $? = 0
configure:4784: result: yes
configure:4784: checking sys/select.h presence
configure:4784: clang -E conftest.c
configure:4784: $? = 0
configure:4784: result: yes
configure:4784: checking for sys/select.h
configure:4784: result: yes
configure:4784: checking sys/file.h usability
configure:4784: clang -c -g -O conftest.c >&5
configure:4784: $? = 0
configure:4784: result: yes
configure:4784: checking sys/file.h presence
configure:4784: clang -E conftest.c
configure:4784: $? = 0
configure:4784: result: yes
configure:4784: checking for sys/file.h
configure:4784: result: yes
configure:4797: checking for sys/ptem.h
configure:4797: clang -c -g -O conftest.c >&5
conftest.c:73:10: fatal error: 'sys/ptem.h' file not found
#include <sys/ptem.h>
^
1 error generated.
configure:4797: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL 1
| #define HAVE_KILL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_MEMMOVE 1
| #define HAVE_PSELECT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISASCII 1
| #define HAVE_ISXDIGIT 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_STRCOLL 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_FILE_H 1
| /* end confdefs.h. */
|
| #if HAVE_SYS_STREAM_H
| # include <sys/stream.h>
| #endif
|
|
| #include <sys/ptem.h>
configure:4797: result: no
configure:4820: checking for special C compiler options needed for large files
configure:4865: result: no
configure:4871: checking for _FILE_OFFSET_BITS value needed for large files
configure:4896: clang -c -g -O conftest.c >&5
configure:4896: $? = 0
configure:4928: result: no
configure:5015: checking for type of signal functions
configure:5038: clang -o conftest -g -O conftest.c >&5
configure:5038: $? = 0
configure:5096: result: posix
configure:5111: checking if signal handlers must be reinstalled when invoked
configure:5169: clang -o conftest -g -O conftest.c >&5
conftest.c:103:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main()
^~~~
conftest.c:109:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit(nsigint != 2);
^
conftest.c:109:2: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
2 warnings generated.
configure:5169: $? = 0
configure:5169: ./conftest
configure:5169: $? = 0
configure:5180: result: no
configure:5189: checking for presence of POSIX-style sigsetjmp/siglongjmp
configure:5241: clang -o conftest -g -O conftest.c >&5
conftest.c:76:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main()
^~~~
conftest.c:95:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit(0); /* could get sigmask and compare to oset here. */
^
conftest.c:95:3: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
2 warnings generated.
configure:5241: $? = 0
configure:5241: ./conftest
configure:5241: $? = 0
configure:5252: result: present
configure:5259: checking for lstat
configure:5278: clang -o conftest -g -O conftest.c >&5
configure:5278: $? = 0
configure:5286: result: yes
configure:5294: checking whether or not strcoll and strcmp differ
configure:5344: clang -o conftest -g -O conftest.c >&5
conftest.c:76:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main(c, v)
^~~~
conftest.c:90:14: warning: implicit declaration of function 'strcoll' is invalid in C99 [-Wimplicit-function-declaration]
r1 = strcoll("abd", "aXd");
^
conftest.c:94:14: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)'
r2 = strcmp("abd", "aXd");
^
conftest.c:94:14: note: please include the header <string.h> or explicitly provide a declaration for 'strcmp'
conftest.c:103:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit (r1 > 0 && r2 > 0);
^
conftest.c:103:2: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
4 warnings generated.
configure:5344: $? = 0
configure:5344: ./conftest
configure:5344: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL 1
| #define HAVE_KILL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_MEMMOVE 1
| #define HAVE_PSELECT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISASCII 1
| #define HAVE_ISXDIGIT 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_STRCOLL 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_POSIX_SIGNALS 1
| #define HAVE_POSIX_SIGSETJMP 1
| #define HAVE_LSTAT 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #if defined (HAVE_LOCALE_H)
| #include <locale.h>
| #endif
|
| main(c, v)
| int c;
| char *v[];
| {
| int r1, r2;
| char *deflocale, *defcoll;
|
| #ifdef HAVE_SETLOCALE
| deflocale = setlocale(LC_ALL, "");
| defcoll = setlocale(LC_COLLATE, "");
| #endif
|
| #ifdef HAVE_STRCOLL
| /* These two values are taken from tests/glob-test. */
| r1 = strcoll("abd", "aXd");
| #else
| r1 = 0;
| #endif
| r2 = strcmp("abd", "aXd");
|
| /* These two should both be greater than 0. It is permissible for
| a system to return different values, as long as the sign is the
| same. */
|
| /* Exit with 1 (failure) if these two values are both > 0, since
| this tests whether strcoll(3) is broken with respect to strcmp(3)
| in the default locale. */
| exit (r1 > 0 && r2 > 0);
| }
|
configure:5355: result: no
configure:5363: checking whether the ctype macros accept non-ascii characters
configure:5408: clang -o conftest -g -O conftest.c >&5
conftest.c:77:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main(c, v)
^~~~
conftest.c:98:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit (r1 == 0 || r2 == 0);
^
conftest.c:98:2: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
2 warnings generated.
configure:5408: $? = 0
configure:5408: ./conftest
configure:5408: $? = 0
configure:5419: result: yes
configure:5427: checking whether getpw functions are declared in pwd.h
configure:5452: result: yes
configure:5460: checking whether termios.h defines TIOCGWINSZ
configure:5483: result: yes
configure:5521: checking for sig_atomic_t in signal.h
configure:5539: clang -o conftest -g -O conftest.c >&5
configure:5539: $? = 0
configure:5547: result: yes
configure:5564: checking whether signal handlers are of type void
configure:5588: clang -c -g -O conftest.c >&5
configure:5588: $? = 0
configure:5595: result: yes
configure:5603: checking for TIOCSTAT in sys/ioctl.h
configure:5620: clang -c -g -O conftest.c >&5
configure:5620: $? = 0
configure:5628: result: yes
configure:5635: checking for FIONREAD in sys/ioctl.h
configure:5652: clang -c -g -O conftest.c >&5
configure:5652: $? = 0
configure:5660: result: yes
configure:5667: checking for speed_t in sys/types.h
configure:5683: clang -c -g -O conftest.c >&5
conftest.c:79:1: error: use of undeclared identifier 'speed_t'
speed_t x;
^
1 error generated.
configure:5683: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL 1
| #define HAVE_KILL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_MEMMOVE 1
| #define HAVE_PSELECT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISASCII 1
| #define HAVE_ISXDIGIT 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_STRCOLL 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_POSIX_SIGNALS 1
| #define HAVE_POSIX_SIGSETJMP 1
| #define HAVE_LSTAT 1
| #define CTYPE_NON_ASCII 1
| #define HAVE_GETPW_DECLS 1
| #define VOID_SIGHANDLER 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| /* end confdefs.h. */
| #include <sys/types.h>
| int
| main ()
| {
| speed_t x;
| ;
| return 0;
| }
configure:5691: result: no
configure:5698: checking for struct winsize in sys/ioctl.h and termios.h
configure:5715: clang -c -g -O conftest.c >&5
configure:5715: $? = 0
configure:5742: result: sys/ioctl.h
configure:5757: checking for struct dirent.d_ino
configure:5795: clang -c -g -O conftest.c >&5
configure:5795: $? = 0
configure:5803: result: yes
configure:5811: checking for struct dirent.d_fileno
configure:5849: clang -c -g -O conftest.c >&5
configure:5849: $? = 0
configure:5857: result: yes
configure:5867: checking libaudit.h usability
configure:5867: clang -c -g -O conftest.c >&5
conftest.c:111:10: fatal error: 'libaudit.h' file not found
#include <libaudit.h>
^
1 error generated.
configure:5867: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL 1
| #define HAVE_KILL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_MEMMOVE 1
| #define HAVE_PSELECT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISASCII 1
| #define HAVE_ISXDIGIT 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_STRCOLL 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_POSIX_SIGNALS 1
| #define HAVE_POSIX_SIGSETJMP 1
| #define HAVE_LSTAT 1
| #define CTYPE_NON_ASCII 1
| #define HAVE_GETPW_DECLS 1
| #define VOID_SIGHANDLER 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_DIRENT_D_FILENO 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 <libaudit.h>
configure:5867: result: no
configure:5867: checking libaudit.h presence
configure:5867: clang -E conftest.c
conftest.c:78:10: fatal error: 'libaudit.h' file not found
#include <libaudit.h>
^
1 error generated.
configure:5867: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL 1
| #define HAVE_KILL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_MEMMOVE 1
| #define HAVE_PSELECT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISASCII 1
| #define HAVE_ISXDIGIT 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_STRCOLL 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_POSIX_SIGNALS 1
| #define HAVE_POSIX_SIGSETJMP 1
| #define HAVE_LSTAT 1
| #define CTYPE_NON_ASCII 1
| #define HAVE_GETPW_DECLS 1
| #define VOID_SIGHANDLER 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_DIRENT_D_FILENO 1
| /* end confdefs.h. */
| #include <libaudit.h>
configure:5867: result: no
configure:5867: checking for libaudit.h
configure:5867: result: no
configure:5877: checking whether AUDIT_USER_TTY is declared
configure:5877: clang -c -g -O conftest.c >&5
conftest.c:78:10: fatal error: 'linux/audit.h' file not found
#include <linux/audit.h>
^
1 error generated.
configure:5877: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL 1
| #define HAVE_KILL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_MEMMOVE 1
| #define HAVE_PSELECT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISASCII 1
| #define HAVE_ISXDIGIT 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_STRCOLL 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_POSIX_SIGNALS 1
| #define HAVE_POSIX_SIGSETJMP 1
| #define HAVE_LSTAT 1
| #define CTYPE_NON_ASCII 1
| #define HAVE_GETPW_DECLS 1
| #define VOID_SIGHANDLER 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_DIRENT_D_FILENO 1
| /* end confdefs.h. */
| #include <linux/audit.h>
|
| int
| main ()
| {
| #ifndef AUDIT_USER_TTY
| #ifdef __cplusplus
| (void) AUDIT_USER_TTY;
| #else
| (void) AUDIT_USER_TTY;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:5877: result: no
configure:5904: checking for tgetent
configure:5904: clang -o conftest -g -O conftest.c >&5
Undefined symbols for architecture x86_64:
"_tgetent", referenced from:
_main in conftest-1a0155.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:5904: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL 1
| #define HAVE_KILL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_MEMMOVE 1
| #define HAVE_PSELECT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISASCII 1
| #define HAVE_ISXDIGIT 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_STRCOLL 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_POSIX_SIGNALS 1
| #define HAVE_POSIX_SIGSETJMP 1
| #define HAVE_LSTAT 1
| #define CTYPE_NON_ASCII 1
| #define HAVE_GETPW_DECLS 1
| #define VOID_SIGHANDLER 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_DIRENT_D_FILENO 1
| #define HAVE_DECL_AUDIT_USER_TTY 0
| /* end confdefs.h. */
| /* Define tgetent to an innocuous variant, in case <limits.h> declares tgetent.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define tgetent innocuous_tgetent
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char tgetent (); 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 tgetent
|
| /* 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 tgetent ();
| /* 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_tgetent || defined __stub___tgetent
| choke me
| #endif
|
| int
| main ()
| {
| return tgetent ();
| ;
| return 0;
| }
configure:5904: result: no
configure:5908: checking for tgetent in -ltermcap
configure:5933: clang -o conftest -g -O conftest.c -ltermcap >&5
configure:5933: $? = 0
configure:5942: result: yes
configure:6078: checking which library has the termcap functions
configure:6081: result: using libtermcap
configure:6130: checking wctype.h usability
configure:6130: clang -c -g -O conftest.c >&5
configure:6130: $? = 0
configure:6130: result: yes
configure:6130: checking wctype.h presence
configure:6130: clang -E conftest.c
configure:6130: $? = 0
configure:6130: result: yes
configure:6130: checking for wctype.h
configure:6130: result: yes
configure:6142: checking wchar.h usability
configure:6142: clang -c -g -O conftest.c >&5
configure:6142: $? = 0
configure:6142: result: yes
configure:6142: checking wchar.h presence
configure:6142: clang -E conftest.c
configure:6142: $? = 0
configure:6142: result: yes
configure:6142: checking for wchar.h
configure:6142: result: yes
configure:6154: checking langinfo.h usability
configure:6154: clang -c -g -O conftest.c >&5
configure:6154: $? = 0
configure:6154: result: yes
configure:6154: checking langinfo.h presence
configure:6154: clang -E conftest.c
configure:6154: $? = 0
configure:6154: result: yes
configure:6154: checking for langinfo.h
configure:6154: result: yes
configure:6167: checking mbstr.h usability
configure:6167: clang -c -g -O conftest.c >&5
conftest.c:115:10: fatal error: 'mbstr.h' file not found
#include <mbstr.h>
^
1 error generated.
configure:6167: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL 1
| #define HAVE_KILL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_MEMMOVE 1
| #define HAVE_PSELECT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISASCII 1
| #define HAVE_ISXDIGIT 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_STRCOLL 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_POSIX_SIGNALS 1
| #define HAVE_POSIX_SIGSETJMP 1
| #define HAVE_LSTAT 1
| #define CTYPE_NON_ASCII 1
| #define HAVE_GETPW_DECLS 1
| #define VOID_SIGHANDLER 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_DIRENT_D_FILENO 1
| #define HAVE_DECL_AUDIT_USER_TTY 0
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_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 <mbstr.h>
configure:6167: result: no
configure:6167: checking mbstr.h presence
configure:6167: clang -E conftest.c
conftest.c:82:10: fatal error: 'mbstr.h' file not found
#include <mbstr.h>
^
1 error generated.
configure:6167: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL 1
| #define HAVE_KILL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_MEMMOVE 1
| #define HAVE_PSELECT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISASCII 1
| #define HAVE_ISXDIGIT 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_STRCOLL 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_POSIX_SIGNALS 1
| #define HAVE_POSIX_SIGSETJMP 1
| #define HAVE_LSTAT 1
| #define CTYPE_NON_ASCII 1
| #define HAVE_GETPW_DECLS 1
| #define VOID_SIGHANDLER 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_DIRENT_D_FILENO 1
| #define HAVE_DECL_AUDIT_USER_TTY 0
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| /* end confdefs.h. */
| #include <mbstr.h>
configure:6167: result: no
configure:6167: checking for mbstr.h
configure:6167: result: no
configure:6178: checking for mbrlen
configure:6178: clang -o conftest -g -O conftest.c >&5
configure:6178: $? = 0
configure:6178: result: yes
configure:6184: checking for mbscasecmp
configure:6184: clang -o conftest -g -O conftest.c >&5
Undefined symbols for architecture x86_64:
"_mbscasecmp", referenced from:
_main in conftest-6ba30c.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:6184: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL 1
| #define HAVE_KILL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_MEMMOVE 1
| #define HAVE_PSELECT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISASCII 1
| #define HAVE_ISXDIGIT 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_STRCOLL 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_POSIX_SIGNALS 1
| #define HAVE_POSIX_SIGSETJMP 1
| #define HAVE_LSTAT 1
| #define CTYPE_NON_ASCII 1
| #define HAVE_GETPW_DECLS 1
| #define VOID_SIGHANDLER 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_DIRENT_D_FILENO 1
| #define HAVE_DECL_AUDIT_USER_TTY 0
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN 1
| /* end confdefs.h. */
| /* Define mbscasecmp to an innocuous variant, in case <limits.h> declares mbscasecmp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define mbscasecmp innocuous_mbscasecmp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char mbscasecmp (); 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 mbscasecmp
|
| /* 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 mbscasecmp ();
| /* 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_mbscasecmp || defined __stub___mbscasecmp
| choke me
| #endif
|
| int
| main ()
| {
| return mbscasecmp ();
| ;
| return 0;
| }
configure:6184: result: no
configure:6190: checking for mbscmp
configure:6190: clang -o conftest -g -O conftest.c >&5
Undefined symbols for architecture x86_64:
"_mbscmp", referenced from:
_main in conftest-4eaddc.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:6190: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL 1
| #define HAVE_KILL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_MEMMOVE 1
| #define HAVE_PSELECT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISASCII 1
| #define HAVE_ISXDIGIT 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_STRCOLL 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_POSIX_SIGNALS 1
| #define HAVE_POSIX_SIGSETJMP 1
| #define HAVE_LSTAT 1
| #define CTYPE_NON_ASCII 1
| #define HAVE_GETPW_DECLS 1
| #define VOID_SIGHANDLER 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_DIRENT_D_FILENO 1
| #define HAVE_DECL_AUDIT_USER_TTY 0
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN 1
| /* end confdefs.h. */
| /* Define mbscmp to an innocuous variant, in case <limits.h> declares mbscmp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define mbscmp innocuous_mbscmp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char mbscmp (); 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 mbscmp
|
| /* 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 mbscmp ();
| /* 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_mbscmp || defined __stub___mbscmp
| choke me
| #endif
|
| int
| main ()
| {
| return mbscmp ();
| ;
| return 0;
| }
configure:6190: result: no
configure:6196: checking for mbsnrtowcs
configure:6196: clang -o conftest -g -O conftest.c >&5
configure:6196: $? = 0
configure:6196: result: yes
configure:6202: checking for mbsrtowcs
configure:6202: clang -o conftest -g -O conftest.c >&5
configure:6202: $? = 0
configure:6202: result: yes
configure:6209: checking for mbschr
configure:6209: clang -o conftest -g -O conftest.c >&5
Undefined symbols for architecture x86_64:
"_mbschr", referenced from:
_main in conftest-e74080.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:6209: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL 1
| #define HAVE_KILL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_MEMMOVE 1
| #define HAVE_PSELECT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISASCII 1
| #define HAVE_ISXDIGIT 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_STRCOLL 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_POSIX_SIGNALS 1
| #define HAVE_POSIX_SIGSETJMP 1
| #define HAVE_LSTAT 1
| #define CTYPE_NON_ASCII 1
| #define HAVE_GETPW_DECLS 1
| #define VOID_SIGHANDLER 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_DIRENT_D_FILENO 1
| #define HAVE_DECL_AUDIT_USER_TTY 0
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MBSRTOWCS 1
| /* end confdefs.h. */
| /* Define mbschr to an innocuous variant, in case <limits.h> declares mbschr.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define mbschr innocuous_mbschr
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char mbschr (); 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 mbschr
|
| /* 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 mbschr ();
| /* 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_mbschr || defined __stub___mbschr
| choke me
| #endif
|
| int
| main ()
| {
| return mbschr ();
| ;
| return 0;
| }
configure:6209: result: no
configure:6224: checking for wcrtomb
configure:6224: clang -o conftest -g -O conftest.c >&5
configure:6224: $? = 0
configure:6224: result: yes
configure:6230: checking for wcscoll
configure:6230: clang -o conftest -g -O conftest.c >&5
configure:6230: $? = 0
configure:6230: result: yes
configure:6236: checking for wcsdup
configure:6236: clang -o conftest -g -O conftest.c >&5
configure:6236: $? = 0
configure:6236: result: yes
configure:6242: checking for wcwidth
configure:6242: clang -o conftest -g -O conftest.c >&5
configure:6242: $? = 0
configure:6242: result: yes
configure:6248: checking for wctype
configure:6248: clang -o conftest -g -O conftest.c >&5
configure:6248: $? = 0
configure:6248: result: yes
configure:6255: checking for wcswidth
configure:6255: clang -o conftest -g -O conftest.c >&5
configure:6255: $? = 0
configure:6255: result: yes
configure:6271: checking whether mbrtowc and mbstate_t are properly declared
configure:6291: clang -o conftest -g -O conftest.c >&5
configure:6291: $? = 0
configure:6299: result: yes
configure:6315: checking for iswlower
configure:6315: clang -o conftest -g -O conftest.c >&5
configure:6315: $? = 0
configure:6315: result: yes
configure:6315: checking for iswupper
configure:6315: clang -o conftest -g -O conftest.c >&5
configure:6315: $? = 0
configure:6315: result: yes
configure:6315: checking for towlower
configure:6315: clang -o conftest -g -O conftest.c >&5
configure:6315: $? = 0
configure:6315: result: yes
configure:6315: checking for towupper
configure:6315: clang -o conftest -g -O conftest.c >&5
configure:6315: $? = 0
configure:6315: result: yes
configure:6315: checking for iswctype
configure:6315: clang -o conftest -g -O conftest.c >&5
configure:6315: $? = 0
configure:6315: result: yes
configure:6325: checking for nl_langinfo and CODESET
configure:6341: clang -o conftest -g -O conftest.c >&5
configure:6341: $? = 0
configure:6349: result: yes
configure:6356: checking for wchar_t in wchar.h
configure:6376: clang -c -g -O conftest.c >&5
configure:6376: $? = 0
configure:6383: result: yes
configure:6391: checking for wctype_t in wctype.h
configure:6410: clang -c -g -O conftest.c >&5
configure:6410: $? = 0
configure:6417: result: yes
configure:6425: checking for wint_t in wctype.h
configure:6444: clang -c -g -O conftest.c >&5
configure:6444: $? = 0
configure:6451: result: yes
configure:6459: checking for wcwidth broken with unicode combining characters
configure:6489: clang -o conftest -g -O conftest.c >&5
conftest.c:110:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main(c, v)
^~~~
1 warning generated.
configure:6489: $? = 0
configure:6489: ./conftest
configure:6489: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "readline"
| #define PACKAGE_TARNAME "readline"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "readline 7.0"
| #define PACKAGE_BUGREPORT "bug-readline@gnu.org"
| #define PACKAGE_URL ""
| #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
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define RETSIGTYPE void
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL 1
| #define HAVE_KILL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_MEMMOVE 1
| #define HAVE_PSELECT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_TCGETATTR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISASCII 1
| #define HAVE_ISXDIGIT 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_STRCOLL 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PWD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_POSIX_SIGNALS 1
| #define HAVE_POSIX_SIGSETJMP 1
| #define HAVE_LSTAT 1
| #define CTYPE_NON_ASCII 1
| #define HAVE_GETPW_DECLS 1
| #define VOID_SIGHANDLER 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_DIRENT_D_FILENO 1
| #define HAVE_DECL_AUDIT_USER_TTY 0
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSDUP 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCTYPE 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| /* end confdefs.h. */
|
| #include <unistd.h>
| #include <stdlib.h>
| #include <stdio.h>
|
| #include <locale.h>
| #include <wchar.h>
|
| main(c, v)
| int c;
| char **v;
| {
| int w;
|
| setlocale(LC_ALL, "en_US.UTF-8");
| w = wcwidth (0x0301);
| exit (w == 0); /* exit 0 if wcwidth broken */
| }
|
configure:6499: result: no
configure:6541: checking configuration for building shared libraries
configure:6565: result: supported
configure:6741: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by readline config.status 7.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on MacBook-Air-di-Michele.local
config.status:936: creating Makefile
config.status:936: creating doc/Makefile
config.status:936: creating examples/Makefile
config.status:936: creating shlib/Makefile
config.status:936: creating readline.pc
config.status:936: creating config.h
config.status:1125: executing default commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin13.4.0
ac_cv_c_char_unsigned=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_volatile=yes
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_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_chown_works=yes
ac_cv_func_fcntl=yes
ac_cv_func_getpwent=yes
ac_cv_func_getpwnam=yes
ac_cv_func_getpwuid=yes
ac_cv_func_isascii=yes
ac_cv_func_iswctype=yes
ac_cv_func_iswlower=yes
ac_cv_func_iswupper=yes
ac_cv_func_isxdigit=yes
ac_cv_func_kill=yes
ac_cv_func_lstat=yes
ac_cv_func_mbrlen=yes
ac_cv_func_mbrtowc=yes
ac_cv_func_mbscasecmp=no
ac_cv_func_mbschr=no
ac_cv_func_mbscmp=no
ac_cv_func_mbsnrtowcs=yes
ac_cv_func_mbsrtowcs=yes
ac_cv_func_memmove=yes
ac_cv_func_pselect=yes
ac_cv_func_putenv=yes
ac_cv_func_readlink=yes
ac_cv_func_select=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strcoll_works=yes
ac_cv_func_strpbrk=yes
ac_cv_func_tcgetattr=yes
ac_cv_func_tgetent=no
ac_cv_func_towlower=yes
ac_cv_func_towupper=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_wcrtomb=yes
ac_cv_func_wcscoll=yes
ac_cv_func_wcsdup=yes
ac_cv_func_wcswidth=yes
ac_cv_func_wctype=yes
ac_cv_func_wcwidth=yes
ac_cv_have_decl_AUDIT_USER_TTY=no
ac_cv_have_sig_atomic_t=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_libaudit_h=no
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_mbstr_h=no
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_pwd_h=yes
ac_cv_header_stat_broken=no
ac_cv_header_stdarg_h=yes
ac_cv_header_stdbool_h=yes
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_file_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_pte_h=no
ac_cv_header_sys_ptem_h=no
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_stream_h=no
ac_cv_header_sys_types_h=yes
ac_cv_header_termcap_h=yes
ac_cv_header_termio_h=no
ac_cv_header_termios_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_varargs_h=no
ac_cv_header_wchar_h=yes
ac_cv_header_wctype_h=yes
ac_cv_host=x86_64-apple-darwin13.4.0
ac_cv_lib_termcap_tgetent=yes
ac_cv_objext=o
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_CPP='clang -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=clang
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_opendir='none required'
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_sys_tiocgwinsz_in_termios_h=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_uid_t=yes
bash_cv_dirent_has_d_fileno=yes
bash_cv_dirent_has_dino=yes
bash_cv_fionread_in_ioctl=yes
bash_cv_func_ctype_nonascii=yes
bash_cv_func_lstat=yes
bash_cv_func_sigsetjmp=present
bash_cv_func_strcoll_broken=no
bash_cv_getpw_declared=yes
bash_cv_langinfo_codeset=yes
bash_cv_must_reinstall_sighandlers=no
bash_cv_signal_vintage=posix
bash_cv_speed_t_in_sys_types=no
bash_cv_struct_winsize_header=ioctl_h
bash_cv_termcap_lib=libtermcap
bash_cv_tiocstat_in_ioctl=yes
bash_cv_type_wchar_t=yes
bash_cv_type_wctype_t=yes
bash_cv_type_wint_t=yes
bash_cv_void_sighandler=yes
bash_cv_wcwidth_broken=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
ARFLAGS='cr'
BUILD_DIR='/private/tmp/readline-20180710-68146-1wr5iye/readline-7.0'
CC='clang'
CFLAGS='-g -O'
CPP='clang -E'
CPPFLAGS=''
CROSS_COMPILE=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBOBJS=' ${LIBOBJDIR}mbschr$U.o'
LIBS=''
LIBVERSION='7.0'
LOCAL_CFLAGS=''
LOCAL_DEFS=''
LOCAL_LDFLAGS=''
LTLIBOBJS=' ${LIBOBJDIR}mbschr$U.lo'
MAKE_SHELL='/bin/sh'
OBJEXT='o'
PACKAGE_BUGREPORT='bug-readline@gnu.org'
PACKAGE_NAME='readline'
PACKAGE_STRING='readline 7.0'
PACKAGE_TARNAME='readline'
PACKAGE_URL=''
PACKAGE_VERSION='7.0'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHARED_INSTALL_TARGET='install-shared'
SHARED_TARGET='shared'
SHELL='/bin/sh'
SHLIB_DLLVERSION='$(SHLIB_MAJOR)'
SHLIB_DOT='.'
SHLIB_LIBPREF='lib'
SHLIB_LIBS='-lncurses'
SHLIB_LIBSUFF='dylib'
SHLIB_LIBVERSION='$(SHLIB_MAJOR)$(SHLIB_MINOR).$(SHLIB_LIBSUFF)'
SHLIB_MAJOR='7'
SHLIB_MINOR='0'
SHLIB_STATUS='supported'
SHLIB_XLDFLAGS='-dynamiclib -install_name $(libdir)/`echo $@ | sed "s:\..*::"`.$(SHLIB_MAJOR).$(SHLIB_LIBSUFF) -current_version $(SHLIB_MAJOR)$(SHLIB_MINOR) -compatibility_version $(SHLIB_MAJOR) -v'
SHOBJ_CC='clang'
SHOBJ_CFLAGS='-fno-common'
SHOBJ_LD='${CC}'
SHOBJ_LDFLAGS='-dynamiclib -dynamic -undefined dynamic_lookup '
SHOBJ_LIBS=''
SHOBJ_STATUS='supported'
SHOBJ_XLDFLAGS=''
STATIC_INSTALL_TARGET='install-static'
STATIC_TARGET='static'
TERMCAP_LIB='-ltermcap'
ac_ct_CC='clang'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin13.4.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin13.4.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin13.4.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin13.4.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/readline/7.0.3_1'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "readline"
#define PACKAGE_TARNAME "readline"
#define PACKAGE_VERSION "7.0"
#define PACKAGE_STRING "readline 7.0"
#define PACKAGE_BUGREPORT "bug-readline@gnu.org"
#define PACKAGE_URL ""
#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
#define PROTOTYPES 1
#define __PROTOTYPES 1
#define RETSIGTYPE void
#define STDC_HEADERS 1
#define HAVE_DIRENT_H 1
#define HAVE_FCNTL 1
#define HAVE_KILL 1
#define HAVE_LSTAT 1
#define HAVE_READLINK 1
#define HAVE_MEMMOVE 1
#define HAVE_PSELECT 1
#define HAVE_PUTENV 1
#define HAVE_SELECT 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_STRCASECMP 1
#define HAVE_STRPBRK 1
#define HAVE_TCGETATTR 1
#define HAVE_VSNPRINTF 1
#define HAVE_ISASCII 1
#define HAVE_ISXDIGIT 1
#define HAVE_GETPWENT 1
#define HAVE_GETPWNAM 1
#define HAVE_GETPWUID 1
#define HAVE_UNISTD_H 1
#define HAVE_CHOWN 1
#define HAVE_STRCOLL 1
#define HAVE_FCNTL_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDARG_H 1
#define HAVE_STDBOOL_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_PWD_H 1
#define HAVE_MEMORY_H 1
#define HAVE_TERMCAP_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_POSIX_SIGNALS 1
#define HAVE_POSIX_SIGSETJMP 1
#define HAVE_LSTAT 1
#define CTYPE_NON_ASCII 1
#define HAVE_GETPW_DECLS 1
#define VOID_SIGHANDLER 1
#define TIOCSTAT_IN_SYS_IOCTL 1
#define FIONREAD_IN_SYS_IOCTL 1
#define STRUCT_WINSIZE_IN_SYS_IOCTL 1
#define HAVE_STRUCT_DIRENT_D_INO 1
#define HAVE_STRUCT_DIRENT_D_FILENO 1
#define HAVE_DECL_AUDIT_USER_TTY 0
#define HAVE_WCTYPE_H 1
#define HAVE_WCHAR_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_MBRLEN 1
#define HAVE_MBSNRTOWCS 1
#define HAVE_MBSRTOWCS 1
#define HAVE_WCRTOMB 1
#define HAVE_WCSCOLL 1
#define HAVE_WCSDUP 1
#define HAVE_WCWIDTH 1
#define HAVE_WCTYPE 1
#define HAVE_WCSWIDTH 1
#define HAVE_MBRTOWC 1
#define HAVE_MBSTATE_T 1
#define HAVE_ISWLOWER 1
#define HAVE_ISWUPPER 1
#define HAVE_TOWLOWER 1
#define HAVE_TOWUPPER 1
#define HAVE_ISWCTYPE 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_WCHAR_T 1
#define HAVE_WCTYPE_T 1
#define HAVE_WINT_T 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment