-
-
Save claui/8e8e2a2f222f86c49ec56191387638dd to your computer and use it in GitHub Desktop.
bash on macOS 11.0 - Homebrew build logs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for bash on macOS 11.0 | |
Build date: 2020-07-11 21:48:02 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 2.4.5-80-g2536f0a | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 2536f0a09f166de71e1571f23f677b0b9e4bdc84 | |
Last commit: 3 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 40f6621dfbe6b4611122dd0341d9e2cfa2cb99a9 | |
Core tap last commit: 40 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_DEVELOPER: set | |
HOMEBREW_EDITOR: /usr/bin/vim | |
HOMEBREW_GITHUB_API_TOKEN: set | |
HOMEBREW_MAKE_JOBS: 8 | |
HOMEBREW_NO_ANALYTICS: set | |
HOMEBREW_SKIP_OR_LATER_BOTTLES: set | |
CPU: octa-core 64-bit arm_vortex_tempest | |
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby | |
Clang: 12.0 build 1200 | |
Git: 2.27.0 => /usr/local/bin/git | |
Curl: 7.64.1 => /usr/bin/curl | |
macOS: 11.0-arm64 | |
CLT: N/A | |
Xcode: 12.0 => /Applications/Xcode-beta.app/Contents/Developer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: Some installed formulae were deleted! | |
You should find replacements for the following formulae: | |
jtool2 | |
Warning: You have uncommitted modifications to Homebrew/homebrew-core. | |
If this is a surprise to you, then you should stash these modifications. | |
Stashing returns Homebrew to a pristine state but can be undone | |
should you later need to do so for some reason. | |
cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core && git stash && git clean -d -f | |
Uncommitted files: | |
M Formula/ghc.rb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020-07-11 21:36:08 +0200 | |
./configure | |
--prefix=/usr/local/Cellar/bash/5.0.17 | |
checking build system type... arm-apple-darwin20.0.0 | |
checking host system type... arm-apple-darwin20.0.0 | |
Beginning configuration for bash-5.0-release for arm-apple-darwin20.0.0 | |
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 for strerror in -lcposix... no | |
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... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
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 bison... bison -y | |
checking whether make sets $(MAKE)... yes | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking whether byte ordering is bigendian... no | |
checking for preprocessor stringizing operator... yes | |
checking for long double with more range or precision than double... no | |
checking for function prototypes... yes | |
checking whether char is unsigned... no | |
checking for working volatile... yes | |
checking for C/C++ restrict keyword... __restrict | |
checking whether NLS is requested... yes | |
checking for msgfmt... no | |
checking for gmsgfmt... : | |
checking for xgettext... no | |
checking for msgmerge... no | |
checking for off_t... yes | |
checking for size_t... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... yes | |
checking for sys/time.h... yes | |
checking for getpagesize... yes | |
checking for working mmap... yes | |
checking whether we are using the GNU C Library 2.1 or newer... no | |
checking whether integer division by zero raises SIGFPE... no | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unsigned long long... yes | |
checking for inttypes.h... yes | |
checking whether the inttypes.h PRIxNN macros are broken... no | |
checking for ld used by GCC... /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for shared library run path origin... done | |
checking argz.h usability... no | |
checking argz.h presence... no | |
checking for argz.h... no | |
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 nl_types.h usability... yes | |
checking nl_types.h presence... yes | |
checking for nl_types.h... yes | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... (cached) yes | |
checking for feof_unlocked... yes | |
checking for fgets_unlocked... no | |
checking for getc_unlocked... yes | |
checking for getcwd... yes | |
checking for getegid... yes | |
checking for geteuid... yes | |
checking for getgid... yes | |
checking for getuid... yes | |
checking for mempcpy... no | |
checking for munmap... yes | |
checking for putenv... yes | |
checking for setenv... yes | |
checking for setlocale... yes | |
checking for localeconv... yes | |
checking for stpcpy... yes | |
checking for strcasecmp... yes | |
checking for strdup... yes | |
checking for strtoul... yes | |
checking for tsearch... yes | |
checking for __argz_count... no | |
checking for __argz_stringify... no | |
checking for __argz_next... no | |
checking for __fsetlocking... no | |
checking for iconv... yes | |
checking how to link with libiconv... -liconv | |
checking for iconv declaration... | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
checking for nl_langinfo and CODESET... yes | |
checking for LC_MESSAGES... yes | |
checking for bison... bison | |
checking version of bison... 2.3, ok | |
checking whether NLS is requested... yes | |
checking whether included gettext is requested... no | |
checking for GNU gettext in libc... no | |
checking for GNU gettext in libintl... yes | |
checking whether to use NLS... yes | |
checking where the gettext function comes from... external libintl | |
checking how to link with libintl... -lintl | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for inttypes.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... yes | |
checking for stdarg.h... yes | |
checking varargs.h usability... no | |
checking varargs.h presence... no | |
checking for varargs.h... no | |
checking for limits.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for memory.h... (cached) yes | |
checking for locale.h... (cached) yes | |
checking termcap.h usability... yes | |
checking termcap.h presence... yes | |
checking for termcap.h... yes | |
checking termio.h usability... no | |
checking termio.h presence... no | |
checking for termio.h... no | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking stdbool.h usability... yes | |
checking stdbool.h presence... yes | |
checking for stdbool.h... yes | |
checking for stddef.h... (cached) yes | |
checking for stdint.h... (cached) yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking for strings.h... (cached) yes | |
checking regex.h usability... yes | |
checking regex.h presence... yes | |
checking for regex.h... yes | |
checking syslog.h usability... yes | |
checking syslog.h presence... yes | |
checking for syslog.h... yes | |
checking ulimit.h usability... yes | |
checking ulimit.h presence... yes | |
checking for ulimit.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 sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking for sys/param.h... (cached) yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking for sys/time.h... (cached) yes | |
checking sys/times.h usability... yes | |
checking sys/times.h presence... yes | |
checking for sys/times.h... yes | |
checking for sys/types.h... (cached) yes | |
checking sys/wait.h usability... yes | |
checking sys/wait.h presence... yes | |
checking for sys/wait.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking for sys/ptem.h... no | |
checking for sys/resource.h... yes | |
checking for working alloca.h... (cached) yes | |
checking for alloca... (cached) yes | |
checking for uid_t in sys/types.h... yes | |
checking for unistd.h... (cached) yes | |
checking for working chown... yes | |
checking whether getpgrp requires zero arguments... yes | |
checking for vprintf... yes | |
checking for _doprnt... no | |
checking for working strcoll... yes | |
checking return type of signal handlers... void | |
checking for __setostype... no | |
checking for wait3... yes | |
checking for mkfifo... yes | |
checking for dup2... yes | |
checking for eaccess... no | |
checking for fcntl... yes | |
checking for getdtablesize... yes | |
checking for getgroups... yes | |
checking for gethostname... yes | |
checking for getpagesize... (cached) yes | |
checking for getpeername... yes | |
checking for getrlimit... yes | |
checking for getrusage... yes | |
checking for gettimeofday... yes | |
checking for kill... yes | |
checking for killpg... yes | |
checking for lstat... yes | |
checking for pselect... yes | |
checking for readlink... yes | |
checking for select... yes | |
checking for setdtablesize... no | |
checking for setitimer... yes | |
checking for tcgetpgrp... yes | |
checking for uname... yes | |
checking for ulimit... yes | |
checking for waitpid... yes | |
checking for rename... yes | |
checking for bcopy... yes | |
checking for bzero... yes | |
checking for confstr... yes | |
checking for faccessat... yes | |
checking for fnmatch... yes | |
checking for getaddrinfo... yes | |
checking for gethostbyname... yes | |
checking for getservbyname... yes | |
checking for getservent... yes | |
checking for inet_aton... yes | |
checking for imaxdiv... yes | |
checking for memmove... yes | |
checking for pathconf... yes | |
checking for putenv... (cached) yes | |
checking for raise... yes | |
checking for random... yes | |
checking for regcomp... yes | |
checking for regexec... yes | |
checking for setenv... (cached) yes | |
checking for setlinebuf... yes | |
checking for setlocale... (cached) yes | |
checking for setvbuf... yes | |
checking for siginterrupt... yes | |
checking for strchr... yes | |
checking for sysconf... yes | |
checking for syslog... yes | |
checking for tcgetattr... yes | |
checking for times... yes | |
checking for ttyname... yes | |
checking for tzset... yes | |
checking for unsetenv... yes | |
checking for vasprintf... yes | |
checking for asprintf... yes | |
checking for isascii... yes | |
checking for isblank... yes | |
checking for isgraph... yes | |
checking for isprint... yes | |
checking for isspace... yes | |
checking for isxdigit... yes | |
checking for getpwent... yes | |
checking for getpwnam... yes | |
checking for getpwuid... yes | |
checking for mkstemp... yes | |
checking for getcwd... (cached) yes | |
checking for memset... yes | |
checking for strcasecmp... (cached) yes | |
checking for strcasestr... yes | |
checking for strerror... yes | |
checking for strftime... yes | |
checking for strnlen... yes | |
checking for strpbrk... yes | |
checking for strstr... yes | |
checking for strtod... yes | |
checking for strtol... yes | |
checking for strtoul... (cached) yes | |
checking for strtoll... yes | |
checking for strtoull... yes | |
checking for strtoimax... yes | |
checking for strtoumax... yes | |
checking for dprintf... yes | |
checking for strchrnul... no | |
checking for strdup... (cached) 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 whether confstr is declared... yes | |
checking whether printf is declared... yes | |
checking whether sbrk is declared... yes | |
checking whether setregid is declared... yes | |
checking whether strcpy is declared... yes | |
checking whether strsignal is declared... yes | |
checking whether strtold is declared... yes | |
checking for broken strtold... no | |
checking for declaration of strtoimax... yes | |
checking for declaration of strtol... yes | |
checking for declaration of strtoll... yes | |
checking for declaration of strtoul... yes | |
checking for declaration of strtoull... yes | |
checking for declaration of strtoumax... yes | |
checking for alarm... yes | |
checking for sbrk... yes | |
checking for fpurge... yes | |
checking for __fpurge... no | |
checking for snprintf... yes | |
checking for vsnprintf... yes | |
checking for working mktime... no | |
checking for argz.h... (cached) no | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for malloc.h... (cached) no | |
checking stdio_ext.h usability... no | |
checking stdio_ext.h presence... no | |
checking for stdio_ext.h... no | |
checking for getpagesize... (cached) yes | |
checking for working mmap... (cached) yes | |
checking for __argz_count... (cached) no | |
checking for __argz_next... (cached) no | |
checking for __argz_stringify... (cached) no | |
checking for dcgettext... no | |
checking for mempcpy... (cached) no | |
checking for munmap... (cached) yes | |
checking for mremap... no | |
checking for stpcpy... (cached) yes | |
checking for strcspn... yes | |
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 for locale_charset... yes | |
checking size of wchar_t... 4 | |
checking for dlopen in -ldl... yes | |
checking for dlopen... yes | |
checking for dlclose... yes | |
checking for dlsym... yes | |
checking whether sys_siglist is declared... yes | |
checking type of array argument to getgroups... gid_t | |
checking for off_t... (cached) yes | |
checking for mode_t... yes | |
checking for uid_t in sys/types.h... (cached) yes | |
checking for pid_t... yes | |
checking for size_t... (cached) yes | |
checking for uintptr_t... yes | |
checking for ssize_t... yes | |
checking for time_t... yes | |
checking for long long... long long | |
checking for unsigned long long... unsigned long long | |
checking return type of signal handlers... (cached) void | |
checking for sig_atomic_t in signal.h... yes | |
checking size of char... 1 | |
checking size of short... 2 | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of char *... 8 | |
checking size of double... 8 | |
checking size of long long... 8 | |
checking for u_int... yes | |
checking for u_long... yes | |
checking for bits16_t... no | |
checking for u_bits16_t... no | |
checking for bits32_t... no | |
checking for u_bits32_t... no | |
checking for bits64_t... no | |
checking for ptrdiff_t... yes | |
checking whether stat file-mode macros are broken... no | |
checking whether #! works in shell scripts... yes | |
checking whether the ctype macros accept non-ascii characters... no | |
checking if dup2 fails to clear the close-on-exec flag... no | |
checking whether pgrps need synchronization... yes | |
checking for type of signal functions... posix | |
checking for sys_errlist and sys_nerr... yes | |
checking for sys_siglist in system C library... no | |
checking for _sys_siglist in signal.h or unistd.h... no | |
checking for _sys_siglist in system C library... no | |
checking whether signal handlers are of type void... yes | |
checking for clock_t... yes | |
checking for sigset_t... yes | |
checking for sig_atomic_t... yes | |
checking for quad_t... yes | |
checking for intmax_t... yes | |
checking for uintmax_t... yes | |
checking for socklen_t... yes | |
checking for size and type of struct rlimit fields... rlim_t | |
checking size of intmax_t... 8 | |
checking for struct termios.c_line... no | |
checking for struct termio.c_line... no | |
checking for struct dirent.d_ino... yes | |
checking for struct dirent.d_fileno... yes | |
checking for struct dirent.d_namlen... yes | |
checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h | |
checking for struct timeval in sys/time.h and time.h... yes | |
checking for struct stat.st_blocks... yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for struct tm.tm_zone... yes | |
checking for struct timezone in sys/time.h and time.h... yes | |
checking for offset of exit status in return status from wait... 8 | |
checking for struct timespec in <time.h>... yes | |
checking for struct stat.st_atim.tv_nsec... no | |
checking for struct stat.st_atimespec.tv_nsec... yes | |
checking for working sbrk... yes | |
checking for the existence of strsignal... no | |
checking if opendir() opens non-directories... no | |
checking whether ulimit can substitute for getdtablesize... no | |
checking whether fpurge is declared... yes | |
checking to see if getenv can be redefined... no | |
checking if getcwd() will dynamically allocate memory with 0 size... no | |
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing | |
checking whether or not strcoll and strcmp differ... no | |
checking for standard-conformant snprintf... no | |
checking for standard-conformant vsnprintf... yes | |
checking for standard-conformant putenv declaration... yes | |
checking for standard-conformant unsetenv declaration... yes | |
checking for printf floating point output in hex notation... no | |
checking whether fnmatch can be used to check bracket equivalence classes... yes | |
checking if signal handlers must be reinstalled when invoked... yes | |
checking for presence of necessary job control definitions... present | |
checking for presence of named pipes... missing | |
checking whether termios.h defines TIOCGWINSZ... yes | |
checking for TIOCSTAT in sys/ioctl.h... yes | |
checking for FIONREAD in sys/ioctl.h... yes | |
checking whether WCONTINUED flag to waitpid is unavailable or available but broken... yes | |
checking for speed_t in sys/types.h... no | |
checking whether getpw functions are declared in pwd.h... yes | |
checking for unusable real-time signals due to large values... no | |
checking for tgetent... no | |
checking for tgetent in -ltermcap... yes | |
checking which library has the termcap functions... using libtermcap | |
checking whether /dev/fd is available... standard | |
checking whether /dev/stdin stdout stderr are available... present | |
checking for default mail directory... /var/mail | |
checking shared object configuration for loadable builtins... supported | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating builtins/Makefile | |
config.status: creating lib/readline/Makefile | |
config.status: creating lib/glob/Makefile | |
config.status: creating lib/intl/Makefile | |
config.status: creating lib/malloc/Makefile | |
config.status: creating lib/sh/Makefile | |
config.status: creating lib/termcap/Makefile | |
config.status: creating lib/tilde/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating support/Makefile | |
config.status: creating po/Makefile.in | |
config.status: creating examples/loadables/Makefile | |
config.status: creating examples/loadables/Makefile.inc | |
config.status: creating examples/loadables/perl/Makefile | |
config.status: creating support/bash.pc | |
config.status: creating support/bashbug.sh | |
config.status: creating config.h | |
config.status: executing default-1 commands | |
config.status: creating po/POTFILES | |
config.status: creating po/Makefile | |
config.status: executing default commands |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: --version | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os --version -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/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 -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -V -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -qversion -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -g conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -lcposix | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -lcposix -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -print-prog-name=ld | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -print-prog-name=ld -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -liconv | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -liconv -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -lintl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -lintl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -lintl -liconv | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -lintl -liconv -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -DSSH_SOURCE_BASHRC conftest.c | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -c -DSSH_SOURCE_BASHRC conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -DSSH_SOURCE_BASHRC conftest.c -ltermcap -ldl | |
superenv added: -pipe -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -o conftest -DSSH_SOURCE_BASHRC conftest.c -ltermcap -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020-07-11 21:36:44 +0200 | |
make | |
install | |
rm -f mksyntax | |
clang -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"arm"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"arm-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/Cellar/bash/5.0.17/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -DSSH_SOURCE_BASHRC -DSSH_SOURCE_BASHRC -Wno-parentheses -Wno-format-security -DSSH_SOURCE_BASHRC -o mksyntax ./mksyntax.c | |
rm -f mksignames.o | |
rm -f buildsignames.o | |
rm -f unwind_prot.o | |
clang -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"arm"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"arm-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/Cellar/bash/5.0.17/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -DSSH_SOURCE_BASHRC -DBUILDTOOL -o buildsignames.o -c ./support/signames.c | |
clang -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"arm"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"arm-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/Cellar/bash/5.0.17/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -DSSH_SOURCE_BASHRC -Wno-parentheses -Wno-format-security -c unwind_prot.c | |
clang -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"arm"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"arm-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/Cellar/bash/5.0.17/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -DSSH_SOURCE_BASHRC -DBUILDTOOL -c ./support/mksignames.c | |
rm -f alias.o | |
rm -f siglist.o | |
clang -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"arm"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"arm-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/Cellar/bash/5.0.17/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -DSSH_SOURCE_BASHRC -Wno-parentheses -Wno-format-security -c alias.c | |
rm -f mkbuiltins.o | |
clang -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"arm"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"arm-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/Cellar/bash/5.0.17/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -DSSH_SOURCE_BASHRC -Wno-parentheses -Wno-format-security -c siglist.c | |
clang -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DMACOSX -DSSH_SOURCE_BASHRC mkbuiltins.c | |
rm -f xmalloc.o | |
clang -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"arm"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"arm-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/Cellar/bash/5.0.17/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -DSSH_SOURCE_BASHRC -Wno-parentheses -Wno-format-security -c xmalloc.c | |
In file included from siglist.c:36: | |
In file included from ./xmalloc.h:25: | |
In file included from ./bashansi.h:28: | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/string.h:134:7: error: expected identifier or '(' | |
char *strsignal(int __sig); | |
^ | |
./siglist.h:37:27: note: expanded from macro 'strsignal' | |
# define strsignal(sig) (char *)sys_siglist[sig] | |
^ | |
In file included from siglist.c:36: | |
In file included from ./xmalloc.h:25: | |
In file included from ./bashansi.h:28: | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/string.h:134:7: error: expected ')' | |
./siglist.h:37:27: note: expanded from macro 'strsignal' | |
# define strsignal(sig) (char *)sys_siglist[sig] | |
^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/string.h:134:7: note: to match this '(' | |
./siglist.h:37:26: note: expanded from macro 'strsignal' | |
# define strsignal(sig) (char *)sys_siglist[sig] | |
^ | |
siglist.c:38:7: error: redefinition of 'sys_siglist' with a different type: 'char *[32]' vs 'const char *const [32]' | |
char *sys_siglist[NSIG]; | |
^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/signal.h:70:30: note: previous declaration is here | |
extern __const char *__const sys_siglist[NSIG]; | |
^ | |
siglist.c:46:20: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[i] = (char *)0x0; | |
~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:48:18: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[0] = _("Bogus signal"); | |
~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:51:23: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGHUP] = _("Hangup"); | |
~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:55:23: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGINT] = _("Interrupt"); | |
~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:59:24: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGQUIT] = _("Quit"); | |
~~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:63:23: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGILL] = _("Illegal instruction"); | |
~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:67:24: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGTRAP] = _("BPT trace/trap"); | |
~~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:75:24: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGABRT] = _("ABORT instruction"); | |
~~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:79:23: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGEMT] = _("EMT instruction"); | |
~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:83:23: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGFPE] = _("Floating point exception"); | |
~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:87:24: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGKILL] = _("Killed"); | |
~~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:91:23: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGBUS] = _("Bus error"); | |
~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:95:24: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGSEGV] = _("Segmentation fault"); | |
~~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:99:23: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGSYS] = _("Bad system call"); | |
~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:103:24: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGPIPE] = _("Broken pipe"); | |
~~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:107:24: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGALRM] = _("Alarm clock"); | |
~~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
20 errors generated. | |
make: *** [siglist.o] Error 1 | |
make: *** Waiting for unfinished jobs.... | |
clang -DSSH_SOURCE_BASHRC -Wno-parentheses -Wno-format-security -DSSH_SOURCE_BASHRC -o mkbuiltins mkbuiltins.o -ldl | |
./mkbuiltins -externfile builtext.h -structfile builtins.c \ | |
-noproduction -D . ./alias.def ./bind.def ./break.def ./builtin.def ./caller.def ./cd.def ./colon.def ./command.def ./declare.def ./echo.def ./enable.def ./eval.def ./getopts.def ./exec.def ./exit.def ./fc.def ./fg_bg.def ./hash.def ./help.def ./history.def ./jobs.def ./kill.def ./let.def ./read.def ./return.def ./set.def ./setattr.def ./shift.def ./source.def ./suspend.def ./test.def ./times.def ./trap.def ./type.def ./ulimit.def ./umask.def ./wait.def ./reserved.def ./pushd.def ./shopt.def ./printf.def ./complete.def ./mapfile.def | |
HOMEBREW_VERSION: 2.4.5-80-g2536f0a | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 2536f0a09f166de71e1571f23f677b0b9e4bdc84 | |
Last commit: 3 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 40f6621dfbe6b4611122dd0341d9e2cfa2cb99a9 | |
Core tap last commit: 28 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_DEVELOPER: set | |
HOMEBREW_EDITOR: /usr/bin/vim | |
HOMEBREW_MAKE_JOBS: 8 | |
HOMEBREW_NO_ANALYTICS: set | |
HOMEBREW_SKIP_OR_LATER_BOTTLES: set | |
CPU: octa-core 64-bit arm_vortex_tempest | |
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby | |
Clang: 12.0 build 1200 | |
Git: 2.27.0 => /usr/local/bin/git | |
Curl: 7.64.1 => /usr/bin/curl | |
macOS: 11.0-arm64 | |
CLT: N/A | |
Xcode: 12.0 => /Applications/Xcode-beta.app/Contents/Developer | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
CFLAGS: -DSSH_SOURCE_BASHRC | |
CXXFLAGS: -DSSH_SOURCE_BASHRC | |
MAKEFLAGS: -j8 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2:/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
CMAKE_FRAMEWORK_PATH: /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/11.0 | |
HOMEBREW_GIT: git | |
HOMEBREW_SDKROOT: /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Homebrew/Library/Homebrew/shims/mac/super:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: -DPROGRAM="bash" -DCONF_HOSTTYPE="arm" -DCONF_OSTYPE="darwin20.0.0" -DCONF_MACHTYPE="arm-apple-darwin20.0.0" -DCONF_VENDOR="apple" -DLOCALEDIR="/usr/local/Cellar/bash/5.0.17/share/locale" -DPACKAGE="bash" -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -DSSH_SOURCE_BASHRC -DSSH_SOURCE_BASHRC -Wno-parentheses -Wno-format-security -DSSH_SOURCE_BASHRC -o mksyntax ./mksyntax.c | |
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -DPROGRAM="bash" -DCONF_HOSTTYPE="arm" -DCONF_OSTYPE="darwin20.0.0" -DCONF_MACHTYPE="arm-apple-darwin20.0.0" -DCONF_VENDOR="apple" -DLOCALEDIR="/usr/local/Cellar/bash/5.0.17/share/locale" -DPACKAGE="bash" -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I./include -I./lib -DSSH_SOURCE_BASHRC -DSSH_SOURCE_BASHRC -Wno-parentheses -Wno-format-security -DSSH_SOURCE_BASHRC -o mksyntax ./mksyntax.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DPROGRAM="bash" -DCONF_HOSTTYPE="arm" -DCONF_OSTYPE="darwin20.0.0" -DCONF_MACHTYPE="arm-apple-darwin20.0.0" -DCONF_VENDOR="apple" -DLOCALEDIR="/usr/local/Cellar/bash/5.0.17/share/locale" -DPACKAGE="bash" -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -DSSH_SOURCE_BASHRC -DBUILDTOOL -o buildsignames.o -c ./support/signames.c | |
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -DPROGRAM="bash" -DCONF_HOSTTYPE="arm" -DCONF_OSTYPE="darwin20.0.0" -DCONF_MACHTYPE="arm-apple-darwin20.0.0" -DCONF_VENDOR="apple" -DLOCALEDIR="/usr/local/Cellar/bash/5.0.17/share/locale" -DPACKAGE="bash" -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I./include -I./lib -DSSH_SOURCE_BASHRC -DBUILDTOOL -o buildsignames.o -c ./support/signames.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DPROGRAM="bash" -DCONF_HOSTTYPE="arm" -DCONF_OSTYPE="darwin20.0.0" -DCONF_MACHTYPE="arm-apple-darwin20.0.0" -DCONF_VENDOR="apple" -DLOCALEDIR="/usr/local/Cellar/bash/5.0.17/share/locale" -DPACKAGE="bash" -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -DSSH_SOURCE_BASHRC -DBUILDTOOL -c ./support/mksignames.c | |
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -DPROGRAM="bash" -DCONF_HOSTTYPE="arm" -DCONF_OSTYPE="darwin20.0.0" -DCONF_MACHTYPE="arm-apple-darwin20.0.0" -DCONF_VENDOR="apple" -DLOCALEDIR="/usr/local/Cellar/bash/5.0.17/share/locale" -DPACKAGE="bash" -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I./include -I./lib -DSSH_SOURCE_BASHRC -DBUILDTOOL -c ./support/mksignames.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DPROGRAM="bash" -DCONF_HOSTTYPE="arm" -DCONF_OSTYPE="darwin20.0.0" -DCONF_MACHTYPE="arm-apple-darwin20.0.0" -DCONF_VENDOR="apple" -DLOCALEDIR="/usr/local/Cellar/bash/5.0.17/share/locale" -DPACKAGE="bash" -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -DSSH_SOURCE_BASHRC -Wno-parentheses -Wno-format-security -c unwind_prot.c | |
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -DPROGRAM="bash" -DCONF_HOSTTYPE="arm" -DCONF_OSTYPE="darwin20.0.0" -DCONF_MACHTYPE="arm-apple-darwin20.0.0" -DCONF_VENDOR="apple" -DLOCALEDIR="/usr/local/Cellar/bash/5.0.17/share/locale" -DPACKAGE="bash" -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I./include -I./lib -DSSH_SOURCE_BASHRC -Wno-parentheses -Wno-format-security -c unwind_prot.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DPROGRAM="bash" -DCONF_HOSTTYPE="arm" -DCONF_OSTYPE="darwin20.0.0" -DCONF_MACHTYPE="arm-apple-darwin20.0.0" -DCONF_VENDOR="apple" -DLOCALEDIR="/usr/local/Cellar/bash/5.0.17/share/locale" -DPACKAGE="bash" -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -DSSH_SOURCE_BASHRC -Wno-parentheses -Wno-format-security -c alias.c | |
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -DPROGRAM="bash" -DCONF_HOSTTYPE="arm" -DCONF_OSTYPE="darwin20.0.0" -DCONF_MACHTYPE="arm-apple-darwin20.0.0" -DCONF_VENDOR="apple" -DLOCALEDIR="/usr/local/Cellar/bash/5.0.17/share/locale" -DPACKAGE="bash" -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I./include -I./lib -DSSH_SOURCE_BASHRC -Wno-parentheses -Wno-format-security -c alias.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DPROGRAM="bash" -DCONF_HOSTTYPE="arm" -DCONF_OSTYPE="darwin20.0.0" -DCONF_MACHTYPE="arm-apple-darwin20.0.0" -DCONF_VENDOR="apple" -DLOCALEDIR="/usr/local/Cellar/bash/5.0.17/share/locale" -DPACKAGE="bash" -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -DSSH_SOURCE_BASHRC -Wno-parentheses -Wno-format-security -c siglist.c | |
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -DPROGRAM="bash" -DCONF_HOSTTYPE="arm" -DCONF_OSTYPE="darwin20.0.0" -DCONF_MACHTYPE="arm-apple-darwin20.0.0" -DCONF_VENDOR="apple" -DLOCALEDIR="/usr/local/Cellar/bash/5.0.17/share/locale" -DPACKAGE="bash" -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I./include -I./lib -DSSH_SOURCE_BASHRC -Wno-parentheses -Wno-format-security -c siglist.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DMACOSX -DSSH_SOURCE_BASHRC mkbuiltins.c | |
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I../include -I../lib -DMACOSX -DSSH_SOURCE_BASHRC mkbuiltins.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DPROGRAM="bash" -DCONF_HOSTTYPE="arm" -DCONF_OSTYPE="darwin20.0.0" -DCONF_MACHTYPE="arm-apple-darwin20.0.0" -DCONF_VENDOR="apple" -DLOCALEDIR="/usr/local/Cellar/bash/5.0.17/share/locale" -DPACKAGE="bash" -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -DSSH_SOURCE_BASHRC -Wno-parentheses -Wno-format-security -c xmalloc.c | |
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -DPROGRAM="bash" -DCONF_HOSTTYPE="arm" -DCONF_OSTYPE="darwin20.0.0" -DCONF_MACHTYPE="arm-apple-darwin20.0.0" -DCONF_VENDOR="apple" -DLOCALEDIR="/usr/local/Cellar/bash/5.0.17/share/locale" -DPACKAGE="bash" -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I./include -I./lib -DSSH_SOURCE_BASHRC -Wno-parentheses -Wno-format-security -c xmalloc.c -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DSSH_SOURCE_BASHRC -Wno-parentheses -Wno-format-security -DSSH_SOURCE_BASHRC -o mkbuiltins mkbuiltins.o -ldl | |
superenv added: -pipe -w -Os -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -DSSH_SOURCE_BASHRC -Wno-parentheses -Wno-format-security -DSSH_SOURCE_BASHRC -o mkbuiltins mkbuiltins.o -ldl -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by bash configure 5.0-release, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --prefix=/usr/local/Cellar/bash/5.0.17 | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Cabrillo | |
uname -m = arm64 | |
uname -r = 20.0.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 20.0.0: Sun Jun 14 21:36:36 PDT 2020; root:Bridge_xnu-7090.111.5.2~1/RELEASE_ARM64_T8020 | |
/usr/bin/uname -p = arm | |
/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 20.0.0: Sun Jun 14 21:36:36 PDT 2020; root:Bridge_xnu-7090.111.5.2~1/RELEASE_ARM64_T8020 | |
Kernel configured for up to 8 processors. | |
8 processors are physically available. | |
8 processors are logically available. | |
Processor type: arm64e (ARM64E) | |
Processors active: 0 1 2 3 4 5 6 7 | |
Primary memory available: 16.00 gigabytes | |
Default processor set: 502 tasks, 1756 threads, 8 processors | |
Load average: 2.25, Mach factor: 5.78 | |
/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:2773: checking build system type | |
configure:2787: result: arm-apple-darwin20.0.0 | |
configure:2807: checking host system type | |
configure:2820: result: arm-apple-darwin20.0.0 | |
configure:3454: checking for gcc | |
configure:3481: result: clang | |
configure:3710: checking for C compiler version | |
configure:3719: clang --version >&5 | |
Apple clang version 12.0.0 (clang-1200.0.22.41) | |
Target: arm64-apple-darwin20.0.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
configure:3730: $? = 0 | |
configure:3719: clang -v >&5 | |
Apple clang version 12.0.0 (clang-1200.0.22.41) | |
Target: arm64-apple-darwin20.0.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
configure:3730: $? = 0 | |
configure:3719: clang -V >&5 | |
clang: error: unsupported option '-V -isysroot/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk' | |
configure:3730: $? = 1 | |
configure:3719: clang -qversion >&5 | |
clang: error: unknown argument '-qversion'; did you mean '--version'? | |
configure:3730: $? = 1 | |
configure:3750: checking whether the C compiler works | |
configure:3772: clang -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:3776: $? = 0 | |
configure:3824: result: yes | |
configure:3827: checking for C compiler default output file name | |
configure:3829: result: a.out | |
configure:3835: checking for suffix of executables | |
configure:3842: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:3846: $? = 0 | |
configure:3868: result: | |
configure:3890: checking whether we are cross compiling | |
configure:3898: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:3902: $? = 0 | |
configure:3909: ./conftest | |
configure:3913: $? = 0 | |
configure:3928: result: no | |
configure:3933: checking for suffix of object files | |
configure:3955: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:3959: $? = 0 | |
configure:3980: result: o | |
configure:3984: checking whether we are using the GNU C compiler | |
configure:4003: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:4003: $? = 0 | |
configure:4012: result: yes | |
configure:4021: checking whether clang accepts -g | |
configure:4041: clang -c -g conftest.c >&5 | |
configure:4041: $? = 0 | |
configure:4082: result: yes | |
configure:4099: checking for clang option to accept ISO C89 | |
configure:4162: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:4162: $? = 0 | |
configure:4175: result: none needed | |
configure:4198: checking for strerror in -lcposix | |
configure:4223: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c -lcposix >&5 | |
conftest.c:41:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] | |
char strerror (); | |
^ | |
conftest.c:41:6: note: 'strerror' is a builtin with type 'char *(int)' | |
1 warning generated. | |
ld: library not found for -lcposix | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:4223: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char strerror (); | |
| int | |
| main () | |
| { | |
| return strerror (); | |
| ; | |
| return 0; | |
| } | |
configure:4232: result: no | |
configure:4245: checking how to run the C preprocessor | |
configure:4276: clang -E conftest.c | |
configure:4276: $? = 0 | |
configure:4290: clang -E conftest.c | |
conftest.c:34:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:4290: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4315: result: clang -E | |
configure:4335: clang -E conftest.c | |
configure:4335: $? = 0 | |
configure:4349: clang -E conftest.c | |
conftest.c:34:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:4349: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4378: checking for grep that handles long lines and -e | |
configure:4436: result: /usr/bin/grep | |
configure:4441: checking for egrep | |
configure:4503: result: /usr/bin/grep -E | |
configure:4508: checking for ANSI C header files | |
configure:4528: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:4528: $? = 0 | |
configure:4601: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:4601: $? = 0 | |
configure:4601: ./conftest | |
configure:4601: $? = 0 | |
configure:4612: result: yes | |
configure:4625: checking for sys/types.h | |
configure:4625: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:4625: $? = 0 | |
configure:4625: result: yes | |
configure:4625: checking for sys/stat.h | |
configure:4625: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:4625: $? = 0 | |
configure:4625: result: yes | |
configure:4625: checking for stdlib.h | |
configure:4625: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:4625: $? = 0 | |
configure:4625: result: yes | |
configure:4625: checking for string.h | |
configure:4625: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:4625: $? = 0 | |
configure:4625: result: yes | |
configure:4625: checking for memory.h | |
configure:4625: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:4625: $? = 0 | |
configure:4625: result: yes | |
configure:4625: checking for strings.h | |
configure:4625: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:4625: $? = 0 | |
configure:4625: result: yes | |
configure:4625: checking for inttypes.h | |
configure:4625: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:4625: $? = 0 | |
configure:4625: result: yes | |
configure:4625: checking for stdint.h | |
configure:4625: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:4625: $? = 0 | |
configure:4625: result: yes | |
configure:4625: checking for unistd.h | |
configure:4625: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:4625: $? = 0 | |
configure:4625: result: yes | |
configure:4638: checking minix/config.h usability | |
configure:4638: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:77:10: fatal error: 'minix/config.h' file not found | |
#include <minix/config.h> | |
^~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:4638: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <minix/config.h> | |
configure:4638: result: no | |
configure:4638: checking minix/config.h presence | |
configure:4638: clang -E conftest.c | |
conftest.c:44:10: fatal error: 'minix/config.h' file not found | |
#include <minix/config.h> | |
^~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:4638: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <minix/config.h> | |
configure:4638: result: no | |
configure:4638: checking for minix/config.h | |
configure:4638: result: no | |
configure:4659: checking whether it is safe to define __EXTENSIONS__ | |
configure:4677: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:4677: $? = 0 | |
configure:4684: result: yes | |
configure:4707: checking for special C compiler options needed for large files | |
configure:4752: result: no | |
configure:4758: checking for _FILE_OFFSET_BITS value needed for large files | |
configure:4783: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:4783: $? = 0 | |
configure:4815: result: no | |
configure:5000: checking whether clang needs -traditional | |
conftest.c:49:10: fatal error: 'termio.h' file not found | |
#include <termio.h> | |
^~~~~~~~~~ | |
1 error generated. | |
configure:5034: result: no | |
configure:5555: checking for a BSD-compatible install | |
configure:5623: result: /usr/bin/install -c | |
configure:5677: checking for ar | |
configure:5693: found /usr/bin/ar | |
configure:5704: result: ar | |
configure:5770: checking for ranlib | |
configure:5786: found /usr/bin/ranlib | |
configure:5797: result: ranlib | |
configure:5823: checking for bison | |
configure:5839: found /usr/bin/bison | |
configure:5850: result: bison -y | |
configure:5862: checking whether make sets $(MAKE) | |
configure:5884: result: yes | |
configure:5965: checking for an ANSI C-conforming const | |
configure:6031: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:6031: $? = 0 | |
configure:6038: result: yes | |
configure:6046: checking for inline | |
configure:6062: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:6062: $? = 0 | |
configure:6070: result: inline | |
configure:6088: checking whether byte ordering is bigendian | |
configure:6103: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:6103: $? = 0 | |
configure:6148: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:6148: $? = 0 | |
configure:6166: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:60:4: error: use of undeclared identifier 'not' | |
not big endian | |
^ | |
1 error generated. | |
configure:6166: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/param.h> | |
| | |
| int | |
| main () | |
| { | |
| #if BYTE_ORDER != BIG_ENDIAN | |
| not big endian | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:6294: result: no | |
configure:6312: checking for preprocessor stringizing operator | |
configure:6332: result: yes | |
configure:6342: checking for long double with more range or precision than double | |
configure:6378: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:70:24: error: 'test_array' declared as an array with a negative size | |
static int test_array [1 - 2 * !((0 < ((DBL_MAX_EXP < LDBL_MAX_EXP) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:6378: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| /* end confdefs.h. */ | |
| #include <float.h> | |
| long double const a[] = | |
| { | |
| 0.0L, DBL_MIN, DBL_MAX, DBL_EPSILON, | |
| LDBL_MIN, LDBL_MAX, LDBL_EPSILON | |
| }; | |
| long double | |
| f (long double x) | |
| { | |
| return ((x + (unsigned long int) 10) * (-1 / x) + a[0] | |
| + (x ? f (x) : 'c')); | |
| } | |
| | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !((0 < ((DBL_MAX_EXP < LDBL_MAX_EXP) | |
| + (DBL_MANT_DIG < LDBL_MANT_DIG) | |
| - (LDBL_MAX_EXP < DBL_MAX_EXP) | |
| - (LDBL_MANT_DIG < DBL_MANT_DIG))) | |
| && (int) LDBL_EPSILON == 0 | |
| )]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:6385: result: no | |
configure:6400: checking for function prototypes | |
configure:6403: result: yes | |
configure:6416: checking whether char is unsigned | |
configure:6435: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:6435: $? = 0 | |
configure:6442: result: no | |
configure:6449: checking for working volatile | |
configure:6468: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:6468: $? = 0 | |
configure:6475: result: yes | |
configure:6483: checking for C/C++ restrict keyword | |
configure:6508: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:6508: $? = 0 | |
configure:6516: result: __restrict | |
configure:6544: checking whether NLS is requested | |
configure:6553: result: yes | |
configure:6591: checking for msgfmt | |
configure:6625: result: no | |
configure:6631: checking for gmsgfmt | |
configure:6662: result: : | |
configure:6702: checking for xgettext | |
configure:6736: result: no | |
configure:6773: checking for msgmerge | |
configure:6806: result: no | |
configure:6838: checking for off_t | |
configure:6838: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:6838: $? = 0 | |
configure:6838: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:93:20: error: expected expression | |
if (sizeof ((off_t))) | |
^ | |
1 error generated. | |
configure:6838: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| /* 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 ((off_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:6838: result: yes | |
configure:6849: checking for size_t | |
configure:6849: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:6849: $? = 0 | |
configure:6849: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:93:21: error: expected expression | |
if (sizeof ((size_t))) | |
^ | |
1 error generated. | |
configure:6849: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| /* 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:6849: result: yes | |
configure:6862: checking for working alloca.h | |
configure:6879: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:6879: $? = 0 | |
configure:6887: result: yes | |
configure:6895: checking for alloca | |
configure:6932: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:6932: $? = 0 | |
configure:6940: result: yes | |
configure:7052: checking for stdlib.h | |
configure:7052: result: yes | |
configure:7052: checking for unistd.h | |
configure:7052: result: yes | |
configure:7052: checking for sys/param.h | |
configure:7052: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:7052: $? = 0 | |
configure:7052: result: yes | |
configure:7052: checking for sys/time.h | |
configure:7052: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:7052: $? = 0 | |
configure:7052: result: yes | |
configure:7072: checking for getpagesize | |
configure:7072: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:7072: $? = 0 | |
configure:7072: result: yes | |
configure:7081: checking for working mmap | |
configure:7228: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:7228: $? = 0 | |
configure:7228: ./conftest | |
configure:7228: $? = 0 | |
configure:7238: result: yes | |
configure:7248: checking whether we are using the GNU C Library 2.1 or newer | |
conftest.c:66:10: fatal error: 'features.h' file not found | |
#include <features.h> | |
^~~~~~~~~~~~ | |
1 error generated. | |
configure:7275: result: no | |
configure:7283: checking whether integer division by zero raises SIGFPE | |
configure:7340: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:83:5: error: redefinition of 'nan' as different kind of symbol | |
int nan; | |
^ | |
conftest.c:83:5: note: unguarded header; consider using #ifdef guards or #pragma once | |
conftest.c:83:5: note: previous definition is here | |
conftest.c:98:7: error: non-object type 'double (const char *)' is not assignable | |
nan = y / y; | |
~~~ ^ | |
2 errors generated. | |
configure:7340: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <stdlib.h> | |
| #include <signal.h> | |
| | |
| static void | |
| #ifdef __cplusplus | |
| sigfpe_handler (int sig) | |
| #else | |
| sigfpe_handler (sig) int sig; | |
| #endif | |
| { | |
| /* Exit with code 0 if SIGFPE, with code 1 if any other signal. */ | |
| exit (sig != SIGFPE); | |
| } | |
| | |
| int x = 1; | |
| int y = 0; | |
| int z; | |
| int nan; | |
| | |
| int main () | |
| { | |
| signal (SIGFPE, sigfpe_handler); | |
| /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */ | |
| #if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP) | |
| signal (SIGTRAP, sigfpe_handler); | |
| #endif | |
| /* Linux/SPARC yields signal SIGILL. */ | |
| #if defined (__sparc__) && defined (__linux__) | |
| signal (SIGILL, sigfpe_handler); | |
| #endif | |
| | |
| z = x / y; | |
| nan = y / y; | |
| exit (1); | |
| } | |
| | |
configure:7351: result: no | |
configure:7364: checking for inttypes.h | |
configure:7381: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:7381: $? = 0 | |
configure:7388: result: yes | |
configure:7399: checking for stdint.h | |
configure:7416: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:7416: $? = 0 | |
configure:7423: result: yes | |
configure:7434: checking for unsigned long long | |
configure:7451: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:7451: $? = 0 | |
configure:7459: result: yes | |
configure:7487: checking for inttypes.h | |
configure:7505: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:7505: $? = 0 | |
configure:7513: result: yes | |
configure:7526: checking whether the inttypes.h PRIxNN macros are broken | |
configure:7547: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:7547: $? = 0 | |
configure:7555: result: no | |
configure:7606: checking for ld used by GCC | |
configure:7669: result: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
configure:7676: checking if the linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | |
configure:7688: result: no | |
configure:7694: checking for shared library run path origin | |
configure:7707: result: done | |
configure:8113: checking argz.h usability | |
configure:8113: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:104:10: fatal error: 'argz.h' file not found | |
#include <argz.h> | |
^~~~~~~~ | |
1 error generated. | |
configure:8113: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_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 <argz.h> | |
configure:8113: result: no | |
configure:8113: checking argz.h presence | |
configure:8113: clang -E conftest.c | |
conftest.c:71:10: fatal error: 'argz.h' file not found | |
#include <argz.h> | |
^~~~~~~~ | |
1 error generated. | |
configure:8113: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| /* end confdefs.h. */ | |
| #include <argz.h> | |
configure:8113: result: no | |
configure:8113: checking for argz.h | |
configure:8113: result: no | |
configure:8113: checking limits.h usability | |
configure:8113: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:8113: $? = 0 | |
configure:8113: result: yes | |
configure:8113: checking limits.h presence | |
configure:8113: clang -E conftest.c | |
configure:8113: $? = 0 | |
configure:8113: result: yes | |
configure:8113: checking for limits.h | |
configure:8113: result: yes | |
configure:8113: checking locale.h usability | |
configure:8113: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:8113: $? = 0 | |
configure:8113: result: yes | |
configure:8113: checking locale.h presence | |
configure:8113: clang -E conftest.c | |
configure:8113: $? = 0 | |
configure:8113: result: yes | |
configure:8113: checking for locale.h | |
configure:8113: result: yes | |
configure:8113: checking nl_types.h usability | |
configure:8113: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:8113: $? = 0 | |
configure:8113: result: yes | |
configure:8113: checking nl_types.h presence | |
configure:8113: clang -E conftest.c | |
configure:8113: $? = 0 | |
configure:8113: result: yes | |
configure:8113: checking for nl_types.h | |
configure:8113: result: yes | |
configure:8113: checking malloc.h usability | |
configure:8113: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:107:10: fatal error: 'malloc.h' file not found | |
#include <malloc.h> | |
^~~~~~~~~~ | |
1 error generated. | |
configure:8113: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_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 <malloc.h> | |
configure:8113: result: no | |
configure:8113: checking malloc.h presence | |
configure:8113: clang -E conftest.c | |
conftest.c:74:10: fatal error: 'malloc.h' file not found | |
#include <malloc.h> | |
^~~~~~~~~~ | |
1 error generated. | |
configure:8113: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| /* end confdefs.h. */ | |
| #include <malloc.h> | |
configure:8113: result: no | |
configure:8113: checking for malloc.h | |
configure:8113: result: no | |
configure:8113: checking stddef.h usability | |
configure:8113: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:8113: $? = 0 | |
configure:8113: result: yes | |
configure:8113: checking stddef.h presence | |
configure:8113: clang -E conftest.c | |
configure:8113: $? = 0 | |
configure:8113: result: yes | |
configure:8113: checking for stddef.h | |
configure:8113: result: yes | |
configure:8113: checking for stdlib.h | |
configure:8113: result: yes | |
configure:8113: checking for string.h | |
configure:8113: result: yes | |
configure:8113: checking for unistd.h | |
configure:8113: result: yes | |
configure:8113: checking for sys/param.h | |
configure:8113: result: yes | |
configure:8129: checking for feof_unlocked | |
configure:8129: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:8129: $? = 0 | |
configure:8129: result: yes | |
configure:8129: checking for fgets_unlocked | |
configure:8129: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
Undefined symbols for architecture arm64: | |
"_fgets_unlocked", referenced from: | |
_main in conftest-cb7635.o | |
ld: symbol(s) not found for architecture arm64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:8129: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| /* end confdefs.h. */ | |
| /* Define fgets_unlocked to an innocuous variant, in case <limits.h> declares fgets_unlocked. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define fgets_unlocked innocuous_fgets_unlocked | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char fgets_unlocked (); 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 fgets_unlocked | |
| | |
| /* 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 fgets_unlocked (); | |
| /* 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_fgets_unlocked || defined __stub___fgets_unlocked | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return fgets_unlocked (); | |
| ; | |
| return 0; | |
| } | |
configure:8129: result: no | |
configure:8129: checking for getc_unlocked | |
configure:8129: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:8129: $? = 0 | |
configure:8129: result: yes | |
configure:8129: checking for getcwd | |
configure:8129: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:8129: $? = 0 | |
configure:8129: result: yes | |
configure:8129: checking for getegid | |
configure:8129: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:8129: $? = 0 | |
configure:8129: result: yes | |
configure:8129: checking for geteuid | |
configure:8129: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:8129: $? = 0 | |
configure:8129: result: yes | |
configure:8129: checking for getgid | |
configure:8129: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:8129: $? = 0 | |
configure:8129: result: yes | |
configure:8129: checking for getuid | |
configure:8129: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:8129: $? = 0 | |
configure:8129: result: yes | |
configure:8129: checking for mempcpy | |
configure:8129: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
Undefined symbols for architecture arm64: | |
"_mempcpy", referenced from: | |
_main in conftest-682066.o | |
ld: symbol(s) not found for architecture arm64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:8129: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| /* end confdefs.h. */ | |
| /* Define mempcpy to an innocuous variant, in case <limits.h> declares mempcpy. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define mempcpy innocuous_mempcpy | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char mempcpy (); 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 mempcpy | |
| | |
| /* 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 mempcpy (); | |
| /* 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_mempcpy || defined __stub___mempcpy | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return mempcpy (); | |
| ; | |
| return 0; | |
| } | |
configure:8129: result: no | |
configure:8129: checking for munmap | |
configure:8129: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:8129: $? = 0 | |
configure:8129: result: yes | |
configure:8129: checking for putenv | |
configure:8129: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:8129: $? = 0 | |
configure:8129: result: yes | |
configure:8129: checking for setenv | |
configure:8129: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:8129: $? = 0 | |
configure:8129: result: yes | |
configure:8129: checking for setlocale | |
configure:8129: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:8129: $? = 0 | |
configure:8129: result: yes | |
configure:8129: checking for localeconv | |
configure:8129: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:8129: $? = 0 | |
configure:8129: result: yes | |
configure:8129: checking for stpcpy | |
configure:8129: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:114:6: warning: incompatible redeclaration of library function 'stpcpy' [-Wincompatible-library-redeclaration] | |
char stpcpy (); | |
^ | |
conftest.c:114:6: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)' | |
1 warning generated. | |
configure:8129: $? = 0 | |
configure:8129: result: yes | |
configure:8129: checking for strcasecmp | |
configure:8129: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:115:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration] | |
char strcasecmp (); | |
^ | |
conftest.c:115:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)' | |
1 warning generated. | |
configure:8129: $? = 0 | |
configure:8129: result: yes | |
configure:8129: checking for strdup | |
configure:8129: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:116:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration] | |
char strdup (); | |
^ | |
conftest.c:116:6: note: 'strdup' is a builtin with type 'char *(const char *)' | |
1 warning generated. | |
configure:8129: $? = 0 | |
configure:8129: result: yes | |
configure:8129: checking for strtoul | |
configure:8129: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:117:6: warning: incompatible redeclaration of library function 'strtoul' [-Wincompatible-library-redeclaration] | |
char strtoul (); | |
^ | |
conftest.c:117:6: note: 'strtoul' is a builtin with type 'unsigned long (const char *, char **, int)' | |
1 warning generated. | |
configure:8129: $? = 0 | |
configure:8129: result: yes | |
configure:8129: checking for tsearch | |
configure:8129: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:8129: $? = 0 | |
configure:8129: result: yes | |
configure:8129: checking for __argz_count | |
configure:8129: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
Undefined symbols for architecture arm64: | |
"___argz_count", referenced from: | |
_main in conftest-0acba3.o | |
ld: symbol(s) not found for architecture arm64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:8129: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| /* end confdefs.h. */ | |
| /* Define __argz_count to an innocuous variant, in case <limits.h> declares __argz_count. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define __argz_count innocuous___argz_count | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char __argz_count (); 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 __argz_count | |
| | |
| /* 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 __argz_count (); | |
| /* 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___argz_count || defined __stub_____argz_count | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return __argz_count (); | |
| ; | |
| return 0; | |
| } | |
configure:8129: result: no | |
configure:8129: checking for __argz_stringify | |
configure:8129: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
Undefined symbols for architecture arm64: | |
"___argz_stringify", referenced from: | |
_main in conftest-1e6d8f.o | |
ld: symbol(s) not found for architecture arm64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:8129: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| /* end confdefs.h. */ | |
| /* Define __argz_stringify to an innocuous variant, in case <limits.h> declares __argz_stringify. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define __argz_stringify innocuous___argz_stringify | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char __argz_stringify (); 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 __argz_stringify | |
| | |
| /* 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 __argz_stringify (); | |
| /* 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___argz_stringify || defined __stub_____argz_stringify | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return __argz_stringify (); | |
| ; | |
| return 0; | |
| } | |
configure:8129: result: no | |
configure:8129: checking for __argz_next | |
configure:8129: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
Undefined symbols for architecture arm64: | |
"___argz_next", referenced from: | |
_main in conftest-256dac.o | |
ld: symbol(s) not found for architecture arm64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:8129: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| /* end confdefs.h. */ | |
| /* Define __argz_next to an innocuous variant, in case <limits.h> declares __argz_next. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define __argz_next innocuous___argz_next | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char __argz_next (); 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 __argz_next | |
| | |
| /* 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 __argz_next (); | |
| /* 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___argz_next || defined __stub_____argz_next | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return __argz_next (); | |
| ; | |
| return 0; | |
| } | |
configure:8129: result: no | |
configure:8129: checking for __fsetlocking | |
configure:8129: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
Undefined symbols for architecture arm64: | |
"___fsetlocking", referenced from: | |
_main in conftest-6f843b.o | |
ld: symbol(s) not found for architecture arm64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:8129: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| /* end confdefs.h. */ | |
| /* Define __fsetlocking to an innocuous variant, in case <limits.h> declares __fsetlocking. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define __fsetlocking innocuous___fsetlocking | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char __fsetlocking (); 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 __fsetlocking | |
| | |
| /* 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 __fsetlocking (); | |
| /* 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___fsetlocking || defined __stub_____fsetlocking | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return __fsetlocking (); | |
| ; | |
| return 0; | |
| } | |
configure:8129: result: no | |
configure:8169: checking for iconv | |
configure:8191: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
Undefined symbols for architecture arm64: | |
"_iconv", referenced from: | |
_main in conftest-05a888.o | |
"_iconv_close", referenced from: | |
_main in conftest-05a888.o | |
"_iconv_open", referenced from: | |
_main in conftest-05a888.o | |
ld: symbol(s) not found for architecture arm64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:8191: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| /* end confdefs.h. */ | |
| #include <stdlib.h> | |
| #include <iconv.h> | |
| int | |
| main () | |
| { | |
| iconv_t cd = iconv_open("",""); | |
| iconv(cd,NULL,NULL,NULL,NULL); | |
| iconv_close(cd); | |
| ; | |
| return 0; | |
| } | |
configure:8213: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c -liconv >&5 | |
configure:8213: $? = 0 | |
configure:8223: result: yes | |
configure:8231: checking how to link with libiconv | |
configure:8233: result: -liconv | |
configure:8244: checking for iconv declaration | |
configure:8273: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:8273: $? = 0 | |
configure:8284: result: | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
configure:8295: checking for nl_langinfo and CODESET | |
configure:8311: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:8311: $? = 0 | |
configure:8320: result: yes | |
configure:8330: checking for LC_MESSAGES | |
configure:8346: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:8346: $? = 0 | |
configure:8354: result: yes | |
configure:8368: checking for bison | |
configure:8384: found /usr/bin/bison | |
configure:8395: result: bison | |
configure:8409: checking version of bison | |
configure:8418: result: 2.3, ok | |
configure:8440: checking whether NLS is requested | |
configure:8449: result: yes | |
configure:8465: checking whether included gettext is requested | |
configure:8475: result: no | |
configure:8486: checking for GNU gettext in libc | |
configure:8505: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
Undefined symbols for architecture arm64: | |
"__nl_domain_bindings", referenced from: | |
_main in conftest-ce4194.o | |
"__nl_msg_cat_cntr", referenced from: | |
_main in conftest-ce4194.o | |
"_libintl_bindtextdomain", referenced from: | |
_main in conftest-ce4194.o | |
"_libintl_gettext", referenced from: | |
_main in conftest-ce4194.o | |
"_libintl_ngettext", referenced from: | |
_main in conftest-ce4194.o | |
ld: symbol(s) not found for architecture arm64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:8505: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| /* end confdefs.h. */ | |
| #include <libintl.h> | |
| extern int _nl_msg_cat_cntr; | |
| extern int *_nl_domain_bindings; | |
| int | |
| main () | |
| { | |
| bindtextdomain ("", ""); | |
| return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_domain_bindings | |
| ; | |
| return 0; | |
| } | |
configure:8513: result: no | |
configure:8896: checking for GNU gettext in libintl | |
configure:8923: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c -lintl >&5 | |
configure:8923: $? = 0 | |
configure:8962: result: yes | |
configure:9007: checking whether to use NLS | |
configure:9009: result: yes | |
configure:9012: checking where the gettext function comes from | |
configure:9023: result: external libintl | |
configure:9031: checking how to link with libintl | |
configure:9033: result: -lintl | |
configure:9112: checking for dirent.h that defines DIR | |
configure:9131: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9131: $? = 0 | |
configure:9139: result: yes | |
configure:9152: checking for library containing opendir | |
configure:9183: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9183: $? = 0 | |
configure:9200: result: none required | |
configure:9267: checking whether time.h and sys/time.h may both be included | |
configure:9287: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9287: $? = 0 | |
configure:9294: result: yes | |
configure:9306: checking for inttypes.h | |
configure:9306: result: yes | |
configure:9324: checking for unistd.h | |
configure:9324: result: yes | |
configure:9324: checking for stdlib.h | |
configure:9324: result: yes | |
configure:9324: checking stdarg.h usability | |
configure:9324: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9324: $? = 0 | |
configure:9324: result: yes | |
configure:9324: checking stdarg.h presence | |
configure:9324: clang -E conftest.c | |
configure:9324: $? = 0 | |
configure:9324: result: yes | |
configure:9324: checking for stdarg.h | |
configure:9324: result: yes | |
configure:9324: checking varargs.h usability | |
configure:9324: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
In file included from conftest.c:142: | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/varargs.h:11:4: error: "Please use <stdarg.h> instead of <varargs.h>" | |
#error "Please use <stdarg.h> instead of <varargs.h>" | |
^ | |
1 error generated. | |
configure:9324: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDARG_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:9324: result: no | |
configure:9324: checking varargs.h presence | |
configure:9324: clang -E conftest.c | |
In file included from conftest.c:109: | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/varargs.h:11:4: error: "Please use <stdarg.h> instead of <varargs.h>" | |
#error "Please use <stdarg.h> instead of <varargs.h>" | |
^ | |
1 error generated. | |
configure:9324: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDARG_H 1 | |
| /* end confdefs.h. */ | |
| #include <varargs.h> | |
configure:9324: result: no | |
configure:9324: checking for varargs.h | |
configure:9324: result: no | |
configure:9324: checking for limits.h | |
configure:9324: result: yes | |
configure:9324: checking for string.h | |
configure:9324: result: yes | |
configure:9324: checking for memory.h | |
configure:9324: result: yes | |
configure:9324: checking for locale.h | |
configure:9324: result: yes | |
configure:9324: checking termcap.h usability | |
configure:9324: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9324: $? = 0 | |
configure:9324: result: yes | |
configure:9324: checking termcap.h presence | |
configure:9324: clang -E conftest.c | |
configure:9324: $? = 0 | |
configure:9324: result: yes | |
configure:9324: checking for termcap.h | |
configure:9324: result: yes | |
configure:9324: checking termio.h usability | |
configure:9324: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:147:10: fatal error: 'termio.h' file not found | |
#include <termio.h> | |
^~~~~~~~~~ | |
1 error generated. | |
configure:9324: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TERMCAP_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:9324: result: no | |
configure:9324: checking termio.h presence | |
configure:9324: clang -E conftest.c | |
conftest.c:114:10: fatal error: 'termio.h' file not found | |
#include <termio.h> | |
^~~~~~~~~~ | |
1 error generated. | |
configure:9324: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TERMCAP_H 1 | |
| /* end confdefs.h. */ | |
| #include <termio.h> | |
configure:9324: result: no | |
configure:9324: checking for termio.h | |
configure:9324: result: no | |
configure:9324: checking termios.h usability | |
configure:9324: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9324: $? = 0 | |
configure:9324: result: yes | |
configure:9324: checking termios.h presence | |
configure:9324: clang -E conftest.c | |
configure:9324: $? = 0 | |
configure:9324: result: yes | |
configure:9324: checking for termios.h | |
configure:9324: result: yes | |
configure:9324: checking dlfcn.h usability | |
configure:9324: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9324: $? = 0 | |
configure:9324: result: yes | |
configure:9324: checking dlfcn.h presence | |
configure:9324: clang -E conftest.c | |
configure:9324: $? = 0 | |
configure:9324: result: yes | |
configure:9324: checking for dlfcn.h | |
configure:9324: result: yes | |
configure:9324: checking stdbool.h usability | |
configure:9324: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9324: $? = 0 | |
configure:9324: result: yes | |
configure:9324: checking stdbool.h presence | |
configure:9324: clang -E conftest.c | |
configure:9324: $? = 0 | |
configure:9324: result: yes | |
configure:9324: checking for stdbool.h | |
configure:9324: result: yes | |
configure:9324: checking for stddef.h | |
configure:9324: result: yes | |
configure:9324: checking for stdint.h | |
configure:9324: result: yes | |
configure:9324: checking netdb.h usability | |
configure:9324: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9324: $? = 0 | |
configure:9324: result: yes | |
configure:9324: checking netdb.h presence | |
configure:9324: clang -E conftest.c | |
configure:9324: $? = 0 | |
configure:9324: result: yes | |
configure:9324: checking for netdb.h | |
configure:9324: result: yes | |
configure:9324: checking pwd.h usability | |
configure:9324: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9324: $? = 0 | |
configure:9324: result: yes | |
configure:9324: checking pwd.h presence | |
configure:9324: clang -E conftest.c | |
configure:9324: $? = 0 | |
configure:9324: result: yes | |
configure:9324: checking for pwd.h | |
configure:9324: result: yes | |
configure:9324: checking grp.h usability | |
configure:9324: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9324: $? = 0 | |
configure:9324: result: yes | |
configure:9324: checking grp.h presence | |
configure:9324: clang -E conftest.c | |
configure:9324: $? = 0 | |
configure:9324: result: yes | |
configure:9324: checking for grp.h | |
configure:9324: result: yes | |
configure:9324: checking for strings.h | |
configure:9324: result: yes | |
configure:9324: checking regex.h usability | |
configure:9324: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9324: $? = 0 | |
configure:9324: result: yes | |
configure:9324: checking regex.h presence | |
configure:9324: clang -E conftest.c | |
configure:9324: $? = 0 | |
configure:9324: result: yes | |
configure:9324: checking for regex.h | |
configure:9324: result: yes | |
configure:9324: checking syslog.h usability | |
configure:9324: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9324: $? = 0 | |
configure:9324: result: yes | |
configure:9324: checking syslog.h presence | |
configure:9324: clang -E conftest.c | |
configure:9324: $? = 0 | |
configure:9324: result: yes | |
configure:9324: checking for syslog.h | |
configure:9324: result: yes | |
configure:9324: checking ulimit.h usability | |
configure:9324: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9324: $? = 0 | |
configure:9324: result: yes | |
configure:9324: checking ulimit.h presence | |
configure:9324: clang -E conftest.c | |
configure:9324: $? = 0 | |
configure:9324: result: yes | |
configure:9324: checking for ulimit.h | |
configure:9324: result: yes | |
configure:9339: checking sys/pte.h usability | |
configure:9339: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:159:10: fatal error: 'sys/pte.h' file not found | |
#include <sys/pte.h> | |
^~~~~~~~~~~ | |
1 error generated. | |
configure:9339: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TERMCAP_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_ULIMIT_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:9339: result: no | |
configure:9339: checking sys/pte.h presence | |
configure:9339: clang -E conftest.c | |
conftest.c:126:10: fatal error: 'sys/pte.h' file not found | |
#include <sys/pte.h> | |
^~~~~~~~~~~ | |
1 error generated. | |
configure:9339: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TERMCAP_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_ULIMIT_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/pte.h> | |
configure:9339: result: no | |
configure:9339: checking for sys/pte.h | |
configure:9339: result: no | |
configure:9339: checking sys/stream.h usability | |
configure:9339: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:159:10: fatal error: 'sys/stream.h' file not found | |
#include <sys/stream.h> | |
^~~~~~~~~~~~~~ | |
1 error generated. | |
configure:9339: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TERMCAP_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_ULIMIT_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:9339: result: no | |
configure:9339: checking sys/stream.h presence | |
configure:9339: clang -E conftest.c | |
conftest.c:126:10: fatal error: 'sys/stream.h' file not found | |
#include <sys/stream.h> | |
^~~~~~~~~~~~~~ | |
1 error generated. | |
configure:9339: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TERMCAP_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_ULIMIT_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/stream.h> | |
configure:9339: result: no | |
configure:9339: checking for sys/stream.h | |
configure:9339: result: no | |
configure:9339: checking sys/select.h usability | |
configure:9339: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9339: $? = 0 | |
configure:9339: result: yes | |
configure:9339: checking sys/select.h presence | |
configure:9339: clang -E conftest.c | |
configure:9339: $? = 0 | |
configure:9339: result: yes | |
configure:9339: checking for sys/select.h | |
configure:9339: result: yes | |
configure:9339: checking sys/file.h usability | |
configure:9339: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9339: $? = 0 | |
configure:9339: result: yes | |
configure:9339: checking sys/file.h presence | |
configure:9339: clang -E conftest.c | |
configure:9339: $? = 0 | |
configure:9339: result: yes | |
configure:9339: checking for sys/file.h | |
configure:9339: result: yes | |
configure:9339: checking sys/ioctl.h usability | |
configure:9339: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9339: $? = 0 | |
configure:9339: result: yes | |
configure:9339: checking sys/ioctl.h presence | |
configure:9339: clang -E conftest.c | |
configure:9339: $? = 0 | |
configure:9339: result: yes | |
configure:9339: checking for sys/ioctl.h | |
configure:9339: result: yes | |
configure:9339: checking sys/mman.h usability | |
configure:9339: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9339: $? = 0 | |
configure:9339: result: yes | |
configure:9339: checking sys/mman.h presence | |
configure:9339: clang -E conftest.c | |
configure:9339: $? = 0 | |
configure:9339: result: yes | |
configure:9339: checking for sys/mman.h | |
configure:9339: result: yes | |
configure:9339: checking for sys/param.h | |
configure:9339: result: yes | |
configure:9339: checking sys/socket.h usability | |
configure:9339: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9339: $? = 0 | |
configure:9339: result: yes | |
configure:9339: checking sys/socket.h presence | |
configure:9339: clang -E conftest.c | |
configure:9339: $? = 0 | |
configure:9339: result: yes | |
configure:9339: checking for sys/socket.h | |
configure:9339: result: yes | |
configure:9339: checking for sys/stat.h | |
configure:9339: result: yes | |
configure:9339: checking for sys/time.h | |
configure:9339: result: yes | |
configure:9339: checking sys/times.h usability | |
configure:9339: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9339: $? = 0 | |
configure:9339: result: yes | |
configure:9339: checking sys/times.h presence | |
configure:9339: clang -E conftest.c | |
configure:9339: $? = 0 | |
configure:9339: result: yes | |
configure:9339: checking for sys/times.h | |
configure:9339: result: yes | |
configure:9339: checking for sys/types.h | |
configure:9339: result: yes | |
configure:9339: checking sys/wait.h usability | |
configure:9339: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9339: $? = 0 | |
configure:9339: result: yes | |
configure:9339: checking sys/wait.h presence | |
configure:9339: clang -E conftest.c | |
configure:9339: $? = 0 | |
configure:9339: result: yes | |
configure:9339: checking for sys/wait.h | |
configure:9339: result: yes | |
configure:9352: checking netinet/in.h usability | |
configure:9352: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9352: $? = 0 | |
configure:9352: result: yes | |
configure:9352: checking netinet/in.h presence | |
configure:9352: clang -E conftest.c | |
configure:9352: $? = 0 | |
configure:9352: result: yes | |
configure:9352: checking for netinet/in.h | |
configure:9352: result: yes | |
configure:9352: checking arpa/inet.h usability | |
configure:9352: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9352: $? = 0 | |
configure:9352: result: yes | |
configure:9352: checking arpa/inet.h presence | |
configure:9352: clang -E conftest.c | |
configure:9352: $? = 0 | |
configure:9352: result: yes | |
configure:9352: checking for arpa/inet.h | |
configure:9352: result: yes | |
configure:9363: checking for sys/ptem.h | |
configure:9363: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:145:10: fatal error: 'sys/ptem.h' file not found | |
#include <sys/ptem.h> | |
^~~~~~~~~~~~ | |
1 error generated. | |
configure:9363: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TERMCAP_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_ULIMIT_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #if HAVE_SYS_STREAM_H | |
| # include <sys/stream.h> | |
| #endif | |
| | |
| | |
| #include <sys/ptem.h> | |
configure:9363: result: no | |
configure:9375: checking for sys/resource.h | |
configure:9375: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9375: $? = 0 | |
configure:9375: result: yes | |
configure:9390: checking for working alloca.h | |
configure:9415: result: yes | |
configure:9423: checking for alloca | |
configure:9468: result: yes | |
configure:9574: checking for uid_t in sys/types.h | |
configure:9593: result: yes | |
configure:9606: checking for unistd.h | |
configure:9606: result: yes | |
configure:9616: checking for working chown | |
configure:9649: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9649: $? = 0 | |
configure:9649: ./conftest | |
configure:9649: $? = 0 | |
configure:9661: result: yes | |
configure:9669: checking whether getpgrp requires zero arguments | |
configure:9686: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:180:10: error: too many arguments to function call, expected 0, have 1 | |
getpgrp (0); | |
~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/unistd.h:459:1: note: 'getpgrp' declared here | |
pid_t getpgrp(void); | |
^ | |
1 error generated. | |
configure:9686: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TERMCAP_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_ULIMIT_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CHOWN 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| getpgrp (0); | |
| ; | |
| return 0; | |
| } | |
configure:9694: result: yes | |
configure:9711: checking for vprintf | |
configure:9711: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:168:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration] | |
char vprintf (); | |
^ | |
conftest.c:168:6: note: 'vprintf' is a builtin with type 'int (const char *, __builtin_va_list)' | |
1 warning generated. | |
configure:9711: $? = 0 | |
configure:9711: result: yes | |
configure:9717: checking for _doprnt | |
configure:9717: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
Undefined symbols for architecture arm64: | |
"__doprnt", referenced from: | |
_main in conftest-a31fbd.o | |
ld: symbol(s) not found for architecture arm64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:9717: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TERMCAP_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_ULIMIT_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CHOWN 1 | |
| #define GETPGRP_VOID 1 | |
| #define HAVE_VPRINTF 1 | |
| /* end confdefs.h. */ | |
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define _doprnt innocuous__doprnt | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char _doprnt (); 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 _doprnt | |
| | |
| /* 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 _doprnt (); | |
| /* 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__doprnt || defined __stub____doprnt | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return _doprnt (); | |
| ; | |
| return 0; | |
| } | |
configure:9717: result: no | |
configure:9728: checking for working strcoll | |
configure:9749: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9749: $? = 0 | |
configure:9749: ./conftest | |
configure:9749: $? = 0 | |
configure:9759: result: yes | |
configure:9810: checking return type of signal handlers | |
configure:9828: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:153:8: error: indirection requires pointer operand ('void' invalid) | |
return *(signal (0, 0)) (0) == 1; | |
^~~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:9828: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TERMCAP_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_ULIMIT_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CHOWN 1 | |
| #define GETPGRP_VOID 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_STRCOLL 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <signal.h> | |
| | |
| int | |
| main () | |
| { | |
| return *(signal (0, 0)) (0) == 1; | |
| ; | |
| return 0; | |
| } | |
configure:9835: result: void | |
configure:9844: checking for __setostype | |
configure:9844: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
Undefined symbols for architecture arm64: | |
"___setostype", referenced from: | |
_main in conftest-059c95.o | |
ld: symbol(s) not found for architecture arm64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:9844: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TERMCAP_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_ULIMIT_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CHOWN 1 | |
| #define GETPGRP_VOID 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_STRCOLL 1 | |
| #define RETSIGTYPE void | |
| /* end confdefs.h. */ | |
| /* Define __setostype to an innocuous variant, in case <limits.h> declares __setostype. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define __setostype innocuous___setostype | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char __setostype (); 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 __setostype | |
| | |
| /* 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 __setostype (); | |
| /* 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___setostype || defined __stub_____setostype | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return __setostype (); | |
| ; | |
| return 0; | |
| } | |
configure:9844: result: no | |
configure:9850: checking for wait3 | |
configure:9850: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9850: $? = 0 | |
configure:9850: result: yes | |
configure:9857: checking for mkfifo | |
configure:9857: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9857: $? = 0 | |
configure:9857: result: yes | |
configure:9873: checking for dup2 | |
configure:9873: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9873: $? = 0 | |
configure:9873: result: yes | |
configure:9873: checking for eaccess | |
configure:9873: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
Undefined symbols for architecture arm64: | |
"_eaccess", referenced from: | |
_main in conftest-5e56dd.o | |
ld: symbol(s) not found for architecture arm64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:9873: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TERMCAP_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_ULIMIT_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CHOWN 1 | |
| #define GETPGRP_VOID 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_STRCOLL 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_MKFIFO 1 | |
| #define HAVE_DUP2 1 | |
| /* end confdefs.h. */ | |
| /* Define eaccess to an innocuous variant, in case <limits.h> declares eaccess. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define eaccess innocuous_eaccess | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char eaccess (); 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 eaccess | |
| | |
| /* 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 eaccess (); | |
| /* 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_eaccess || defined __stub___eaccess | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return eaccess (); | |
| ; | |
| return 0; | |
| } | |
configure:9873: result: no | |
configure:9873: checking for fcntl | |
configure:9873: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9873: $? = 0 | |
configure:9873: result: yes | |
configure:9873: checking for getdtablesize | |
configure:9873: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9873: $? = 0 | |
configure:9873: result: yes | |
configure:9873: checking for getgroups | |
configure:9873: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9873: $? = 0 | |
configure:9873: result: yes | |
configure:9873: checking for gethostname | |
configure:9873: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9873: $? = 0 | |
configure:9873: result: yes | |
configure:9873: checking for getpagesize | |
configure:9873: result: yes | |
configure:9873: checking for getpeername | |
configure:9873: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9873: $? = 0 | |
configure:9873: result: yes | |
configure:9873: checking for getrlimit | |
configure:9873: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9873: $? = 0 | |
configure:9873: result: yes | |
configure:9873: checking for getrusage | |
configure:9873: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9873: $? = 0 | |
configure:9873: result: yes | |
configure:9873: checking for gettimeofday | |
configure:9873: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9873: $? = 0 | |
configure:9873: result: yes | |
configure:9873: checking for kill | |
configure:9873: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9873: $? = 0 | |
configure:9873: result: yes | |
configure:9873: checking for killpg | |
configure:9873: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9873: $? = 0 | |
configure:9873: result: yes | |
configure:9873: checking for lstat | |
configure:9873: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9873: $? = 0 | |
configure:9873: result: yes | |
configure:9873: checking for pselect | |
configure:9873: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9873: $? = 0 | |
configure:9873: result: yes | |
configure:9873: checking for readlink | |
configure:9873: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9873: $? = 0 | |
configure:9873: result: yes | |
configure:9873: checking for select | |
configure:9873: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9873: $? = 0 | |
configure:9873: result: yes | |
configure:9873: checking for setdtablesize | |
configure:9873: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
Undefined symbols for architecture arm64: | |
"_setdtablesize", referenced from: | |
_main in conftest-176779.o | |
ld: symbol(s) not found for architecture arm64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:9873: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TERMCAP_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_ULIMIT_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CHOWN 1 | |
| #define GETPGRP_VOID 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_STRCOLL 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_MKFIFO 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_GETPEERNAME 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_PSELECT 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SELECT 1 | |
| /* end confdefs.h. */ | |
| /* Define setdtablesize to an innocuous variant, in case <limits.h> declares setdtablesize. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define setdtablesize innocuous_setdtablesize | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char setdtablesize (); 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 setdtablesize | |
| | |
| /* 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 setdtablesize (); | |
| /* 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_setdtablesize || defined __stub___setdtablesize | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return setdtablesize (); | |
| ; | |
| return 0; | |
| } | |
configure:9873: result: no | |
configure:9873: checking for setitimer | |
configure:9873: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9873: $? = 0 | |
configure:9873: result: yes | |
configure:9873: checking for tcgetpgrp | |
configure:9873: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9873: $? = 0 | |
configure:9873: result: yes | |
configure:9873: checking for uname | |
configure:9873: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9873: $? = 0 | |
configure:9873: result: yes | |
configure:9873: checking for ulimit | |
configure:9873: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9873: $? = 0 | |
configure:9873: result: yes | |
configure:9873: checking for waitpid | |
configure:9873: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9873: $? = 0 | |
configure:9873: result: yes | |
configure:9882: checking for rename | |
configure:9882: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9882: $? = 0 | |
configure:9882: result: yes | |
configure:9904: checking for bcopy | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for bzero | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:196:6: warning: incompatible redeclaration of library function 'bzero' [-Wincompatible-library-redeclaration] | |
char bzero (); | |
^ | |
conftest.c:196:6: note: 'bzero' is a builtin with type 'void (void *, unsigned long)' | |
1 warning generated. | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for confstr | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for faccessat | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for fnmatch | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for getaddrinfo | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for gethostbyname | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for getservbyname | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for getservent | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for inet_aton | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for imaxdiv | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for memmove | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:206:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration] | |
char memmove (); | |
^ | |
conftest.c:206:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)' | |
1 warning generated. | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for pathconf | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for putenv | |
configure:9904: result: yes | |
configure:9904: checking for raise | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for random | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for regcomp | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for regexec | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for setenv | |
configure:9904: result: yes | |
configure:9904: checking for setlinebuf | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for setlocale | |
configure:9904: result: yes | |
configure:9904: checking for setvbuf | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for siginterrupt | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for strchr | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:218:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration] | |
char strchr (); | |
^ | |
conftest.c:218:6: note: 'strchr' is a builtin with type 'char *(const char *, int)' | |
1 warning generated. | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for sysconf | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for syslog | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for tcgetattr | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for times | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for ttyname | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for tzset | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9904: checking for unsetenv | |
configure:9904: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9904: $? = 0 | |
configure:9904: result: yes | |
configure:9917: checking for vasprintf | |
configure:9917: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:237:19: warning: format string missing [-Wformat] | |
return vasprintf (); | |
~~~~~~~~~ ^ | |
1 warning generated. | |
configure:9917: $? = 0 | |
configure:9917: result: yes | |
configure:9917: checking for asprintf | |
configure:9917: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:238:18: warning: format string missing [-Wformat] | |
return asprintf (); | |
~~~~~~~~ ^ | |
1 warning generated. | |
configure:9917: $? = 0 | |
configure:9917: result: yes | |
configure:9929: checking for isascii | |
configure:9929: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9929: $? = 0 | |
configure:9929: result: yes | |
configure:9929: checking for isblank | |
configure:9929: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:229:6: warning: incompatible redeclaration of library function 'isblank' [-Wincompatible-library-redeclaration] | |
char isblank (); | |
^ | |
conftest.c:229:6: note: 'isblank' is a builtin with type 'int (int)' | |
1 warning generated. | |
configure:9929: $? = 0 | |
configure:9929: result: yes | |
configure:9929: checking for isgraph | |
configure:9929: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:230:6: warning: incompatible redeclaration of library function 'isgraph' [-Wincompatible-library-redeclaration] | |
char isgraph (); | |
^ | |
conftest.c:230:6: note: 'isgraph' is a builtin with type 'int (int)' | |
1 warning generated. | |
configure:9929: $? = 0 | |
configure:9929: result: yes | |
configure:9929: checking for isprint | |
configure:9929: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:231:6: warning: incompatible redeclaration of library function 'isprint' [-Wincompatible-library-redeclaration] | |
char isprint (); | |
^ | |
conftest.c:231:6: note: 'isprint' is a builtin with type 'int (int)' | |
1 warning generated. | |
configure:9929: $? = 0 | |
configure:9929: result: yes | |
configure:9929: checking for isspace | |
configure:9929: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:232:6: warning: incompatible redeclaration of library function 'isspace' [-Wincompatible-library-redeclaration] | |
char isspace (); | |
^ | |
conftest.c:232:6: note: 'isspace' is a builtin with type 'int (int)' | |
1 warning generated. | |
configure:9929: $? = 0 | |
configure:9929: result: yes | |
configure:9929: checking for isxdigit | |
configure:9929: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:233:6: warning: incompatible redeclaration of library function 'isxdigit' [-Wincompatible-library-redeclaration] | |
char isxdigit (); | |
^ | |
conftest.c:233:6: note: 'isxdigit' is a builtin with type 'int (int)' | |
1 warning generated. | |
configure:9929: $? = 0 | |
configure:9929: result: yes | |
configure:9941: checking for getpwent | |
configure:9941: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9941: $? = 0 | |
configure:9941: result: yes | |
configure:9941: checking for getpwnam | |
configure:9941: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9941: $? = 0 | |
configure:9941: result: yes | |
configure:9941: checking for getpwuid | |
configure:9941: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9941: $? = 0 | |
configure:9941: result: yes | |
configure:9952: checking for mkstemp | |
configure:9952: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:9952: $? = 0 | |
configure:9952: result: yes | |
configure:9961: checking for getcwd | |
configure:9961: result: yes | |
configure:9974: checking for memset | |
configure:9974: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:239:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration] | |
char memset (); | |
^ | |
conftest.c:239:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)' | |
1 warning generated. | |
configure:9974: $? = 0 | |
configure:9974: result: yes | |
configure:9988: checking for strcasecmp | |
configure:9988: result: yes | |
configure:10001: checking for strcasestr | |
configure:10001: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:10001: $? = 0 | |
configure:10001: result: yes | |
configure:10014: checking for strerror | |
configure:10014: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:242:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] | |
char strerror (); | |
^ | |
conftest.c:242:6: note: 'strerror' is a builtin with type 'char *(int)' | |
1 warning generated. | |
configure:10014: $? = 0 | |
configure:10014: result: yes | |
configure:10027: checking for strftime | |
configure:10027: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:10027: $? = 0 | |
configure:10027: result: yes | |
configure:10040: checking for strnlen | |
configure:10040: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:10040: $? = 0 | |
configure:10040: result: yes | |
configure:10053: checking for strpbrk | |
configure:10053: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:245:6: warning: incompatible redeclaration of library function 'strpbrk' [-Wincompatible-library-redeclaration] | |
char strpbrk (); | |
^ | |
conftest.c:245:6: note: 'strpbrk' is a builtin with type 'char *(const char *, const char *)' | |
1 warning generated. | |
configure:10053: $? = 0 | |
configure:10053: result: yes | |
configure:10066: checking for strstr | |
configure:10066: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:246:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration] | |
char strstr (); | |
^ | |
conftest.c:246:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)' | |
1 warning generated. | |
configure:10066: $? = 0 | |
configure:10066: result: yes | |
configure:10080: checking for strtod | |
configure:10080: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:247:6: warning: incompatible redeclaration of library function 'strtod' [-Wincompatible-library-redeclaration] | |
char strtod (); | |
^ | |
conftest.c:247:6: note: 'strtod' is a builtin with type 'double (const char *, char **)' | |
1 warning generated. | |
configure:10080: $? = 0 | |
configure:10080: result: yes | |
configure:10093: checking for strtol | |
configure:10093: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:248:6: warning: incompatible redeclaration of library function 'strtol' [-Wincompatible-library-redeclaration] | |
char strtol (); | |
^ | |
conftest.c:248:6: note: 'strtol' is a builtin with type 'long (const char *, char **, int)' | |
1 warning generated. | |
configure:10093: $? = 0 | |
configure:10093: result: yes | |
configure:10106: checking for strtoul | |
configure:10106: result: yes | |
configure:10119: checking for strtoll | |
configure:10119: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:250:6: warning: incompatible redeclaration of library function 'strtoll' [-Wincompatible-library-redeclaration] | |
char strtoll (); | |
^ | |
conftest.c:250:6: note: 'strtoll' is a builtin with type 'long long (const char *, char **, int)' | |
1 warning generated. | |
configure:10119: $? = 0 | |
configure:10119: result: yes | |
configure:10132: checking for strtoull | |
configure:10132: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:251:6: warning: incompatible redeclaration of library function 'strtoull' [-Wincompatible-library-redeclaration] | |
char strtoull (); | |
^ | |
conftest.c:251:6: note: 'strtoull' is a builtin with type 'unsigned long long (const char *, char **, int)' | |
1 warning generated. | |
configure:10132: $? = 0 | |
configure:10132: result: yes | |
configure:10145: checking for strtoimax | |
configure:10145: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:10145: $? = 0 | |
configure:10145: result: yes | |
configure:10158: checking for strtoumax | |
configure:10158: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:10158: $? = 0 | |
configure:10158: result: yes | |
configure:10172: checking for dprintf | |
configure:10172: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:10172: $? = 0 | |
configure:10172: result: yes | |
configure:10186: checking for strchrnul | |
configure:10186: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
Undefined symbols for architecture arm64: | |
"_strchrnul", referenced from: | |
_main in conftest-ea6a48.o | |
ld: symbol(s) not found for architecture arm64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:10186: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TERMCAP_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_ULIMIT_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CHOWN 1 | |
| #define GETPGRP_VOID 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_STRCOLL 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_MKFIFO 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_GETPEERNAME 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_PSELECT 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_TCGETPGRP 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ULIMIT 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_RENAME 1 | |
| #define HAVE_BCOPY 1 | |
| #define HAVE_BZERO 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_FACCESSAT 1 | |
| #define HAVE_FNMATCH 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETSERVBYNAME 1 | |
| #define HAVE_GETSERVENT 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_IMAXDIV 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_PATHCONF 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_RAISE 1 | |
| #define HAVE_RANDOM 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLINEBUF 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SETVBUF 1 | |
| #define HAVE_SIGINTERRUPT 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_TCGETATTR 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_TTYNAME 1 | |
| #define HAVE_TZSET 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISGRAPH 1 | |
| #define HAVE_ISPRINT 1 | |
| #define HAVE_ISSPACE 1 | |
| #define HAVE_ISXDIGIT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_GETPWNAM 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOD 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_DPRINTF 1 | |
| /* end confdefs.h. */ | |
| /* Define strchrnul to an innocuous variant, in case <limits.h> declares strchrnul. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define strchrnul innocuous_strchrnul | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char strchrnul (); 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 strchrnul | |
| | |
| /* 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 strchrnul (); | |
| /* 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_strchrnul || defined __stub___strchrnul | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return strchrnul (); | |
| ; | |
| return 0; | |
| } | |
configure:10186: result: no | |
configure:10200: checking for strdup | |
configure:10200: result: yes | |
configure:10217: checking libaudit.h usability | |
configure:10217: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:266:10: fatal error: 'libaudit.h' file not found | |
#include <libaudit.h> | |
^~~~~~~~~~~~ | |
1 error generated. | |
configure:10217: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TERMCAP_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_ULIMIT_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CHOWN 1 | |
| #define GETPGRP_VOID 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_STRCOLL 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_MKFIFO 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_GETPEERNAME 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_PSELECT 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_TCGETPGRP 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ULIMIT 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_RENAME 1 | |
| #define HAVE_BCOPY 1 | |
| #define HAVE_BZERO 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_FACCESSAT 1 | |
| #define HAVE_FNMATCH 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETSERVBYNAME 1 | |
| #define HAVE_GETSERVENT 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_IMAXDIV 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_PATHCONF 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_RAISE 1 | |
| #define HAVE_RANDOM 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLINEBUF 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SETVBUF 1 | |
| #define HAVE_SIGINTERRUPT 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_TCGETATTR 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_TTYNAME 1 | |
| #define HAVE_TZSET 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISGRAPH 1 | |
| #define HAVE_ISPRINT 1 | |
| #define HAVE_ISSPACE 1 | |
| #define HAVE_ISXDIGIT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_GETPWNAM 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOD 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_DPRINTF 1 | |
| #define HAVE_STRDUP 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:10217: result: no | |
configure:10217: checking libaudit.h presence | |
configure:10217: clang -E conftest.c | |
conftest.c:233:10: fatal error: 'libaudit.h' file not found | |
#include <libaudit.h> | |
^~~~~~~~~~~~ | |
1 error generated. | |
configure:10217: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TERMCAP_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_ULIMIT_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CHOWN 1 | |
| #define GETPGRP_VOID 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_STRCOLL 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_MKFIFO 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_GETPEERNAME 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_PSELECT 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_TCGETPGRP 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ULIMIT 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_RENAME 1 | |
| #define HAVE_BCOPY 1 | |
| #define HAVE_BZERO 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_FACCESSAT 1 | |
| #define HAVE_FNMATCH 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETSERVBYNAME 1 | |
| #define HAVE_GETSERVENT 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_IMAXDIV 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_PATHCONF 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_RAISE 1 | |
| #define HAVE_RANDOM 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLINEBUF 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SETVBUF 1 | |
| #define HAVE_SIGINTERRUPT 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_TCGETATTR 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_TTYNAME 1 | |
| #define HAVE_TZSET 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISGRAPH 1 | |
| #define HAVE_ISPRINT 1 | |
| #define HAVE_ISSPACE 1 | |
| #define HAVE_ISXDIGIT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_GETPWNAM 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOD 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_DPRINTF 1 | |
| #define HAVE_STRDUP 1 | |
| /* end confdefs.h. */ | |
| #include <libaudit.h> | |
configure:10217: result: no | |
configure:10217: checking for libaudit.h | |
configure:10217: result: no | |
configure:10227: checking whether AUDIT_USER_TTY is declared | |
configure:10227: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:233:10: fatal error: 'linux/audit.h' file not found | |
#include <linux/audit.h> | |
^~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:10227: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TERMCAP_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_ULIMIT_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CHOWN 1 | |
| #define GETPGRP_VOID 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_STRCOLL 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_MKFIFO 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_GETPEERNAME 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_PSELECT 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_TCGETPGRP 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ULIMIT 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_RENAME 1 | |
| #define HAVE_BCOPY 1 | |
| #define HAVE_BZERO 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_FACCESSAT 1 | |
| #define HAVE_FNMATCH 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETSERVBYNAME 1 | |
| #define HAVE_GETSERVENT 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_IMAXDIV 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_PATHCONF 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_RAISE 1 | |
| #define HAVE_RANDOM 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLINEBUF 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SETVBUF 1 | |
| #define HAVE_SIGINTERRUPT 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_TCGETATTR 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_TTYNAME 1 | |
| #define HAVE_TZSET 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISGRAPH 1 | |
| #define HAVE_ISPRINT 1 | |
| #define HAVE_ISSPACE 1 | |
| #define HAVE_ISXDIGIT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_GETPWNAM 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOD 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_DPRINTF 1 | |
| #define HAVE_STRDUP 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:10227: result: no | |
configure:10240: checking whether confstr is declared | |
configure:10240: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:10240: $? = 0 | |
configure:10240: result: yes | |
configure:10251: checking whether printf is declared | |
configure:10251: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:10251: $? = 0 | |
configure:10251: result: yes | |
configure:10262: checking whether sbrk is declared | |
configure:10262: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:276:10: warning: 'sbrk' is deprecated [-Wdeprecated-declarations] | |
(void) sbrk; | |
^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/unistd.h:582:1: note: 'sbrk' has been explicitly marked deprecated here | |
__deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED | |
^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/sys/cdefs.h:187:40: note: expanded from macro '__deprecated' | |
#define __deprecated __attribute__((__deprecated__)) | |
^ | |
1 warning generated. | |
configure:10262: $? = 0 | |
configure:10262: result: yes | |
configure:10273: checking whether setregid is declared | |
configure:10273: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:10273: $? = 0 | |
configure:10273: result: yes | |
configure:10284: checking whether strcpy is declared | |
configure:10284: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:10284: $? = 0 | |
configure:10284: result: yes | |
configure:10295: checking whether strsignal is declared | |
configure:10295: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:10295: $? = 0 | |
configure:10295: result: yes | |
configure:10307: checking whether strtold is declared | |
configure:10307: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:10307: $? = 0 | |
configure:10307: result: yes | |
configure:10319: checking for broken strtold | |
configure:10335: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:245:49: warning: incompatible pointer types passing 'char *' to parameter of type 'char **' [-Wincompatible-pointer-types] | |
long double r; char *foo, bar; r = strtold(foo, &bar); | |
^~~~ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/stdlib.h:169:32: note: passing argument to parameter here | |
strtold(const char *, char **); | |
^ | |
1 warning generated. | |
configure:10335: $? = 0 | |
configure:10345: result: no | |
configure:10358: checking for declaration of strtoimax | |
configure:10381: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:252:9: warning: address of function 'strtoimax' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
return !strtoimax; | |
~^~~~~~~~~ | |
conftest.c:252:9: note: prefix with the address-of operator to silence this warning | |
return !strtoimax; | |
^ | |
& | |
1 warning generated. | |
configure:10381: $? = 0 | |
configure:10389: result: yes | |
configure:10407: checking for declaration of strtol | |
configure:10430: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:253:9: warning: address of function 'strtol' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
return !strtol; | |
~^~~~~~ | |
conftest.c:253:9: note: prefix with the address-of operator to silence this warning | |
return !strtol; | |
^ | |
& | |
1 warning generated. | |
configure:10430: $? = 0 | |
configure:10438: result: yes | |
configure:10456: checking for declaration of strtoll | |
configure:10479: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:254:9: warning: address of function 'strtoll' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
return !strtoll; | |
~^~~~~~~ | |
conftest.c:254:9: note: prefix with the address-of operator to silence this warning | |
return !strtoll; | |
^ | |
& | |
1 warning generated. | |
configure:10479: $? = 0 | |
configure:10487: result: yes | |
configure:10505: checking for declaration of strtoul | |
configure:10528: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:255:9: warning: address of function 'strtoul' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
return !strtoul; | |
~^~~~~~~ | |
conftest.c:255:9: note: prefix with the address-of operator to silence this warning | |
return !strtoul; | |
^ | |
& | |
1 warning generated. | |
configure:10528: $? = 0 | |
configure:10536: result: yes | |
configure:10554: checking for declaration of strtoull | |
configure:10577: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:256:9: warning: address of function 'strtoull' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
return !strtoull; | |
~^~~~~~~~ | |
conftest.c:256:9: note: prefix with the address-of operator to silence this warning | |
return !strtoull; | |
^ | |
& | |
1 warning generated. | |
configure:10577: $? = 0 | |
configure:10585: result: yes | |
configure:10603: checking for declaration of strtoumax | |
configure:10626: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:257:9: warning: address of function 'strtoumax' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
return !strtoumax; | |
~^~~~~~~~~ | |
conftest.c:257:9: note: prefix with the address-of operator to silence this warning | |
return !strtoumax; | |
^ | |
& | |
1 warning generated. | |
configure:10626: $? = 0 | |
configure:10634: result: yes | |
configure:10658: checking for alarm | |
configure:10658: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:10658: $? = 0 | |
configure:10658: result: yes | |
configure:10658: checking for sbrk | |
configure:10658: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:10658: $? = 0 | |
configure:10658: result: yes | |
configure:10658: checking for fpurge | |
configure:10658: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:10658: $? = 0 | |
configure:10658: result: yes | |
configure:10658: checking for __fpurge | |
configure:10658: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
Undefined symbols for architecture arm64: | |
"___fpurge", referenced from: | |
_main in conftest-d18864.o | |
ld: symbol(s) not found for architecture arm64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:10658: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TERMCAP_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_ULIMIT_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CHOWN 1 | |
| #define GETPGRP_VOID 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_STRCOLL 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_MKFIFO 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_GETPEERNAME 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_PSELECT 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_TCGETPGRP 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ULIMIT 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_RENAME 1 | |
| #define HAVE_BCOPY 1 | |
| #define HAVE_BZERO 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_FACCESSAT 1 | |
| #define HAVE_FNMATCH 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETSERVBYNAME 1 | |
| #define HAVE_GETSERVENT 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_IMAXDIV 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_PATHCONF 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_RAISE 1 | |
| #define HAVE_RANDOM 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLINEBUF 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SETVBUF 1 | |
| #define HAVE_SIGINTERRUPT 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_TCGETATTR 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_TTYNAME 1 | |
| #define HAVE_TZSET 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISGRAPH 1 | |
| #define HAVE_ISPRINT 1 | |
| #define HAVE_ISSPACE 1 | |
| #define HAVE_ISXDIGIT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_GETPWNAM 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOD 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_DPRINTF 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_DECL_AUDIT_USER_TTY 0 | |
| #define HAVE_DECL_CONFSTR 1 | |
| #define HAVE_DECL_PRINTF 1 | |
| #define HAVE_DECL_SBRK 1 | |
| #define HAVE_DECL_SETREGID 1 | |
| #define HAVE_DECL_STRCPY 1 | |
| #define HAVE_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRTOLD 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOL 1 | |
| #define HAVE_DECL_STRTOLL 1 | |
| #define HAVE_DECL_STRTOUL 1 | |
| #define HAVE_DECL_STRTOULL 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_FPURGE 1 | |
| /* end confdefs.h. */ | |
| /* Define __fpurge to an innocuous variant, in case <limits.h> declares __fpurge. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define __fpurge innocuous___fpurge | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char __fpurge (); 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 __fpurge | |
| | |
| /* 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 __fpurge (); | |
| /* 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___fpurge || defined __stub_____fpurge | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return __fpurge (); | |
| ; | |
| return 0; | |
| } | |
configure:10658: result: no | |
configure:10658: checking for snprintf | |
configure:10658: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:273:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration] | |
char snprintf (); | |
^ | |
conftest.c:273:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)' | |
1 warning generated. | |
configure:10658: $? = 0 | |
configure:10658: result: yes | |
configure:10658: checking for vsnprintf | |
configure:10658: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:274:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration] | |
char vsnprintf (); | |
^ | |
conftest.c:274:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, __builtin_va_list)' | |
1 warning generated. | |
configure:10658: $? = 0 | |
configure:10658: result: yes | |
configure:10671: checking for working mktime | |
configure:10873: clang -o conftest -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:10873: $? = 0 | |
configure:10873: ./conftest | |
configure:10873: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TERMCAP_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_ULIMIT_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CHOWN 1 | |
| #define GETPGRP_VOID 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_STRCOLL 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_MKFIFO 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_GETPEERNAME 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_PSELECT 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_TCGETPGRP 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ULIMIT 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_RENAME 1 | |
| #define HAVE_BCOPY 1 | |
| #define HAVE_BZERO 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_FACCESSAT 1 | |
| #define HAVE_FNMATCH 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETSERVBYNAME 1 | |
| #define HAVE_GETSERVENT 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_IMAXDIV 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_PATHCONF 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_RAISE 1 | |
| #define HAVE_RANDOM 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLINEBUF 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SETVBUF 1 | |
| #define HAVE_SIGINTERRUPT 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_TCGETATTR 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_TTYNAME 1 | |
| #define HAVE_TZSET 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISGRAPH 1 | |
| #define HAVE_ISPRINT 1 | |
| #define HAVE_ISSPACE 1 | |
| #define HAVE_ISXDIGIT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_GETPWNAM 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOD 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_DPRINTF 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_DECL_AUDIT_USER_TTY 0 | |
| #define HAVE_DECL_CONFSTR 1 | |
| #define HAVE_DECL_PRINTF 1 | |
| #define HAVE_DECL_SBRK 1 | |
| #define HAVE_DECL_SETREGID 1 | |
| #define HAVE_DECL_STRCPY 1 | |
| #define HAVE_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRTOLD 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOL 1 | |
| #define HAVE_DECL_STRTOLL 1 | |
| #define HAVE_DECL_STRTOUL 1 | |
| #define HAVE_DECL_STRTOULL 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_FPURGE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| /* end confdefs.h. */ | |
| /* Test program from Paul Eggert and Tony Leneis. */ | |
| #ifdef TIME_WITH_SYS_TIME | |
| # include <sys/time.h> | |
| # include <time.h> | |
| #else | |
| # ifdef HAVE_SYS_TIME_H | |
| # include <sys/time.h> | |
| # else | |
| # include <time.h> | |
| # endif | |
| #endif | |
| | |
| #include <limits.h> | |
| #include <stdlib.h> | |
| | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| | |
| #ifndef HAVE_ALARM | |
| # define alarm(X) /* empty */ | |
| #endif | |
| | |
| /* Work around redefinition to rpl_putenv by other config tests. */ | |
| #undef putenv | |
| | |
| static time_t time_t_max; | |
| static time_t time_t_min; | |
| | |
| /* Values we'll use to set the TZ environment variable. */ | |
| static const char *tz_strings[] = { | |
| (const char *) 0, "TZ=GMT0", "TZ=JST-9", | |
| "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" | |
| }; | |
| #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) | |
| | |
| /* Return 0 if mktime fails to convert a date in the spring-forward gap. | |
| Based on a problem report from Andreas Jaeger. */ | |
| static int | |
| spring_forward_gap () | |
| { | |
| /* glibc (up to about 1998-10-07) failed this test. */ | |
| struct tm tm; | |
| | |
| /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0" | |
| instead of "TZ=America/Vancouver" in order to detect the bug even | |
| on systems that don't support the Olson extension, or don't have the | |
| full zoneinfo tables installed. */ | |
| putenv ((char*) "TZ=PST8PDT,M4.1.0,M10.5.0"); | |
| | |
| tm.tm_year = 98; | |
| tm.tm_mon = 3; | |
| tm.tm_mday = 5; | |
| tm.tm_hour = 2; | |
| tm.tm_min = 0; | |
| tm.tm_sec = 0; | |
| tm.tm_isdst = -1; | |
| return mktime (&tm) != (time_t) -1; | |
| } | |
| | |
| static int | |
| mktime_test1 (time_t now) | |
| { | |
| struct tm *lt; | |
| return ! (lt = localtime (&now)) || mktime (lt) == now; | |
| } | |
| | |
| static int | |
| mktime_test (time_t now) | |
| { | |
| return (mktime_test1 (now) | |
| && mktime_test1 ((time_t) (time_t_max - now)) | |
| && mktime_test1 ((time_t) (time_t_min + now))); | |
| } | |
| | |
| static int | |
| irix_6_4_bug () | |
| { | |
| /* Based on code from Ariel Faigon. */ | |
| struct tm tm; | |
| tm.tm_year = 96; | |
| tm.tm_mon = 3; | |
| tm.tm_mday = 0; | |
| tm.tm_hour = 0; | |
| tm.tm_min = 0; | |
| tm.tm_sec = 0; | |
| tm.tm_isdst = -1; | |
| mktime (&tm); | |
| return tm.tm_mon == 2 && tm.tm_mday == 31; | |
| } | |
| | |
| static int | |
| bigtime_test (int j) | |
| { | |
| struct tm tm; | |
| time_t now; | |
| tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j; | |
| now = mktime (&tm); | |
| if (now != (time_t) -1) | |
| { | |
| struct tm *lt = localtime (&now); | |
| if (! (lt | |
| && lt->tm_year == tm.tm_year | |
| && lt->tm_mon == tm.tm_mon | |
| && lt->tm_mday == tm.tm_mday | |
| && lt->tm_hour == tm.tm_hour | |
| && lt->tm_min == tm.tm_min | |
| && lt->tm_sec == tm.tm_sec | |
| && lt->tm_yday == tm.tm_yday | |
| && lt->tm_wday == tm.tm_wday | |
| && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst) | |
| == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst)))) | |
| return 0; | |
| } | |
| return 1; | |
| } | |
| | |
| static int | |
| year_2050_test () | |
| { | |
| /* The correct answer for 2050-02-01 00:00:00 in Pacific time, | |
| ignoring leap seconds. */ | |
| unsigned long int answer = 2527315200UL; | |
| | |
| struct tm tm; | |
| time_t t; | |
| tm.tm_year = 2050 - 1900; | |
| tm.tm_mon = 2 - 1; | |
| tm.tm_mday = 1; | |
| tm.tm_hour = tm.tm_min = tm.tm_sec = 0; | |
| tm.tm_isdst = -1; | |
| | |
| /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0" | |
| instead of "TZ=America/Vancouver" in order to detect the bug even | |
| on systems that don't support the Olson extension, or don't have the | |
| full zoneinfo tables installed. */ | |
| putenv ((char*) "TZ=PST8PDT,M4.1.0,M10.5.0"); | |
| | |
| t = mktime (&tm); | |
| | |
| /* Check that the result is either a failure, or close enough | |
| to the correct answer that we can assume the discrepancy is | |
| due to leap seconds. */ | |
| return (t == (time_t) -1 | |
| || (0 < t && answer - 120 <= t && t <= answer + 120)); | |
| } | |
| | |
| int | |
| main () | |
| { | |
| time_t t, delta; | |
| int i, j; | |
| | |
| /* This test makes some buggy mktime implementations loop. | |
| Give up after 60 seconds; a mktime slower than that | |
| isn't worth using anyway. */ | |
| alarm (60); | |
| | |
| for (;;) | |
| { | |
| t = (time_t_max << 1) + 1; | |
| if (t <= time_t_max) | |
| break; | |
| time_t_max = t; | |
| } | |
| time_t_min = - ((time_t) ~ (time_t) 0 == (time_t) -1) - time_t_max; | |
| | |
| delta = time_t_max / 997; /* a suitable prime number */ | |
| for (i = 0; i < N_STRINGS; i++) | |
| { | |
| if (tz_strings[i]) | |
| putenv ((char*) tz_strings[i]); | |
| | |
| for (t = 0; t <= time_t_max - delta; t += delta) | |
| if (! mktime_test (t)) | |
| return 1; | |
| if (! (mktime_test ((time_t) 1) | |
| && mktime_test ((time_t) (60 * 60)) | |
| && mktime_test ((time_t) (60 * 60 * 24)))) | |
| return 1; | |
| | |
| for (j = 1; ; j <<= 1) | |
| if (! bigtime_test (j)) | |
| return 1; | |
| else if (INT_MAX / 2 < j) | |
| break; | |
| if (! bigtime_test (INT_MAX)) | |
| return 1; | |
| } | |
| return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ()); | |
| } | |
configure:10883: result: no | |
configure:10899: checking for argz.h | |
configure:10899: result: no | |
configure:10899: checking errno.h usability | |
configure:10899: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:10899: $? = 0 | |
configure:10899: result: yes | |
configure:10899: checking errno.h presence | |
configure:10899: clang -E conftest.c | |
configure:10899: $? = 0 | |
configure:10899: result: yes | |
configure:10899: checking for errno.h | |
configure:10899: result: yes | |
configure:10899: checking fcntl.h usability | |
configure:10899: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
configure:10899: $? = 0 | |
configure:10899: result: yes | |
configure:10899: checking fcntl.h presence | |
configure:10899: clang -E conftest.c | |
configure:10899: $? = 0 | |
configure:10899: result: yes | |
configure:10899: checking for fcntl.h | |
configure:10899: result: yes | |
configure:10899: checking for malloc.h | |
configure:10899: result: no | |
configure:10899: checking stdio_ext.h usability | |
configure:10899: clang -c -DSSH_SOURCE_BASHRC conftest.c >&5 | |
conftest.c:287:10: fatal error: 'stdio_ext.h' file not found | |
#include <stdio_ext.h> | |
^~~~~~~~~~~~~ | |
1 error generated. | |
configure:10899: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define READLINE 1 | |
| #define HISTORY 1 | |
| #define BANG_HISTORY 1 | |
| #define _GNU_SOURCE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define PROTOTYPES 1 | |
| #define __PROTOTYPES 1 | |
| #define restrict __restrict | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 0 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_FEOF_UNLOCKED 1 | |
| #define HAVE_GETC_UNLOCKED 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TERMCAP_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_ULIMIT_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_CHOWN 1 | |
| #define GETPGRP_VOID 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_STRCOLL 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_MKFIFO 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_GETHOSTNAME 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_GETPEERNAME 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_KILL 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_PSELECT 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_TCGETPGRP 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ULIMIT 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_RENAME 1 | |
| #define HAVE_BCOPY 1 | |
| #define HAVE_BZERO 1 | |
| #define HAVE_CONFSTR 1 | |
| #define HAVE_FACCESSAT 1 | |
| #define HAVE_FNMATCH 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETHOSTBYNAME 1 | |
| #define HAVE_GETSERVBYNAME 1 | |
| #define HAVE_GETSERVENT 1 | |
| #define HAVE_INET_ATON 1 | |
| #define HAVE_IMAXDIV 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_PATHCONF 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_RAISE 1 | |
| #define HAVE_RANDOM 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLINEBUF 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SETVBUF 1 | |
| #define HAVE_SIGINTERRUPT 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_TCGETATTR 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_TTYNAME 1 | |
| #define HAVE_TZSET 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_VASPRINTF 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISGRAPH 1 | |
| #define HAVE_ISPRINT 1 | |
| #define HAVE_ISSPACE 1 | |
| #define HAVE_ISXDIGIT 1 | |
| #define HAVE_GETPWENT 1 | |
| #define HAVE_GETPWNAM 1 | |
| #define HAVE_GETPWUID 1 | |
| #define HAVE_MKSTEMP 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOD 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOLL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_DPRINTF 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_DECL_AUDIT_USER_TTY 0 | |
| #define HAVE_DECL_CONFSTR 1 | |
| #define HAVE_DECL_PRINTF 1 | |
| #define HAVE_DECL_SBRK 1 | |
| #define HAVE_DECL_SETREGID 1 | |
| #define HAVE_DECL_STRCPY 1 | |
| #define HAVE_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRTOLD 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOL 1 | |
| #define HAVE_DECL_STRTOLL 1 | |
| #define HAVE_DECL_STRTOUL 1 | |
| #define HAVE_DECL_STRTOULL 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_FPURGE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_FCNTL_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 <stdio_ext.h> | |
configure:10899: result: no | |
configure:10899: checking stdio_ext.h presence | |
configure:10899: clang -E conftest.c | |
conftest.c:254:10: fatal error: 'stdio_ext.h' file not found | |
#include <stdio_ext.h> | |
^~~~~~~~~~~~~ | |
1 error generated. | |
configure:10899: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "bash" | |
| #define PACKAGE_TARNAME "bash" | |
| #define PACKAGE_VERSION "5.0-release" | |
| #define PACKAGE_STRING "bash 5.0-release" | |
| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | |
| #define PACKAGE_URL "" | |
| #define ALIAS 1 | |
| #define PUSHD_AND_POPD 1 | |
| #define RESTRICTED_SHELL 1 | |
| #define PROCESS_SUBSTITUTION 1 | |
| #define PROMPT_STRING_DECODE 1 | |
| #define SELECT_COMMAND 1 | |
| #define HELP_BUILTIN 1 | |
| #define ARRAY_VARS 1 | |
| #define DPAREN_ARITHMETIC 1 | |
| #define BRACE_EXPANSION 1 | |
| #define COMMAND_TIMING 1 | |
| #define EXTENDED_GLOB 1 | |
| #define EXTGLOB_DEFAULT 0 | |
| #define COND_COMMAND 1 | |
| #define COND_REGEXP 1 | |
| #define COPROCESS_SUPPORT 1 | |
| #define ARITH_FOR_COMMAND 1 | |
| #define NETWORK_REDIRECTIONS 1 | |
| #define PROGRAMMABLE_COMPLETION 1 | |
| #define DEBUGGER 1 | |
| #define CASEMOD_ATTRS 1 | |
| #define CASEMOD_EXPANSIONS 1 | |
| #define GLOBASCII_DEFAULT 1 | |
| #define FUNCTION_IMPORT 1 | |
| #define MEMSCRAMBLE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment