Created
July 20, 2017 00:20
-
-
Save caleb531/016ab52cbf99ce0f8e6be397b517f130 to your computer and use it in GitHub Desktop.
grep on macOS 10.12.5 - Homebrew build logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for grep on macOS 10.12.5 | |
Build date: 2017-07-19 17:10:37 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 1.2.4-85-gf2c2964 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: f2c2964cf78368b45ff9357d09c5ebe79c48104b | |
Last commit: 17 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: c979a4ae68cbc88a98765fa4bd239e5fe0b5794f | |
Core tap last commit: 6 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local/Homebrew | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit haswell | |
Homebrew Ruby: 2.0.0-p648 | |
Clang: 8.1 build 802 | |
Git: 2.13.2 => /usr/local/bin/git | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/local/opt/ruby/bin/ruby => /usr/local/Cellar/ruby/2.4.1_1/bin/ruby | |
Java: 1.8.0_25 | |
macOS: 10.12.5-x86_64 | |
Xcode: N/A | |
CLT: 8.3.2.0.1.1492020469 | |
X11: N/A |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: Putting non-prefixed coreutils in your path can cause gmp builds to fail. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grep --with-default-names |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-07-19 17:09:20 -0700 | |
./configure | |
--disable-dependency-tracking | |
--disable-nls | |
--prefix=/usr/local/Cellar/grep/3.1 | |
--infodir=/usr/local/Cellar/grep/3.1/share/info | |
--mandir=/usr/local/Cellar/grep/3.1/share/man | |
--with-packager=Homebrew | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether make supports nested variables... (cached) yes | |
checking build system type... x86_64-apple-darwin16.6.0 | |
checking host system type... x86_64-apple-darwin16.6.0 | |
checking for gawk... (cached) awk | |
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 the compiler supports GNU C... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to enable C11 features... none needed | |
checking whether make supports the include directive... yes (GNU style) | |
checking dependency style of clang... none | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking whether _XOPEN_SOURCE should be defined... no | |
checking how to run the C preprocessor... clang -E | |
checking for grep that handles long lines and -e... fn_grep | |
checking for egrep... (cached) fn_grep | |
checking for Minix Amsterdam compiler... no | |
checking for ar... ar | |
checking for ranlib... ranlib | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for ranlib... (cached) ranlib | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for size_t... yes | |
checking for an ANSI C-conforming const... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking whether <wchar.h> uses 'inline' correctly... yes | |
checking for btowc... yes | |
checking for _set_invalid_parameter_handler... no | |
checking for fchdir... yes | |
checking for fdopendir... yes | |
checking for strerror_r... yes | |
checking for fcntl... yes | |
checking for symlink... yes | |
checking for mempcpy... no | |
checking for isblank... yes | |
checking for iswctype... yes | |
checking for mbsrtowcs... yes | |
checking for wmemchr... yes | |
checking for wmemcpy... yes | |
checking for wmempcpy... no | |
checking for fstatat... yes | |
checking for openat... yes | |
checking for fstatfs... yes | |
checking for getdtablesize... yes | |
checking for getprogname... yes | |
checking for getexecname... no | |
checking for iswcntrl... yes | |
checking for iswblank... yes | |
checking for lstat... yes | |
checking for mbsinit... yes | |
checking for mbrtowc... yes | |
checking for mbrlen... yes | |
checking for mbslen... no | |
checking for mprotect... yes | |
checking for nl_langinfo... yes | |
checking for strdup... yes | |
checking for strtoimax... yes | |
checking for strtoumax... yes | |
checking for pipe... yes | |
checking for wcrtomb... yes | |
checking for wctob... yes | |
checking for wcwidth... yes | |
checking for newlocale... yes | |
checking for setenv... yes | |
checking for snprintf... yes | |
checking for vasnprintf... no | |
checking for isascii... yes | |
checking for setlocale... yes | |
checking for nl_langinfo and CODESET... yes | |
checking for a traditional french locale... fr_FR.ISO8859-1 | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... yes | |
checking for sys/socket.h... yes | |
checking for dirent.h... yes | |
checking for wctype.h... yes | |
checking for stdio_ext.h... no | |
checking for sys/stat.h... (cached) yes | |
checking for sys/vfs.h... no | |
checking for getopt.h... yes | |
checking for sys/cdefs.h... yes | |
checking for iconv.h... yes | |
checking for limits.h... yes | |
checking for wchar.h... yes | |
checking for stdint.h... (cached) yes | |
checking for inttypes.h... (cached) yes | |
checking for crtdefs.h... no | |
checking for langinfo.h... yes | |
checking for xlocale.h... yes | |
checking for sys/mman.h... yes | |
checking for malloc.h... no | |
checking for sys/time.h... yes | |
checking for features.h... no | |
checking whether the preprocessor supports include_next... yes | |
checking whether system header files limit the line length... no | |
checking how clang reports undeclared, standard C functions... warning | |
checking whether // is distinct from /... no | |
checking for complete errno.h... yes | |
checking whether strerror_r is declared... yes | |
checking whether strerror_r returns char *... no | |
checking whether fchdir is declared... yes | |
checking for working fcntl.h... no (bad O_NOATIME) | |
checking for pid_t... yes | |
checking for mode_t... yes | |
checking for promoted mode_t type... int | |
checking for mbstate_t... yes | |
checking whether stat file-mode macros are broken... no | |
checking for nlink_t... yes | |
checking whether fchmodat is declared without a macro... yes | |
checking whether fstat is declared without a macro... yes | |
checking whether fstatat is declared without a macro... yes | |
checking whether futimens is declared without a macro... no | |
checking whether lchmod is declared without a macro... yes | |
checking whether lstat is declared without a macro... yes | |
checking whether mkdirat is declared without a macro... yes | |
checking whether mkfifo is declared without a macro... yes | |
checking whether mkfifoat is declared without a macro... no | |
checking whether mknod is declared without a macro... yes | |
checking whether mknodat is declared without a macro... no | |
checking whether stat is declared without a macro... yes | |
checking whether utimensat is declared without a macro... no | |
checking whether lstat correctly handles trailing slash... no | |
checking whether getcwd (NULL, 0) allocates memory for result... yes | |
checking for getcwd with POSIX signature... yes | |
checking whether getdtablesize is declared... yes | |
checking for getopt.h... (cached) yes | |
checking for getopt_long_only... yes | |
checking whether getopt is POSIX compatible... no | |
checking for ld used by clang... /Library/Developer/CommandLineTools/usr/bin/ld | |
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no | |
checking for shared library run path origin... done | |
checking for the common suffixes of directories in the library search path... lib,lib | |
checking for iconv... yes | |
checking for working 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 inline... inline | |
checking whether limits.h has ULLONG_WIDTH etc.... no | |
checking for wint_t... yes | |
checking whether wint_t is too small... no | |
checking for unsigned long long int... yes | |
checking for long long int... yes | |
checking whether stdint.h conforms to C99... no | |
checking for sys/inttypes.h... no | |
checking for sys/bitypes.h... no | |
checking for bit size of ptrdiff_t... 64 | |
checking for bit size of size_t... 64 | |
checking for bit size of sig_atomic_t... 32 | |
checking for bit size of wchar_t... 32 | |
checking for bit size of wint_t... 32 | |
checking whether sig_atomic_t is signed... yes | |
checking whether wchar_t is signed... yes | |
checking whether wint_t is signed... yes | |
checking for ptrdiff_t integer literal suffix... l | |
checking for size_t integer literal suffix... ul | |
checking for sig_atomic_t integer literal suffix... | |
checking for wchar_t integer literal suffix... | |
checking for wint_t integer literal suffix... | |
checking whether imaxabs is declared without a macro... yes | |
checking whether imaxdiv is declared without a macro... yes | |
checking whether strtoimax is declared without a macro... yes | |
checking whether strtoumax is declared without a macro... yes | |
checking for inttypes.h... (cached) yes | |
checking whether the inttypes.h PRIxNN macros are broken... no | |
checking whether iswcntrl works... yes | |
checking for towlower... yes | |
checking for wctype_t... yes | |
checking for wctrans_t... yes | |
checking whether wctype is declared without a macro... yes | |
checking whether iswctype is declared without a macro... yes | |
checking whether wctrans is declared without a macro... yes | |
checking whether towctrans is declared without a macro... yes | |
checking whether getc_unlocked is declared... yes | |
checking whether we are using the GNU C Library >= 2.1 or uClibc... no | |
checking for wchar_t... yes | |
checking for max_align_t... yes | |
checking whether NULL can be used in arbitrary expressions... yes | |
checking whether imported symbols can be declared weak... no | |
checking for pthread.h... yes | |
checking for pthread_kill in -lpthread... yes | |
checking for multithread API to use... posix | |
checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/super/sed | |
checking whether malloc, realloc, calloc are POSIX compliant... yes | |
checking for stdlib.h... yes | |
checking for GNU libc compatible malloc... yes | |
checking for a traditional japanese locale... ja_JP.eucJP | |
checking for a transitional chinese locale... zh_CN.GB18030 | |
checking for a french Unicode locale... fr_FR.UTF-8 | |
checking whether mbrtowc handles incomplete characters... yes | |
checking whether mbrtowc works as well as mbtowc... yes | |
checking whether mbrtowc handles a NULL pwc argument... yes | |
checking whether mbrtowc handles a NULL string argument... yes | |
checking whether mbrtowc has a correct return value... yes | |
checking whether mbrtowc returns 0 when parsing a NUL character... yes | |
checking whether mbrtowc works on empty input... (cached) assume yes | |
checking whether the C locale is free of encoding errors... yes | |
checking for mmap... yes | |
checking for MAP_ANONYMOUS... yes | |
checking whether memchr works... yes | |
checking for C/C++ restrict keyword... __restrict | |
checking whether memrchr is declared... no | |
checking whether <limits.h> defines MIN and MAX... no | |
checking whether <sys/param.h> defines MIN and MAX... yes | |
checking whether alarm is declared... yes | |
checking for ssize_t... yes | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking whether strdup is declared... yes | |
checking whether strerror(0) succeeds... no | |
checking whether ffsl is declared without a macro... yes | |
checking whether ffsll is declared without a macro... yes | |
checking whether memmem is declared without a macro... yes | |
checking whether mempcpy is declared without a macro... no | |
checking whether memrchr is declared without a macro... no | |
checking whether rawmemchr is declared without a macro... no | |
checking whether stpcpy is declared without a macro... yes | |
checking whether stpncpy is declared without a macro... yes | |
checking whether strchrnul is declared without a macro... no | |
checking whether strdup is declared without a macro... yes | |
checking whether strncat is declared without a macro... yes | |
checking whether strndup is declared without a macro... yes | |
checking whether strnlen is declared without a macro... yes | |
checking whether strpbrk is declared without a macro... yes | |
checking whether strsep is declared without a macro... yes | |
checking whether strcasestr is declared without a macro... yes | |
checking whether strtok_r is declared without a macro... yes | |
checking whether strerror_r is declared without a macro... yes | |
checking whether strsignal is declared without a macro... yes | |
checking whether strverscmp is declared without a macro... no | |
checking whether strnlen is declared... (cached) yes | |
checking whether strstr works... yes | |
checking whether strtoimax is declared... (cached) yes | |
checking whether strtoumax is declared... (cached) yes | |
checking for struct timespec in <time.h>... yes | |
checking whether clearerr_unlocked is declared... yes | |
checking whether feof_unlocked is declared... yes | |
checking whether ferror_unlocked is declared... yes | |
checking whether fflush_unlocked is declared... no | |
checking whether fgets_unlocked is declared... no | |
checking whether fputc_unlocked is declared... no | |
checking whether fputs_unlocked is declared... no | |
checking whether fread_unlocked is declared... no | |
checking whether fwrite_unlocked is declared... no | |
checking whether getchar_unlocked is declared... yes | |
checking whether putc_unlocked is declared... yes | |
checking whether putchar_unlocked is declared... yes | |
checking if environ is properly declared... no | |
checking for off_t... yes | |
checking for LC_MESSAGES... yes | |
checking for CFPreferencesCopyAppValue... yes | |
checking for CFLocaleCopyCurrent... yes | |
checking whether setenv is declared... yes | |
checking for search.h... yes | |
checking for tsearch... yes | |
checking whether snprintf returns a byte count as in C99... yes | |
checking whether snprintf is declared... yes | |
checking whether unsetenv is declared... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for intmax_t... yes | |
checking where to find the exponent in a 'double'... word 1 bit 20 | |
checking for snprintf... (cached) yes | |
checking for strnlen... yes | |
checking for wcslen... yes | |
checking for wcsnlen... yes | |
checking for mbrtowc... (cached) yes | |
checking for wcrtomb... (cached) yes | |
checking whether _snprintf is declared... no | |
checking for alloca as a compiler built-in... yes | |
checking whether to enable assertions... yes | |
checking whether btowc(0) is correct... yes | |
checking whether btowc(EOF) is correct... yes | |
checking for __builtin_expect... yes | |
checking whether this system has an arbitrary file name length limit... yes | |
checking for closedir... yes | |
checking whether isblank is declared without a macro... yes | |
checking for d_ino member in directory struct... yes | |
checking for d_type member in directory struct... yes | |
checking whether alphasort is declared without a macro... yes | |
checking whether closedir is declared without a macro... yes | |
checking whether dirfd is declared without a macro... yes | |
checking whether fdopendir is declared without a macro... yes | |
checking whether opendir is declared without a macro... yes | |
checking whether readdir is declared without a macro... yes | |
checking whether rewinddir is declared without a macro... yes | |
checking whether scandir is declared without a macro... yes | |
checking for dirfd... yes | |
checking whether dirfd is declared... (cached) yes | |
checking whether dirfd is a macro... no | |
checking whether // is distinct from /... (cached) no | |
checking whether dup works... yes | |
checking whether dup2 works... yes | |
checking for error_at_line... no | |
checking whether fcntl handles F_DUPFD correctly... yes | |
checking whether fcntl understands F_DUPFD_CLOEXEC... yes | |
checking whether fcntl is declared without a macro... yes | |
checking whether openat is declared without a macro... yes | |
checking whether fdopendir is declared... (cached) yes | |
checking whether fdopendir works... yes | |
checking for flexible array member... yes | |
checking for working POSIX fnmatch... no | |
checking whether isblank is declared... (cached) yes | |
checking for __fpending... no | |
checking whether fstatat (..., 0) works... yes | |
checking for struct statfs.f_type... no | |
checking whether getdtablesize works... yes | |
checking for getpagesize... yes | |
checking whether getpagesize is declared... yes | |
checking whether program_invocation_name is declared... no | |
checking whether program_invocation_short_name is declared... no | |
checking whether __argv is declared... no | |
checking whether __progname is defined in default libraries... yes | |
checking whether the compiler generally respects inline... yes | |
checking whether INT32_MAX < INTMAX_MAX... yes | |
checking whether INT64_MAX == LONG_MAX... yes | |
checking whether UINT32_MAX < UINTMAX_MAX... yes | |
checking whether UINT64_MAX == ULONG_MAX... yes | |
checking whether iswblank is declared... yes | |
checking whether langinfo.h defines CODESET... yes | |
checking whether langinfo.h defines T_FMT_AMPM... yes | |
checking whether langinfo.h defines ERA... yes | |
checking whether langinfo.h defines YESEXPR... yes | |
checking whether nl_langinfo is declared without a macro... yes | |
checking whether locale.h conforms to POSIX:2001... yes | |
checking whether locale.h defines locale_t... no | |
checking whether struct lconv is properly defined... yes | |
checking whether setlocale is declared without a macro... yes | |
checking whether duplocale is declared without a macro... yes | |
checking for pthread_rwlock_t... yes | |
checking whether pthread_rwlock_rdlock prefers a writer to a reader... yes | |
checking whether lseek detects pipes... yes | |
checking for stdlib.h... (cached) yes | |
checking for GNU libc compatible malloc... (cached) yes | |
checking whether mbrtowc handles incomplete characters... (cached) yes | |
checking whether mbrtowc works as well as mbtowc... (cached) yes | |
checking whether mbrtowc handles a NULL pwc argument... (cached) yes | |
checking whether mbrtowc handles a NULL string argument... (cached) yes | |
checking whether mbrtowc has a correct return value... (cached) yes | |
checking whether mbrtowc returns 0 when parsing a NUL character... (cached) yes | |
checking whether mbrtowc works on empty input... (cached) assume yes | |
checking whether the C locale is free of encoding errors... (cached) yes | |
checking whether mbrtowc handles incomplete characters... (cached) yes | |
checking whether mbrtowc works as well as mbtowc... (cached) yes | |
checking whether mbrtowc handles incomplete characters... (cached) yes | |
checking whether mbrtowc works as well as mbtowc... (cached) yes | |
checking whether mbsrtowcs works... yes | |
checking for mempcpy... (cached) no | |
checking for memrchr... no | |
checking whether YESEXPR works... yes | |
checking for obstacks that work with any size object... no | |
checking whether open recognizes a trailing slash... no | |
checking for opendir... yes | |
checking for perl5.005 or newer... yes | |
checking for readdir... yes | |
checking for stdlib.h... (cached) yes | |
checking for GNU libc compatible realloc... yes | |
checking for working re_compile_pattern... no | |
checking for libintl.h... no | |
checking whether isblank is declared... (cached) yes | |
checking for ssize_t... (cached) yes | |
checking whether stat handles trailing slashes on files... no | |
checking for working stdalign.h... yes | |
checking for va_copy... yes | |
checking for max_align_t... (cached) yes | |
checking whether NULL can be used in arbitrary expressions... (cached) yes | |
checking which flavor of printf attribute matches inttypes macros... system | |
checking whether dprintf is declared without a macro... yes | |
checking whether fpurge is declared without a macro... yes | |
checking whether fseeko is declared without a macro... yes | |
checking whether ftello is declared without a macro... yes | |
checking whether getdelim is declared without a macro... yes | |
checking whether getline is declared without a macro... yes | |
checking whether gets is declared without a macro... yes | |
checking whether pclose is declared without a macro... yes | |
checking whether popen is declared without a macro... yes | |
checking whether renameat is declared without a macro... yes | |
checking whether snprintf is declared without a macro... yes | |
checking whether tmpfile is declared without a macro... yes | |
checking whether vdprintf is declared without a macro... yes | |
checking whether vsnprintf is declared without a macro... yes | |
checking whether _Exit is declared without a macro... yes | |
checking whether atoll is declared without a macro... yes | |
checking whether canonicalize_file_name is declared without a macro... no | |
checking whether getloadavg is declared without a macro... yes | |
checking whether getsubopt is declared without a macro... yes | |
checking whether grantpt is declared without a macro... yes | |
checking whether initstate is declared without a macro... yes | |
checking whether initstate_r is declared without a macro... no | |
checking whether mkdtemp is declared without a macro... no | |
checking whether mkostemp is declared without a macro... no | |
checking whether mkostemps is declared without a macro... no | |
checking whether mkstemp is declared without a macro... yes | |
checking whether mkstemps is declared without a macro... no | |
checking whether posix_openpt is declared without a macro... yes | |
checking whether ptsname is declared without a macro... yes | |
checking whether ptsname_r is declared without a macro... no | |
checking whether qsort_r is declared without a macro... yes | |
checking whether random is declared without a macro... yes | |
checking whether random_r is declared without a macro... no | |
checking whether realpath is declared without a macro... yes | |
checking whether rpmatch is declared without a macro... no | |
checking whether secure_getenv is declared without a macro... no | |
checking whether setenv is declared without a macro... yes | |
checking whether setstate is declared without a macro... yes | |
checking whether setstate_r is declared without a macro... no | |
checking whether srandom is declared without a macro... yes | |
checking whether srandom_r is declared without a macro... no | |
checking whether strtod is declared without a macro... yes | |
checking whether strtoll is declared without a macro... yes | |
checking whether strtoull is declared without a macro... yes | |
checking whether unlockpt is declared without a macro... yes | |
checking whether unsetenv is declared without a macro... yes | |
checking for stpcpy... yes | |
checking for working strnlen... yes | |
checking whether strstr works in linear time... no | |
checking whether strstr works... (cached) yes | |
checking whether strtoimax works... yes | |
checking for strtoll... yes | |
checking for strtoull... yes | |
checking for nlink_t... (cached) yes | |
checking whether fchmodat is declared without a macro... (cached) yes | |
checking whether fstat is declared without a macro... (cached) yes | |
checking whether fstatat is declared without a macro... (cached) yes | |
checking whether futimens is declared without a macro... (cached) no | |
checking whether lchmod is declared without a macro... (cached) yes | |
checking whether lstat is declared without a macro... (cached) yes | |
checking whether mkdirat is declared without a macro... (cached) yes | |
checking whether mkfifo is declared without a macro... (cached) yes | |
checking whether mkfifoat is declared without a macro... (cached) no | |
checking whether mknod is declared without a macro... (cached) yes | |
checking whether mknodat is declared without a macro... (cached) no | |
checking whether stat is declared without a macro... (cached) yes | |
checking whether utimensat is declared without a macro... (cached) no | |
checking whether chdir is declared without a macro... yes | |
checking whether chown is declared without a macro... yes | |
checking whether dup is declared without a macro... yes | |
checking whether dup2 is declared without a macro... yes | |
checking whether dup3 is declared without a macro... no | |
checking whether environ is declared without a macro... no | |
checking whether euidaccess is declared without a macro... no | |
checking whether faccessat is declared without a macro... yes | |
checking whether fchdir is declared without a macro... yes | |
checking whether fchownat is declared without a macro... yes | |
checking whether fdatasync is declared without a macro... no | |
checking whether fsync is declared without a macro... yes | |
checking whether ftruncate is declared without a macro... yes | |
checking whether getcwd is declared without a macro... yes | |
checking whether getdomainname is declared without a macro... yes | |
checking whether getdtablesize is declared without a macro... yes | |
checking whether getgroups is declared without a macro... yes | |
checking whether gethostname is declared without a macro... yes | |
checking whether getlogin is declared without a macro... yes | |
checking whether getlogin_r is declared without a macro... yes | |
checking whether getpagesize is declared without a macro... yes | |
checking whether getusershell is declared without a macro... yes | |
checking whether setusershell is declared without a macro... yes | |
checking whether endusershell is declared without a macro... yes | |
checking whether group_member is declared without a macro... no | |
checking whether isatty is declared without a macro... yes | |
checking whether lchown is declared without a macro... yes | |
checking whether link is declared without a macro... yes | |
checking whether linkat is declared without a macro... yes | |
checking whether lseek is declared without a macro... yes | |
checking whether pipe is declared without a macro... yes | |
checking whether pipe2 is declared without a macro... no | |
checking whether pread is declared without a macro... yes | |
checking whether pwrite is declared without a macro... yes | |
checking whether readlink is declared without a macro... yes | |
checking whether readlinkat is declared without a macro... yes | |
checking whether rmdir is declared without a macro... yes | |
checking whether sethostname is declared without a macro... yes | |
checking whether sleep is declared without a macro... yes | |
checking whether symlink is declared without a macro... yes | |
checking whether symlinkat is declared without a macro... yes | |
checking whether truncate is declared without a macro... yes | |
checking whether ttyname_r is declared without a macro... yes | |
checking whether unlink is declared without a macro... yes | |
checking whether unlinkat is declared without a macro... yes | |
checking whether usleep is declared without a macro... yes | |
checking whether btowc is declared without a macro... yes | |
checking whether wctob is declared without a macro... yes | |
checking whether mbsinit is declared without a macro... yes | |
checking whether mbrtowc is declared without a macro... yes | |
checking whether mbrlen is declared without a macro... yes | |
checking whether mbsrtowcs is declared without a macro... yes | |
checking whether mbsnrtowcs is declared without a macro... yes | |
checking whether wcrtomb is declared without a macro... yes | |
checking whether wcsrtombs is declared without a macro... yes | |
checking whether wcsnrtombs is declared without a macro... yes | |
checking whether wcwidth is declared without a macro... yes | |
checking whether wmemchr is declared without a macro... yes | |
checking whether wmemcmp is declared without a macro... yes | |
checking whether wmemcpy is declared without a macro... yes | |
checking whether wmemmove is declared without a macro... yes | |
checking whether wmemset is declared without a macro... yes | |
checking whether wcslen is declared without a macro... yes | |
checking whether wcsnlen is declared without a macro... yes | |
checking whether wcscpy is declared without a macro... yes | |
checking whether wcpcpy is declared without a macro... yes | |
checking whether wcsncpy is declared without a macro... yes | |
checking whether wcpncpy is declared without a macro... yes | |
checking whether wcscat is declared without a macro... yes | |
checking whether wcsncat is declared without a macro... yes | |
checking whether wcscmp is declared without a macro... yes | |
checking whether wcsncmp is declared without a macro... yes | |
checking whether wcscasecmp is declared without a macro... yes | |
checking whether wcsncasecmp is declared without a macro... yes | |
checking whether wcscoll is declared without a macro... yes | |
checking whether wcsxfrm is declared without a macro... yes | |
checking whether wcsdup is declared without a macro... yes | |
checking whether wcschr is declared without a macro... yes | |
checking whether wcsrchr is declared without a macro... yes | |
checking whether wcscspn is declared without a macro... yes | |
checking whether wcsspn is declared without a macro... yes | |
checking whether wcspbrk is declared without a macro... yes | |
checking whether wcsstr is declared without a macro... yes | |
checking whether wcstok is declared without a macro... yes | |
checking whether wcswidth is declared without a macro... yes | |
checking whether wcsftime is declared without a macro... yes | |
checking whether mbrtowc handles incomplete characters... (cached) yes | |
checking whether mbrtowc works as well as mbtowc... (cached) yes | |
checking whether wcrtomb return value is correct... yes | |
checking whether wctob works... yes | |
checking whether wctob is declared... (cached) yes | |
checking whether iswcntrl works... (cached) yes | |
checking for towlower... (cached) yes | |
checking for wctype_t... (cached) yes | |
checking for wctrans_t... (cached) yes | |
checking whether wctype is declared without a macro... (cached) yes | |
checking whether iswctype is declared without a macro... (cached) yes | |
checking whether wctrans is declared without a macro... (cached) yes | |
checking whether towctrans is declared without a macro... (cached) yes | |
checking whether wcwidth is declared... (cached) yes | |
checking whether wcwidth works reasonably in UTF-8 locales... no | |
checking for a traditional french locale... (cached) fr_FR.ISO8859-1 | |
checking for a french Unicode locale... (cached) fr_FR.UTF-8 | |
checking for a traditional french locale... (cached) fr_FR.ISO8859-1 | |
checking for a turkish Unicode locale... none | |
checking whether fdopen sets errno... yes | |
checking whether conversion from 'int' to 'long double' works... yes | |
checking for setlocale... (cached) yes | |
checking for uselocale... yes | |
checking for getlocalename_l... no | |
checking for a turkish Unicode locale... (cached) none | |
checking for a french Unicode locale... (cached) fr_FR.UTF-8 | |
checking for a traditional french locale... (cached) fr_FR.ISO8859-1 | |
checking for a french Unicode locale... (cached) fr_FR.UTF-8 | |
checking for a traditional japanese locale... (cached) ja_JP.eucJP | |
checking for a transitional chinese locale... (cached) zh_CN.GB18030 | |
checking for a french Unicode locale... (cached) fr_FR.UTF-8 | |
checking for a transitional chinese locale... (cached) zh_CN.GB18030 | |
checking for mmap... (cached) yes | |
checking for MAP_ANONYMOUS... yes | |
checking for mmap... (cached) yes | |
checking for MAP_ANONYMOUS... yes | |
checking for mmap... (cached) yes | |
checking for MAP_ANONYMOUS... yes | |
checking for a traditional french locale... (cached) fr_FR.ISO8859-1 | |
checking for a french Unicode locale... (cached) fr_FR.UTF-8 | |
checking for putenv compatible with GNU and SVID... no | |
checking whether _putenv is declared... no | |
checking for mmap... (cached) yes | |
checking for MAP_ANONYMOUS... yes | |
checking whether setenv validates arguments... yes | |
checking for a traditional french locale... (cached) fr_FR.ISO8859-1 | |
checking for a french Unicode locale... (cached) fr_FR.UTF-8 | |
checking for a traditional japanese locale... (cached) ja_JP.eucJP | |
checking for a transitional chinese locale... (cached) zh_CN.GB18030 | |
checking for stdint.h... (cached) yes | |
checking for SIZE_MAX... yes | |
checking for snprintf... (cached) yes | |
checking whether snprintf respects a size of 1... yes | |
checking whether printf supports POSIX/XSI format strings with positions... yes | |
checking for mmap... (cached) yes | |
checking for MAP_ANONYMOUS... yes | |
checking for mmap... (cached) yes | |
checking for MAP_ANONYMOUS... yes | |
checking whether symlink handles trailing slash correctly... no | |
checking for unsetenv... yes | |
checking for unsetenv() return type... int | |
checking whether unsetenv obeys POSIX... yes | |
checking for ptrdiff_t... yes | |
checking for a traditional french locale... (cached) fr_FR.ISO8859-1 | |
checking for a french Unicode locale... (cached) fr_FR.UTF-8 | |
checking for a traditional japanese locale... (cached) ja_JP.eucJP | |
checking for a transitional chinese locale... (cached) zh_CN.GB18030 | |
checking for stdint.h... (cached) yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking whether closedir returns void... no | |
checking whether NLS is requested... no | |
checking for msgfmt... no | |
checking for gmsgfmt... : | |
checking for xgettext... no | |
checking for msgmerge... no | |
checking for CFPreferencesCopyAppValue... (cached) yes | |
checking for CFLocaleCopyCurrent... (cached) yes | |
checking whether to use NLS... no | |
checking for PCRE... yes | |
checking for pcre_compile... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating lib/Makefile | |
config.status: creating src/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating po/Makefile.in | |
config.status: creating doc/Makefile | |
config.status: creating gnulib-tests/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing po-directories commands | |
config.status: creating po/POTFILES | |
config.status: creating po/Makefile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: --version | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -version | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest1.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest1.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -Iconftestd1b -Iconftestd2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Iconftestd1b -Iconftestd2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -print-prog-name=ld | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -liconv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -liconv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lpthread | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c -lpthread | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/Cellar/pcre/8.41/include conftest.c -L/usr/local/Cellar/pcre/8.41/lib -lpcre | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/Cellar/pcre/8.41/include conftest.c -L/usr/local/Cellar/pcre/8.41/lib -lpcre -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-07-19 17:10:29 -0700 | |
make | |
make all-recursive | |
Making all in po | |
make[2]: Nothing to be done for `all'. | |
Making all in lib | |
GEN alloca.h | |
GEN configmake.h | |
GEN ctype.h | |
GEN dirent.h | |
GEN fcntl.h | |
GEN fnmatch.h | |
GEN getopt.h | |
GEN getopt-cdefs.h | |
GEN iconv.h | |
GEN inttypes.h | |
GEN langinfo.h | |
GEN limits.h | |
GEN locale.h | |
GEN stdint.h | |
GEN stdio.h | |
GEN stdlib.h | |
GEN string.h | |
GEN time.h | |
GEN sys/stat.h | |
GEN sys/types.h | |
GEN unistd.h | |
GEN unistr.h | |
GEN unitypes.h | |
GEN uniwidth.h | |
GEN wchar.h | |
GEN wctype.h | |
make all-am | |
CC argmatch.o | |
CC binary-io.o | |
CC bitrotate.o | |
CC c-ctype.o | |
CC c-strcasecmp.o | |
CC c-strncasecmp.o | |
CC cloexec.o | |
CC close-stream.o | |
CC closeout.o | |
CC cycle-check.o | |
CC dfa.o | |
CC localeinfo.o | |
CC opendir-safer.o | |
CC dirname-lgpl.o | |
CC basename-lgpl.o | |
CC stripslash.o | |
CC exclude.o | |
CC exitfail.o | |
CC creat-safer.o | |
CC open-safer.o | |
CC fd-hook.o | |
CC filenamecat-lgpl.o | |
CC getprogname.o | |
CC hard-locale.o | |
CC hash.o | |
CC i-ring.o | |
CC localcharset.o | |
CC malloca.o | |
CC mbchar.o | |
CC mbiter.o | |
CC mbscasecmp.o | |
CC mbslen.o | |
CC mbsstr.o | |
CC mbuiter.o | |
CC memchr2.o | |
CC openat-die.o | |
CC openat-safer.o | |
CC propername.o | |
CC quotearg.o | |
CC safe-read.o | |
CC save-cwd.o | |
CC striconv.o | |
CC strnlen1.o | |
CC glthread/threadlib.o | |
CC trim.o | |
CC unistd.o | |
CC dup-safer.o | |
CC fd-safer.o | |
CC pipe-safer.o | |
CC version-etc.o | |
CC version-etc-fsf.o | |
CC wctype-h.o | |
CC xmalloc.o | |
CC xalloc-die.o | |
CC xbinary-io.o | |
CC xstriconv.o | |
CC xstrtoimax.o | |
CC xstrtol.o | |
CC xstrtoul.o | |
CC xstrtol-error.o | |
CC chdir-long.o | |
CC error.o | |
CC fnmatch.o | |
CC fpending.o | |
CC fstatat.o | |
CC fts.o | |
CC getopt.o | |
CC getopt1.o | |
CC lstat.o | |
CC mempcpy.o | |
CC memrchr.o | |
CC obstack.o | |
CC open.o | |
CC openat.o | |
CC openat-proc.o | |
CC regex.o | |
CC stat.o | |
CC stat-w32.o | |
CC strerror.o | |
CC strerror-override.o | |
CC strstr.o | |
CC wcwidth.o | |
GEN charset.alias | |
GEN ref-add.sed | |
GEN ref-del.sed | |
CC glthread/lock.o | |
CC unistr/u8-mbtoucr.o | |
CC unistr/u8-uctomb.o | |
CC unistr/u8-uctomb-aux.o | |
CC uniwidth/width.o | |
CC colorize.o | |
AR libgreputils.a | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(binary-io.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(bitrotate.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(c-ctype.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(fd-hook.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(getprogname.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(mbiter.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(mbuiter.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(threadlib.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(unistd.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(u8-uctomb.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(wctype-h.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(xbinary-io.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(stat-w32.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(binary-io.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(bitrotate.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(c-ctype.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(fd-hook.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(getprogname.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(mbiter.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(mbuiter.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(threadlib.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(unistd.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(u8-uctomb.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(wctype-h.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(xbinary-io.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgreputils.a(stat-w32.o) has no symbols | |
Making all in doc | |
GEN egrep.1 | |
GEN grep.1 | |
GEN fgrep.1 | |
Making all in src | |
CC dfasearch.o | |
CC grep.o | |
CC kwsearch.o | |
CC kwset.o | |
CC pcresearch.o | |
CC searchutils.o | |
GEN egrep | |
GEN fgrep | |
CCLD grep | |
Making all in tests | |
make[2]: Nothing to be done for `all'. | |
Making all in gnulib-tests | |
make all-recursive | |
Making all in . | |
make[4]: Nothing to be done for `all-am'. | |
make[2]: Nothing to be done for `all-am'. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o c-ctype.o c-ctype.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o c-ctype.o c-ctype.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o argmatch.o argmatch.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o argmatch.o argmatch.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o binary-io.o binary-io.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o binary-io.o binary-io.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o bitrotate.o bitrotate.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o bitrotate.o bitrotate.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o c-strcasecmp.o c-strcasecmp.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o c-strcasecmp.o c-strcasecmp.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o c-strncasecmp.o c-strncasecmp.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o c-strncasecmp.o c-strncasecmp.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o cloexec.o cloexec.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o cloexec.o cloexec.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o close-stream.o close-stream.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o close-stream.o close-stream.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o closeout.o closeout.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o closeout.o closeout.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o cycle-check.o cycle-check.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o cycle-check.o cycle-check.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o dfa.o dfa.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o dfa.o dfa.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o localeinfo.o localeinfo.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o localeinfo.o localeinfo.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o opendir-safer.o opendir-safer.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o opendir-safer.o opendir-safer.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o dirname-lgpl.o dirname-lgpl.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o dirname-lgpl.o dirname-lgpl.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o basename-lgpl.o basename-lgpl.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o basename-lgpl.o basename-lgpl.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o stripslash.o stripslash.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o stripslash.o stripslash.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o exclude.o exclude.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o exclude.o exclude.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o exitfail.o exitfail.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o exitfail.o exitfail.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o creat-safer.o creat-safer.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o creat-safer.o creat-safer.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o open-safer.o open-safer.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o open-safer.o open-safer.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o fd-hook.o fd-hook.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o fd-hook.o fd-hook.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o filenamecat-lgpl.o filenamecat-lgpl.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o filenamecat-lgpl.o filenamecat-lgpl.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o getprogname.o getprogname.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o getprogname.o getprogname.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o hard-locale.o hard-locale.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o hard-locale.o hard-locale.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o hash.o hash.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o hash.o hash.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o i-ring.o i-ring.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o i-ring.o i-ring.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o localcharset.o localcharset.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o localcharset.o localcharset.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o malloca.o malloca.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o malloca.o malloca.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o mbchar.o mbchar.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o mbchar.o mbchar.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o mbiter.o mbiter.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o mbiter.o mbiter.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o mbscasecmp.o mbscasecmp.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o mbscasecmp.o mbscasecmp.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o mbslen.o mbslen.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o mbslen.o mbslen.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o mbsstr.o mbsstr.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o mbsstr.o mbsstr.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o memchr2.o memchr2.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o memchr2.o memchr2.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o mbuiter.o mbuiter.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o mbuiter.o mbuiter.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o openat-die.o openat-die.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o openat-die.o openat-die.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o propername.o propername.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o propername.o propername.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o openat-safer.o openat-safer.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o openat-safer.o openat-safer.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o quotearg.o quotearg.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o quotearg.o quotearg.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o safe-read.o safe-read.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o safe-read.o safe-read.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o save-cwd.o save-cwd.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o save-cwd.o save-cwd.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o strnlen1.o strnlen1.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o strnlen1.o strnlen1.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o striconv.o striconv.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o striconv.o striconv.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o glthread/threadlib.o glthread/threadlib.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o glthread/threadlib.o glthread/threadlib.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o trim.o trim.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o trim.o trim.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o unistd.o unistd.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o unistd.o unistd.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o dup-safer.o dup-safer.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o dup-safer.o dup-safer.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o fd-safer.o fd-safer.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o fd-safer.o fd-safer.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o pipe-safer.o pipe-safer.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o pipe-safer.o pipe-safer.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o version-etc.o version-etc.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o version-etc.o version-etc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o version-etc-fsf.o version-etc-fsf.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o version-etc-fsf.o version-etc-fsf.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o xmalloc.o xmalloc.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o xmalloc.o xmalloc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o wctype-h.o wctype-h.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o wctype-h.o wctype-h.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o xalloc-die.o xalloc-die.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o xalloc-die.o xalloc-die.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o xbinary-io.o xbinary-io.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o xbinary-io.o xbinary-io.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o xstriconv.o xstriconv.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o xstriconv.o xstriconv.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o xstrtoimax.o xstrtoimax.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o xstrtoimax.o xstrtoimax.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o xstrtol.o xstrtol.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o xstrtol.o xstrtol.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o xstrtoul.o xstrtoul.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o xstrtoul.o xstrtoul.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o xstrtol-error.o xstrtol-error.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o xstrtol-error.o xstrtol-error.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o chdir-long.o chdir-long.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o chdir-long.o chdir-long.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o error.o error.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o error.o error.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o fnmatch.o fnmatch.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o fnmatch.o fnmatch.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o fpending.o fpending.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o fpending.o fpending.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o fstatat.o fstatat.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o fstatat.o fstatat.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o fts.o fts.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o fts.o fts.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o getopt.o getopt.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o getopt.o getopt.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o getopt1.o getopt1.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o getopt1.o getopt1.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o lstat.o lstat.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o lstat.o lstat.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o mempcpy.o mempcpy.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o mempcpy.o mempcpy.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o memrchr.o memrchr.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o memrchr.o memrchr.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o obstack.o obstack.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o obstack.o obstack.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o open.o open.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o open.o open.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o openat.o openat.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o openat.o openat.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o openat-proc.o openat-proc.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o openat-proc.o openat-proc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o regex.o regex.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o regex.o regex.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o stat-w32.o stat-w32.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o stat-w32.o stat-w32.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o stat.o stat.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o stat.o stat.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o strerror.o strerror.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o strerror.o strerror.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o strerror-override.o strerror-override.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o strerror-override.o strerror-override.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o strstr.o strstr.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o strstr.o strstr.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o wcwidth.o wcwidth.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o wcwidth.o wcwidth.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o glthread/lock.o glthread/lock.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o glthread/lock.o glthread/lock.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o unistr/u8-mbtoucr.o unistr/u8-mbtoucr.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o unistr/u8-mbtoucr.o unistr/u8-mbtoucr.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o unistr/u8-uctomb.o unistr/u8-uctomb.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o unistr/u8-uctomb.o unistr/u8-uctomb.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o unistr/u8-uctomb-aux.o unistr/u8-uctomb-aux.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o unistr/u8-uctomb-aux.o unistr/u8-uctomb-aux.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o uniwidth/width.o uniwidth/width.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o uniwidth/width.o uniwidth/width.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o colorize.o colorize.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -c -o colorize.o colorize.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../lib -I../lib -I/usr/local/Cellar/pcre/8.41/include -g -O2 -c -o dfasearch.o dfasearch.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../lib -I/usr/local/Cellar/pcre/8.41/include -c -o dfasearch.o dfasearch.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../lib -I../lib -I/usr/local/Cellar/pcre/8.41/include -g -O2 -c -o grep.o grep.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../lib -I/usr/local/Cellar/pcre/8.41/include -c -o grep.o grep.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../lib -I../lib -I/usr/local/Cellar/pcre/8.41/include -g -O2 -c -o kwsearch.o kwsearch.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../lib -I/usr/local/Cellar/pcre/8.41/include -c -o kwsearch.o kwsearch.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../lib -I../lib -I/usr/local/Cellar/pcre/8.41/include -g -O2 -c -o kwset.o kwset.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../lib -I/usr/local/Cellar/pcre/8.41/include -c -o kwset.o kwset.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../lib -I../lib -I/usr/local/Cellar/pcre/8.41/include -g -O2 -c -o pcresearch.o pcresearch.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../lib -I/usr/local/Cellar/pcre/8.41/include -c -o pcresearch.o pcresearch.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I../lib -I../lib -I/usr/local/Cellar/pcre/8.41/include -g -O2 -c -o searchutils.o searchutils.c | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I../lib -I/usr/local/Cellar/pcre/8.41/include -c -o searchutils.o searchutils.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -I/usr/local/Cellar/pcre/8.41/include -g -O2 -o grep dfasearch.o grep.o kwsearch.o kwset.o pcresearch.o searchutils.o ../lib/libgreputils.a ../lib/libgreputils.a -liconv -L/usr/local/Cellar/pcre/8.41/lib -lpcre | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/Cellar/pcre/8.41/include -o grep dfasearch.o grep.o kwsearch.o kwset.o pcresearch.o searchutils.o ../lib/libgreputils.a ../lib/libgreputils.a -liconv -L/usr/local/Cellar/pcre/8.41/lib -lpcre -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-07-19 17:10:36 -0700 | |
make | |
install | |
Making install in po | |
if test "grep" = "gettext-tools"; then \ | |
../build-aux/install-sh -c -d /usr/local/Cellar/grep/3.1/share/gettext/po; \ | |
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot Makevars.template; do \ | |
/usr/bin/install -c -m 644 ./$file \ | |
/usr/local/Cellar/grep/3.1/share/gettext/po/$file; \ | |
done; \ | |
for file in Makevars; do \ | |
rm -f /usr/local/Cellar/grep/3.1/share/gettext/po/$file; \ | |
done; \ | |
else \ | |
: ; \ | |
fi | |
Making install in lib | |
make install-am | |
if test no = no; then \ | |
case 'darwin16.6.0' in \ | |
darwin[56]*) \ | |
need_charset_alias=true ;; \ | |
darwin* | cygwin* | mingw* | pw32* | cegcc*) \ | |
need_charset_alias=false ;; \ | |
*) \ | |
need_charset_alias=true ;; \ | |
esac ; \ | |
else \ | |
need_charset_alias=false ; \ | |
fi ; \ | |
if $need_charset_alias; then \ | |
/bin/sh /private/tmp/grep-20170719-24631-5ybkmz/grep-3.1/build-aux/install-sh -d /usr/local/Cellar/grep/3.1/lib ; \ | |
fi ; \ | |
if test -f /usr/local/Cellar/grep/3.1/lib/charset.alias; then \ | |
sed -f ref-add.sed /usr/local/Cellar/grep/3.1/lib/charset.alias > /usr/local/Cellar/grep/3.1/lib/charset.tmp ; \ | |
/usr/bin/install -c -m 644 /usr/local/Cellar/grep/3.1/lib/charset.tmp /usr/local/Cellar/grep/3.1/lib/charset.alias ; \ | |
rm -f /usr/local/Cellar/grep/3.1/lib/charset.tmp ; \ | |
else \ | |
if $need_charset_alias; then \ | |
sed -f ref-add.sed charset.alias > /usr/local/Cellar/grep/3.1/lib/charset.tmp ; \ | |
/usr/bin/install -c -m 644 /usr/local/Cellar/grep/3.1/lib/charset.tmp /usr/local/Cellar/grep/3.1/lib/charset.alias ; \ | |
rm -f /usr/local/Cellar/grep/3.1/lib/charset.tmp ; \ | |
fi ; \ | |
fi | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in doc | |
make[2]: Nothing to be done for `install-exec-am'. | |
../build-aux/install-sh -c -d '/usr/local/Cellar/grep/3.1/share/man/man1' | |
../build-aux/install-sh -c -d '/usr/local/Cellar/grep/3.1/share/info' | |
/usr/bin/install -c -m 644 grep.1 fgrep.1 egrep.1 '/usr/local/Cellar/grep/3.1/share/man/man1' | |
/usr/bin/install -c -m 644 ./grep.info '/usr/local/Cellar/grep/3.1/share/info' | |
install-info --info-dir='/usr/local/Cellar/grep/3.1/share/info' '/usr/local/Cellar/grep/3.1/share/info/grep.info' | |
Making install in src | |
make[2]: Nothing to be done for `install-data-am'. | |
../build-aux/install-sh -c -d '/usr/local/Cellar/grep/3.1/bin' | |
../build-aux/install-sh -c -d '/usr/local/Cellar/grep/3.1/bin' | |
mkdir: /usr/local/Cellar/grep/3.1/bin: File exists | |
/usr/bin/install -c egrep fgrep '/usr/local/Cellar/grep/3.1/bin' | |
/usr/bin/install -c grep '/usr/local/Cellar/grep/3.1/bin' | |
Making install in tests | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in gnulib-tests | |
make install-recursive | |
Making install in . | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by GNU grep configure 3.1, which was | |
generated by GNU Autoconf 2.69.185-b502e. Invocation command line was | |
$ ./configure --disable-dependency-tracking --disable-nls --prefix=/usr/local/Cellar/grep/3.1 --infodir=/usr/local/Cellar/grep/3.1/share/info --mandir=/usr/local/Cellar/grep/3.1/share/man --with-packager=Homebrew | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = calebevans-mbp.local | |
uname -m = x86_64 | |
uname -r = 16.6.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 16.6.0: Fri Apr 14 16:21:16 PDT 2017; root:xnu-3789.60.24~6/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 16.6.0: Fri Apr 14 16:21:16 PDT 2017; root:xnu-3789.60.24~6/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
2 processors are physically available. | |
4 processors are logically available. | |
Processor type: x86_64h (Intel x86-64h Haswell) | |
Processors active: 0 1 2 3 | |
Primary memory available: 8.00 gigabytes | |
Default processor set: 309 tasks, 1281 threads, 4 processors | |
Load average: 1.85, Mach factor: 2.14 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Homebrew/Library/Homebrew/shims/super/ | |
PATH: /usr/local/opt/pkg-config/bin/ | |
PATH: /usr/local/opt/pcre/bin/ | |
PATH: /usr/bin/ | |
PATH: /bin/ | |
PATH: /usr/sbin/ | |
PATH: /sbin/ | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:3459: checking for a BSD-compatible install | |
configure:3532: result: /usr/bin/install -c | |
configure:3543: checking whether build environment is sane | |
configure:3598: result: yes | |
configure:3759: checking for a thread-safe mkdir -p | |
configure:3803: result: build-aux/install-sh -c -d | |
configure:3810: checking for gawk | |
configure:3845: result: no | |
configure:3810: checking for mawk | |
configure:3845: result: no | |
configure:3810: checking for nawk | |
configure:3845: result: no | |
configure:3810: checking for awk | |
configure:3831: found /usr/bin/awk | |
configure:3842: result: awk | |
configure:3853: checking whether make sets $(MAKE) | |
configure:3876: result: yes | |
configure:3897: checking whether make supports nested variables | |
configure:3915: result: yes | |
configure:4044: checking whether make supports nested variables | |
configure:4062: result: yes | |
configure:4081: checking build system type | |
configure:4096: result: x86_64-apple-darwin16.6.0 | |
configure:4116: checking host system type | |
configure:4130: result: x86_64-apple-darwin16.6.0 | |
configure:4154: checking for gawk | |
configure:4186: result: awk | |
configure:4251: checking for gcc | |
configure:4283: result: clang | |
configure:4636: checking for C compiler version | |
configure:4645: clang --version >&5 | |
Apple LLVM version 8.1.0 (clang-802.0.42) | |
Target: x86_64-apple-darwin16.6.0 | |
Thread model: posix | |
InstalledDir: /Library/Developer/CommandLineTools/usr/bin | |
configure:4656: $? = 0 | |
configure:4645: clang -v >&5 | |
Apple LLVM version 8.1.0 (clang-802.0.42) | |
Target: x86_64-apple-darwin16.6.0 | |
Thread model: posix | |
InstalledDir: /Library/Developer/CommandLineTools/usr/bin | |
configure:4656: $? = 0 | |
configure:4645: clang -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:4656: $? = 1 | |
configure:4645: clang -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
configure:4656: $? = 1 | |
configure:4645: clang -version >&5 | |
clang: error: unknown argument: '-version' | |
configure:4656: $? = 1 | |
configure:4676: checking whether the C compiler works | |
configure:4698: clang conftest.c >&5 | |
configure:4702: $? = 0 | |
configure:4752: result: yes | |
configure:4755: checking for C compiler default output file name | |
configure:4757: result: a.out | |
configure:4763: checking for suffix of executables | |
configure:4770: clang -o conftest conftest.c >&5 | |
configure:4774: $? = 0 | |
configure:4797: result: | |
configure:4819: checking whether we are cross compiling | |
configure:4829: clang -o conftest conftest.c >&5 | |
configure:4833: $? = 0 | |
configure:4840: ./conftest | |
configure:4844: $? = 0 | |
configure:4859: result: no | |
configure:4864: checking for suffix of object files | |
configure:4887: clang -c conftest.c >&5 | |
configure:4891: $? = 0 | |
configure:4913: result: o | |
configure:4917: checking whether the compiler supports GNU C | |
configure:4937: clang -c conftest.c >&5 | |
configure:4937: $? = 0 | |
configure:4947: result: yes | |
configure:4956: checking whether clang accepts -g | |
configure:4977: clang -c -g conftest.c >&5 | |
configure:4977: $? = 0 | |
configure:5021: result: yes | |
configure:5038: checking for clang option to enable C11 features | |
configure:5242: clang -c -g -O2 conftest.c >&5 | |
configure:5242: $? = 0 | |
configure:5257: result: none needed | |
configure:5568: checking whether make supports the include directive | |
configure:5583: make -f confmf.GNU && cat confinc.out | |
this is the am__doit target | |
configure:5586: $? = 0 | |
configure:5605: result: yes (GNU style) | |
configure:5631: checking dependency style of clang | |
configure:5743: result: none | |
configure:5763: checking for sys/types.h | |
configure:5763: clang -c -g -O2 conftest.c >&5 | |
configure:5763: $? = 0 | |
configure:5763: result: yes | |
configure:5763: checking for sys/stat.h | |
configure:5763: clang -c -g -O2 conftest.c >&5 | |
configure:5763: $? = 0 | |
configure:5763: result: yes | |
configure:5763: checking for strings.h | |
configure:5763: clang -c -g -O2 conftest.c >&5 | |
configure:5763: $? = 0 | |
configure:5763: result: yes | |
configure:5763: checking for inttypes.h | |
configure:5763: clang -c -g -O2 conftest.c >&5 | |
configure:5763: $? = 0 | |
configure:5763: result: yes | |
configure:5763: checking for stdint.h | |
configure:5763: clang -c -g -O2 conftest.c >&5 | |
configure:5763: $? = 0 | |
configure:5763: result: yes | |
configure:5763: checking for unistd.h | |
configure:5763: clang -c -g -O2 conftest.c >&5 | |
configure:5763: $? = 0 | |
configure:5763: result: yes | |
configure:5787: checking for minix/config.h | |
configure:5787: clang -c -g -O2 conftest.c >&5 | |
conftest.c:43:10: fatal error: 'minix/config.h' file not found | |
#include <minix/config.h> | |
^ | |
1 error generated. | |
configure:5787: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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:5787: result: no | |
configure:5811: checking whether it is safe to define __EXTENSIONS__ | |
configure:5830: clang -c -g -O2 conftest.c >&5 | |
configure:5830: $? = 0 | |
configure:5838: result: yes | |
configure:5867: checking whether _XOPEN_SOURCE should be defined | |
configure:5887: clang -c -g -O2 conftest.c >&5 | |
configure:5887: $? = 0 | |
configure:5913: result: no | |
configure:5930: checking how to run the C preprocessor | |
configure:5956: clang -E conftest.c | |
configure:5956: $? = 0 | |
configure:5971: clang -E conftest.c | |
conftest.c:34:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:5971: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5998: result: clang -E | |
configure:6012: clang -E conftest.c | |
configure:6012: $? = 0 | |
configure:6027: clang -E conftest.c | |
conftest.c:34:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:6027: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:6058: checking for grep that handles long lines and -e | |
configure:6122: result: fn_grep | |
configure:6127: checking for egrep | |
configure:6195: result: fn_grep | |
configure:6203: checking for Minix Amsterdam compiler | |
configure:6229: result: no | |
configure:6291: checking for ar | |
configure:6312: found /usr/bin/ar | |
configure:6323: result: ar | |
configure:6403: checking for ranlib | |
configure:6424: found /usr/bin/ranlib | |
configure:6435: result: ranlib | |
configure:6499: checking for special C compiler options needed for large files | |
configure:6547: result: no | |
configure:6553: checking for _FILE_OFFSET_BITS value needed for large files | |
configure:6579: clang -c -g -O2 conftest.c >&5 | |
configure:6579: $? = 0 | |
configure:6613: result: no | |
configure:7164: checking for ranlib | |
configure:7196: result: ranlib | |
configure:7277: checking for pkg-config | |
configure:7300: found /usr/local/opt/pkg-config/bin/pkg-config | |
configure:7312: result: /usr/local/opt/pkg-config/bin/pkg-config | |
configure:7337: checking pkg-config is at least version 0.9.0 | |
configure:7340: result: yes | |
configure:7354: checking for size_t | |
configure:7354: clang -c -g -O2 conftest.c >&5 | |
configure:7354: $? = 0 | |
configure:7354: clang -c -g -O2 conftest.c >&5 | |
conftest.c:60:21: error: expected expression | |
if (sizeof ((size_t))) | |
^ | |
1 error generated. | |
configure:7354: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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 (void) | |
| { | |
| if (sizeof ((size_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:7354: result: yes | |
configure:7364: checking for an ANSI C-conforming const | |
configure:7431: clang -c -g -O2 conftest.c >&5 | |
configure:7431: $? = 0 | |
configure:7439: result: yes | |
configure:7457: checking for working alloca.h | |
configure:7475: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7475: $? = 0 | |
configure:7484: result: yes | |
configure:7492: checking for alloca | |
configure:7537: result: yes | |
configure:7747: checking whether <wchar.h> uses 'inline' correctly | |
configure:7772: clang -c -g -O2 conftest1.c >&5 | |
clang: error: no such file or directory: 'conftest1.c' | |
clang: error: no input files | |
configure:7775: $? = 1 | |
configure:7809: result: yes | |
configure:7830: checking for btowc | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for _set_invalid_parameter_handler | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"__set_invalid_parameter_handler", referenced from: | |
_main in conftest-442895.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7830: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| /* end confdefs.h. */ | |
| /* Define _set_invalid_parameter_handler to an innocuous variant, in case <limits.h> declares _set_invalid_parameter_handler. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define _set_invalid_parameter_handler innocuous__set_invalid_parameter_handler | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char _set_invalid_parameter_handler (); below. */ | |
| | |
| #include <limits.h> | |
| #undef _set_invalid_parameter_handler | |
| | |
| /* 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 _set_invalid_parameter_handler (); | |
| /* 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__set_invalid_parameter_handler || defined __stub____set_invalid_parameter_handler | |
| choke me | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| return _set_invalid_parameter_handler (); | |
| ; | |
| return 0; | |
| } | |
configure:7830: result: no | |
configure:7830: checking for fchdir | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for fdopendir | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for strerror_r | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for fcntl | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for symlink | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for mempcpy | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_mempcpy", referenced from: | |
_main in conftest-5c9494.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7830: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 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. */ | |
| | |
| #include <limits.h> | |
| #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 (void) | |
| { | |
| return mempcpy (); | |
| ; | |
| return 0; | |
| } | |
configure:7830: result: no | |
configure:7830: checking for isblank | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
conftest.c:59:6: warning: incompatible redeclaration of library function 'isblank' [-Wincompatible-library-redeclaration] | |
char isblank (); | |
^ | |
conftest.c:59:6: note: 'isblank' is a builtin with type 'int (int)' | |
1 warning generated. | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for iswctype | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for mbsrtowcs | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for wmemchr | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for wmemcpy | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for wmempcpy | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_wmempcpy", referenced from: | |
_main in conftest-f24cb4.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7830: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| /* end confdefs.h. */ | |
| /* Define wmempcpy to an innocuous variant, in case <limits.h> declares wmempcpy. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define wmempcpy innocuous_wmempcpy | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char wmempcpy (); below. */ | |
| | |
| #include <limits.h> | |
| #undef wmempcpy | |
| | |
| /* 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 wmempcpy (); | |
| /* 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_wmempcpy || defined __stub___wmempcpy | |
| choke me | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| return wmempcpy (); | |
| ; | |
| return 0; | |
| } | |
configure:7830: result: no | |
configure:7830: checking for fstatat | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for openat | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for fstatfs | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for getdtablesize | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for getprogname | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for getexecname | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_getexecname", referenced from: | |
_main in conftest-9e0e30.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7830: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| /* end confdefs.h. */ | |
| /* Define getexecname to an innocuous variant, in case <limits.h> declares getexecname. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getexecname innocuous_getexecname | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getexecname (); below. */ | |
| | |
| #include <limits.h> | |
| #undef getexecname | |
| | |
| /* 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 getexecname (); | |
| /* 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_getexecname || defined __stub___getexecname | |
| choke me | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| return getexecname (); | |
| ; | |
| return 0; | |
| } | |
configure:7830: result: no | |
configure:7830: checking for iswcntrl | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for iswblank | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for lstat | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for mbsinit | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for mbrtowc | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for mbrlen | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for mbslen | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_mbslen", referenced from: | |
_main in conftest-8de339.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7830: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| /* end confdefs.h. */ | |
| /* Define mbslen to an innocuous variant, in case <limits.h> declares mbslen. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define mbslen innocuous_mbslen | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char mbslen (); below. */ | |
| | |
| #include <limits.h> | |
| #undef mbslen | |
| | |
| /* 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 mbslen (); | |
| /* 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_mbslen || defined __stub___mbslen | |
| choke me | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| return mbslen (); | |
| ; | |
| return 0; | |
| } | |
configure:7830: result: no | |
configure:7830: checking for mprotect | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for nl_langinfo | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for strdup | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
conftest.c:77:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration] | |
char strdup (); | |
^ | |
conftest.c:77:6: note: 'strdup' is a builtin with type 'char *(const char *)' | |
1 warning generated. | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for strtoimax | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for strtoumax | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for pipe | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for wcrtomb | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for wctob | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for wcwidth | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for newlocale | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for setenv | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for snprintf | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
conftest.c:86:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration] | |
char snprintf (); | |
^ | |
conftest.c:86:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)' | |
1 warning generated. | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for vasnprintf | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_vasnprintf", referenced from: | |
_main in conftest-9b0c6b.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7830: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| /* end confdefs.h. */ | |
| /* Define vasnprintf to an innocuous variant, in case <limits.h> declares vasnprintf. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define vasnprintf innocuous_vasnprintf | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char vasnprintf (); below. */ | |
| | |
| #include <limits.h> | |
| #undef vasnprintf | |
| | |
| /* 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 vasnprintf (); | |
| /* 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_vasnprintf || defined __stub___vasnprintf | |
| choke me | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| return vasnprintf (); | |
| ; | |
| return 0; | |
| } | |
configure:7830: result: no | |
configure:7830: checking for isascii | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7830: checking for setlocale | |
configure:7830: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7830: $? = 0 | |
configure:7830: result: yes | |
configure:7845: checking for nl_langinfo and CODESET | |
configure:7862: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7862: $? = 0 | |
configure:7872: result: yes | |
configure:7883: checking for a traditional french locale | |
configure:7952: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7955: $? = 0 | |
configure:8011: result: fr_FR.ISO8859-1 | |
configure:8153: checking for unistd.h | |
configure:8153: result: yes | |
configure:8153: checking for sys/param.h | |
configure:8153: clang -c -g -O2 conftest.c >&5 | |
configure:8153: $? = 0 | |
configure:8153: result: yes | |
configure:8153: checking for sys/socket.h | |
configure:8153: clang -c -g -O2 conftest.c >&5 | |
configure:8153: $? = 0 | |
configure:8153: result: yes | |
configure:8153: checking for dirent.h | |
configure:8153: clang -c -g -O2 conftest.c >&5 | |
configure:8153: $? = 0 | |
configure:8153: result: yes | |
configure:8153: checking for wctype.h | |
configure:8153: clang -c -g -O2 conftest.c >&5 | |
configure:8153: $? = 0 | |
configure:8153: result: yes | |
configure:8153: checking for stdio_ext.h | |
configure:8153: clang -c -g -O2 conftest.c >&5 | |
conftest.c:101:10: fatal error: 'stdio_ext.h' file not found | |
#include <stdio_ext.h> | |
^ | |
1 error generated. | |
configure:8153: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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:8153: result: no | |
configure:8153: checking for sys/stat.h | |
configure:8153: result: yes | |
configure:8153: checking for sys/vfs.h | |
configure:8153: clang -c -g -O2 conftest.c >&5 | |
conftest.c:102:10: fatal error: 'sys/vfs.h' file not found | |
#include <sys/vfs.h> | |
^ | |
1 error generated. | |
configure:8153: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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/vfs.h> | |
configure:8153: result: no | |
configure:8153: checking for getopt.h | |
configure:8153: clang -c -g -O2 conftest.c >&5 | |
configure:8153: $? = 0 | |
configure:8153: result: yes | |
configure:8153: checking for sys/cdefs.h | |
configure:8153: clang -c -g -O2 conftest.c >&5 | |
configure:8153: $? = 0 | |
configure:8153: result: yes | |
configure:8153: checking for iconv.h | |
configure:8153: clang -c -g -O2 conftest.c >&5 | |
configure:8153: $? = 0 | |
configure:8153: result: yes | |
configure:8153: checking for limits.h | |
configure:8153: clang -c -g -O2 conftest.c >&5 | |
configure:8153: $? = 0 | |
configure:8153: result: yes | |
configure:8153: checking for wchar.h | |
configure:8153: clang -c -g -O2 conftest.c >&5 | |
configure:8153: $? = 0 | |
configure:8153: result: yes | |
configure:8153: checking for stdint.h | |
configure:8153: result: yes | |
configure:8153: checking for inttypes.h | |
configure:8153: result: yes | |
configure:8153: checking for crtdefs.h | |
configure:8153: clang -c -g -O2 conftest.c >&5 | |
conftest.c:109:10: fatal error: 'crtdefs.h' file not found | |
#include <crtdefs.h> | |
^ | |
1 error generated. | |
configure:8153: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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 <crtdefs.h> | |
configure:8153: result: no | |
configure:8153: checking for langinfo.h | |
configure:8153: clang -c -g -O2 conftest.c >&5 | |
configure:8153: $? = 0 | |
configure:8153: result: yes | |
configure:8153: checking for xlocale.h | |
configure:8153: clang -c -g -O2 conftest.c >&5 | |
configure:8153: $? = 0 | |
configure:8153: result: yes | |
configure:8153: checking for sys/mman.h | |
configure:8153: clang -c -g -O2 conftest.c >&5 | |
configure:8153: $? = 0 | |
configure:8153: result: yes | |
configure:8153: checking for malloc.h | |
configure:8153: clang -c -g -O2 conftest.c >&5 | |
conftest.c:112:10: fatal error: 'malloc.h' file not found | |
#include <malloc.h> | |
^ | |
1 error generated. | |
configure:8153: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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:8153: result: no | |
configure:8153: checking for sys/time.h | |
configure:8153: clang -c -g -O2 conftest.c >&5 | |
configure:8153: $? = 0 | |
configure:8153: result: yes | |
configure:8153: checking for features.h | |
configure:8153: clang -c -g -O2 conftest.c >&5 | |
conftest.c:113:10: fatal error: 'features.h' file not found | |
#include <features.h> | |
^ | |
1 error generated. | |
configure:8153: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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 <features.h> | |
configure:8153: result: no | |
configure:8246: checking whether the preprocessor supports include_next | |
configure:8285: clang -c -g -O2 -Iconftestd1b -Iconftestd2 conftest.c >&5 | |
configure:8285: $? = 0 | |
configure:8308: result: yes | |
configure:8329: checking whether system header files limit the line length | |
configure:8354: result: no | |
configure:8382: checking how clang reports undeclared, standard C functions | |
configure:8399: clang -c -g -O2 conftest.c >&5 | |
conftest.c:95:8: warning: implicitly declaring library function 'strchr' with type 'char *(const char *, int)' [-Wimplicit-function-declaration] | |
(void) strchr; | |
^ | |
conftest.c:95:8: note: include the header <string.h> or explicitly provide a declaration for 'strchr' | |
1 warning generated. | |
configure:8399: $? = 0 | |
configure:8429: clang -c -g -O2 conftest.c >&5 | |
configure:8429: $? = 0 | |
configure:8458: result: warning | |
configure:8468: checking whether // is distinct from / | |
configure:8498: result: no | |
configure:8508: checking for complete errno.h | |
configure:8583: result: yes | |
configure:8898: checking whether strerror_r is declared | |
configure:8898: clang -c -g -O2 conftest.c >&5 | |
configure:8898: $? = 0 | |
configure:8898: result: yes | |
configure:8928: checking whether strerror_r returns char * | |
configure:8953: clang -c -g -O2 conftest.c >&5 | |
conftest.c:119:13: error: indirection requires pointer operand ('int' invalid) | |
char x = *strerror_r (0, buf, sizeof buf); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
conftest.c:120:10: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion] | |
char *p = strerror_r (0, buf, sizeof buf); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning and 1 error generated. | |
configure:8953: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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 (void) | |
| { | |
| | |
| char buf[100]; | |
| char x = *strerror_r (0, buf, sizeof buf); | |
| char *p = strerror_r (0, buf, sizeof buf); | |
| return !p || x; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:8994: result: no | |
configure:9009: checking whether fchdir is declared | |
configure:9009: clang -c -g -O2 conftest.c >&5 | |
configure:9009: $? = 0 | |
configure:9009: result: yes | |
configure:9058: checking for working fcntl.h | |
configure:9163: clang -o conftest -g -O2 conftest.c >&5 | |
conftest.c:119:27: warning: address of array 'constants' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
int result = !constants; | |
~^~~~~~~~~ | |
1 warning generated. | |
configure:9163: $? = 0 | |
configure:9163: ./conftest | |
configure:9163: $? = 64 | |
configure: program exited with status 64 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/stat.h> | |
| #if HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #else /* on Windows with MSVC */ | |
| # include <io.h> | |
| # include <stdlib.h> | |
| # defined sleep(n) _sleep ((n) * 1000) | |
| #endif | |
| #include <fcntl.h> | |
| #ifndef O_NOATIME | |
| #define O_NOATIME 0 | |
| #endif | |
| #ifndef O_NOFOLLOW | |
| #define O_NOFOLLOW 0 | |
| #endif | |
| static int const constants[] = | |
| { | |
| O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND, | |
| O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY | |
| }; | |
| | |
| int | |
| main (void) | |
| { | |
| | |
| int result = !constants; | |
| #if HAVE_SYMLINK | |
| { | |
| static char const sym[] = "conftest.sym"; | |
| if (symlink ("/dev/null", sym) != 0) | |
| result |= 2; | |
| else | |
| { | |
| int fd = open (sym, O_WRONLY | O_NOFOLLOW | O_CREAT, 0); | |
| if (fd >= 0) | |
| { | |
| close (fd); | |
| result |= 4; | |
| } | |
| } | |
| if (unlink (sym) != 0 || symlink (".", sym) != 0) | |
| result |= 2; | |
| else | |
| { | |
| int fd = open (sym, O_RDONLY | O_NOFOLLOW); | |
| if (fd >= 0) | |
| { | |
| close (fd); | |
| result |= 4; | |
| } | |
| } | |
| unlink (sym); | |
| } | |
| #endif | |
| { | |
| static char const file[] = "confdefs.h"; | |
| int fd = open (file, O_RDONLY | O_NOATIME); | |
| if (fd < 0) | |
| result |= 8; | |
| else | |
| { | |
| struct stat st0; | |
| if (fstat (fd, &st0) != 0) | |
| result |= 16; | |
| else | |
| { | |
| char c; | |
| sleep (1); | |
| if (read (fd, &c, 1) != 1) | |
| result |= 24; | |
| else | |
| { | |
| if (close (fd) != 0) | |
| result |= 32; | |
| else | |
| { | |
| struct stat st1; | |
| if (stat (file, &st1) != 0) | |
| result |= 40; | |
| else | |
| if (st0.st_atime != st1.st_atime) | |
| result |= 64; | |
| } | |
| } | |
| } | |
| } | |
| } | |
| return result; | |
| ; | |
| return 0; | |
| } | |
configure:9179: result: no (bad O_NOATIME) | |
configure:9198: checking for pid_t | |
configure:9198: clang -c -g -O2 conftest.c >&5 | |
configure:9198: $? = 0 | |
configure:9198: clang -c -g -O2 conftest.c >&5 | |
conftest.c:120:20: error: expected expression | |
if (sizeof ((pid_t))) | |
^ | |
1 error generated. | |
configure:9198: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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 (void) | |
| { | |
| if (sizeof ((pid_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:9198: result: yes | |
configure:9208: checking for mode_t | |
configure:9208: clang -c -g -O2 conftest.c >&5 | |
configure:9208: $? = 0 | |
configure:9208: clang -c -g -O2 conftest.c >&5 | |
conftest.c:120:21: error: expected expression | |
if (sizeof ((mode_t))) | |
^ | |
1 error generated. | |
configure:9208: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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 (void) | |
| { | |
| if (sizeof ((mode_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:9208: result: yes | |
configure:9220: checking for promoted mode_t type | |
configure:9238: clang -c -g -O2 conftest.c >&5 | |
configure:9238: $? = 0 | |
configure:9247: result: int | |
configure:9260: checking for mbstate_t | |
configure:9285: clang -c -g -O2 conftest.c >&5 | |
configure:9285: $? = 0 | |
configure:9293: result: yes | |
configure:9381: checking whether stat file-mode macros are broken | |
configure:9409: clang -c -g -O2 conftest.c >&5 | |
configure:9409: $? = 0 | |
configure:9417: result: no | |
configure:9615: checking for nlink_t | |
configure:9615: clang -c -g -O2 conftest.c >&5 | |
configure:9615: $? = 0 | |
configure:9615: clang -c -g -O2 conftest.c >&5 | |
conftest.c:103:22: error: expected expression | |
if (sizeof ((nlink_t))) | |
^ | |
1 error generated. | |
configure:9615: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/stat.h> | |
| | |
| int | |
| main (void) | |
| { | |
| if (sizeof ((nlink_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:9615: result: yes | |
configure:9631: checking whether fchmodat is declared without a macro | |
configure:9650: clang -c -g -O2 conftest.c >&5 | |
configure:9650: $? = 0 | |
configure:9659: result: yes | |
configure:9631: checking whether fstat is declared without a macro | |
configure:9650: clang -c -g -O2 conftest.c >&5 | |
configure:9650: $? = 0 | |
configure:9659: result: yes | |
configure:9631: checking whether fstatat is declared without a macro | |
configure:9650: clang -c -g -O2 conftest.c >&5 | |
configure:9650: $? = 0 | |
configure:9659: result: yes | |
configure:9631: checking whether futimens is declared without a macro | |
configure:9650: clang -c -g -O2 conftest.c >&5 | |
conftest.c:106:10: error: use of undeclared identifier 'futimens' | |
(void) futimens; | |
^ | |
1 error generated. | |
configure:9650: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| /* end confdefs.h. */ | |
| #include <sys/stat.h> | |
| | |
| int | |
| main (void) | |
| { | |
| #undef futimens | |
| (void) futimens; | |
| ; | |
| return 0; | |
| } | |
configure:9659: result: no | |
configure:9631: checking whether lchmod is declared without a macro | |
configure:9650: clang -c -g -O2 conftest.c >&5 | |
configure:9650: $? = 0 | |
configure:9659: result: yes | |
configure:9631: checking whether lstat is declared without a macro | |
configure:9650: clang -c -g -O2 conftest.c >&5 | |
configure:9650: $? = 0 | |
configure:9659: result: yes | |
configure:9631: checking whether mkdirat is declared without a macro | |
configure:9650: clang -c -g -O2 conftest.c >&5 | |
configure:9650: $? = 0 | |
configure:9659: result: yes | |
configure:9631: checking whether mkfifo is declared without a macro | |
configure:9650: clang -c -g -O2 conftest.c >&5 | |
configure:9650: $? = 0 | |
configure:9659: result: yes | |
configure:9631: checking whether mkfifoat is declared without a macro | |
configure:9650: clang -c -g -O2 conftest.c >&5 | |
conftest.c:110:10: error: use of undeclared identifier 'mkfifoat' | |
(void) mkfifoat; | |
^ | |
1 error generated. | |
configure:9650: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| /* end confdefs.h. */ | |
| #include <sys/stat.h> | |
| | |
| int | |
| main (void) | |
| { | |
| #undef mkfifoat | |
| (void) mkfifoat; | |
| ; | |
| return 0; | |
| } | |
configure:9659: result: no | |
configure:9631: checking whether mknod is declared without a macro | |
configure:9650: clang -c -g -O2 conftest.c >&5 | |
configure:9650: $? = 0 | |
configure:9659: result: yes | |
configure:9631: checking whether mknodat is declared without a macro | |
configure:9650: clang -c -g -O2 conftest.c >&5 | |
conftest.c:111:10: error: use of undeclared identifier 'mknodat' | |
(void) mknodat; | |
^ | |
1 error generated. | |
configure:9650: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| /* end confdefs.h. */ | |
| #include <sys/stat.h> | |
| | |
| int | |
| main (void) | |
| { | |
| #undef mknodat | |
| (void) mknodat; | |
| ; | |
| return 0; | |
| } | |
configure:9659: result: no | |
configure:9631: checking whether stat is declared without a macro | |
configure:9650: clang -c -g -O2 conftest.c >&5 | |
configure:9650: $? = 0 | |
configure:9659: result: yes | |
configure:9631: checking whether utimensat is declared without a macro | |
configure:9650: clang -c -g -O2 conftest.c >&5 | |
conftest.c:112:10: error: use of undeclared identifier 'utimensat' | |
(void) utimensat; | |
^ | |
1 error generated. | |
configure:9650: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| /* end confdefs.h. */ | |
| #include <sys/stat.h> | |
| | |
| int | |
| main (void) | |
| { | |
| #undef utimensat | |
| (void) utimensat; | |
| ; | |
| return 0; | |
| } | |
configure:9659: result: no | |
configure:9673: checking whether lstat correctly handles trailing slash | |
configure:9711: clang -o conftest -g -O2 conftest.c >&5 | |
configure:9711: $? = 0 | |
configure:9711: ./conftest | |
configure:9711: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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 (void) | |
| { | |
| struct stat sbuf; | |
| if (symlink ("conftest.file", "conftest.sym") != 0) | |
| return 1; | |
| /* Linux will dereference the symlink and fail, as required by | |
| POSIX. That is better in the sense that it means we will not | |
| have to compile and use the lstat wrapper. */ | |
| return lstat ("conftest.sym/", &sbuf) == 0; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:9724: result: no | |
configure:9762: checking whether getcwd (NULL, 0) allocates memory for result | |
configure:9821: clang -o conftest -g -O2 conftest.c >&5 | |
configure:9821: $? = 0 | |
configure:9821: ./conftest | |
configure:9821: $? = 0 | |
configure:9832: result: yes | |
configure:9836: checking for getcwd with POSIX signature | |
configure:9859: clang -c -g -O2 conftest.c >&5 | |
configure:9859: $? = 0 | |
configure:9868: result: yes | |
configure:9877: checking whether getdtablesize is declared | |
configure:9877: clang -c -g -O2 conftest.c >&5 | |
configure:9877: $? = 0 | |
configure:9877: result: yes | |
configure:9994: checking for getopt.h | |
configure:9994: result: yes | |
configure:10009: checking for getopt_long_only | |
configure:10009: clang -o conftest -g -O2 conftest.c >&5 | |
configure:10009: $? = 0 | |
configure:10009: result: yes | |
configure:10022: checking whether getopt is POSIX compatible | |
configure:10066: clang -o conftest -g -O2 conftest.c >&5 | |
configure:10066: $? = 0 | |
configure:10066: ./conftest | |
configure:10066: $? = 0 | |
configure:10127: clang -o conftest -g -O2 conftest.c >&5 | |
configure:10127: $? = 0 | |
configure:10127: ./conftest | |
configure:10127: $? = 0 | |
configure:10171: clang -o conftest -g -O2 conftest.c >&5 | |
configure:10171: $? = 0 | |
configure:10171: ./conftest | |
program: option requires an argument -- b | |
configure:10171: $? = 16 | |
configure: program exited with status 16 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <unistd.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| | |
| int | |
| main () | |
| { | |
| static char program[] = "program"; | |
| static char ab[] = "-ab"; | |
| char *argv[3] = { program, ab, NULL }; | |
| if (getopt (2, argv, "ab:") != 'a') | |
| return 13; | |
| if (getopt (2, argv, "ab:") != '?') | |
| return 14; | |
| if (optopt != 'b') | |
| return 15; | |
| if (optind != 2) | |
| return 16; | |
| return 0; | |
| } | |
| | |
configure:10190: result: no | |
configure:10570: checking for ld used by clang | |
configure:10674: result: /Library/Developer/CommandLineTools/usr/bin/ld | |
configure:10681: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld | |
configure:10697: result: no | |
configure:10704: checking for shared library run path origin | |
configure:10718: result: done | |
configure:10740: checking for the common suffixes of directories in the library search path | |
configure:10817: result: lib,lib | |
configure:11336: checking for iconv | |
configure:11361: clang -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_iconv", referenced from: | |
_main in conftest-97399e.o | |
"_iconv_close", referenced from: | |
_main in conftest-97399e.o | |
"_iconv_open", referenced from: | |
_main in conftest-97399e.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11361: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <stdlib.h> | |
| #include <iconv.h> | |
| | |
| int | |
| main (void) | |
| { | |
| iconv_t cd = iconv_open("",""); | |
| iconv(cd,NULL,NULL,NULL,NULL); | |
| iconv_close(cd); | |
| ; | |
| return 0; | |
| } | |
configure:11386: clang -o conftest -g -O2 conftest.c -liconv >&5 | |
configure:11386: $? = 0 | |
configure:11397: result: yes | |
configure:11400: checking for working iconv | |
configure:11543: clang -o conftest -g -O2 conftest.c -liconv >&5 | |
configure:11543: $? = 0 | |
configure:11543: ./conftest | |
configure:11543: $? = 0 | |
configure:11556: result: yes | |
configure:11571: checking how to link with libiconv | |
configure:11573: result: -liconv | |
configure:11584: checking for iconv declaration | |
configure:11614: clang -c -g -O2 conftest.c >&5 | |
configure:11614: $? = 0 | |
configure:11625: result: | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
configure:11646: checking for inline | |
configure:11663: clang -c -g -O2 conftest.c >&5 | |
configure:11663: $? = 0 | |
configure:11672: result: inline | |
configure:11782: checking whether limits.h has ULLONG_WIDTH etc. | |
configure:11803: clang -c -g -O2 conftest.c >&5 | |
conftest.c:115:38: error: use of undeclared identifier 'ULLONG_WIDTH' | |
int ullw = ULLONG_WIDTH; | |
^ | |
1 error generated. | |
configure:11803: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| /* end confdefs.h. */ | |
| #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #endif | |
| #include <limits.h> | |
| int ullw = ULLONG_WIDTH; | |
| int | |
| main (void) | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:11811: result: no | |
configure:11829: checking for wint_t | |
configure:11855: clang -c -g -O2 conftest.c >&5 | |
configure:11855: $? = 0 | |
configure:11863: result: yes | |
configure:11870: checking whether wint_t is too small | |
configure:11899: clang -c -g -O2 conftest.c >&5 | |
configure:11899: $? = 0 | |
configure:11907: result: no | |
configure:11920: checking for unsigned long long int | |
configure:11960: clang -o conftest -g -O2 conftest.c >&5 | |
configure:11960: $? = 0 | |
configure:11970: result: yes | |
configure:11980: checking for long long int | |
configure:12020: clang -o conftest -g -O2 conftest.c >&5 | |
configure:12020: $? = 0 | |
configure:12020: ./conftest | |
configure:12020: $? = 0 | |
configure:12033: result: yes | |
configure:12061: clang -c -g -O2 conftest.c >&5 | |
configure:12061: $? = 0 | |
configure:12235: checking whether stdint.h conforms to C99 | |
configure:12416: clang -c -g -O2 conftest.c >&5 | |
conftest.c:211:19: error: controlling expression type 'unsigned long long' not compatible with any generic association type | |
int k = _Generic (SIZE_MAX, size_t: 0); | |
^~~~~~~~ | |
/usr/include/stdint.h:153:20: note: expanded from macro 'SIZE_MAX' | |
#define SIZE_MAX UINT64_MAX | |
^~~~~~~~~~ | |
/usr/include/stdint.h:87:27: note: expanded from macro 'UINT64_MAX' | |
#define UINT64_MAX 18446744073709551615ULL | |
^~~~~~~~~~~~~~~~~~~~~~~ | |
conftest.c:242:7: error: bit-field 'check_UINT8_C' has negative width (-1) | |
int check_UINT8_C: | |
^ | |
conftest.c:244:7: error: bit-field 'check_UINT16_C' has negative width (-1) | |
int check_UINT16_C: | |
^ | |
3 errors generated. | |
configure:12416: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| /* end confdefs.h. */ | |
| | |
| | |
| #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */ | |
| #define __STDC_CONSTANT_MACROS 1 | |
| #define __STDC_LIMIT_MACROS 1 | |
| #include <stdint.h> | |
| /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */ | |
| #if !(defined WCHAR_MIN && defined WCHAR_MAX) | |
| #error "WCHAR_MIN, WCHAR_MAX not defined in <stdint.h>" | |
| #endif | |
| | |
| | |
| /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be | |
| included before <wchar.h>. */ | |
| #include <stddef.h> | |
| #include <signal.h> | |
| #if HAVE_WCHAR_H | |
| # include <stdio.h> | |
| # include <time.h> | |
| # include <wchar.h> | |
| #endif | |
| | |
| | |
| #ifdef INT8_MAX | |
| int8_t a1 = INT8_MAX; | |
| int8_t a1min = INT8_MIN; | |
| #endif | |
| #ifdef INT16_MAX | |
| int16_t a2 = INT16_MAX; | |
| int16_t a2min = INT16_MIN; | |
| #endif | |
| #ifdef INT32_MAX | |
| int32_t a3 = INT32_MAX; | |
| int32_t a3min = INT32_MIN; | |
| #endif | |
| #ifdef INT64_MAX | |
| int64_t a4 = INT64_MAX; | |
| int64_t a4min = INT64_MIN; | |
| #endif | |
| #ifdef UINT8_MAX | |
| uint8_t b1 = UINT8_MAX; | |
| #else | |
| typedef int b1[(unsigned char) -1 != 255 ? 1 : -1]; | |
| #endif | |
| #ifdef UINT16_MAX | |
| uint16_t b2 = UINT16_MAX; | |
| #endif | |
| #ifdef UINT32_MAX | |
| uint32_t b3 = UINT32_MAX; | |
| #endif | |
| #ifdef UINT64_MAX | |
| uint64_t b4 = UINT64_MAX; | |
| #endif | |
| int_least8_t c1 = INT8_C (0x7f); | |
| int_least8_t c1max = INT_LEAST8_MAX; | |
| int_least8_t c1min = INT_LEAST8_MIN; | |
| int_least16_t c2 = INT16_C (0x7fff); | |
| int_least16_t c2max = INT_LEAST16_MAX; | |
| int_least16_t c2min = INT_LEAST16_MIN; | |
| int_least32_t c3 = INT32_C (0x7fffffff); | |
| int_least32_t c3max = INT_LEAST32_MAX; | |
| int_least32_t c3min = INT_LEAST32_MIN; | |
| int_least64_t c4 = INT64_C (0x7fffffffffffffff); | |
| int_least64_t c4max = INT_LEAST64_MAX; | |
| int_least64_t c4min = INT_LEAST64_MIN; | |
| uint_least8_t d1 = UINT8_C (0xff); | |
| uint_least8_t d1max = UINT_LEAST8_MAX; | |
| uint_least16_t d2 = UINT16_C (0xffff); | |
| uint_least16_t d2max = UINT_LEAST16_MAX; | |
| uint_least32_t d3 = UINT32_C (0xffffffff); | |
| uint_least32_t d3max = UINT_LEAST32_MAX; | |
| uint_least64_t d4 = UINT64_C (0xffffffffffffffff); | |
| uint_least64_t d4max = UINT_LEAST64_MAX; | |
| int_fast8_t e1 = INT_FAST8_MAX; | |
| int_fast8_t e1min = INT_FAST8_MIN; | |
| int_fast16_t e2 = INT_FAST16_MAX; | |
| int_fast16_t e2min = INT_FAST16_MIN; | |
| int_fast32_t e3 = INT_FAST32_MAX; | |
| int_fast32_t e3min = INT_FAST32_MIN; | |
| int_fast64_t e4 = INT_FAST64_MAX; | |
| int_fast64_t e4min = INT_FAST64_MIN; | |
| uint_fast8_t f1 = UINT_FAST8_MAX; | |
| uint_fast16_t f2 = UINT_FAST16_MAX; | |
| uint_fast32_t f3 = UINT_FAST32_MAX; | |
| uint_fast64_t f4 = UINT_FAST64_MAX; | |
| #ifdef INTPTR_MAX | |
| intptr_t g = INTPTR_MAX; | |
| intptr_t gmin = INTPTR_MIN; | |
| #endif | |
| #ifdef UINTPTR_MAX | |
| uintptr_t h = UINTPTR_MAX; | |
| #endif | |
| intmax_t i = INTMAX_MAX; | |
| uintmax_t j = UINTMAX_MAX; | |
| | |
| /* Check that SIZE_MAX has the correct type, if possible. */ | |
| #if 201112 <= __STDC_VERSION__ | |
| int k = _Generic (SIZE_MAX, size_t: 0); | |
| #elif (2 <= __GNUC__ || defined __IBM__TYPEOF__ || (0x5110 <= __SUNPRO_C && !__STDC__)) | |
| extern size_t k; | |
| extern __typeof__ (SIZE_MAX) k; | |
| #endif | |
| | |
| #include <limits.h> /* for CHAR_BIT */ | |
| #define TYPE_MINIMUM(t) ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ TYPE_MAXIMUM (t))) | |
| #define TYPE_MAXIMUM(t) ((t) ((t) 0 < (t) -1 ? (t) -1 : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1))) | |
| struct s { | |
| int check_PTRDIFF: | |
| PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t) | |
| && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t) | |
| ? 1 : -1; | |
| /* Detect bug in FreeBSD 6.0 / ia64. */ | |
| int check_SIG_ATOMIC: | |
| SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t) | |
| && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t) | |
| ? 1 : -1; | |
| int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1; | |
| int check_WCHAR: | |
| WCHAR_MIN == TYPE_MINIMUM (wchar_t) | |
| && WCHAR_MAX == TYPE_MAXIMUM (wchar_t) | |
| ? 1 : -1; | |
| /* Detect bug in mingw. */ | |
| int check_WINT: | |
| WINT_MIN == TYPE_MINIMUM (wint_t) | |
| && WINT_MAX == TYPE_MAXIMUM (wint_t) | |
| ? 1 : -1; | |
| | |
| /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */ | |
| int check_UINT8_C: | |
| (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1; | |
| int check_UINT16_C: | |
| (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1; | |
| | |
| /* Detect bugs in OpenBSD 3.9 stdint.h. */ | |
| #ifdef UINT8_MAX | |
| int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1; | |
| #endif | |
| #ifdef UINT16_MAX | |
| int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1; | |
| #endif | |
| #ifdef UINT32_MAX | |
| int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1; | |
| #endif | |
| #ifdef UINT64_MAX | |
| int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1; | |
| #endif | |
| int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1; | |
| int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1; | |
| int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1; | |
| int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1; | |
| int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1; | |
| int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1; | |
| int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1; | |
| int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1; | |
| int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1; | |
| int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1; | |
| int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1; | |
| }; | |
| | |
| int | |
| main (void) | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:12513: result: no | |
configure:12626: checking for sys/inttypes.h | |
configure:12626: clang -c -g -O2 conftest.c >&5 | |
conftest.c:136:10: fatal error: 'sys/inttypes.h' file not found | |
#include <sys/inttypes.h> | |
^ | |
1 error generated. | |
configure:12626: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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/inttypes.h> | |
configure:12626: result: no | |
configure:12632: checking for sys/bitypes.h | |
configure:12632: clang -c -g -O2 conftest.c >&5 | |
conftest.c:136:10: fatal error: 'sys/bitypes.h' file not found | |
#include <sys/bitypes.h> | |
^ | |
1 error generated. | |
configure:12632: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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/bitypes.h> | |
configure:12632: result: no | |
configure:12651: checking for bit size of ptrdiff_t | |
configure:12657: clang -o conftest -g -O2 conftest.c >&5 | |
configure:12657: $? = 0 | |
configure:12657: ./conftest | |
configure:12657: $? = 0 | |
configure:12679: result: 64 | |
configure:12651: checking for bit size of size_t | |
configure:12657: clang -o conftest -g -O2 conftest.c >&5 | |
configure:12657: $? = 0 | |
configure:12657: ./conftest | |
configure:12657: $? = 0 | |
configure:12679: result: 64 | |
configure:12696: checking for bit size of sig_atomic_t | |
configure:12702: clang -o conftest -g -O2 conftest.c >&5 | |
configure:12702: $? = 0 | |
configure:12702: ./conftest | |
configure:12702: $? = 0 | |
configure:12724: result: 32 | |
configure:12696: checking for bit size of wchar_t | |
configure:12702: clang -o conftest -g -O2 conftest.c >&5 | |
configure:12702: $? = 0 | |
configure:12702: ./conftest | |
configure:12702: $? = 0 | |
configure:12724: result: 32 | |
configure:12696: checking for bit size of wint_t | |
configure:12702: clang -o conftest -g -O2 conftest.c >&5 | |
configure:12702: $? = 0 | |
configure:12702: ./conftest | |
configure:12702: $? = 0 | |
configure:12724: result: 32 | |
configure:12740: checking whether sig_atomic_t is signed | |
configure:12768: clang -c -g -O2 conftest.c >&5 | |
configure:12768: $? = 0 | |
configure:12779: result: yes | |
configure:12740: checking whether wchar_t is signed | |
configure:12768: clang -c -g -O2 conftest.c >&5 | |
configure:12768: $? = 0 | |
configure:12779: result: yes | |
configure:12740: checking whether wint_t is signed | |
configure:12768: clang -c -g -O2 conftest.c >&5 | |
configure:12768: $? = 0 | |
configure:12779: result: yes | |
configure:12799: checking for ptrdiff_t integer literal suffix | |
configure:12846: clang -c -g -O2 conftest.c >&5 | |
conftest.c:134:26: error: redeclaration of 'foo' with a different type: 'int' vs 'ptrdiff_t' (aka 'long') | |
extern int foo; | |
^ | |
conftest.c:133:32: note: previous declaration is here | |
extern ptrdiff_t foo; | |
^ | |
1 error generated. | |
configure:12846: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| /* end confdefs.h. */ | |
| | |
| /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be | |
| included before <wchar.h>. */ | |
| #include <stddef.h> | |
| #include <signal.h> | |
| #if HAVE_WCHAR_H | |
| # include <stdio.h> | |
| # include <time.h> | |
| # include <wchar.h> | |
| #endif | |
| | |
| extern ptrdiff_t foo; | |
| extern int foo; | |
| int | |
| main (void) | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:12846: clang -c -g -O2 conftest.c >&5 | |
configure:12846: $? = 0 | |
configure:12856: result: l | |
configure:12799: checking for size_t integer literal suffix | |
configure:12846: clang -c -g -O2 conftest.c >&5 | |
conftest.c:135:35: error: redeclaration of 'foo' with a different type: 'unsigned int' vs 'size_t' (aka 'unsigned long') | |
extern unsigned int foo; | |
^ | |
conftest.c:134:29: note: previous declaration is here | |
extern size_t foo; | |
^ | |
1 error generated. | |
configure:12846: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| /* end confdefs.h. */ | |
| | |
| /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be | |
| included before <wchar.h>. */ | |
| #include <stddef.h> | |
| #include <signal.h> | |
| #if HAVE_WCHAR_H | |
| # include <stdio.h> | |
| # include <time.h> | |
| # include <wchar.h> | |
| #endif | |
| | |
| extern size_t foo; | |
| extern unsigned int foo; | |
| int | |
| main (void) | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:12846: clang -c -g -O2 conftest.c >&5 | |
configure:12846: $? = 0 | |
configure:12856: result: ul | |
configure:12871: checking for sig_atomic_t integer literal suffix | |
configure:12918: clang -c -g -O2 conftest.c >&5 | |
configure:12918: $? = 0 | |
configure:12928: result: | |
configure:12871: checking for wchar_t integer literal suffix | |
configure:12918: clang -c -g -O2 conftest.c >&5 | |
configure:12918: $? = 0 | |
configure:12928: result: | |
configure:12871: checking for wint_t integer literal suffix | |
configure:12918: clang -c -g -O2 conftest.c >&5 | |
configure:12918: $? = 0 | |
configure:12928: result: | |
configure:13094: checking whether imaxabs is declared without a macro | |
configure:13113: clang -c -g -O2 conftest.c >&5 | |
configure:13113: $? = 0 | |
configure:13122: result: yes | |
configure:13094: checking whether imaxdiv is declared without a macro | |
configure:13113: clang -c -g -O2 conftest.c >&5 | |
configure:13113: $? = 0 | |
configure:13122: result: yes | |
configure:13094: checking whether strtoimax is declared without a macro | |
configure:13113: clang -c -g -O2 conftest.c >&5 | |
configure:13113: $? = 0 | |
configure:13122: result: yes | |
configure:13094: checking whether strtoumax is declared without a macro | |
configure:13113: clang -c -g -O2 conftest.c >&5 | |
configure:13113: $? = 0 | |
configure:13122: result: yes | |
configure:13136: checking for inttypes.h | |
configure:13136: result: yes | |
configure:13144: checking whether the inttypes.h PRIxNN macros are broken | |
configure:13167: clang -c -g -O2 conftest.c >&5 | |
configure:13167: $? = 0 | |
configure:13176: result: no | |
configure:13340: checking whether iswcntrl works | |
configure:13387: clang -o conftest -g -O2 conftest.c >&5 | |
configure:13387: $? = 0 | |
configure:13387: ./conftest | |
configure:13387: $? = 0 | |
configure:13399: result: yes | |
configure:13421: checking for towlower | |
configure:13421: clang -o conftest -g -O2 conftest.c >&5 | |
configure:13421: $? = 0 | |
configure:13421: result: yes | |
configure:13466: checking for wctype_t | |
configure:13495: clang -c -g -O2 conftest.c >&5 | |
configure:13495: $? = 0 | |
configure:13504: result: yes | |
configure:13510: checking for wctrans_t | |
configure:13537: clang -c -g -O2 conftest.c >&5 | |
configure:13537: $? = 0 | |
configure:13546: result: yes | |
configure:13555: checking whether wctype is declared without a macro | |
configure:13585: clang -c -g -O2 conftest.c >&5 | |
configure:13585: $? = 0 | |
configure:13594: result: yes | |
configure:13555: checking whether iswctype is declared without a macro | |
configure:13585: clang -c -g -O2 conftest.c >&5 | |
configure:13585: $? = 0 | |
configure:13594: result: yes | |
configure:13555: checking whether wctrans is declared without a macro | |
configure:13585: clang -c -g -O2 conftest.c >&5 | |
configure:13585: $? = 0 | |
configure:13594: result: yes | |
configure:13555: checking whether towctrans is declared without a macro | |
configure:13585: clang -c -g -O2 conftest.c >&5 | |
configure:13585: $? = 0 | |
configure:13594: result: yes | |
configure:13623: checking whether getc_unlocked is declared | |
configure:13623: clang -c -g -O2 conftest.c >&5 | |
configure:13623: $? = 0 | |
configure:13623: result: yes | |
configure:13635: checking whether we are using the GNU C Library >= 2.1 or uClibc | |
conftest.c:139:10: fatal error: 'features.h' file not found | |
#include <features.h> | |
^ | |
1 error generated. | |
configure:13667: result: no | |
configure:13689: checking for wchar_t | |
configure:13707: clang -c -g -O2 conftest.c >&5 | |
configure:13707: $? = 0 | |
configure:13715: result: yes | |
configure:13727: checking for max_align_t | |
configure:13727: clang -c -g -O2 conftest.c >&5 | |
configure:13727: $? = 0 | |
configure:13727: clang -c -g -O2 conftest.c >&5 | |
conftest.c:145:26: error: expected expression | |
if (sizeof ((max_align_t))) | |
^ | |
1 error generated. | |
configure:13727: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| | |
| | |
| int | |
| main (void) | |
| { | |
| if (sizeof ((max_align_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:13727: result: yes | |
configure:13741: checking whether NULL can be used in arbitrary expressions | |
configure:13760: clang -c -g -O2 conftest.c >&5 | |
configure:13760: $? = 0 | |
configure:13768: result: yes | |
configure:13871: checking whether imported symbols can be declared weak | |
configure:13890: clang -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_xyzzy", referenced from: | |
_main in conftest-dc6bd5.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:13890: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| /* end confdefs.h. */ | |
| extern void xyzzy (); | |
| #pragma weak xyzzy | |
| int | |
| main (void) | |
| { | |
| xyzzy(); | |
| ; | |
| return 0; | |
| } | |
configure:13940: result: no | |
configure:13945: checking for pthread.h | |
configure:13945: clang -c -g -O2 conftest.c >&5 | |
configure:13945: $? = 0 | |
configure:13945: result: yes | |
configure:13983: clang -o conftest -g -O2 conftest.c >&5 | |
configure:13983: $? = 0 | |
configure:14000: checking for pthread_kill in -lpthread | |
configure:14026: clang -o conftest -g -O2 conftest.c -lpthread >&5 | |
configure:14026: $? = 0 | |
configure:14036: result: yes | |
configure:14792: checking for multithread API to use | |
configure:14794: result: posix | |
configure:14908: checking for a sed that does not truncate output | |
configure:14978: result: /usr/local/Homebrew/Library/Homebrew/shims/super/sed | |
configure:15068: checking whether malloc, realloc, calloc are POSIX compliant | |
configure:15089: clang -c -g -O2 conftest.c >&5 | |
configure:15089: $? = 0 | |
configure:15098: result: yes | |
configure:15103: checking for stdlib.h | |
configure:15103: clang -c -g -O2 conftest.c >&5 | |
configure:15103: $? = 0 | |
configure:15103: result: yes | |
configure:15110: checking for GNU libc compatible malloc | |
configure:15148: clang -o conftest -g -O2 conftest.c >&5 | |
configure:15148: $? = 0 | |
configure:15148: ./conftest | |
configure:15148: $? = 0 | |
configure:15160: result: yes | |
configure:15186: checking for a traditional japanese locale | |
configure:15257: clang -o conftest -g -O2 conftest.c >&5 | |
configure:15260: $? = 0 | |
configure:15318: result: ja_JP.eucJP | |
configure:15326: checking for a transitional chinese locale | |
configure:15398: clang -o conftest -g -O2 conftest.c >&5 | |
configure:15401: $? = 0 | |
configure:15452: result: zh_CN.GB18030 | |
configure:15459: checking for a french Unicode locale | |
configure:15532: clang -o conftest -g -O2 conftest.c >&5 | |
configure:15535: $? = 0 | |
configure:15581: result: fr_FR.UTF-8 | |
configure:15612: checking whether mbrtowc handles incomplete characters | |
configure:15659: clang -o conftest -g -O2 conftest.c >&5 | |
configure:15659: $? = 0 | |
configure:15659: ./conftest | |
configure:15659: $? = 0 | |
configure:15672: result: yes | |
configure:15678: checking whether mbrtowc works as well as mbtowc | |
configure:15729: clang -o conftest -g -O2 conftest.c >&5 | |
configure:15729: $? = 0 | |
configure:15729: ./conftest | |
configure:15729: $? = 0 | |
configure:15742: result: yes | |
configure:15798: checking whether mbrtowc handles a NULL pwc argument | |
configure:15859: clang -o conftest -g -O2 conftest.c >&5 | |
configure:15859: $? = 0 | |
configure:15859: ./conftest | |
configure:15859: $? = 0 | |
configure:15872: result: yes | |
configure:15878: checking whether mbrtowc handles a NULL string argument | |
configure:15927: clang -o conftest -g -O2 conftest.c >&5 | |
configure:15927: $? = 0 | |
configure:15927: ./conftest | |
configure:15927: $? = 0 | |
configure:15940: result: yes | |
configure:15948: checking whether mbrtowc has a correct return value | |
configure:16065: clang -o conftest -g -O2 conftest.c >&5 | |
configure:16065: $? = 0 | |
configure:16065: ./conftest | |
configure:16065: $? = 0 | |
configure:16081: result: yes | |
configure:16087: checking whether mbrtowc returns 0 when parsing a NUL character | |
configure:16133: clang -o conftest -g -O2 conftest.c >&5 | |
configure:16133: $? = 0 | |
configure:16133: ./conftest | |
configure:16133: $? = 0 | |
configure:16146: result: yes | |
configure:16151: checking whether mbrtowc works on empty input | |
configure:16192: result: assume yes | |
configure:16196: checking whether the C locale is free of encoding errors | |
configure:16238: clang -o conftest -g -O2 conftest.c >&5 | |
configure:16238: $? = 0 | |
configure:16238: ./conftest | |
configure:16238: $? = 0 | |
configure:16249: result: yes | |
configure:16405: checking for mmap | |
configure:16405: clang -o conftest -g -O2 conftest.c >&5 | |
configure:16405: $? = 0 | |
configure:16405: result: yes | |
configure:16417: checking for MAP_ANONYMOUS | |
configure:16456: result: yes | |
configure:16490: checking whether memchr works | |
configure:16555: clang -o conftest -g -O2 conftest.c >&5 | |
configure:16555: $? = 0 | |
configure:16555: ./conftest | |
configure:16555: $? = 0 | |
configure:16566: result: yes | |
configure:16573: checking for C/C++ restrict keyword | |
configure:16601: clang -c -g -O2 conftest.c >&5 | |
configure:16601: $? = 0 | |
configure:16610: result: __restrict | |
configure:16622: checking whether memrchr is declared | |
configure:16622: clang -c -g -O2 conftest.c >&5 | |
conftest.c:174:10: error: use of undeclared identifier 'memrchr' | |
(void) memrchr; | |
^ | |
1 error generated. | |
configure:16622: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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 (void) | |
| { | |
| #ifndef memrchr | |
| #ifdef __cplusplus | |
| (void) memrchr; | |
| #else | |
| (void) memrchr; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:16622: result: no | |
configure:16637: checking whether <limits.h> defines MIN and MAX | |
configure:16655: clang -c -g -O2 conftest.c >&5 | |
conftest.c:147:21: warning: implicit declaration of function 'MIN' is invalid in C99 [-Wimplicit-function-declaration] | |
int x = MIN (42, 17); | |
^ | |
conftest.c:147:21: error: initializer element is not a compile-time constant | |
int x = MIN (42, 17); | |
^~~~~~~~~~~~ | |
1 warning and 1 error generated. | |
configure:16655: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| /* end confdefs.h. */ | |
| #include <limits.h> | |
| int x = MIN (42, 17); | |
| int | |
| main (void) | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:16663: result: no | |
configure:16676: checking whether <sys/param.h> defines MIN and MAX | |
configure:16694: clang -c -g -O2 conftest.c >&5 | |
configure:16694: $? = 0 | |
configure:16702: result: yes | |
configure:16722: checking whether alarm is declared | |
configure:16722: clang -c -g -O2 conftest.c >&5 | |
configure:16722: $? = 0 | |
configure:16722: result: yes | |
configure:16739: checking for ssize_t | |
configure:16757: clang -c -g -O2 conftest.c >&5 | |
configure:16757: $? = 0 | |
configure:16765: result: yes | |
configure:16773: checking for stdbool.h that conforms to C99 | |
configure:16849: clang -c -g -O2 conftest.c >&5 | |
conftest.c:205:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
bool e = &s; | |
~ ^ | |
conftest.c:209:23: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | |
~^ | |
conftest.c:209:28: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | |
~^ | |
conftest.c:209:33: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | |
~^ | |
conftest.c:209:38: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | |
~^ | |
conftest.c:209:48: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | |
~^ | |
conftest.c:209:53: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | |
~^ | |
conftest.c:209:58: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | |
~^ | |
conftest.c:209:63: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | |
~^ | |
conftest.c:210:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
~^ | |
conftest.c:210:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
~^ | |
conftest.c:210:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion] | |
~^ | |
12 warnings generated. | |
configure:16849: $? = 0 | |
configure:16857: result: yes | |
configure:16859: checking for _Bool | |
configure:16859: clang -c -g -O2 conftest.c >&5 | |
configure:16859: $? = 0 | |
configure:16859: clang -c -g -O2 conftest.c >&5 | |
conftest.c:173:20: error: expected expression | |
if (sizeof ((_Bool))) | |
^ | |
1 error generated. | |
configure:16859: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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 (void) | |
| { | |
| if (sizeof ((_Bool))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:16859: result: yes | |
configure:16978: checking whether strdup is declared | |
configure:16978: clang -c -g -O2 conftest.c >&5 | |
configure:16978: $? = 0 | |
configure:16978: result: yes | |
configure:16991: checking whether strerror(0) succeeds | |
configure:17028: clang -o conftest -g -O2 conftest.c >&5 | |
configure:17028: $? = 0 | |
configure:17028: ./conftest | |
configure:17028: $? = 4 | |
configure: program exited with status 4 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| /* end confdefs.h. */ | |
| #include <string.h> | |
| #include <errno.h> | |
| | |
| int | |
| main (void) | |
| { | |
| int result = 0; | |
| char *str; | |
| errno = 0; | |
| str = strerror (0); | |
| if (!*str) result |= 1; | |
| if (errno) result |= 2; | |
| if (strstr (str, "nknown") || strstr (str, "ndefined")) | |
| result |= 4; | |
| return result; | |
| ; | |
| return 0; | |
| } | |
configure:17040: result: no | |
configure:17131: checking whether ffsl is declared without a macro | |
configure:17150: clang -c -g -O2 conftest.c >&5 | |
configure:17150: $? = 0 | |
configure:17159: result: yes | |
configure:17131: checking whether ffsll is declared without a macro | |
configure:17150: clang -c -g -O2 conftest.c >&5 | |
configure:17150: $? = 0 | |
configure:17159: result: yes | |
configure:17131: checking whether memmem is declared without a macro | |
configure:17150: clang -c -g -O2 conftest.c >&5 | |
configure:17150: $? = 0 | |
configure:17159: result: yes | |
configure:17131: checking whether mempcpy is declared without a macro | |
configure:17150: clang -c -g -O2 conftest.c >&5 | |
conftest.c:160:10: error: use of undeclared identifier 'mempcpy' | |
(void) mempcpy; | |
^ | |
1 error generated. | |
configure:17150: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| /* end confdefs.h. */ | |
| #include <string.h> | |
| | |
| int | |
| main (void) | |
| { | |
| #undef mempcpy | |
| (void) mempcpy; | |
| ; | |
| return 0; | |
| } | |
configure:17159: result: no | |
configure:17131: checking whether memrchr is declared without a macro | |
configure:17150: clang -c -g -O2 conftest.c >&5 | |
conftest.c:160:10: error: use of undeclared identifier 'memrchr' | |
(void) memrchr; | |
^ | |
1 error generated. | |
configure:17150: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| /* end confdefs.h. */ | |
| #include <string.h> | |
| | |
| int | |
| main (void) | |
| { | |
| #undef memrchr | |
| (void) memrchr; | |
| ; | |
| return 0; | |
| } | |
configure:17159: result: no | |
configure:17131: checking whether rawmemchr is declared without a macro | |
configure:17150: clang -c -g -O2 conftest.c >&5 | |
conftest.c:160:10: error: use of undeclared identifier 'rawmemchr' | |
(void) rawmemchr; | |
^ | |
1 error generated. | |
configure:17150: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| /* end confdefs.h. */ | |
| #include <string.h> | |
| | |
| int | |
| main (void) | |
| { | |
| #undef rawmemchr | |
| (void) rawmemchr; | |
| ; | |
| return 0; | |
| } | |
configure:17159: result: no | |
configure:17131: checking whether stpcpy is declared without a macro | |
configure:17150: clang -c -g -O2 conftest.c >&5 | |
configure:17150: $? = 0 | |
configure:17159: result: yes | |
configure:17131: checking whether stpncpy is declared without a macro | |
configure:17150: clang -c -g -O2 conftest.c >&5 | |
configure:17150: $? = 0 | |
configure:17159: result: yes | |
configure:17131: checking whether strchrnul is declared without a macro | |
configure:17150: clang -c -g -O2 conftest.c >&5 | |
conftest.c:162:10: error: use of undeclared identifier 'strchrnul' | |
(void) strchrnul; | |
^ | |
1 error generated. | |
configure:17150: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| /* end confdefs.h. */ | |
| #include <string.h> | |
| | |
| int | |
| main (void) | |
| { | |
| #undef strchrnul | |
| (void) strchrnul; | |
| ; | |
| return 0; | |
| } | |
configure:17159: result: no | |
configure:17131: checking whether strdup is declared without a macro | |
configure:17150: clang -c -g -O2 conftest.c >&5 | |
configure:17150: $? = 0 | |
configure:17159: result: yes | |
configure:17131: checking whether strncat is declared without a macro | |
configure:17150: clang -c -g -O2 conftest.c >&5 | |
configure:17150: $? = 0 | |
configure:17159: result: yes | |
configure:17131: checking whether strndup is declared without a macro | |
configure:17150: clang -c -g -O2 conftest.c >&5 | |
configure:17150: $? = 0 | |
configure:17159: result: yes | |
configure:17131: checking whether strnlen is declared without a macro | |
configure:17150: clang -c -g -O2 conftest.c >&5 | |
configure:17150: $? = 0 | |
configure:17159: result: yes | |
configure:17131: checking whether strpbrk is declared without a macro | |
configure:17150: clang -c -g -O2 conftest.c >&5 | |
configure:17150: $? = 0 | |
configure:17159: result: yes | |
configure:17131: checking whether strsep is declared without a macro | |
configure:17150: clang -c -g -O2 conftest.c >&5 | |
configure:17150: $? = 0 | |
configure:17159: result: yes | |
configure:17131: checking whether strcasestr is declared without a macro | |
configure:17150: clang -c -g -O2 conftest.c >&5 | |
configure:17150: $? = 0 | |
configure:17159: result: yes | |
configure:17131: checking whether strtok_r is declared without a macro | |
configure:17150: clang -c -g -O2 conftest.c >&5 | |
configure:17150: $? = 0 | |
configure:17159: result: yes | |
configure:17131: checking whether strerror_r is declared without a macro | |
configure:17150: clang -c -g -O2 conftest.c >&5 | |
configure:17150: $? = 0 | |
configure:17159: result: yes | |
configure:17131: checking whether strsignal is declared without a macro | |
configure:17150: clang -c -g -O2 conftest.c >&5 | |
configure:17150: $? = 0 | |
configure:17159: result: yes | |
configure:17131: checking whether strverscmp is declared without a macro | |
configure:17150: clang -c -g -O2 conftest.c >&5 | |
conftest.c:172:10: error: use of undeclared identifier 'strverscmp' | |
(void) strverscmp; | |
^ | |
1 error generated. | |
configure:17150: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| /* end confdefs.h. */ | |
| #include <string.h> | |
| | |
| int | |
| main (void) | |
| { | |
| #undef strverscmp | |
| (void) strverscmp; | |
| ; | |
| return 0; | |
| } | |
configure:17159: result: no | |
configure:17173: checking whether strnlen is declared | |
configure:17173: result: yes | |
configure:17190: checking whether strstr works | |
configure:17245: clang -o conftest -g -O2 conftest.c >&5 | |
configure:17245: $? = 0 | |
configure:17245: ./conftest | |
configure:17245: $? = 0 | |
configure:17257: result: yes | |
configure:17273: checking whether strtoimax is declared | |
configure:17273: result: yes | |
configure:17290: checking whether strtoumax is declared | |
configure:17290: result: yes | |
configure:17343: checking for struct timespec in <time.h> | |
configure:17361: clang -c -g -O2 conftest.c >&5 | |
configure:17361: $? = 0 | |
configure:17369: result: yes | |
configure:17592: checking whether clearerr_unlocked is declared | |
configure:17592: clang -c -g -O2 conftest.c >&5 | |
configure:17592: $? = 0 | |
configure:17592: result: yes | |
configure:17604: checking whether feof_unlocked is declared | |
configure:17604: clang -c -g -O2 conftest.c >&5 | |
configure:17604: $? = 0 | |
configure:17604: result: yes | |
configure:17616: checking whether ferror_unlocked is declared | |
configure:17616: clang -c -g -O2 conftest.c >&5 | |
configure:17616: $? = 0 | |
configure:17616: result: yes | |
configure:17628: checking whether fflush_unlocked is declared | |
configure:17628: clang -c -g -O2 conftest.c >&5 | |
conftest.c:201:10: error: use of undeclared identifier 'fflush_unlocked' | |
(void) fflush_unlocked; | |
^ | |
1 error generated. | |
configure:17628: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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 (void) | |
| { | |
| #ifndef fflush_unlocked | |
| #ifdef __cplusplus | |
| (void) fflush_unlocked; | |
| #else | |
| (void) fflush_unlocked; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:17628: result: no | |
configure:17640: checking whether fgets_unlocked is declared | |
configure:17640: clang -c -g -O2 conftest.c >&5 | |
conftest.c:202:10: error: use of undeclared identifier 'fgets_unlocked' | |
(void) fgets_unlocked; | |
^ | |
1 error generated. | |
configure:17640: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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 (void) | |
| { | |
| #ifndef fgets_unlocked | |
| #ifdef __cplusplus | |
| (void) fgets_unlocked; | |
| #else | |
| (void) fgets_unlocked; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:17640: result: no | |
configure:17652: checking whether fputc_unlocked is declared | |
configure:17652: clang -c -g -O2 conftest.c >&5 | |
conftest.c:203:10: error: use of undeclared identifier 'fputc_unlocked' | |
(void) fputc_unlocked; | |
^ | |
1 error generated. | |
configure:17652: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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 (void) | |
| { | |
| #ifndef fputc_unlocked | |
| #ifdef __cplusplus | |
| (void) fputc_unlocked; | |
| #else | |
| (void) fputc_unlocked; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:17652: result: no | |
configure:17664: checking whether fputs_unlocked is declared | |
configure:17664: clang -c -g -O2 conftest.c >&5 | |
conftest.c:204:10: error: use of undeclared identifier 'fputs_unlocked' | |
(void) fputs_unlocked; | |
^ | |
1 error generated. | |
configure:17664: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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 (void) | |
| { | |
| #ifndef fputs_unlocked | |
| #ifdef __cplusplus | |
| (void) fputs_unlocked; | |
| #else | |
| (void) fputs_unlocked; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:17664: result: no | |
configure:17676: checking whether fread_unlocked is declared | |
configure:17676: clang -c -g -O2 conftest.c >&5 | |
conftest.c:205:10: error: use of undeclared identifier 'fread_unlocked' | |
(void) fread_unlocked; | |
^ | |
1 error generated. | |
configure:17676: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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 (void) | |
| { | |
| #ifndef fread_unlocked | |
| #ifdef __cplusplus | |
| (void) fread_unlocked; | |
| #else | |
| (void) fread_unlocked; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:17676: result: no | |
configure:17688: checking whether fwrite_unlocked is declared | |
configure:17688: clang -c -g -O2 conftest.c >&5 | |
conftest.c:206:10: error: use of undeclared identifier 'fwrite_unlocked' | |
(void) fwrite_unlocked; | |
^ | |
1 error generated. | |
configure:17688: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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 (void) | |
| { | |
| #ifndef fwrite_unlocked | |
| #ifdef __cplusplus | |
| (void) fwrite_unlocked; | |
| #else | |
| (void) fwrite_unlocked; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:17688: result: no | |
configure:17700: checking whether getchar_unlocked is declared | |
configure:17700: clang -c -g -O2 conftest.c >&5 | |
configure:17700: $? = 0 | |
configure:17700: result: yes | |
configure:17712: checking whether putc_unlocked is declared | |
configure:17712: clang -c -g -O2 conftest.c >&5 | |
configure:17712: $? = 0 | |
configure:17712: result: yes | |
configure:17724: checking whether putchar_unlocked is declared | |
configure:17724: clang -c -g -O2 conftest.c >&5 | |
configure:17724: $? = 0 | |
configure:17724: result: yes | |
configure:17783: checking if environ is properly declared | |
configure:17807: clang -c -g -O2 conftest.c >&5 | |
configure:17807: $? = 0 | |
configure:17816: result: no | |
configure:17829: checking for off_t | |
configure:17829: clang -c -g -O2 conftest.c >&5 | |
configure:17829: $? = 0 | |
configure:17829: clang -c -g -O2 conftest.c >&5 | |
conftest.c:206:20: error: expected expression | |
if (sizeof ((off_t))) | |
^ | |
1 error generated. | |
configure:17829: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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 (void) | |
| { | |
| if (sizeof ((off_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17829: result: yes | |
configure:17845: checking for LC_MESSAGES | |
configure:17862: clang -o conftest -g -O2 conftest.c >&5 | |
configure:17862: $? = 0 | |
configure:17871: result: yes | |
configure:17880: checking for CFPreferencesCopyAppValue | |
configure:17899: clang -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | |
conftest.c:186:37: warning: null passed to a callee that requires a non-null argument [-Wnonnull] | |
CFPreferencesCopyAppValue(NULL, NULL) | |
~~~~ ^ | |
conftest.c:186:37: warning: null passed to a callee that requires a non-null argument [-Wnonnull] | |
CFPreferencesCopyAppValue(NULL, NULL) | |
~~~~^ | |
2 warnings generated. | |
configure:17899: $? = 0 | |
configure:17909: result: yes | |
configure:17916: checking for CFLocaleCopyCurrent | |
configure:17935: clang -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | |
configure:17935: $? = 0 | |
configure:17945: result: yes | |
configure:17959: checking whether setenv is declared | |
configure:17959: clang -c -g -O2 conftest.c >&5 | |
configure:17959: $? = 0 | |
configure:17959: result: yes | |
configure:18004: checking for search.h | |
configure:18004: clang -c -g -O2 conftest.c >&5 | |
configure:18004: $? = 0 | |
configure:18004: result: yes | |
configure:18011: checking for tsearch | |
configure:18011: clang -o conftest -g -O2 conftest.c >&5 | |
configure:18011: $? = 0 | |
configure:18011: result: yes | |
configure:18037: checking whether snprintf returns a byte count as in C99 | |
configure:18109: clang -o conftest -g -O2 conftest.c >&5 | |
configure:18109: $? = 0 | |
configure:18109: ./conftest | |
configure:18109: $? = 0 | |
configure:18121: result: yes | |
configure:18125: checking whether snprintf is declared | |
configure:18125: clang -c -g -O2 conftest.c >&5 | |
configure:18125: $? = 0 | |
configure:18125: result: yes | |
configure:18137: checking whether unsetenv is declared | |
configure:18137: clang -c -g -O2 conftest.c >&5 | |
configure:18137: $? = 0 | |
configure:18137: result: yes | |
configure:18154: checking for inttypes.h | |
configure:18174: clang -c -g -O2 conftest.c >&5 | |
configure:18174: $? = 0 | |
configure:18182: result: yes | |
configure:18191: checking for stdint.h | |
configure:18209: clang -c -g -O2 conftest.c >&5 | |
configure:18209: $? = 0 | |
configure:18217: result: yes | |
configure:18228: checking for intmax_t | |
configure:18254: clang -c -g -O2 conftest.c >&5 | |
configure:18254: $? = 0 | |
configure:18262: result: yes | |
configure:18279: checking where to find the exponent in a 'double' | |
configure:18605: clang -o conftest -g -O2 conftest.c >&5 | |
configure:18605: $? = 0 | |
configure:18605: ./conftest | |
configure:18605: $? = 0 | |
configure:18618: result: word 1 bit 20 | |
configure:18638: checking for snprintf | |
configure:18638: result: yes | |
configure:18644: checking for strnlen | |
configure:18644: clang -o conftest -g -O2 conftest.c >&5 | |
configure:18644: $? = 0 | |
configure:18644: result: yes | |
configure:18650: checking for wcslen | |
configure:18650: clang -o conftest -g -O2 conftest.c >&5 | |
configure:18650: $? = 0 | |
configure:18650: result: yes | |
configure:18656: checking for wcsnlen | |
configure:18656: clang -o conftest -g -O2 conftest.c >&5 | |
configure:18656: $? = 0 | |
configure:18656: result: yes | |
configure:18662: checking for mbrtowc | |
configure:18662: result: yes | |
configure:18668: checking for wcrtomb | |
configure:18668: result: yes | |
configure:18675: checking whether _snprintf is declared | |
configure:18675: clang -c -g -O2 conftest.c >&5 | |
conftest.c:209:10: error: use of undeclared identifier '_snprintf' | |
(void) _snprintf; | |
^ | |
1 error generated. | |
configure:18675: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| | |
| int | |
| main (void) | |
| { | |
| #ifndef _snprintf | |
| #ifdef __cplusplus | |
| (void) _snprintf; | |
| #else | |
| (void) _snprintf; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:18675: result: no | |
configure:18727: checking for alloca as a compiler built-in | |
configure:18753: result: yes | |
configure:18777: checking whether to enable assertions | |
configure:18797: result: yes | |
configure:18829: checking whether btowc(0) is correct | |
configure:18866: clang -o conftest -g -O2 conftest.c >&5 | |
configure:18866: $? = 0 | |
configure:18866: ./conftest | |
configure:18866: $? = 0 | |
configure:18878: result: yes | |
configure:18881: checking whether btowc(EOF) is correct | |
configure:18922: clang -o conftest -g -O2 conftest.c >&5 | |
configure:18922: $? = 0 | |
configure:18922: ./conftest | |
configure:18922: $? = 0 | |
configure:18935: result: yes | |
configure:18979: checking for __builtin_expect | |
configure:18995: clang -o conftest -g -O2 conftest.c >&5 | |
configure:18995: $? = 0 | |
configure:19022: result: yes | |
configure:19050: checking whether this system has an arbitrary file name length limit | |
configure:19093: result: yes | |
configure:19214: checking for closedir | |
configure:19214: clang -o conftest -g -O2 conftest.c >&5 | |
configure:19214: $? = 0 | |
configure:19214: result: yes | |
configure:19399: checking whether isblank is declared without a macro | |
configure:19418: clang -c -g -O2 conftest.c >&5 | |
configure:19418: $? = 0 | |
configure:19427: result: yes | |
configure:19441: checking for d_ino member in directory struct | |
configure:19485: clang -o conftest -g -O2 conftest.c >&5 | |
configure:19485: $? = 0 | |
configure:19485: ./conftest | |
configure:19485: $? = 0 | |
configure:19496: result: yes | |
configure:19507: checking for d_type member in directory struct | |
configure:19527: clang -o conftest -g -O2 conftest.c >&5 | |
configure:19527: $? = 0 | |
configure:19538: result: yes | |
configure:19645: checking whether alphasort is declared without a macro | |
configure:19664: clang -c -g -O2 conftest.c >&5 | |
configure:19664: $? = 0 | |
configure:19673: result: yes | |
configure:19645: checking whether closedir is declared without a macro | |
configure:19664: clang -c -g -O2 conftest.c >&5 | |
configure:19664: $? = 0 | |
configure:19673: result: yes | |
configure:19645: checking whether dirfd is declared without a macro | |
configure:19664: clang -c -g -O2 conftest.c >&5 | |
configure:19664: $? = 0 | |
configure:19673: result: yes | |
configure:19645: checking whether fdopendir is declared without a macro | |
configure:19664: clang -c -g -O2 conftest.c >&5 | |
configure:19664: $? = 0 | |
configure:19673: result: yes | |
configure:19645: checking whether opendir is declared without a macro | |
configure:19664: clang -c -g -O2 conftest.c >&5 | |
configure:19664: $? = 0 | |
configure:19673: result: yes | |
configure:19645: checking whether readdir is declared without a macro | |
configure:19664: clang -c -g -O2 conftest.c >&5 | |
configure:19664: $? = 0 | |
configure:19673: result: yes | |
configure:19645: checking whether rewinddir is declared without a macro | |
configure:19664: clang -c -g -O2 conftest.c >&5 | |
configure:19664: $? = 0 | |
configure:19673: result: yes | |
configure:19645: checking whether scandir is declared without a macro | |
configure:19664: clang -c -g -O2 conftest.c >&5 | |
configure:19664: $? = 0 | |
configure:19673: result: yes | |
configure:19705: checking for dirfd | |
configure:19705: clang -o conftest -g -O2 conftest.c >&5 | |
configure:19705: $? = 0 | |
configure:19705: result: yes | |
configure:19712: checking whether dirfd is declared | |
configure:19712: result: yes | |
configure:19728: checking whether dirfd is a macro | |
configure:19753: result: no | |
configure:19850: checking whether // is distinct from / | |
configure:19880: result: no | |
configure:19914: checking whether dup works | |
configure:19941: clang -o conftest -g -O2 conftest.c >&5 | |
configure:19941: $? = 0 | |
configure:19941: ./conftest | |
configure:19941: $? = 0 | |
configure:19953: result: yes | |
configure:19999: checking whether dup2 works | |
configure:20089: clang -o conftest -g -O2 conftest.c >&5 | |
conftest.c:248:23: warning: comparison of 0 <= unsigned expression is always true [-Wtautological-compare] | |
&& 0 <= rlim.rlim_cur && rlim.rlim_cur <= INT_MAX | |
~ ^ ~~~~~~~~~~~~~ | |
1 warning generated. | |
configure:20089: $? = 0 | |
configure:20089: ./conftest | |
configure:20089: $? = 0 | |
configure:20101: result: yes | |
configure:20168: checking for error_at_line | |
configure:20185: clang -o conftest -g -O2 conftest.c >&5 | |
conftest.c:229:10: fatal error: 'error.h' file not found | |
#include <error.h> | |
^ | |
1 error generated. | |
configure:20185: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| /* end confdefs.h. */ | |
| #include <error.h> | |
| int | |
| main (void) | |
| { | |
| error_at_line (0, 0, "", 0, "an error occurred"); | |
| ; | |
| return 0; | |
| } | |
configure:20194: result: no | |
configure:20347: checking whether fcntl handles F_DUPFD correctly | |
configure:20407: clang -o conftest -g -O2 conftest.c >&5 | |
conftest.c:249:24: warning: comparison of 0 <= unsigned expression is always true [-Wtautological-compare] | |
&& 0 <= rlim.rlim_cur && rlim.rlim_cur <= INT_MAX | |
~ ^ ~~~~~~~~~~~~~ | |
1 warning generated. | |
configure:20407: $? = 0 | |
configure:20407: ./conftest | |
configure:20407: $? = 0 | |
configure:20418: result: yes | |
configure:20442: checking whether fcntl understands F_DUPFD_CLOEXEC | |
configure:20464: clang -c -g -O2 conftest.c >&5 | |
configure:20464: $? = 0 | |
configure:20483: clang -c -g -O2 conftest.c >&5 | |
configure:20483: $? = 0 | |
configure:20495: result: yes | |
configure:20658: checking whether fcntl is declared without a macro | |
configure:20677: clang -c -g -O2 conftest.c >&5 | |
configure:20677: $? = 0 | |
configure:20686: result: yes | |
configure:20658: checking whether openat is declared without a macro | |
configure:20677: clang -c -g -O2 conftest.c >&5 | |
configure:20677: $? = 0 | |
configure:20686: result: yes | |
configure:20712: checking whether fdopendir is declared | |
configure:20712: result: yes | |
configure:20741: checking whether fdopendir works | |
configure:20784: clang -o conftest -g -O2 conftest.c >&5 | |
configure:20784: $? = 0 | |
configure:20784: ./conftest | |
configure:20784: $? = 0 | |
configure:20795: result: yes | |
configure:20847: checking for flexible array member | |
configure:20876: clang -c -g -O2 conftest.c >&5 | |
configure:20876: $? = 0 | |
configure:20884: result: yes | |
configure:20905: checking for working POSIX fnmatch | |
configure:21008: clang -o conftest -g -O2 conftest.c >&5 | |
configure:21008: $? = 0 | |
configure:21008: ./conftest | |
configure:21008: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| /* end confdefs.h. */ | |
| #include <fnmatch.h> | |
| static int | |
| y (char const *pattern, char const *string, int flags) | |
| { | |
| return fnmatch (pattern, string, flags) == 0; | |
| } | |
| static int | |
| n (char const *pattern, char const *string, int flags) | |
| { | |
| return fnmatch (pattern, string, flags) == FNM_NOMATCH; | |
| } | |
| | |
| int | |
| main (void) | |
| { | |
| char const *Apat = 'A' < '\\' ? "[A-\\\\]" : "[\\\\-A]"; | |
| char const *apat = 'a' < '\\' ? "[a-\\\\]" : "[\\\\-a]"; | |
| static char const A_1[] = { 'A' - 1, 0 }; | |
| static char const A01[] = { 'A' + 1, 0 }; | |
| static char const a_1[] = { 'a' - 1, 0 }; | |
| static char const a01[] = { 'a' + 1, 0 }; | |
| static char const bs_1[] = { '\\' - 1, 0 }; | |
| static char const bs01[] = { '\\' + 1, 0 }; | |
| int result = 0; | |
| if (!n ("a*", "", 0)) | |
| return 1; | |
| if (!y ("a*", "abc", 0)) | |
| return 1; | |
| if (!y ("[/b", "[/b", 0)) /*"]]"*/ /* glibc Bugzilla bug 12378 */ | |
| return 1; | |
| if (!n ("d*/*1", "d/s/1", FNM_PATHNAME)) | |
| return 2; | |
| if (!y ("a\\bc", "abc", 0)) | |
| return 3; | |
| if (!n ("a\\bc", "abc", FNM_NOESCAPE)) | |
| return 3; | |
| if (!y ("*x", ".x", 0)) | |
| return 4; | |
| if (!n ("*x", ".x", FNM_PERIOD)) | |
| return 4; | |
| if (!y (Apat, "\\", 0)) | |
| return 5; | |
| if (!y (Apat, "A", 0)) | |
| return 5; | |
| if (!y (apat, "\\", 0)) | |
| return 5; | |
| if (!y (apat, "a", 0)) | |
| return 5; | |
| if (!(n (Apat, A_1, 0) == ('A' < '\\'))) | |
| return 5; | |
| if (!(n (apat, a_1, 0) == ('a' < '\\'))) | |
| return 5; | |
| if (!(y (Apat, A01, 0) == ('A' < '\\'))) | |
| return 5; | |
| if (!(y (apat, a01, 0) == ('a' < '\\'))) | |
| return 5; | |
| if (!(y (Apat, bs_1, 0) == ('A' < '\\'))) | |
| return 5; | |
| if (!(y (apat, bs_1, 0) == ('a' < '\\'))) | |
| return 5; | |
| if (!(n (Apat, bs01, 0) == ('A' < '\\'))) | |
| return 5; | |
| if (!(n (apat, bs01, 0) == ('a' < '\\'))) | |
| return 5; | |
| #if 0 | |
| if (!y ("xxXX", "xXxX", FNM_CASEFOLD)) | |
| result |= 8; | |
| if (!y ("a++(x|yy)b", "a+xyyyyxb", FNM_EXTMATCH)) | |
| result |= 16; | |
| if (!n ("d*/*1", "d/s/1", FNM_FILE_NAME)) | |
| result |= 32; | |
| if (!y ("*", "x", FNM_FILE_NAME | FNM_LEADING_DIR)) | |
| result |= 64; | |
| if (!y ("x*", "x/y/z", FNM_FILE_NAME | FNM_LEADING_DIR)) | |
| result |= 64; | |
| if (!y ("*c*", "c/x", FNM_FILE_NAME | FNM_LEADING_DIR)) | |
| result |= 64; | |
| #endif | |
| return result; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:21021: result: no | |
configure:21055: checking whether isblank is declared | |
configure:21055: result: yes | |
configure:21117: checking for __fpending | |
configure:21135: clang -o conftest -g -O2 conftest.c >&5 | |
conftest.c:249:10: warning: implicit declaration of function '__fpending' is invalid in C99 [-Wimplicit-function-declaration] | |
return ! __fpending (stdin); | |
^ | |
1 warning generated. | |
Undefined symbols for architecture x86_64: | |
"___fpending", referenced from: | |
_main in conftest-eef2be.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:21135: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <stdio.h> | |
| #if HAVE_STDIO_EXT_H | |
| # include <stdio_ext.h> | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| return ! __fpending (stdin); | |
| ; | |
| return 0; | |
| } | |
configure:21145: result: no | |
configure:21263: checking whether fstatat (..., 0) works | |
configure:21290: clang -o conftest -g -O2 conftest.c >&5 | |
configure:21290: $? = 0 | |
configure:21290: ./conftest | |
configure:21290: $? = 0 | |
configure:21302: result: yes | |
configure:21389: checking for struct statfs.f_type | |
configure:21389: clang -c -g -O2 conftest.c >&5 | |
conftest.c:265:15: fatal error: 'sys/vfs.h' file not found | |
#include <sys/vfs.h> | |
^ | |
1 error generated. | |
configure:21389: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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/vfs.h> | |
| | |
| int | |
| main (void) | |
| { | |
| static struct statfs ac_aggr; | |
| if (ac_aggr.f_type) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:21389: clang -c -g -O2 conftest.c >&5 | |
conftest.c:265:15: fatal error: 'sys/vfs.h' file not found | |
#include <sys/vfs.h> | |
^ | |
1 error generated. | |
configure:21389: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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/vfs.h> | |
| | |
| int | |
| main (void) | |
| { | |
| static struct statfs ac_aggr; | |
| if (sizeof ac_aggr.f_type) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:21389: result: no | |
configure:21473: checking whether getdtablesize works | |
configure:21504: clang -o conftest -g -O2 conftest.c >&5 | |
configure:21504: $? = 0 | |
configure:21504: ./conftest | |
configure:21504: $? = 0 | |
configure:21516: result: yes | |
configure:21621: checking for getpagesize | |
configure:21621: clang -o conftest -g -O2 conftest.c >&5 | |
configure:21621: $? = 0 | |
configure:21621: result: yes | |
configure:21656: checking whether getpagesize is declared | |
configure:21656: clang -c -g -O2 conftest.c >&5 | |
configure:21656: $? = 0 | |
configure:21656: result: yes | |
configure:21705: checking whether program_invocation_name is declared | |
configure:21705: clang -c -g -O2 conftest.c >&5 | |
conftest.c:257:10: error: use of undeclared identifier 'program_invocation_name' | |
(void) program_invocation_name; | |
^ | |
1 error generated. | |
configure:21705: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| #define GNULIB_TEST_GETCWD 1 | |
| #define GNULIB_TEST_GETDTABLESIZE 1 | |
| #define __GETOPT_PREFIX rpl_ | |
| #define HAVE_GETPAGESIZE 1 | |
| #define GNULIB_TEST_GETPAGESIZE 1 | |
| /* end confdefs.h. */ | |
| #include <errno.h> | |
| | |
| int | |
| main (void) | |
| { | |
| #ifndef program_invocation_name | |
| #ifdef __cplusplus | |
| (void) program_invocation_name; | |
| #else | |
| (void) program_invocation_name; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:21705: result: no | |
configure:21720: checking whether program_invocation_short_name is declared | |
configure:21720: clang -c -g -O2 conftest.c >&5 | |
conftest.c:258:10: error: use of undeclared identifier 'program_invocation_short_name' | |
(void) program_invocation_short_name; | |
^ | |
1 error generated. | |
configure:21720: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| #define GNULIB_TEST_GETCWD 1 | |
| #define GNULIB_TEST_GETDTABLESIZE 1 | |
| #define __GETOPT_PREFIX rpl_ | |
| #define HAVE_GETPAGESIZE 1 | |
| #define GNULIB_TEST_GETPAGESIZE 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | |
| /* end confdefs.h. */ | |
| #include <errno.h> | |
| | |
| int | |
| main (void) | |
| { | |
| #ifndef program_invocation_short_name | |
| #ifdef __cplusplus | |
| (void) program_invocation_short_name; | |
| #else | |
| (void) program_invocation_short_name; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:21720: result: no | |
configure:21735: checking whether __argv is declared | |
configure:21735: clang -c -g -O2 conftest.c >&5 | |
conftest.c:259:10: error: use of undeclared identifier '__argv' | |
(void) __argv; | |
^ | |
1 error generated. | |
configure:21735: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| #define GNULIB_TEST_GETCWD 1 | |
| #define GNULIB_TEST_GETDTABLESIZE 1 | |
| #define __GETOPT_PREFIX rpl_ | |
| #define HAVE_GETPAGESIZE 1 | |
| #define GNULIB_TEST_GETPAGESIZE 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| /* end confdefs.h. */ | |
| #include <stdlib.h> | |
| | |
| int | |
| main (void) | |
| { | |
| #ifndef __argv | |
| #ifdef __cplusplus | |
| (void) __argv; | |
| #else | |
| (void) __argv; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:21735: result: no | |
configure:21755: checking whether __progname is defined in default libraries | |
configure:21775: clang -o conftest -g -O2 conftest.c >&5 | |
configure:21775: $? = 0 | |
configure:21785: result: yes | |
configure:22014: checking whether the compiler generally respects inline | |
configure:22036: clang -c -g -O2 conftest.c >&5 | |
configure:22036: $? = 0 | |
configure:22046: result: yes | |
configure:22094: checking whether INT32_MAX < INTMAX_MAX | |
configure:22129: clang -c -g -O2 conftest.c >&5 | |
configure:22129: $? = 0 | |
configure:22137: result: yes | |
configure:22148: checking whether INT64_MAX == LONG_MAX | |
configure:22183: clang -c -g -O2 conftest.c >&5 | |
configure:22183: $? = 0 | |
configure:22191: result: yes | |
configure:22204: checking whether UINT32_MAX < UINTMAX_MAX | |
configure:22239: clang -c -g -O2 conftest.c >&5 | |
configure:22239: $? = 0 | |
configure:22247: result: yes | |
configure:22258: checking whether UINT64_MAX == ULONG_MAX | |
configure:22293: clang -c -g -O2 conftest.c >&5 | |
configure:22293: $? = 0 | |
configure:22301: result: yes | |
configure:22398: checking whether iswblank is declared | |
configure:22398: clang -c -g -O2 conftest.c >&5 | |
configure:22398: $? = 0 | |
configure:22398: result: yes | |
configure:22600: checking whether langinfo.h defines CODESET | |
configure:22619: clang -c -g -O2 conftest.c >&5 | |
configure:22619: $? = 0 | |
configure:22628: result: yes | |
configure:22633: checking whether langinfo.h defines T_FMT_AMPM | |
configure:22652: clang -c -g -O2 conftest.c >&5 | |
configure:22652: $? = 0 | |
configure:22661: result: yes | |
configure:22666: checking whether langinfo.h defines ERA | |
configure:22685: clang -c -g -O2 conftest.c >&5 | |
configure:22685: $? = 0 | |
configure:22694: result: yes | |
configure:22699: checking whether langinfo.h defines YESEXPR | |
configure:22718: clang -c -g -O2 conftest.c >&5 | |
configure:22718: $? = 0 | |
configure:22727: result: yes | |
configure:22744: checking whether nl_langinfo is declared without a macro | |
configure:22763: clang -c -g -O2 conftest.c >&5 | |
configure:22763: $? = 0 | |
configure:22772: result: yes | |
configure:22819: checking whether locale.h conforms to POSIX:2001 | |
configure:22838: clang -c -g -O2 conftest.c >&5 | |
configure:22838: $? = 0 | |
configure:22846: result: yes | |
configure:22858: checking whether locale.h defines locale_t | |
configure:22876: clang -c -g -O2 conftest.c >&5 | |
conftest.c:259:15: error: unknown type name 'locale_t' | |
locale_t x; | |
^ | |
1 error generated. | |
configure:22876: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| #define GNULIB_TEST_GETCWD 1 | |
| #define GNULIB_TEST_GETDTABLESIZE 1 | |
| #define __GETOPT_PREFIX rpl_ | |
| #define HAVE_GETPAGESIZE 1 | |
| #define GNULIB_TEST_GETPAGESIZE 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| #define HAVE_DECL___ARGV 0 | |
| #define HAVE_VAR___PROGNAME 1 | |
| #define HAVE_INLINE 1 | |
| #define GNULIB_TEST_ISATTY 1 | |
| #define HAVE_DECL_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_NL_LANGINFO 1 | |
| /* end confdefs.h. */ | |
| #include <locale.h> | |
| locale_t x; | |
| int | |
| main (void) | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:22885: result: no | |
configure:22898: checking whether struct lconv is properly defined | |
configure:22918: clang -c -g -O2 conftest.c >&5 | |
configure:22918: $? = 0 | |
configure:22927: result: yes | |
configure:23009: checking whether setlocale is declared without a macro | |
configure:23032: clang -c -g -O2 conftest.c >&5 | |
configure:23032: $? = 0 | |
configure:23041: result: yes | |
configure:23009: checking whether duplocale is declared without a macro | |
configure:23032: clang -c -g -O2 conftest.c >&5 | |
configure:23032: $? = 0 | |
configure:23041: result: yes | |
configure:23107: checking for pthread_rwlock_t | |
configure:23107: clang -c -g -O2 conftest.c >&5 | |
configure:23107: $? = 0 | |
configure:23107: clang -c -g -O2 conftest.c >&5 | |
conftest.c:266:31: error: expected expression | |
if (sizeof ((pthread_rwlock_t))) | |
^ | |
1 error generated. | |
configure:23107: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| #define GNULIB_TEST_GETCWD 1 | |
| #define GNULIB_TEST_GETDTABLESIZE 1 | |
| #define __GETOPT_PREFIX rpl_ | |
| #define HAVE_GETPAGESIZE 1 | |
| #define GNULIB_TEST_GETPAGESIZE 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| #define HAVE_DECL___ARGV 0 | |
| #define HAVE_VAR___PROGNAME 1 | |
| #define HAVE_INLINE 1 | |
| #define GNULIB_TEST_ISATTY 1 | |
| #define HAVE_DECL_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_NL_LANGINFO 1 | |
| #define HAVE_RAW_DECL_SETLOCALE 1 | |
| #define HAVE_RAW_DECL_DUPLOCALE 1 | |
| #define GNULIB_TEST_LOCALECONV 1 | |
| /* end confdefs.h. */ | |
| #include <pthread.h> | |
| | |
| int | |
| main (void) | |
| { | |
| if (sizeof ((pthread_rwlock_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:23107: result: yes | |
configure:23120: checking whether pthread_rwlock_rdlock prefers a writer to a reader | |
configure:23247: clang -o conftest -g -O2 conftest.c -lpthread >&5 | |
configure:23247: $? = 0 | |
configure:23247: ./conftest | |
configure:23247: $? = 0 | |
configure:23260: result: yes | |
configure:23294: clang -c -g -O2 conftest.c >&5 | |
configure:23294: $? = 0 | |
configure:23321: checking whether lseek detects pipes | |
configure:23355: clang -o conftest -g -O2 conftest.c >&5 | |
configure:23355: $? = 0 | |
configure:23392: result: yes | |
configure:23486: checking for stdlib.h | |
configure:23486: result: yes | |
configure:23493: checking for GNU libc compatible malloc | |
configure:23543: result: yes | |
configure:23723: checking whether mbrtowc handles incomplete characters | |
configure:23783: result: yes | |
configure:23789: checking whether mbrtowc works as well as mbtowc | |
configure:23853: result: yes | |
configure:23909: checking whether mbrtowc handles a NULL pwc argument | |
configure:23983: result: yes | |
configure:23989: checking whether mbrtowc handles a NULL string argument | |
configure:24051: result: yes | |
configure:24059: checking whether mbrtowc has a correct return value | |
configure:24192: result: yes | |
configure:24198: checking whether mbrtowc returns 0 when parsing a NUL character | |
configure:24257: result: yes | |
configure:24262: checking whether mbrtowc works on empty input | |
configure:24303: result: assume yes | |
configure:24307: checking whether the C locale is free of encoding errors | |
configure:24360: result: yes | |
configure:24486: checking whether mbrtowc handles incomplete characters | |
configure:24546: result: yes | |
configure:24552: checking whether mbrtowc works as well as mbtowc | |
configure:24616: result: yes | |
configure:24761: checking whether mbrtowc handles incomplete characters | |
configure:24821: result: yes | |
configure:24827: checking whether mbrtowc works as well as mbtowc | |
configure:24891: result: yes | |
configure:24950: checking whether mbsrtowcs works | |
configure:25044: clang -o conftest -g -O2 conftest.c >&5 | |
configure:25044: $? = 0 | |
configure:25044: ./conftest | |
configure:25044: $? = 0 | |
configure:25057: result: yes | |
configure:25206: checking for mempcpy | |
configure:25206: result: no | |
configure:25262: checking for memrchr | |
configure:25262: clang -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_memrchr", referenced from: | |
_main in conftest-02def5.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:25262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| #define GNULIB_TEST_GETCWD 1 | |
| #define GNULIB_TEST_GETDTABLESIZE 1 | |
| #define __GETOPT_PREFIX rpl_ | |
| #define HAVE_GETPAGESIZE 1 | |
| #define GNULIB_TEST_GETPAGESIZE 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| #define HAVE_DECL___ARGV 0 | |
| #define HAVE_VAR___PROGNAME 1 | |
| #define HAVE_INLINE 1 | |
| #define GNULIB_TEST_ISATTY 1 | |
| #define HAVE_DECL_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_NL_LANGINFO 1 | |
| #define HAVE_RAW_DECL_SETLOCALE 1 | |
| #define HAVE_RAW_DECL_DUPLOCALE 1 | |
| #define GNULIB_TEST_LOCALECONV 1 | |
| #define HAVE_PTHREAD_RWLOCK 1 | |
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1 | |
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | |
| #define GNULIB_LOCK 1 | |
| #define GNULIB_TEST_LSEEK 1 | |
| #define GNULIB_TEST_LSTAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC_GNU 1 | |
| #define GNULIB_MALLOC_GNU 1 | |
| #define HAVE_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MBRLEN 1 | |
| #define GNULIB_TEST_MBRTOWC 1 | |
| #define GNULIB_TEST_MBSCASECMP 1 | |
| #define GNULIB_TEST_MBSINIT 1 | |
| #define GNULIB_TEST_MBSLEN 1 | |
| #define GNULIB_TEST_MBSRTOWCS 1 | |
| #define GNULIB_TEST_MBSSTR 1 | |
| #define GNULIB_TEST_MBTOWC 1 | |
| #define GNULIB_TEST_MEMCHR 1 | |
| #define GNULIB_TEST_MEMPCPY 1 | |
| /* end confdefs.h. */ | |
| /* Define memrchr to an innocuous variant, in case <limits.h> declares memrchr. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define memrchr innocuous_memrchr | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char memrchr (); below. */ | |
| | |
| #include <limits.h> | |
| #undef memrchr | |
| | |
| /* 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 memrchr (); | |
| /* 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_memrchr || defined __stub___memrchr | |
| choke me | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| return memrchr (); | |
| ; | |
| return 0; | |
| } | |
configure:25262: result: no | |
configure:25345: checking whether YESEXPR works | |
configure:25375: clang -o conftest -g -O2 conftest.c >&5 | |
configure:25375: $? = 0 | |
configure:25375: ./conftest | |
configure:25375: $? = 0 | |
configure:25387: result: yes | |
configure:25448: checking for obstacks that work with any size object | |
configure:25473: clang -o conftest -g -O2 conftest.c >&5 | |
conftest.c:286:10: fatal error: 'obstack.h' file not found | |
#include "obstack.h" | |
^ | |
1 error generated. | |
configure:25473: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| #define GNULIB_TEST_GETCWD 1 | |
| #define GNULIB_TEST_GETDTABLESIZE 1 | |
| #define __GETOPT_PREFIX rpl_ | |
| #define HAVE_GETPAGESIZE 1 | |
| #define GNULIB_TEST_GETPAGESIZE 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| #define HAVE_DECL___ARGV 0 | |
| #define HAVE_VAR___PROGNAME 1 | |
| #define HAVE_INLINE 1 | |
| #define GNULIB_TEST_ISATTY 1 | |
| #define HAVE_DECL_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_NL_LANGINFO 1 | |
| #define HAVE_RAW_DECL_SETLOCALE 1 | |
| #define HAVE_RAW_DECL_DUPLOCALE 1 | |
| #define GNULIB_TEST_LOCALECONV 1 | |
| #define HAVE_PTHREAD_RWLOCK 1 | |
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1 | |
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | |
| #define GNULIB_LOCK 1 | |
| #define GNULIB_TEST_LSEEK 1 | |
| #define GNULIB_TEST_LSTAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC_GNU 1 | |
| #define GNULIB_MALLOC_GNU 1 | |
| #define HAVE_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MBRLEN 1 | |
| #define GNULIB_TEST_MBRTOWC 1 | |
| #define GNULIB_TEST_MBSCASECMP 1 | |
| #define GNULIB_TEST_MBSINIT 1 | |
| #define GNULIB_TEST_MBSLEN 1 | |
| #define GNULIB_TEST_MBSRTOWCS 1 | |
| #define GNULIB_TEST_MBSSTR 1 | |
| #define GNULIB_TEST_MBTOWC 1 | |
| #define GNULIB_TEST_MEMCHR 1 | |
| #define GNULIB_TEST_MEMPCPY 1 | |
| #define GNULIB_TEST_MEMRCHR 1 | |
| #define GNULIB_MSVC_NOTHROW 1 | |
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | |
| #define GNULIB_TEST_NL_LANGINFO 1 | |
| /* end confdefs.h. */ | |
| #include "obstack.h" | |
| void *obstack_chunk_alloc (size_t n) { return 0; } | |
| void obstack_chunk_free (void *p) { } | |
| /* Check that an internal function returns size_t, not int. */ | |
| size_t _obstack_memory_used (struct obstack *); | |
| | |
| int | |
| main (void) | |
| { | |
| struct obstack mem; | |
| obstack_init (&mem); | |
| obstack_free (&mem, 0); | |
| | |
| ; | |
| return 0; | |
| } | |
configure:25482: result: no | |
configure:25515: checking whether open recognizes a trailing slash | |
configure:25556: clang -o conftest -g -O2 conftest.c >&5 | |
configure:25556: $? = 0 | |
configure:25556: ./conftest | |
configure:25556: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| #define GNULIB_TEST_GETCWD 1 | |
| #define GNULIB_TEST_GETDTABLESIZE 1 | |
| #define __GETOPT_PREFIX rpl_ | |
| #define HAVE_GETPAGESIZE 1 | |
| #define GNULIB_TEST_GETPAGESIZE 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| #define HAVE_DECL___ARGV 0 | |
| #define HAVE_VAR___PROGNAME 1 | |
| #define HAVE_INLINE 1 | |
| #define GNULIB_TEST_ISATTY 1 | |
| #define HAVE_DECL_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_NL_LANGINFO 1 | |
| #define HAVE_RAW_DECL_SETLOCALE 1 | |
| #define HAVE_RAW_DECL_DUPLOCALE 1 | |
| #define GNULIB_TEST_LOCALECONV 1 | |
| #define HAVE_PTHREAD_RWLOCK 1 | |
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1 | |
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | |
| #define GNULIB_LOCK 1 | |
| #define GNULIB_TEST_LSEEK 1 | |
| #define GNULIB_TEST_LSTAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC_GNU 1 | |
| #define GNULIB_MALLOC_GNU 1 | |
| #define HAVE_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MBRLEN 1 | |
| #define GNULIB_TEST_MBRTOWC 1 | |
| #define GNULIB_TEST_MBSCASECMP 1 | |
| #define GNULIB_TEST_MBSINIT 1 | |
| #define GNULIB_TEST_MBSLEN 1 | |
| #define GNULIB_TEST_MBSRTOWCS 1 | |
| #define GNULIB_TEST_MBSSTR 1 | |
| #define GNULIB_TEST_MBTOWC 1 | |
| #define GNULIB_TEST_MEMCHR 1 | |
| #define GNULIB_TEST_MEMPCPY 1 | |
| #define GNULIB_TEST_MEMRCHR 1 | |
| #define GNULIB_MSVC_NOTHROW 1 | |
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | |
| #define GNULIB_TEST_NL_LANGINFO 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <fcntl.h> | |
| #if HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int main () | |
| { | |
| int result = 0; | |
| #if HAVE_LSTAT | |
| if (open ("conftest.lnk/", O_RDONLY) != -1) | |
| result |= 1; | |
| #endif | |
| if (open ("conftest.sl/", O_CREAT, 0600) >= 0) | |
| result |= 2; | |
| return result; | |
| } | |
configure:25569: result: no | |
configure:25704: checking for opendir | |
configure:25704: clang -o conftest -g -O2 conftest.c >&5 | |
configure:25704: $? = 0 | |
configure:25704: result: yes | |
configure:25776: checking for perl5.005 or newer | |
configure:25800: result: yes | |
configure:25870: checking for readdir | |
configure:25870: clang -o conftest -g -O2 conftest.c >&5 | |
configure:25870: $? = 0 | |
configure:25870: result: yes | |
configure:25911: checking for stdlib.h | |
configure:25911: result: yes | |
configure:25918: checking for GNU libc compatible realloc | |
configure:25956: clang -o conftest -g -O2 conftest.c >&5 | |
configure:25956: $? = 0 | |
configure:25956: ./conftest | |
configure:25956: $? = 0 | |
configure:25968: result: yes | |
configure:26069: checking for working re_compile_pattern | |
configure:26281: clang -o conftest -g -O2 conftest.c >&5 | |
conftest.c:325:45: error: variable has incomplete type 'struct re_pattern_buffer' | |
static struct re_pattern_buffer regex; | |
^ | |
conftest.c:325:27: note: forward declaration of 'struct re_pattern_buffer' | |
static struct re_pattern_buffer regex; | |
^ | |
conftest.c:329:33: error: variable has incomplete type 'struct re_registers' | |
struct re_registers regs; | |
^ | |
conftest.c:329:20: note: forward declaration of 'struct re_registers' | |
struct re_registers regs; | |
^ | |
conftest.c:354:19: warning: implicit declaration of function 're_set_syntax' is invalid in C99 [-Wimplicit-function-declaration] | |
re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE | |
^ | |
conftest.c:354:34: error: use of undeclared identifier 'RE_SYNTAX_GREP' | |
re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE | |
^ | |
conftest.c:354:51: error: use of undeclared identifier 'RE_HAT_LISTS_NOT_NEWLINE' | |
re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE | |
^ | |
conftest.c:355:36: error: use of undeclared identifier 'RE_ICASE' | |
| RE_ICASE); | |
^ | |
conftest.c:357:23: warning: implicit declaration of function 're_compile_pattern' is invalid in C99 [-Wimplicit-function-declaration] | |
s = re_compile_pattern (pat, sizeof pat - 1, ®ex); | |
^ | |
conftest.c:360:28: warning: implicit declaration of function 're_search' is invalid in C99 [-Wimplicit-function-declaration] | |
else if (re_search (®ex, data, sizeof data - 1, | |
^ | |
conftest.c:404:28: error: use of undeclared identifier 'RE_SYNTAX_EGREP' | |
re_set_syntax (RE_SYNTAX_EGREP | RE_HAT_LISTS_NOT_NEWLINE); | |
^ | |
conftest.c:404:46: error: use of undeclared identifier 'RE_HAT_LISTS_NOT_NEWLINE' | |
re_set_syntax (RE_SYNTAX_EGREP | RE_HAT_LISTS_NOT_NEWLINE); | |
^ | |
conftest.c:415:28: error: use of undeclared identifier 'RE_SYNTAX_POSIX_EGREP' | |
re_set_syntax (RE_SYNTAX_POSIX_EGREP); | |
^ | |
conftest.c:427:28: error: use of undeclared identifier 'RE_SYNTAX_POSIX_EGREP' | |
re_set_syntax (RE_SYNTAX_POSIX_EGREP | RE_NO_EMPTY_RANGES); | |
^ | |
conftest.c:427:52: error: use of undeclared identifier 'RE_NO_EMPTY_RANGES' | |
re_set_syntax (RE_SYNTAX_POSIX_EGREP | RE_NO_EMPTY_RANGES); | |
^ | |
conftest.c:446:22: warning: implicit declaration of function 're_match' is invalid in C99 [-Wimplicit-function-declaration] | |
else if (re_match (®ex, "an", 2, 0, ®s) != 2) | |
^ | |
conftest.c:459:28: error: use of undeclared identifier 'RE_SYNTAX_EMACS' | |
re_set_syntax (RE_SYNTAX_EMACS | RE_ICASE); | |
^ | |
conftest.c:459:46: error: use of undeclared identifier 'RE_ICASE' | |
re_set_syntax (RE_SYNTAX_EMACS | RE_ICASE); | |
^ | |
conftest.c:470:28: error: use of undeclared identifier 'RE_SYNTAX_POSIX_BASIC' | |
re_set_syntax (RE_SYNTAX_POSIX_BASIC | |
^ | |
conftest.c:471:31: error: use of undeclared identifier 'RE_CONTEXT_INVALID_DUP' | |
& ~RE_CONTEXT_INVALID_DUP | |
^ | |
conftest.c:472:31: error: use of undeclared identifier 'RE_NO_EMPTY_RANGES' | |
& ~RE_NO_EMPTY_RANGES); | |
^ | |
4 warnings and 15 errors generated. | |
configure:26281: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| #define GNULIB_TEST_GETCWD 1 | |
| #define GNULIB_TEST_GETDTABLESIZE 1 | |
| #define __GETOPT_PREFIX rpl_ | |
| #define HAVE_GETPAGESIZE 1 | |
| #define GNULIB_TEST_GETPAGESIZE 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| #define HAVE_DECL___ARGV 0 | |
| #define HAVE_VAR___PROGNAME 1 | |
| #define HAVE_INLINE 1 | |
| #define GNULIB_TEST_ISATTY 1 | |
| #define HAVE_DECL_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_NL_LANGINFO 1 | |
| #define HAVE_RAW_DECL_SETLOCALE 1 | |
| #define HAVE_RAW_DECL_DUPLOCALE 1 | |
| #define GNULIB_TEST_LOCALECONV 1 | |
| #define HAVE_PTHREAD_RWLOCK 1 | |
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1 | |
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | |
| #define GNULIB_LOCK 1 | |
| #define GNULIB_TEST_LSEEK 1 | |
| #define GNULIB_TEST_LSTAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC_GNU 1 | |
| #define GNULIB_MALLOC_GNU 1 | |
| #define HAVE_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MBRLEN 1 | |
| #define GNULIB_TEST_MBRTOWC 1 | |
| #define GNULIB_TEST_MBSCASECMP 1 | |
| #define GNULIB_TEST_MBSINIT 1 | |
| #define GNULIB_TEST_MBSLEN 1 | |
| #define GNULIB_TEST_MBSRTOWCS 1 | |
| #define GNULIB_TEST_MBSSTR 1 | |
| #define GNULIB_TEST_MBTOWC 1 | |
| #define GNULIB_TEST_MEMCHR 1 | |
| #define GNULIB_TEST_MEMPCPY 1 | |
| #define GNULIB_TEST_MEMRCHR 1 | |
| #define GNULIB_MSVC_NOTHROW 1 | |
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | |
| #define GNULIB_TEST_NL_LANGINFO 1 | |
| #define OPEN_TRAILING_SLASH_BUG 1 | |
| #define GNULIB_TEST_OPEN 1 | |
| #define GNULIB_OPENAT 1 | |
| #define GNULIB_TEST_OPENAT 1 | |
| #define GNULIB_OPENAT_SAFER 1 | |
| #define HAVE_OPENDIR 1 | |
| #define GNULIB_TEST_OPENDIR 1 | |
| #define GNULIB_TEST_READ 1 | |
| #define HAVE_READDIR 1 | |
| #define GNULIB_TEST_READDIR 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC_GNU 1 | |
| #define GNULIB_REALLOC_GNU 1 | |
| #define HAVE_REALLOC_POSIX 1 | |
| #define GNULIB_TEST_REALLOC_POSIX 1 | |
| /* end confdefs.h. */ | |
| #include <regex.h> | |
| | |
| #include <locale.h> | |
| #include <limits.h> | |
| #include <string.h> | |
| | |
| #if defined M_CHECK_ACTION || HAVE_DECL_ALARM | |
| # include <signal.h> | |
| # include <unistd.h> | |
| #endif | |
| | |
| #if HAVE_MALLOC_H | |
| # include <malloc.h> | |
| #endif | |
| | |
| #ifdef M_CHECK_ACTION | |
| /* Exit with distinguishable exit code. */ | |
| static void sigabrt_no_core (int sig) { raise (SIGTERM); } | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| int result = 0; | |
| static struct re_pattern_buffer regex; | |
| unsigned char folded_chars[UCHAR_MAX + 1]; | |
| int i; | |
| const char *s; | |
| struct re_registers regs; | |
| | |
| /* Some builds of glibc go into an infinite loop on this | |
| test. Use alarm to force death, and mallopt to avoid | |
| malloc recursion in diagnosing the corrupted heap. */ | |
| #if HAVE_DECL_ALARM | |
| signal (SIGALRM, SIG_DFL); | |
| alarm (2); | |
| #endif | |
| #ifdef M_CHECK_ACTION | |
| signal (SIGABRT, sigabrt_no_core); | |
| mallopt (M_CHECK_ACTION, 2); | |
| #endif | |
| | |
| if (setlocale (LC_ALL, "en_US.UTF-8")) | |
| { | |
| { | |
| /* http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html | |
| This test needs valgrind to catch the bug on Debian | |
| GNU/Linux 3.1 x86, but it might catch the bug better | |
| on other platforms and it shouldn't hurt to try the | |
| test here. */ | |
| static char const pat[] = "insert into"; | |
| static char const data[] = | |
| "\xFF\0\x12\xA2\xAA\xC4\xB1,K\x12\xC4\xB1*\xACK"; | |
| re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE | |
| | RE_ICASE); | |
| memset (®ex, 0, sizeof regex); | |
| s = re_compile_pattern (pat, sizeof pat - 1, ®ex); | |
| if (s) | |
| result |= 1; | |
| else if (re_search (®ex, data, sizeof data - 1, | |
| 0, sizeof data - 1, ®s) | |
| != -1) | |
| result |= 1; | |
| regfree (®ex); | |
| } | |
| | |
| { | |
| /* This test is from glibc bug 15078. | |
| The test case is from Andreas Schwab in | |
| <http://www.sourceware.org/ml/libc-alpha/2013-01/msg00967.html>. | |
| */ | |
| static char const pat[] = "[^x]x"; | |
| static char const data[] = | |
| /* <U1000><U103B><U103D><U1014><U103A><U102F><U1015><U103A> */ | |
| "\xe1\x80\x80" | |
| "\xe1\x80\xbb" | |
| "\xe1\x80\xbd" | |
| "\xe1\x80\x94" | |
| "\xe1\x80\xba" | |
| "\xe1\x80\xaf" | |
| "\xe1\x80\x95" | |
| "\xe1\x80\xba" | |
| "x"; | |
| re_set_syntax (0); | |
| memset (®ex, 0, sizeof regex); | |
| s = re_compile_pattern (pat, sizeof pat - 1, ®ex); | |
| if (s) | |
| result |= 1; | |
| else | |
| { | |
| i = re_search (®ex, data, sizeof data - 1, | |
| 0, sizeof data - 1, 0); | |
| if (i != 0 && i != 21) | |
| result |= 1; | |
| } | |
| regfree (®ex); | |
| } | |
| | |
| if (! setlocale (LC_ALL, "C")) | |
| return 1; | |
| } | |
| | |
| /* This test is from glibc bug 3957, reported by Andrew Mackey. */ | |
| re_set_syntax (RE_SYNTAX_EGREP | RE_HAT_LISTS_NOT_NEWLINE); | |
| memset (®ex, 0, sizeof regex); | |
| s = re_compile_pattern ("a[^x]b", 6, ®ex); | |
| if (s) | |
| result |= 2; | |
| /* This should fail, but succeeds for glibc-2.5. */ | |
| else if (re_search (®ex, "a\nb", 3, 0, 3, ®s) != -1) | |
| result |= 2; | |
| | |
| /* This regular expression is from Spencer ere test number 75 | |
| in grep-2.3. */ | |
| re_set_syntax (RE_SYNTAX_POSIX_EGREP); | |
| memset (®ex, 0, sizeof regex); | |
| for (i = 0; i <= UCHAR_MAX; i++) | |
| folded_chars[i] = i; | |
| regex.translate = folded_chars; | |
| s = re_compile_pattern ("a[[:]:]]b\n", 11, ®ex); | |
| /* This should fail with _Invalid character class name_ error. */ | |
| if (!s) | |
| result |= 4; | |
| | |
| /* Ensure that [b-a] is diagnosed as invalid, when | |
| using RE_NO_EMPTY_RANGES. */ | |
| re_set_syntax (RE_SYNTAX_POSIX_EGREP | RE_NO_EMPTY_RANGES); | |
| memset (®ex, 0, sizeof regex); | |
| s = re_compile_pattern ("a[b-a]", 6, ®ex); | |
| if (s == 0) | |
| result |= 8; | |
| | |
| /* This should succeed, but does not for glibc-2.1.3. */ | |
| memset (®ex, 0, sizeof regex); | |
| s = re_compile_pattern ("{1", 2, ®ex); | |
| if (s) | |
| result |= 8; | |
| | |
| /* The following example is derived from a problem report | |
| against gawk from Jorge Stolfi <[email protected]>. */ | |
| memset (®ex, 0, sizeof regex); | |
| s = re_compile_pattern ("[an\371]*n", 7, ®ex); | |
| if (s) | |
| result |= 8; | |
| /* This should match, but does not for glibc-2.2.1. */ | |
| else if (re_match (®ex, "an", 2, 0, ®s) != 2) | |
| result |= 8; | |
| | |
| memset (®ex, 0, sizeof regex); | |
| s = re_compile_pattern ("x", 1, ®ex); | |
| if (s) | |
| result |= 8; | |
| /* glibc-2.2.93 does not work with a negative RANGE argument. */ | |
| else if (re_search (®ex, "wxy", 3, 2, -2, ®s) != 1) | |
| result |= 8; | |
| | |
| /* The version of regex.c in older versions of gnulib | |
| ignored RE_ICASE. Detect that problem too. */ | |
| re_set_syntax (RE_SYNTAX_EMACS | RE_ICASE); | |
| memset (®ex, 0, sizeof regex); | |
| s = re_compile_pattern ("x", 1, ®ex); | |
| if (s) | |
| result |= 16; | |
| else if (re_search (®ex, "WXY", 3, 0, 3, ®s) < 0) | |
| result |= 16; | |
| | |
| /* Catch a bug reported by Vin Shelton in | |
| http://lists.gnu.org/archive/html/bug-coreutils/2007-06/msg00089.html | |
| */ | |
| re_set_syntax (RE_SYNTAX_POSIX_BASIC | |
| & ~RE_CONTEXT_INVALID_DUP | |
| & ~RE_NO_EMPTY_RANGES); | |
| memset (®ex, 0, sizeof regex); | |
| s = re_compile_pattern ("[[:alnum:]_-]\\+$", 16, ®ex); | |
| if (s) | |
| result |= 32; | |
| | |
| /* REG_STARTEND was added to glibc on 2004-01-15. | |
| Reject older versions. */ | |
| if (! REG_STARTEND) | |
| result |= 64; | |
| | |
| #if 0 | |
| /* It would be nice to reject hosts whose regoff_t values are too | |
| narrow (including glibc on hosts with 64-bit ptrdiff_t and | |
| 32-bit int), but we should wait until glibc implements this | |
| feature. Otherwise, support for equivalence classes and | |
| multibyte collation symbols would always be broken except | |
| when compiling --without-included-regex. */ | |
| if (sizeof (regoff_t) < sizeof (ptrdiff_t) | |
| || sizeof (regoff_t) < sizeof (ssize_t)) | |
| result |= 64; | |
| #endif | |
| | |
| return result; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:26292: result: no | |
configure:26375: checking for libintl.h | |
configure:26375: clang -c -g -O2 conftest.c >&5 | |
conftest.c:340:10: fatal error: 'libintl.h' file not found | |
#include <libintl.h> | |
^ | |
1 error generated. | |
configure:26375: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| #define GNULIB_TEST_GETCWD 1 | |
| #define GNULIB_TEST_GETDTABLESIZE 1 | |
| #define __GETOPT_PREFIX rpl_ | |
| #define HAVE_GETPAGESIZE 1 | |
| #define GNULIB_TEST_GETPAGESIZE 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| #define HAVE_DECL___ARGV 0 | |
| #define HAVE_VAR___PROGNAME 1 | |
| #define HAVE_INLINE 1 | |
| #define GNULIB_TEST_ISATTY 1 | |
| #define HAVE_DECL_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_NL_LANGINFO 1 | |
| #define HAVE_RAW_DECL_SETLOCALE 1 | |
| #define HAVE_RAW_DECL_DUPLOCALE 1 | |
| #define GNULIB_TEST_LOCALECONV 1 | |
| #define HAVE_PTHREAD_RWLOCK 1 | |
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1 | |
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | |
| #define GNULIB_LOCK 1 | |
| #define GNULIB_TEST_LSEEK 1 | |
| #define GNULIB_TEST_LSTAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC_GNU 1 | |
| #define GNULIB_MALLOC_GNU 1 | |
| #define HAVE_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MBRLEN 1 | |
| #define GNULIB_TEST_MBRTOWC 1 | |
| #define GNULIB_TEST_MBSCASECMP 1 | |
| #define GNULIB_TEST_MBSINIT 1 | |
| #define GNULIB_TEST_MBSLEN 1 | |
| #define GNULIB_TEST_MBSRTOWCS 1 | |
| #define GNULIB_TEST_MBSSTR 1 | |
| #define GNULIB_TEST_MBTOWC 1 | |
| #define GNULIB_TEST_MEMCHR 1 | |
| #define GNULIB_TEST_MEMPCPY 1 | |
| #define GNULIB_TEST_MEMRCHR 1 | |
| #define GNULIB_MSVC_NOTHROW 1 | |
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | |
| #define GNULIB_TEST_NL_LANGINFO 1 | |
| #define OPEN_TRAILING_SLASH_BUG 1 | |
| #define GNULIB_TEST_OPEN 1 | |
| #define GNULIB_OPENAT 1 | |
| #define GNULIB_TEST_OPENAT 1 | |
| #define GNULIB_OPENAT_SAFER 1 | |
| #define HAVE_OPENDIR 1 | |
| #define GNULIB_TEST_OPENDIR 1 | |
| #define GNULIB_TEST_READ 1 | |
| #define HAVE_READDIR 1 | |
| #define GNULIB_TEST_READDIR 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC_GNU 1 | |
| #define GNULIB_REALLOC_GNU 1 | |
| #define HAVE_REALLOC_POSIX 1 | |
| #define GNULIB_TEST_REALLOC_POSIX 1 | |
| #define _REGEX_INCLUDE_LIMITS_H 1 | |
| #define _REGEX_LARGE_OFFSETS 1 | |
| #define re_syntax_options rpl_re_syntax_options | |
| #define re_set_syntax rpl_re_set_syntax | |
| #define re_compile_pattern rpl_re_compile_pattern | |
| #define re_compile_fastmap rpl_re_compile_fastmap | |
| #define re_search rpl_re_search | |
| #define re_search_2 rpl_re_search_2 | |
| #define re_match rpl_re_match | |
| #define re_match_2 rpl_re_match_2 | |
| #define re_set_registers rpl_re_set_registers | |
| #define re_comp rpl_re_comp | |
| #define re_exec rpl_re_exec | |
| #define regcomp rpl_regcomp | |
| #define regexec rpl_regexec | |
| #define regerror rpl_regerror | |
| #define regfree rpl_regfree | |
| /* end confdefs.h. */ | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.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 <libintl.h> | |
configure:26375: result: no | |
configure:26392: checking whether isblank is declared | |
configure:26392: result: yes | |
configure:26418: checking for ssize_t | |
configure:26444: result: yes | |
configure:26467: checking whether stat handles trailing slashes on files | |
configure:26509: clang -o conftest -g -O2 conftest.c >&5 | |
configure:26509: $? = 0 | |
configure:26509: ./conftest | |
configure:26509: $? = 2 | |
configure: program exited with status 2 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| #define GNULIB_TEST_GETCWD 1 | |
| #define GNULIB_TEST_GETDTABLESIZE 1 | |
| #define __GETOPT_PREFIX rpl_ | |
| #define HAVE_GETPAGESIZE 1 | |
| #define GNULIB_TEST_GETPAGESIZE 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| #define HAVE_DECL___ARGV 0 | |
| #define HAVE_VAR___PROGNAME 1 | |
| #define HAVE_INLINE 1 | |
| #define GNULIB_TEST_ISATTY 1 | |
| #define HAVE_DECL_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_NL_LANGINFO 1 | |
| #define HAVE_RAW_DECL_SETLOCALE 1 | |
| #define HAVE_RAW_DECL_DUPLOCALE 1 | |
| #define GNULIB_TEST_LOCALECONV 1 | |
| #define HAVE_PTHREAD_RWLOCK 1 | |
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1 | |
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | |
| #define GNULIB_LOCK 1 | |
| #define GNULIB_TEST_LSEEK 1 | |
| #define GNULIB_TEST_LSTAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC_GNU 1 | |
| #define GNULIB_MALLOC_GNU 1 | |
| #define HAVE_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MBRLEN 1 | |
| #define GNULIB_TEST_MBRTOWC 1 | |
| #define GNULIB_TEST_MBSCASECMP 1 | |
| #define GNULIB_TEST_MBSINIT 1 | |
| #define GNULIB_TEST_MBSLEN 1 | |
| #define GNULIB_TEST_MBSRTOWCS 1 | |
| #define GNULIB_TEST_MBSSTR 1 | |
| #define GNULIB_TEST_MBTOWC 1 | |
| #define GNULIB_TEST_MEMCHR 1 | |
| #define GNULIB_TEST_MEMPCPY 1 | |
| #define GNULIB_TEST_MEMRCHR 1 | |
| #define GNULIB_MSVC_NOTHROW 1 | |
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | |
| #define GNULIB_TEST_NL_LANGINFO 1 | |
| #define OPEN_TRAILING_SLASH_BUG 1 | |
| #define GNULIB_TEST_OPEN 1 | |
| #define GNULIB_OPENAT 1 | |
| #define GNULIB_TEST_OPENAT 1 | |
| #define GNULIB_OPENAT_SAFER 1 | |
| #define HAVE_OPENDIR 1 | |
| #define GNULIB_TEST_OPENDIR 1 | |
| #define GNULIB_TEST_READ 1 | |
| #define HAVE_READDIR 1 | |
| #define GNULIB_TEST_READDIR 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC_GNU 1 | |
| #define GNULIB_REALLOC_GNU 1 | |
| #define HAVE_REALLOC_POSIX 1 | |
| #define GNULIB_TEST_REALLOC_POSIX 1 | |
| #define _REGEX_INCLUDE_LIMITS_H 1 | |
| #define _REGEX_LARGE_OFFSETS 1 | |
| #define re_syntax_options rpl_re_syntax_options | |
| #define re_set_syntax rpl_re_set_syntax | |
| #define re_compile_pattern rpl_re_compile_pattern | |
| #define re_compile_fastmap rpl_re_compile_fastmap | |
| #define re_search rpl_re_search | |
| #define re_search_2 rpl_re_search_2 | |
| #define re_match rpl_re_match | |
| #define re_match_2 rpl_re_match_2 | |
| #define re_set_registers rpl_re_set_registers | |
| #define re_comp rpl_re_comp | |
| #define re_exec rpl_re_exec | |
| #define regcomp rpl_regcomp | |
| #define regexec rpl_regexec | |
| #define regerror rpl_regerror | |
| #define regfree rpl_regfree | |
| #define HAVE_DECL_ISBLANK 1 | |
| /* end confdefs.h. */ | |
| #include <sys/stat.h> | |
| | |
| int | |
| main (void) | |
| { | |
| int result = 0; | |
| struct stat st; | |
| if (!stat ("conftest.tmp/", &st)) | |
| result |= 1; | |
| #if HAVE_LSTAT | |
| if (!stat ("conftest.lnk/", &st)) | |
| result |= 2; | |
| #endif | |
| return result; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:26521: result: no | |
configure:26575: checking for working stdalign.h | |
configure:26621: clang -c -g -O2 conftest.c >&5 | |
configure:26621: $? = 0 | |
configure:26629: result: yes | |
configure:26651: checking for va_copy | |
configure:26673: clang -c -g -O2 conftest.c >&5 | |
configure:26673: $? = 0 | |
configure:26682: result: yes | |
configure:26868: checking for max_align_t | |
configure:26868: result: yes | |
configure:26882: checking whether NULL can be used in arbitrary expressions | |
configure:26909: result: yes | |
configure:27078: checking which flavor of printf attribute matches inttypes macros | |
configure:27106: clang -c -g -O2 conftest.c >&5 | |
configure:27106: $? = 0 | |
configure:27114: result: system | |
configure:27157: checking whether dprintf is declared without a macro | |
configure:27176: clang -c -g -O2 conftest.c >&5 | |
configure:27176: $? = 0 | |
configure:27185: result: yes | |
configure:27157: checking whether fpurge is declared without a macro | |
configure:27176: clang -c -g -O2 conftest.c >&5 | |
configure:27176: $? = 0 | |
configure:27185: result: yes | |
configure:27157: checking whether fseeko is declared without a macro | |
configure:27176: clang -c -g -O2 conftest.c >&5 | |
configure:27176: $? = 0 | |
configure:27185: result: yes | |
configure:27157: checking whether ftello is declared without a macro | |
configure:27176: clang -c -g -O2 conftest.c >&5 | |
configure:27176: $? = 0 | |
configure:27185: result: yes | |
configure:27157: checking whether getdelim is declared without a macro | |
configure:27176: clang -c -g -O2 conftest.c >&5 | |
configure:27176: $? = 0 | |
configure:27185: result: yes | |
configure:27157: checking whether getline is declared without a macro | |
configure:27176: clang -c -g -O2 conftest.c >&5 | |
configure:27176: $? = 0 | |
configure:27185: result: yes | |
configure:27157: checking whether gets is declared without a macro | |
configure:27176: clang -c -g -O2 conftest.c >&5 | |
configure:27176: $? = 0 | |
configure:27185: result: yes | |
configure:27157: checking whether pclose is declared without a macro | |
configure:27176: clang -c -g -O2 conftest.c >&5 | |
configure:27176: $? = 0 | |
configure:27185: result: yes | |
configure:27157: checking whether popen is declared without a macro | |
configure:27176: clang -c -g -O2 conftest.c >&5 | |
configure:27176: $? = 0 | |
configure:27185: result: yes | |
configure:27157: checking whether renameat is declared without a macro | |
configure:27176: clang -c -g -O2 conftest.c >&5 | |
configure:27176: $? = 0 | |
configure:27185: result: yes | |
configure:27157: checking whether snprintf is declared without a macro | |
configure:27176: clang -c -g -O2 conftest.c >&5 | |
configure:27176: $? = 0 | |
configure:27185: result: yes | |
configure:27157: checking whether tmpfile is declared without a macro | |
configure:27176: clang -c -g -O2 conftest.c >&5 | |
configure:27176: $? = 0 | |
configure:27185: result: yes | |
configure:27157: checking whether vdprintf is declared without a macro | |
configure:27176: clang -c -g -O2 conftest.c >&5 | |
configure:27176: $? = 0 | |
configure:27185: result: yes | |
configure:27157: checking whether vsnprintf is declared without a macro | |
configure:27176: clang -c -g -O2 conftest.c >&5 | |
configure:27176: $? = 0 | |
configure:27185: result: yes | |
configure:27276: checking whether _Exit is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
configure:27301: $? = 0 | |
configure:27310: result: yes | |
configure:27276: checking whether atoll is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
configure:27301: $? = 0 | |
configure:27310: result: yes | |
configure:27276: checking whether canonicalize_file_name is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
conftest.c:352:10: error: use of undeclared identifier 'canonicalize_file_name' | |
(void) canonicalize_file_name; | |
^ | |
1 error generated. | |
configure:27301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| #define GNULIB_TEST_GETCWD 1 | |
| #define GNULIB_TEST_GETDTABLESIZE 1 | |
| #define __GETOPT_PREFIX rpl_ | |
| #define HAVE_GETPAGESIZE 1 | |
| #define GNULIB_TEST_GETPAGESIZE 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| #define HAVE_DECL___ARGV 0 | |
| #define HAVE_VAR___PROGNAME 1 | |
| #define HAVE_INLINE 1 | |
| #define GNULIB_TEST_ISATTY 1 | |
| #define HAVE_DECL_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_NL_LANGINFO 1 | |
| #define HAVE_RAW_DECL_SETLOCALE 1 | |
| #define HAVE_RAW_DECL_DUPLOCALE 1 | |
| #define GNULIB_TEST_LOCALECONV 1 | |
| #define HAVE_PTHREAD_RWLOCK 1 | |
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1 | |
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | |
| #define GNULIB_LOCK 1 | |
| #define GNULIB_TEST_LSEEK 1 | |
| #define GNULIB_TEST_LSTAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC_GNU 1 | |
| #define GNULIB_MALLOC_GNU 1 | |
| #define HAVE_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MBRLEN 1 | |
| #define GNULIB_TEST_MBRTOWC 1 | |
| #define GNULIB_TEST_MBSCASECMP 1 | |
| #define GNULIB_TEST_MBSINIT 1 | |
| #define GNULIB_TEST_MBSLEN 1 | |
| #define GNULIB_TEST_MBSRTOWCS 1 | |
| #define GNULIB_TEST_MBSSTR 1 | |
| #define GNULIB_TEST_MBTOWC 1 | |
| #define GNULIB_TEST_MEMCHR 1 | |
| #define GNULIB_TEST_MEMPCPY 1 | |
| #define GNULIB_TEST_MEMRCHR 1 | |
| #define GNULIB_MSVC_NOTHROW 1 | |
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | |
| #define GNULIB_TEST_NL_LANGINFO 1 | |
| #define OPEN_TRAILING_SLASH_BUG 1 | |
| #define GNULIB_TEST_OPEN 1 | |
| #define GNULIB_OPENAT 1 | |
| #define GNULIB_TEST_OPENAT 1 | |
| #define GNULIB_OPENAT_SAFER 1 | |
| #define HAVE_OPENDIR 1 | |
| #define GNULIB_TEST_OPENDIR 1 | |
| #define GNULIB_TEST_READ 1 | |
| #define HAVE_READDIR 1 | |
| #define GNULIB_TEST_READDIR 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC_GNU 1 | |
| #define GNULIB_REALLOC_GNU 1 | |
| #define HAVE_REALLOC_POSIX 1 | |
| #define GNULIB_TEST_REALLOC_POSIX 1 | |
| #define _REGEX_INCLUDE_LIMITS_H 1 | |
| #define _REGEX_LARGE_OFFSETS 1 | |
| #define re_syntax_options rpl_re_syntax_options | |
| #define re_set_syntax rpl_re_set_syntax | |
| #define re_compile_pattern rpl_re_compile_pattern | |
| #define re_compile_fastmap rpl_re_compile_fastmap | |
| #define re_search rpl_re_search | |
| #define re_search_2 rpl_re_search_2 | |
| #define re_match rpl_re_match | |
| #define re_match_2 rpl_re_match_2 | |
| #define re_set_registers rpl_re_set_registers | |
| #define re_comp rpl_re_comp | |
| #define re_exec rpl_re_exec | |
| #define regcomp rpl_regcomp | |
| #define regexec rpl_regexec | |
| #define regerror rpl_regerror | |
| #define regfree rpl_regfree | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define REPLACE_FUNC_STAT_FILE 1 | |
| #define GNULIB_TEST_STAT 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GNULIB_FSCANF 1 | |
| #define GNULIB_SCANF 1 | |
| #define HAVE_RAW_DECL_DPRINTF 1 | |
| #define HAVE_RAW_DECL_FPURGE 1 | |
| #define HAVE_RAW_DECL_FSEEKO 1 | |
| #define HAVE_RAW_DECL_FTELLO 1 | |
| #define HAVE_RAW_DECL_GETDELIM 1 | |
| #define HAVE_RAW_DECL_GETLINE 1 | |
| #define HAVE_RAW_DECL_GETS 1 | |
| #define HAVE_RAW_DECL_PCLOSE 1 | |
| #define HAVE_RAW_DECL_POPEN 1 | |
| #define HAVE_RAW_DECL_RENAMEAT 1 | |
| #define HAVE_RAW_DECL_SNPRINTF 1 | |
| #define HAVE_RAW_DECL_TMPFILE 1 | |
| #define HAVE_RAW_DECL_VDPRINTF 1 | |
| #define HAVE_RAW_DECL_VSNPRINTF 1 | |
| #define HAVE_RAW_DECL__EXIT 1 | |
| #define HAVE_RAW_DECL_ATOLL 1 | |
| /* end confdefs.h. */ | |
| #include <stdlib.h> | |
| #if HAVE_SYS_LOADAVG_H | |
| # include <sys/loadavg.h> | |
| #endif | |
| #if HAVE_RANDOM_H | |
| # include <random.h> | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| #undef canonicalize_file_name | |
| (void) canonicalize_file_name; | |
| ; | |
| return 0; | |
| } | |
configure:27310: result: no | |
configure:27276: checking whether getloadavg is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
configure:27301: $? = 0 | |
configure:27310: result: yes | |
configure:27276: checking whether getsubopt is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
configure:27301: $? = 0 | |
configure:27310: result: yes | |
configure:27276: checking whether grantpt is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
configure:27301: $? = 0 | |
configure:27310: result: yes | |
configure:27276: checking whether initstate is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
configure:27301: $? = 0 | |
configure:27310: result: yes | |
configure:27276: checking whether initstate_r is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
conftest.c:356:10: error: use of undeclared identifier 'initstate_r' | |
(void) initstate_r; | |
^ | |
1 error generated. | |
configure:27301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| #define GNULIB_TEST_GETCWD 1 | |
| #define GNULIB_TEST_GETDTABLESIZE 1 | |
| #define __GETOPT_PREFIX rpl_ | |
| #define HAVE_GETPAGESIZE 1 | |
| #define GNULIB_TEST_GETPAGESIZE 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| #define HAVE_DECL___ARGV 0 | |
| #define HAVE_VAR___PROGNAME 1 | |
| #define HAVE_INLINE 1 | |
| #define GNULIB_TEST_ISATTY 1 | |
| #define HAVE_DECL_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_NL_LANGINFO 1 | |
| #define HAVE_RAW_DECL_SETLOCALE 1 | |
| #define HAVE_RAW_DECL_DUPLOCALE 1 | |
| #define GNULIB_TEST_LOCALECONV 1 | |
| #define HAVE_PTHREAD_RWLOCK 1 | |
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1 | |
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | |
| #define GNULIB_LOCK 1 | |
| #define GNULIB_TEST_LSEEK 1 | |
| #define GNULIB_TEST_LSTAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC_GNU 1 | |
| #define GNULIB_MALLOC_GNU 1 | |
| #define HAVE_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MBRLEN 1 | |
| #define GNULIB_TEST_MBRTOWC 1 | |
| #define GNULIB_TEST_MBSCASECMP 1 | |
| #define GNULIB_TEST_MBSINIT 1 | |
| #define GNULIB_TEST_MBSLEN 1 | |
| #define GNULIB_TEST_MBSRTOWCS 1 | |
| #define GNULIB_TEST_MBSSTR 1 | |
| #define GNULIB_TEST_MBTOWC 1 | |
| #define GNULIB_TEST_MEMCHR 1 | |
| #define GNULIB_TEST_MEMPCPY 1 | |
| #define GNULIB_TEST_MEMRCHR 1 | |
| #define GNULIB_MSVC_NOTHROW 1 | |
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | |
| #define GNULIB_TEST_NL_LANGINFO 1 | |
| #define OPEN_TRAILING_SLASH_BUG 1 | |
| #define GNULIB_TEST_OPEN 1 | |
| #define GNULIB_OPENAT 1 | |
| #define GNULIB_TEST_OPENAT 1 | |
| #define GNULIB_OPENAT_SAFER 1 | |
| #define HAVE_OPENDIR 1 | |
| #define GNULIB_TEST_OPENDIR 1 | |
| #define GNULIB_TEST_READ 1 | |
| #define HAVE_READDIR 1 | |
| #define GNULIB_TEST_READDIR 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC_GNU 1 | |
| #define GNULIB_REALLOC_GNU 1 | |
| #define HAVE_REALLOC_POSIX 1 | |
| #define GNULIB_TEST_REALLOC_POSIX 1 | |
| #define _REGEX_INCLUDE_LIMITS_H 1 | |
| #define _REGEX_LARGE_OFFSETS 1 | |
| #define re_syntax_options rpl_re_syntax_options | |
| #define re_set_syntax rpl_re_set_syntax | |
| #define re_compile_pattern rpl_re_compile_pattern | |
| #define re_compile_fastmap rpl_re_compile_fastmap | |
| #define re_search rpl_re_search | |
| #define re_search_2 rpl_re_search_2 | |
| #define re_match rpl_re_match | |
| #define re_match_2 rpl_re_match_2 | |
| #define re_set_registers rpl_re_set_registers | |
| #define re_comp rpl_re_comp | |
| #define re_exec rpl_re_exec | |
| #define regcomp rpl_regcomp | |
| #define regexec rpl_regexec | |
| #define regerror rpl_regerror | |
| #define regfree rpl_regfree | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define REPLACE_FUNC_STAT_FILE 1 | |
| #define GNULIB_TEST_STAT 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GNULIB_FSCANF 1 | |
| #define GNULIB_SCANF 1 | |
| #define HAVE_RAW_DECL_DPRINTF 1 | |
| #define HAVE_RAW_DECL_FPURGE 1 | |
| #define HAVE_RAW_DECL_FSEEKO 1 | |
| #define HAVE_RAW_DECL_FTELLO 1 | |
| #define HAVE_RAW_DECL_GETDELIM 1 | |
| #define HAVE_RAW_DECL_GETLINE 1 | |
| #define HAVE_RAW_DECL_GETS 1 | |
| #define HAVE_RAW_DECL_PCLOSE 1 | |
| #define HAVE_RAW_DECL_POPEN 1 | |
| #define HAVE_RAW_DECL_RENAMEAT 1 | |
| #define HAVE_RAW_DECL_SNPRINTF 1 | |
| #define HAVE_RAW_DECL_TMPFILE 1 | |
| #define HAVE_RAW_DECL_VDPRINTF 1 | |
| #define HAVE_RAW_DECL_VSNPRINTF 1 | |
| #define HAVE_RAW_DECL__EXIT 1 | |
| #define HAVE_RAW_DECL_ATOLL 1 | |
| #define HAVE_RAW_DECL_GETLOADAVG 1 | |
| #define HAVE_RAW_DECL_GETSUBOPT 1 | |
| #define HAVE_RAW_DECL_GRANTPT 1 | |
| #define HAVE_RAW_DECL_INITSTATE 1 | |
| /* end confdefs.h. */ | |
| #include <stdlib.h> | |
| #if HAVE_SYS_LOADAVG_H | |
| # include <sys/loadavg.h> | |
| #endif | |
| #if HAVE_RANDOM_H | |
| # include <random.h> | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| #undef initstate_r | |
| (void) initstate_r; | |
| ; | |
| return 0; | |
| } | |
configure:27310: result: no | |
configure:27276: checking whether mkdtemp is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
conftest.c:356:10: error: use of undeclared identifier 'mkdtemp' | |
(void) mkdtemp; | |
^ | |
1 error generated. | |
configure:27301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| #define GNULIB_TEST_GETCWD 1 | |
| #define GNULIB_TEST_GETDTABLESIZE 1 | |
| #define __GETOPT_PREFIX rpl_ | |
| #define HAVE_GETPAGESIZE 1 | |
| #define GNULIB_TEST_GETPAGESIZE 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| #define HAVE_DECL___ARGV 0 | |
| #define HAVE_VAR___PROGNAME 1 | |
| #define HAVE_INLINE 1 | |
| #define GNULIB_TEST_ISATTY 1 | |
| #define HAVE_DECL_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_NL_LANGINFO 1 | |
| #define HAVE_RAW_DECL_SETLOCALE 1 | |
| #define HAVE_RAW_DECL_DUPLOCALE 1 | |
| #define GNULIB_TEST_LOCALECONV 1 | |
| #define HAVE_PTHREAD_RWLOCK 1 | |
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1 | |
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | |
| #define GNULIB_LOCK 1 | |
| #define GNULIB_TEST_LSEEK 1 | |
| #define GNULIB_TEST_LSTAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC_GNU 1 | |
| #define GNULIB_MALLOC_GNU 1 | |
| #define HAVE_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MBRLEN 1 | |
| #define GNULIB_TEST_MBRTOWC 1 | |
| #define GNULIB_TEST_MBSCASECMP 1 | |
| #define GNULIB_TEST_MBSINIT 1 | |
| #define GNULIB_TEST_MBSLEN 1 | |
| #define GNULIB_TEST_MBSRTOWCS 1 | |
| #define GNULIB_TEST_MBSSTR 1 | |
| #define GNULIB_TEST_MBTOWC 1 | |
| #define GNULIB_TEST_MEMCHR 1 | |
| #define GNULIB_TEST_MEMPCPY 1 | |
| #define GNULIB_TEST_MEMRCHR 1 | |
| #define GNULIB_MSVC_NOTHROW 1 | |
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | |
| #define GNULIB_TEST_NL_LANGINFO 1 | |
| #define OPEN_TRAILING_SLASH_BUG 1 | |
| #define GNULIB_TEST_OPEN 1 | |
| #define GNULIB_OPENAT 1 | |
| #define GNULIB_TEST_OPENAT 1 | |
| #define GNULIB_OPENAT_SAFER 1 | |
| #define HAVE_OPENDIR 1 | |
| #define GNULIB_TEST_OPENDIR 1 | |
| #define GNULIB_TEST_READ 1 | |
| #define HAVE_READDIR 1 | |
| #define GNULIB_TEST_READDIR 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC_GNU 1 | |
| #define GNULIB_REALLOC_GNU 1 | |
| #define HAVE_REALLOC_POSIX 1 | |
| #define GNULIB_TEST_REALLOC_POSIX 1 | |
| #define _REGEX_INCLUDE_LIMITS_H 1 | |
| #define _REGEX_LARGE_OFFSETS 1 | |
| #define re_syntax_options rpl_re_syntax_options | |
| #define re_set_syntax rpl_re_set_syntax | |
| #define re_compile_pattern rpl_re_compile_pattern | |
| #define re_compile_fastmap rpl_re_compile_fastmap | |
| #define re_search rpl_re_search | |
| #define re_search_2 rpl_re_search_2 | |
| #define re_match rpl_re_match | |
| #define re_match_2 rpl_re_match_2 | |
| #define re_set_registers rpl_re_set_registers | |
| #define re_comp rpl_re_comp | |
| #define re_exec rpl_re_exec | |
| #define regcomp rpl_regcomp | |
| #define regexec rpl_regexec | |
| #define regerror rpl_regerror | |
| #define regfree rpl_regfree | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define REPLACE_FUNC_STAT_FILE 1 | |
| #define GNULIB_TEST_STAT 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GNULIB_FSCANF 1 | |
| #define GNULIB_SCANF 1 | |
| #define HAVE_RAW_DECL_DPRINTF 1 | |
| #define HAVE_RAW_DECL_FPURGE 1 | |
| #define HAVE_RAW_DECL_FSEEKO 1 | |
| #define HAVE_RAW_DECL_FTELLO 1 | |
| #define HAVE_RAW_DECL_GETDELIM 1 | |
| #define HAVE_RAW_DECL_GETLINE 1 | |
| #define HAVE_RAW_DECL_GETS 1 | |
| #define HAVE_RAW_DECL_PCLOSE 1 | |
| #define HAVE_RAW_DECL_POPEN 1 | |
| #define HAVE_RAW_DECL_RENAMEAT 1 | |
| #define HAVE_RAW_DECL_SNPRINTF 1 | |
| #define HAVE_RAW_DECL_TMPFILE 1 | |
| #define HAVE_RAW_DECL_VDPRINTF 1 | |
| #define HAVE_RAW_DECL_VSNPRINTF 1 | |
| #define HAVE_RAW_DECL__EXIT 1 | |
| #define HAVE_RAW_DECL_ATOLL 1 | |
| #define HAVE_RAW_DECL_GETLOADAVG 1 | |
| #define HAVE_RAW_DECL_GETSUBOPT 1 | |
| #define HAVE_RAW_DECL_GRANTPT 1 | |
| #define HAVE_RAW_DECL_INITSTATE 1 | |
| /* end confdefs.h. */ | |
| #include <stdlib.h> | |
| #if HAVE_SYS_LOADAVG_H | |
| # include <sys/loadavg.h> | |
| #endif | |
| #if HAVE_RANDOM_H | |
| # include <random.h> | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| #undef mkdtemp | |
| (void) mkdtemp; | |
| ; | |
| return 0; | |
| } | |
configure:27310: result: no | |
configure:27276: checking whether mkostemp is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
conftest.c:356:10: error: use of undeclared identifier 'mkostemp' | |
(void) mkostemp; | |
^ | |
1 error generated. | |
configure:27301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| #define GNULIB_TEST_GETCWD 1 | |
| #define GNULIB_TEST_GETDTABLESIZE 1 | |
| #define __GETOPT_PREFIX rpl_ | |
| #define HAVE_GETPAGESIZE 1 | |
| #define GNULIB_TEST_GETPAGESIZE 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| #define HAVE_DECL___ARGV 0 | |
| #define HAVE_VAR___PROGNAME 1 | |
| #define HAVE_INLINE 1 | |
| #define GNULIB_TEST_ISATTY 1 | |
| #define HAVE_DECL_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_NL_LANGINFO 1 | |
| #define HAVE_RAW_DECL_SETLOCALE 1 | |
| #define HAVE_RAW_DECL_DUPLOCALE 1 | |
| #define GNULIB_TEST_LOCALECONV 1 | |
| #define HAVE_PTHREAD_RWLOCK 1 | |
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1 | |
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | |
| #define GNULIB_LOCK 1 | |
| #define GNULIB_TEST_LSEEK 1 | |
| #define GNULIB_TEST_LSTAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC_GNU 1 | |
| #define GNULIB_MALLOC_GNU 1 | |
| #define HAVE_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MBRLEN 1 | |
| #define GNULIB_TEST_MBRTOWC 1 | |
| #define GNULIB_TEST_MBSCASECMP 1 | |
| #define GNULIB_TEST_MBSINIT 1 | |
| #define GNULIB_TEST_MBSLEN 1 | |
| #define GNULIB_TEST_MBSRTOWCS 1 | |
| #define GNULIB_TEST_MBSSTR 1 | |
| #define GNULIB_TEST_MBTOWC 1 | |
| #define GNULIB_TEST_MEMCHR 1 | |
| #define GNULIB_TEST_MEMPCPY 1 | |
| #define GNULIB_TEST_MEMRCHR 1 | |
| #define GNULIB_MSVC_NOTHROW 1 | |
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | |
| #define GNULIB_TEST_NL_LANGINFO 1 | |
| #define OPEN_TRAILING_SLASH_BUG 1 | |
| #define GNULIB_TEST_OPEN 1 | |
| #define GNULIB_OPENAT 1 | |
| #define GNULIB_TEST_OPENAT 1 | |
| #define GNULIB_OPENAT_SAFER 1 | |
| #define HAVE_OPENDIR 1 | |
| #define GNULIB_TEST_OPENDIR 1 | |
| #define GNULIB_TEST_READ 1 | |
| #define HAVE_READDIR 1 | |
| #define GNULIB_TEST_READDIR 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC_GNU 1 | |
| #define GNULIB_REALLOC_GNU 1 | |
| #define HAVE_REALLOC_POSIX 1 | |
| #define GNULIB_TEST_REALLOC_POSIX 1 | |
| #define _REGEX_INCLUDE_LIMITS_H 1 | |
| #define _REGEX_LARGE_OFFSETS 1 | |
| #define re_syntax_options rpl_re_syntax_options | |
| #define re_set_syntax rpl_re_set_syntax | |
| #define re_compile_pattern rpl_re_compile_pattern | |
| #define re_compile_fastmap rpl_re_compile_fastmap | |
| #define re_search rpl_re_search | |
| #define re_search_2 rpl_re_search_2 | |
| #define re_match rpl_re_match | |
| #define re_match_2 rpl_re_match_2 | |
| #define re_set_registers rpl_re_set_registers | |
| #define re_comp rpl_re_comp | |
| #define re_exec rpl_re_exec | |
| #define regcomp rpl_regcomp | |
| #define regexec rpl_regexec | |
| #define regerror rpl_regerror | |
| #define regfree rpl_regfree | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define REPLACE_FUNC_STAT_FILE 1 | |
| #define GNULIB_TEST_STAT 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GNULIB_FSCANF 1 | |
| #define GNULIB_SCANF 1 | |
| #define HAVE_RAW_DECL_DPRINTF 1 | |
| #define HAVE_RAW_DECL_FPURGE 1 | |
| #define HAVE_RAW_DECL_FSEEKO 1 | |
| #define HAVE_RAW_DECL_FTELLO 1 | |
| #define HAVE_RAW_DECL_GETDELIM 1 | |
| #define HAVE_RAW_DECL_GETLINE 1 | |
| #define HAVE_RAW_DECL_GETS 1 | |
| #define HAVE_RAW_DECL_PCLOSE 1 | |
| #define HAVE_RAW_DECL_POPEN 1 | |
| #define HAVE_RAW_DECL_RENAMEAT 1 | |
| #define HAVE_RAW_DECL_SNPRINTF 1 | |
| #define HAVE_RAW_DECL_TMPFILE 1 | |
| #define HAVE_RAW_DECL_VDPRINTF 1 | |
| #define HAVE_RAW_DECL_VSNPRINTF 1 | |
| #define HAVE_RAW_DECL__EXIT 1 | |
| #define HAVE_RAW_DECL_ATOLL 1 | |
| #define HAVE_RAW_DECL_GETLOADAVG 1 | |
| #define HAVE_RAW_DECL_GETSUBOPT 1 | |
| #define HAVE_RAW_DECL_GRANTPT 1 | |
| #define HAVE_RAW_DECL_INITSTATE 1 | |
| /* end confdefs.h. */ | |
| #include <stdlib.h> | |
| #if HAVE_SYS_LOADAVG_H | |
| # include <sys/loadavg.h> | |
| #endif | |
| #if HAVE_RANDOM_H | |
| # include <random.h> | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| #undef mkostemp | |
| (void) mkostemp; | |
| ; | |
| return 0; | |
| } | |
configure:27310: result: no | |
configure:27276: checking whether mkostemps is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
conftest.c:356:10: error: use of undeclared identifier 'mkostemps' | |
(void) mkostemps; | |
^ | |
1 error generated. | |
configure:27301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| #define GNULIB_TEST_GETCWD 1 | |
| #define GNULIB_TEST_GETDTABLESIZE 1 | |
| #define __GETOPT_PREFIX rpl_ | |
| #define HAVE_GETPAGESIZE 1 | |
| #define GNULIB_TEST_GETPAGESIZE 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| #define HAVE_DECL___ARGV 0 | |
| #define HAVE_VAR___PROGNAME 1 | |
| #define HAVE_INLINE 1 | |
| #define GNULIB_TEST_ISATTY 1 | |
| #define HAVE_DECL_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_NL_LANGINFO 1 | |
| #define HAVE_RAW_DECL_SETLOCALE 1 | |
| #define HAVE_RAW_DECL_DUPLOCALE 1 | |
| #define GNULIB_TEST_LOCALECONV 1 | |
| #define HAVE_PTHREAD_RWLOCK 1 | |
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1 | |
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | |
| #define GNULIB_LOCK 1 | |
| #define GNULIB_TEST_LSEEK 1 | |
| #define GNULIB_TEST_LSTAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC_GNU 1 | |
| #define GNULIB_MALLOC_GNU 1 | |
| #define HAVE_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MBRLEN 1 | |
| #define GNULIB_TEST_MBRTOWC 1 | |
| #define GNULIB_TEST_MBSCASECMP 1 | |
| #define GNULIB_TEST_MBSINIT 1 | |
| #define GNULIB_TEST_MBSLEN 1 | |
| #define GNULIB_TEST_MBSRTOWCS 1 | |
| #define GNULIB_TEST_MBSSTR 1 | |
| #define GNULIB_TEST_MBTOWC 1 | |
| #define GNULIB_TEST_MEMCHR 1 | |
| #define GNULIB_TEST_MEMPCPY 1 | |
| #define GNULIB_TEST_MEMRCHR 1 | |
| #define GNULIB_MSVC_NOTHROW 1 | |
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | |
| #define GNULIB_TEST_NL_LANGINFO 1 | |
| #define OPEN_TRAILING_SLASH_BUG 1 | |
| #define GNULIB_TEST_OPEN 1 | |
| #define GNULIB_OPENAT 1 | |
| #define GNULIB_TEST_OPENAT 1 | |
| #define GNULIB_OPENAT_SAFER 1 | |
| #define HAVE_OPENDIR 1 | |
| #define GNULIB_TEST_OPENDIR 1 | |
| #define GNULIB_TEST_READ 1 | |
| #define HAVE_READDIR 1 | |
| #define GNULIB_TEST_READDIR 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC_GNU 1 | |
| #define GNULIB_REALLOC_GNU 1 | |
| #define HAVE_REALLOC_POSIX 1 | |
| #define GNULIB_TEST_REALLOC_POSIX 1 | |
| #define _REGEX_INCLUDE_LIMITS_H 1 | |
| #define _REGEX_LARGE_OFFSETS 1 | |
| #define re_syntax_options rpl_re_syntax_options | |
| #define re_set_syntax rpl_re_set_syntax | |
| #define re_compile_pattern rpl_re_compile_pattern | |
| #define re_compile_fastmap rpl_re_compile_fastmap | |
| #define re_search rpl_re_search | |
| #define re_search_2 rpl_re_search_2 | |
| #define re_match rpl_re_match | |
| #define re_match_2 rpl_re_match_2 | |
| #define re_set_registers rpl_re_set_registers | |
| #define re_comp rpl_re_comp | |
| #define re_exec rpl_re_exec | |
| #define regcomp rpl_regcomp | |
| #define regexec rpl_regexec | |
| #define regerror rpl_regerror | |
| #define regfree rpl_regfree | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define REPLACE_FUNC_STAT_FILE 1 | |
| #define GNULIB_TEST_STAT 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GNULIB_FSCANF 1 | |
| #define GNULIB_SCANF 1 | |
| #define HAVE_RAW_DECL_DPRINTF 1 | |
| #define HAVE_RAW_DECL_FPURGE 1 | |
| #define HAVE_RAW_DECL_FSEEKO 1 | |
| #define HAVE_RAW_DECL_FTELLO 1 | |
| #define HAVE_RAW_DECL_GETDELIM 1 | |
| #define HAVE_RAW_DECL_GETLINE 1 | |
| #define HAVE_RAW_DECL_GETS 1 | |
| #define HAVE_RAW_DECL_PCLOSE 1 | |
| #define HAVE_RAW_DECL_POPEN 1 | |
| #define HAVE_RAW_DECL_RENAMEAT 1 | |
| #define HAVE_RAW_DECL_SNPRINTF 1 | |
| #define HAVE_RAW_DECL_TMPFILE 1 | |
| #define HAVE_RAW_DECL_VDPRINTF 1 | |
| #define HAVE_RAW_DECL_VSNPRINTF 1 | |
| #define HAVE_RAW_DECL__EXIT 1 | |
| #define HAVE_RAW_DECL_ATOLL 1 | |
| #define HAVE_RAW_DECL_GETLOADAVG 1 | |
| #define HAVE_RAW_DECL_GETSUBOPT 1 | |
| #define HAVE_RAW_DECL_GRANTPT 1 | |
| #define HAVE_RAW_DECL_INITSTATE 1 | |
| /* end confdefs.h. */ | |
| #include <stdlib.h> | |
| #if HAVE_SYS_LOADAVG_H | |
| # include <sys/loadavg.h> | |
| #endif | |
| #if HAVE_RANDOM_H | |
| # include <random.h> | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| #undef mkostemps | |
| (void) mkostemps; | |
| ; | |
| return 0; | |
| } | |
configure:27310: result: no | |
configure:27276: checking whether mkstemp is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
configure:27301: $? = 0 | |
configure:27310: result: yes | |
configure:27276: checking whether mkstemps is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
conftest.c:357:10: error: use of undeclared identifier 'mkstemps' | |
(void) mkstemps; | |
^ | |
1 error generated. | |
configure:27301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| #define GNULIB_TEST_GETCWD 1 | |
| #define GNULIB_TEST_GETDTABLESIZE 1 | |
| #define __GETOPT_PREFIX rpl_ | |
| #define HAVE_GETPAGESIZE 1 | |
| #define GNULIB_TEST_GETPAGESIZE 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| #define HAVE_DECL___ARGV 0 | |
| #define HAVE_VAR___PROGNAME 1 | |
| #define HAVE_INLINE 1 | |
| #define GNULIB_TEST_ISATTY 1 | |
| #define HAVE_DECL_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_NL_LANGINFO 1 | |
| #define HAVE_RAW_DECL_SETLOCALE 1 | |
| #define HAVE_RAW_DECL_DUPLOCALE 1 | |
| #define GNULIB_TEST_LOCALECONV 1 | |
| #define HAVE_PTHREAD_RWLOCK 1 | |
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1 | |
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | |
| #define GNULIB_LOCK 1 | |
| #define GNULIB_TEST_LSEEK 1 | |
| #define GNULIB_TEST_LSTAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC_GNU 1 | |
| #define GNULIB_MALLOC_GNU 1 | |
| #define HAVE_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MBRLEN 1 | |
| #define GNULIB_TEST_MBRTOWC 1 | |
| #define GNULIB_TEST_MBSCASECMP 1 | |
| #define GNULIB_TEST_MBSINIT 1 | |
| #define GNULIB_TEST_MBSLEN 1 | |
| #define GNULIB_TEST_MBSRTOWCS 1 | |
| #define GNULIB_TEST_MBSSTR 1 | |
| #define GNULIB_TEST_MBTOWC 1 | |
| #define GNULIB_TEST_MEMCHR 1 | |
| #define GNULIB_TEST_MEMPCPY 1 | |
| #define GNULIB_TEST_MEMRCHR 1 | |
| #define GNULIB_MSVC_NOTHROW 1 | |
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | |
| #define GNULIB_TEST_NL_LANGINFO 1 | |
| #define OPEN_TRAILING_SLASH_BUG 1 | |
| #define GNULIB_TEST_OPEN 1 | |
| #define GNULIB_OPENAT 1 | |
| #define GNULIB_TEST_OPENAT 1 | |
| #define GNULIB_OPENAT_SAFER 1 | |
| #define HAVE_OPENDIR 1 | |
| #define GNULIB_TEST_OPENDIR 1 | |
| #define GNULIB_TEST_READ 1 | |
| #define HAVE_READDIR 1 | |
| #define GNULIB_TEST_READDIR 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC_GNU 1 | |
| #define GNULIB_REALLOC_GNU 1 | |
| #define HAVE_REALLOC_POSIX 1 | |
| #define GNULIB_TEST_REALLOC_POSIX 1 | |
| #define _REGEX_INCLUDE_LIMITS_H 1 | |
| #define _REGEX_LARGE_OFFSETS 1 | |
| #define re_syntax_options rpl_re_syntax_options | |
| #define re_set_syntax rpl_re_set_syntax | |
| #define re_compile_pattern rpl_re_compile_pattern | |
| #define re_compile_fastmap rpl_re_compile_fastmap | |
| #define re_search rpl_re_search | |
| #define re_search_2 rpl_re_search_2 | |
| #define re_match rpl_re_match | |
| #define re_match_2 rpl_re_match_2 | |
| #define re_set_registers rpl_re_set_registers | |
| #define re_comp rpl_re_comp | |
| #define re_exec rpl_re_exec | |
| #define regcomp rpl_regcomp | |
| #define regexec rpl_regexec | |
| #define regerror rpl_regerror | |
| #define regfree rpl_regfree | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define REPLACE_FUNC_STAT_FILE 1 | |
| #define GNULIB_TEST_STAT 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GNULIB_FSCANF 1 | |
| #define GNULIB_SCANF 1 | |
| #define HAVE_RAW_DECL_DPRINTF 1 | |
| #define HAVE_RAW_DECL_FPURGE 1 | |
| #define HAVE_RAW_DECL_FSEEKO 1 | |
| #define HAVE_RAW_DECL_FTELLO 1 | |
| #define HAVE_RAW_DECL_GETDELIM 1 | |
| #define HAVE_RAW_DECL_GETLINE 1 | |
| #define HAVE_RAW_DECL_GETS 1 | |
| #define HAVE_RAW_DECL_PCLOSE 1 | |
| #define HAVE_RAW_DECL_POPEN 1 | |
| #define HAVE_RAW_DECL_RENAMEAT 1 | |
| #define HAVE_RAW_DECL_SNPRINTF 1 | |
| #define HAVE_RAW_DECL_TMPFILE 1 | |
| #define HAVE_RAW_DECL_VDPRINTF 1 | |
| #define HAVE_RAW_DECL_VSNPRINTF 1 | |
| #define HAVE_RAW_DECL__EXIT 1 | |
| #define HAVE_RAW_DECL_ATOLL 1 | |
| #define HAVE_RAW_DECL_GETLOADAVG 1 | |
| #define HAVE_RAW_DECL_GETSUBOPT 1 | |
| #define HAVE_RAW_DECL_GRANTPT 1 | |
| #define HAVE_RAW_DECL_INITSTATE 1 | |
| #define HAVE_RAW_DECL_MKSTEMP 1 | |
| /* end confdefs.h. */ | |
| #include <stdlib.h> | |
| #if HAVE_SYS_LOADAVG_H | |
| # include <sys/loadavg.h> | |
| #endif | |
| #if HAVE_RANDOM_H | |
| # include <random.h> | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| #undef mkstemps | |
| (void) mkstemps; | |
| ; | |
| return 0; | |
| } | |
configure:27310: result: no | |
configure:27276: checking whether posix_openpt is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
configure:27301: $? = 0 | |
configure:27310: result: yes | |
configure:27276: checking whether ptsname is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
configure:27301: $? = 0 | |
configure:27310: result: yes | |
configure:27276: checking whether ptsname_r is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
conftest.c:359:10: error: use of undeclared identifier 'ptsname_r' | |
(void) ptsname_r; | |
^ | |
1 error generated. | |
configure:27301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| #define GNULIB_TEST_GETCWD 1 | |
| #define GNULIB_TEST_GETDTABLESIZE 1 | |
| #define __GETOPT_PREFIX rpl_ | |
| #define HAVE_GETPAGESIZE 1 | |
| #define GNULIB_TEST_GETPAGESIZE 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| #define HAVE_DECL___ARGV 0 | |
| #define HAVE_VAR___PROGNAME 1 | |
| #define HAVE_INLINE 1 | |
| #define GNULIB_TEST_ISATTY 1 | |
| #define HAVE_DECL_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_NL_LANGINFO 1 | |
| #define HAVE_RAW_DECL_SETLOCALE 1 | |
| #define HAVE_RAW_DECL_DUPLOCALE 1 | |
| #define GNULIB_TEST_LOCALECONV 1 | |
| #define HAVE_PTHREAD_RWLOCK 1 | |
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1 | |
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | |
| #define GNULIB_LOCK 1 | |
| #define GNULIB_TEST_LSEEK 1 | |
| #define GNULIB_TEST_LSTAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC_GNU 1 | |
| #define GNULIB_MALLOC_GNU 1 | |
| #define HAVE_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MBRLEN 1 | |
| #define GNULIB_TEST_MBRTOWC 1 | |
| #define GNULIB_TEST_MBSCASECMP 1 | |
| #define GNULIB_TEST_MBSINIT 1 | |
| #define GNULIB_TEST_MBSLEN 1 | |
| #define GNULIB_TEST_MBSRTOWCS 1 | |
| #define GNULIB_TEST_MBSSTR 1 | |
| #define GNULIB_TEST_MBTOWC 1 | |
| #define GNULIB_TEST_MEMCHR 1 | |
| #define GNULIB_TEST_MEMPCPY 1 | |
| #define GNULIB_TEST_MEMRCHR 1 | |
| #define GNULIB_MSVC_NOTHROW 1 | |
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | |
| #define GNULIB_TEST_NL_LANGINFO 1 | |
| #define OPEN_TRAILING_SLASH_BUG 1 | |
| #define GNULIB_TEST_OPEN 1 | |
| #define GNULIB_OPENAT 1 | |
| #define GNULIB_TEST_OPENAT 1 | |
| #define GNULIB_OPENAT_SAFER 1 | |
| #define HAVE_OPENDIR 1 | |
| #define GNULIB_TEST_OPENDIR 1 | |
| #define GNULIB_TEST_READ 1 | |
| #define HAVE_READDIR 1 | |
| #define GNULIB_TEST_READDIR 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC_GNU 1 | |
| #define GNULIB_REALLOC_GNU 1 | |
| #define HAVE_REALLOC_POSIX 1 | |
| #define GNULIB_TEST_REALLOC_POSIX 1 | |
| #define _REGEX_INCLUDE_LIMITS_H 1 | |
| #define _REGEX_LARGE_OFFSETS 1 | |
| #define re_syntax_options rpl_re_syntax_options | |
| #define re_set_syntax rpl_re_set_syntax | |
| #define re_compile_pattern rpl_re_compile_pattern | |
| #define re_compile_fastmap rpl_re_compile_fastmap | |
| #define re_search rpl_re_search | |
| #define re_search_2 rpl_re_search_2 | |
| #define re_match rpl_re_match | |
| #define re_match_2 rpl_re_match_2 | |
| #define re_set_registers rpl_re_set_registers | |
| #define re_comp rpl_re_comp | |
| #define re_exec rpl_re_exec | |
| #define regcomp rpl_regcomp | |
| #define regexec rpl_regexec | |
| #define regerror rpl_regerror | |
| #define regfree rpl_regfree | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define REPLACE_FUNC_STAT_FILE 1 | |
| #define GNULIB_TEST_STAT 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GNULIB_FSCANF 1 | |
| #define GNULIB_SCANF 1 | |
| #define HAVE_RAW_DECL_DPRINTF 1 | |
| #define HAVE_RAW_DECL_FPURGE 1 | |
| #define HAVE_RAW_DECL_FSEEKO 1 | |
| #define HAVE_RAW_DECL_FTELLO 1 | |
| #define HAVE_RAW_DECL_GETDELIM 1 | |
| #define HAVE_RAW_DECL_GETLINE 1 | |
| #define HAVE_RAW_DECL_GETS 1 | |
| #define HAVE_RAW_DECL_PCLOSE 1 | |
| #define HAVE_RAW_DECL_POPEN 1 | |
| #define HAVE_RAW_DECL_RENAMEAT 1 | |
| #define HAVE_RAW_DECL_SNPRINTF 1 | |
| #define HAVE_RAW_DECL_TMPFILE 1 | |
| #define HAVE_RAW_DECL_VDPRINTF 1 | |
| #define HAVE_RAW_DECL_VSNPRINTF 1 | |
| #define HAVE_RAW_DECL__EXIT 1 | |
| #define HAVE_RAW_DECL_ATOLL 1 | |
| #define HAVE_RAW_DECL_GETLOADAVG 1 | |
| #define HAVE_RAW_DECL_GETSUBOPT 1 | |
| #define HAVE_RAW_DECL_GRANTPT 1 | |
| #define HAVE_RAW_DECL_INITSTATE 1 | |
| #define HAVE_RAW_DECL_MKSTEMP 1 | |
| #define HAVE_RAW_DECL_POSIX_OPENPT 1 | |
| #define HAVE_RAW_DECL_PTSNAME 1 | |
| /* end confdefs.h. */ | |
| #include <stdlib.h> | |
| #if HAVE_SYS_LOADAVG_H | |
| # include <sys/loadavg.h> | |
| #endif | |
| #if HAVE_RANDOM_H | |
| # include <random.h> | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| #undef ptsname_r | |
| (void) ptsname_r; | |
| ; | |
| return 0; | |
| } | |
configure:27310: result: no | |
configure:27276: checking whether qsort_r is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
configure:27301: $? = 0 | |
configure:27310: result: yes | |
configure:27276: checking whether random is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
configure:27301: $? = 0 | |
configure:27310: result: yes | |
configure:27276: checking whether random_r is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
conftest.c:361:10: error: use of undeclared identifier 'random_r' | |
(void) random_r; | |
^ | |
1 error generated. | |
configure:27301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| #define GNULIB_TEST_GETCWD 1 | |
| #define GNULIB_TEST_GETDTABLESIZE 1 | |
| #define __GETOPT_PREFIX rpl_ | |
| #define HAVE_GETPAGESIZE 1 | |
| #define GNULIB_TEST_GETPAGESIZE 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| #define HAVE_DECL___ARGV 0 | |
| #define HAVE_VAR___PROGNAME 1 | |
| #define HAVE_INLINE 1 | |
| #define GNULIB_TEST_ISATTY 1 | |
| #define HAVE_DECL_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_NL_LANGINFO 1 | |
| #define HAVE_RAW_DECL_SETLOCALE 1 | |
| #define HAVE_RAW_DECL_DUPLOCALE 1 | |
| #define GNULIB_TEST_LOCALECONV 1 | |
| #define HAVE_PTHREAD_RWLOCK 1 | |
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1 | |
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | |
| #define GNULIB_LOCK 1 | |
| #define GNULIB_TEST_LSEEK 1 | |
| #define GNULIB_TEST_LSTAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC_GNU 1 | |
| #define GNULIB_MALLOC_GNU 1 | |
| #define HAVE_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MBRLEN 1 | |
| #define GNULIB_TEST_MBRTOWC 1 | |
| #define GNULIB_TEST_MBSCASECMP 1 | |
| #define GNULIB_TEST_MBSINIT 1 | |
| #define GNULIB_TEST_MBSLEN 1 | |
| #define GNULIB_TEST_MBSRTOWCS 1 | |
| #define GNULIB_TEST_MBSSTR 1 | |
| #define GNULIB_TEST_MBTOWC 1 | |
| #define GNULIB_TEST_MEMCHR 1 | |
| #define GNULIB_TEST_MEMPCPY 1 | |
| #define GNULIB_TEST_MEMRCHR 1 | |
| #define GNULIB_MSVC_NOTHROW 1 | |
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | |
| #define GNULIB_TEST_NL_LANGINFO 1 | |
| #define OPEN_TRAILING_SLASH_BUG 1 | |
| #define GNULIB_TEST_OPEN 1 | |
| #define GNULIB_OPENAT 1 | |
| #define GNULIB_TEST_OPENAT 1 | |
| #define GNULIB_OPENAT_SAFER 1 | |
| #define HAVE_OPENDIR 1 | |
| #define GNULIB_TEST_OPENDIR 1 | |
| #define GNULIB_TEST_READ 1 | |
| #define HAVE_READDIR 1 | |
| #define GNULIB_TEST_READDIR 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC_GNU 1 | |
| #define GNULIB_REALLOC_GNU 1 | |
| #define HAVE_REALLOC_POSIX 1 | |
| #define GNULIB_TEST_REALLOC_POSIX 1 | |
| #define _REGEX_INCLUDE_LIMITS_H 1 | |
| #define _REGEX_LARGE_OFFSETS 1 | |
| #define re_syntax_options rpl_re_syntax_options | |
| #define re_set_syntax rpl_re_set_syntax | |
| #define re_compile_pattern rpl_re_compile_pattern | |
| #define re_compile_fastmap rpl_re_compile_fastmap | |
| #define re_search rpl_re_search | |
| #define re_search_2 rpl_re_search_2 | |
| #define re_match rpl_re_match | |
| #define re_match_2 rpl_re_match_2 | |
| #define re_set_registers rpl_re_set_registers | |
| #define re_comp rpl_re_comp | |
| #define re_exec rpl_re_exec | |
| #define regcomp rpl_regcomp | |
| #define regexec rpl_regexec | |
| #define regerror rpl_regerror | |
| #define regfree rpl_regfree | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define REPLACE_FUNC_STAT_FILE 1 | |
| #define GNULIB_TEST_STAT 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GNULIB_FSCANF 1 | |
| #define GNULIB_SCANF 1 | |
| #define HAVE_RAW_DECL_DPRINTF 1 | |
| #define HAVE_RAW_DECL_FPURGE 1 | |
| #define HAVE_RAW_DECL_FSEEKO 1 | |
| #define HAVE_RAW_DECL_FTELLO 1 | |
| #define HAVE_RAW_DECL_GETDELIM 1 | |
| #define HAVE_RAW_DECL_GETLINE 1 | |
| #define HAVE_RAW_DECL_GETS 1 | |
| #define HAVE_RAW_DECL_PCLOSE 1 | |
| #define HAVE_RAW_DECL_POPEN 1 | |
| #define HAVE_RAW_DECL_RENAMEAT 1 | |
| #define HAVE_RAW_DECL_SNPRINTF 1 | |
| #define HAVE_RAW_DECL_TMPFILE 1 | |
| #define HAVE_RAW_DECL_VDPRINTF 1 | |
| #define HAVE_RAW_DECL_VSNPRINTF 1 | |
| #define HAVE_RAW_DECL__EXIT 1 | |
| #define HAVE_RAW_DECL_ATOLL 1 | |
| #define HAVE_RAW_DECL_GETLOADAVG 1 | |
| #define HAVE_RAW_DECL_GETSUBOPT 1 | |
| #define HAVE_RAW_DECL_GRANTPT 1 | |
| #define HAVE_RAW_DECL_INITSTATE 1 | |
| #define HAVE_RAW_DECL_MKSTEMP 1 | |
| #define HAVE_RAW_DECL_POSIX_OPENPT 1 | |
| #define HAVE_RAW_DECL_PTSNAME 1 | |
| #define HAVE_RAW_DECL_QSORT_R 1 | |
| #define HAVE_RAW_DECL_RANDOM 1 | |
| /* end confdefs.h. */ | |
| #include <stdlib.h> | |
| #if HAVE_SYS_LOADAVG_H | |
| # include <sys/loadavg.h> | |
| #endif | |
| #if HAVE_RANDOM_H | |
| # include <random.h> | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| #undef random_r | |
| (void) random_r; | |
| ; | |
| return 0; | |
| } | |
configure:27310: result: no | |
configure:27276: checking whether realpath is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
configure:27301: $? = 0 | |
configure:27310: result: yes | |
configure:27276: checking whether rpmatch is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
conftest.c:362:10: error: use of undeclared identifier 'rpmatch' | |
(void) rpmatch; | |
^ | |
1 error generated. | |
configure:27301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| #define GNULIB_TEST_GETCWD 1 | |
| #define GNULIB_TEST_GETDTABLESIZE 1 | |
| #define __GETOPT_PREFIX rpl_ | |
| #define HAVE_GETPAGESIZE 1 | |
| #define GNULIB_TEST_GETPAGESIZE 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| #define HAVE_DECL___ARGV 0 | |
| #define HAVE_VAR___PROGNAME 1 | |
| #define HAVE_INLINE 1 | |
| #define GNULIB_TEST_ISATTY 1 | |
| #define HAVE_DECL_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_NL_LANGINFO 1 | |
| #define HAVE_RAW_DECL_SETLOCALE 1 | |
| #define HAVE_RAW_DECL_DUPLOCALE 1 | |
| #define GNULIB_TEST_LOCALECONV 1 | |
| #define HAVE_PTHREAD_RWLOCK 1 | |
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1 | |
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | |
| #define GNULIB_LOCK 1 | |
| #define GNULIB_TEST_LSEEK 1 | |
| #define GNULIB_TEST_LSTAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC_GNU 1 | |
| #define GNULIB_MALLOC_GNU 1 | |
| #define HAVE_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MBRLEN 1 | |
| #define GNULIB_TEST_MBRTOWC 1 | |
| #define GNULIB_TEST_MBSCASECMP 1 | |
| #define GNULIB_TEST_MBSINIT 1 | |
| #define GNULIB_TEST_MBSLEN 1 | |
| #define GNULIB_TEST_MBSRTOWCS 1 | |
| #define GNULIB_TEST_MBSSTR 1 | |
| #define GNULIB_TEST_MBTOWC 1 | |
| #define GNULIB_TEST_MEMCHR 1 | |
| #define GNULIB_TEST_MEMPCPY 1 | |
| #define GNULIB_TEST_MEMRCHR 1 | |
| #define GNULIB_MSVC_NOTHROW 1 | |
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | |
| #define GNULIB_TEST_NL_LANGINFO 1 | |
| #define OPEN_TRAILING_SLASH_BUG 1 | |
| #define GNULIB_TEST_OPEN 1 | |
| #define GNULIB_OPENAT 1 | |
| #define GNULIB_TEST_OPENAT 1 | |
| #define GNULIB_OPENAT_SAFER 1 | |
| #define HAVE_OPENDIR 1 | |
| #define GNULIB_TEST_OPENDIR 1 | |
| #define GNULIB_TEST_READ 1 | |
| #define HAVE_READDIR 1 | |
| #define GNULIB_TEST_READDIR 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC_GNU 1 | |
| #define GNULIB_REALLOC_GNU 1 | |
| #define HAVE_REALLOC_POSIX 1 | |
| #define GNULIB_TEST_REALLOC_POSIX 1 | |
| #define _REGEX_INCLUDE_LIMITS_H 1 | |
| #define _REGEX_LARGE_OFFSETS 1 | |
| #define re_syntax_options rpl_re_syntax_options | |
| #define re_set_syntax rpl_re_set_syntax | |
| #define re_compile_pattern rpl_re_compile_pattern | |
| #define re_compile_fastmap rpl_re_compile_fastmap | |
| #define re_search rpl_re_search | |
| #define re_search_2 rpl_re_search_2 | |
| #define re_match rpl_re_match | |
| #define re_match_2 rpl_re_match_2 | |
| #define re_set_registers rpl_re_set_registers | |
| #define re_comp rpl_re_comp | |
| #define re_exec rpl_re_exec | |
| #define regcomp rpl_regcomp | |
| #define regexec rpl_regexec | |
| #define regerror rpl_regerror | |
| #define regfree rpl_regfree | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define REPLACE_FUNC_STAT_FILE 1 | |
| #define GNULIB_TEST_STAT 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GNULIB_FSCANF 1 | |
| #define GNULIB_SCANF 1 | |
| #define HAVE_RAW_DECL_DPRINTF 1 | |
| #define HAVE_RAW_DECL_FPURGE 1 | |
| #define HAVE_RAW_DECL_FSEEKO 1 | |
| #define HAVE_RAW_DECL_FTELLO 1 | |
| #define HAVE_RAW_DECL_GETDELIM 1 | |
| #define HAVE_RAW_DECL_GETLINE 1 | |
| #define HAVE_RAW_DECL_GETS 1 | |
| #define HAVE_RAW_DECL_PCLOSE 1 | |
| #define HAVE_RAW_DECL_POPEN 1 | |
| #define HAVE_RAW_DECL_RENAMEAT 1 | |
| #define HAVE_RAW_DECL_SNPRINTF 1 | |
| #define HAVE_RAW_DECL_TMPFILE 1 | |
| #define HAVE_RAW_DECL_VDPRINTF 1 | |
| #define HAVE_RAW_DECL_VSNPRINTF 1 | |
| #define HAVE_RAW_DECL__EXIT 1 | |
| #define HAVE_RAW_DECL_ATOLL 1 | |
| #define HAVE_RAW_DECL_GETLOADAVG 1 | |
| #define HAVE_RAW_DECL_GETSUBOPT 1 | |
| #define HAVE_RAW_DECL_GRANTPT 1 | |
| #define HAVE_RAW_DECL_INITSTATE 1 | |
| #define HAVE_RAW_DECL_MKSTEMP 1 | |
| #define HAVE_RAW_DECL_POSIX_OPENPT 1 | |
| #define HAVE_RAW_DECL_PTSNAME 1 | |
| #define HAVE_RAW_DECL_QSORT_R 1 | |
| #define HAVE_RAW_DECL_RANDOM 1 | |
| #define HAVE_RAW_DECL_REALPATH 1 | |
| /* end confdefs.h. */ | |
| #include <stdlib.h> | |
| #if HAVE_SYS_LOADAVG_H | |
| # include <sys/loadavg.h> | |
| #endif | |
| #if HAVE_RANDOM_H | |
| # include <random.h> | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| #undef rpmatch | |
| (void) rpmatch; | |
| ; | |
| return 0; | |
| } | |
configure:27310: result: no | |
configure:27276: checking whether secure_getenv is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
conftest.c:362:10: error: use of undeclared identifier 'secure_getenv' | |
(void) secure_getenv; | |
^ | |
1 error generated. | |
configure:27301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| #define GNULIB_TEST_GETCWD 1 | |
| #define GNULIB_TEST_GETDTABLESIZE 1 | |
| #define __GETOPT_PREFIX rpl_ | |
| #define HAVE_GETPAGESIZE 1 | |
| #define GNULIB_TEST_GETPAGESIZE 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| #define HAVE_DECL___ARGV 0 | |
| #define HAVE_VAR___PROGNAME 1 | |
| #define HAVE_INLINE 1 | |
| #define GNULIB_TEST_ISATTY 1 | |
| #define HAVE_DECL_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_NL_LANGINFO 1 | |
| #define HAVE_RAW_DECL_SETLOCALE 1 | |
| #define HAVE_RAW_DECL_DUPLOCALE 1 | |
| #define GNULIB_TEST_LOCALECONV 1 | |
| #define HAVE_PTHREAD_RWLOCK 1 | |
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1 | |
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | |
| #define GNULIB_LOCK 1 | |
| #define GNULIB_TEST_LSEEK 1 | |
| #define GNULIB_TEST_LSTAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC_GNU 1 | |
| #define GNULIB_MALLOC_GNU 1 | |
| #define HAVE_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MBRLEN 1 | |
| #define GNULIB_TEST_MBRTOWC 1 | |
| #define GNULIB_TEST_MBSCASECMP 1 | |
| #define GNULIB_TEST_MBSINIT 1 | |
| #define GNULIB_TEST_MBSLEN 1 | |
| #define GNULIB_TEST_MBSRTOWCS 1 | |
| #define GNULIB_TEST_MBSSTR 1 | |
| #define GNULIB_TEST_MBTOWC 1 | |
| #define GNULIB_TEST_MEMCHR 1 | |
| #define GNULIB_TEST_MEMPCPY 1 | |
| #define GNULIB_TEST_MEMRCHR 1 | |
| #define GNULIB_MSVC_NOTHROW 1 | |
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | |
| #define GNULIB_TEST_NL_LANGINFO 1 | |
| #define OPEN_TRAILING_SLASH_BUG 1 | |
| #define GNULIB_TEST_OPEN 1 | |
| #define GNULIB_OPENAT 1 | |
| #define GNULIB_TEST_OPENAT 1 | |
| #define GNULIB_OPENAT_SAFER 1 | |
| #define HAVE_OPENDIR 1 | |
| #define GNULIB_TEST_OPENDIR 1 | |
| #define GNULIB_TEST_READ 1 | |
| #define HAVE_READDIR 1 | |
| #define GNULIB_TEST_READDIR 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC_GNU 1 | |
| #define GNULIB_REALLOC_GNU 1 | |
| #define HAVE_REALLOC_POSIX 1 | |
| #define GNULIB_TEST_REALLOC_POSIX 1 | |
| #define _REGEX_INCLUDE_LIMITS_H 1 | |
| #define _REGEX_LARGE_OFFSETS 1 | |
| #define re_syntax_options rpl_re_syntax_options | |
| #define re_set_syntax rpl_re_set_syntax | |
| #define re_compile_pattern rpl_re_compile_pattern | |
| #define re_compile_fastmap rpl_re_compile_fastmap | |
| #define re_search rpl_re_search | |
| #define re_search_2 rpl_re_search_2 | |
| #define re_match rpl_re_match | |
| #define re_match_2 rpl_re_match_2 | |
| #define re_set_registers rpl_re_set_registers | |
| #define re_comp rpl_re_comp | |
| #define re_exec rpl_re_exec | |
| #define regcomp rpl_regcomp | |
| #define regexec rpl_regexec | |
| #define regerror rpl_regerror | |
| #define regfree rpl_regfree | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define REPLACE_FUNC_STAT_FILE 1 | |
| #define GNULIB_TEST_STAT 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GNULIB_FSCANF 1 | |
| #define GNULIB_SCANF 1 | |
| #define HAVE_RAW_DECL_DPRINTF 1 | |
| #define HAVE_RAW_DECL_FPURGE 1 | |
| #define HAVE_RAW_DECL_FSEEKO 1 | |
| #define HAVE_RAW_DECL_FTELLO 1 | |
| #define HAVE_RAW_DECL_GETDELIM 1 | |
| #define HAVE_RAW_DECL_GETLINE 1 | |
| #define HAVE_RAW_DECL_GETS 1 | |
| #define HAVE_RAW_DECL_PCLOSE 1 | |
| #define HAVE_RAW_DECL_POPEN 1 | |
| #define HAVE_RAW_DECL_RENAMEAT 1 | |
| #define HAVE_RAW_DECL_SNPRINTF 1 | |
| #define HAVE_RAW_DECL_TMPFILE 1 | |
| #define HAVE_RAW_DECL_VDPRINTF 1 | |
| #define HAVE_RAW_DECL_VSNPRINTF 1 | |
| #define HAVE_RAW_DECL__EXIT 1 | |
| #define HAVE_RAW_DECL_ATOLL 1 | |
| #define HAVE_RAW_DECL_GETLOADAVG 1 | |
| #define HAVE_RAW_DECL_GETSUBOPT 1 | |
| #define HAVE_RAW_DECL_GRANTPT 1 | |
| #define HAVE_RAW_DECL_INITSTATE 1 | |
| #define HAVE_RAW_DECL_MKSTEMP 1 | |
| #define HAVE_RAW_DECL_POSIX_OPENPT 1 | |
| #define HAVE_RAW_DECL_PTSNAME 1 | |
| #define HAVE_RAW_DECL_QSORT_R 1 | |
| #define HAVE_RAW_DECL_RANDOM 1 | |
| #define HAVE_RAW_DECL_REALPATH 1 | |
| /* end confdefs.h. */ | |
| #include <stdlib.h> | |
| #if HAVE_SYS_LOADAVG_H | |
| # include <sys/loadavg.h> | |
| #endif | |
| #if HAVE_RANDOM_H | |
| # include <random.h> | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| #undef secure_getenv | |
| (void) secure_getenv; | |
| ; | |
| return 0; | |
| } | |
configure:27310: result: no | |
configure:27276: checking whether setenv is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
configure:27301: $? = 0 | |
configure:27310: result: yes | |
configure:27276: checking whether setstate is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
configure:27301: $? = 0 | |
configure:27310: result: yes | |
configure:27276: checking whether setstate_r is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
conftest.c:364:10: error: use of undeclared identifier 'setstate_r' | |
(void) setstate_r; | |
^ | |
1 error generated. | |
configure:27301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| #define GNULIB_TEST_GETCWD 1 | |
| #define GNULIB_TEST_GETDTABLESIZE 1 | |
| #define __GETOPT_PREFIX rpl_ | |
| #define HAVE_GETPAGESIZE 1 | |
| #define GNULIB_TEST_GETPAGESIZE 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| #define HAVE_DECL___ARGV 0 | |
| #define HAVE_VAR___PROGNAME 1 | |
| #define HAVE_INLINE 1 | |
| #define GNULIB_TEST_ISATTY 1 | |
| #define HAVE_DECL_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_NL_LANGINFO 1 | |
| #define HAVE_RAW_DECL_SETLOCALE 1 | |
| #define HAVE_RAW_DECL_DUPLOCALE 1 | |
| #define GNULIB_TEST_LOCALECONV 1 | |
| #define HAVE_PTHREAD_RWLOCK 1 | |
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1 | |
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | |
| #define GNULIB_LOCK 1 | |
| #define GNULIB_TEST_LSEEK 1 | |
| #define GNULIB_TEST_LSTAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC_GNU 1 | |
| #define GNULIB_MALLOC_GNU 1 | |
| #define HAVE_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MBRLEN 1 | |
| #define GNULIB_TEST_MBRTOWC 1 | |
| #define GNULIB_TEST_MBSCASECMP 1 | |
| #define GNULIB_TEST_MBSINIT 1 | |
| #define GNULIB_TEST_MBSLEN 1 | |
| #define GNULIB_TEST_MBSRTOWCS 1 | |
| #define GNULIB_TEST_MBSSTR 1 | |
| #define GNULIB_TEST_MBTOWC 1 | |
| #define GNULIB_TEST_MEMCHR 1 | |
| #define GNULIB_TEST_MEMPCPY 1 | |
| #define GNULIB_TEST_MEMRCHR 1 | |
| #define GNULIB_MSVC_NOTHROW 1 | |
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | |
| #define GNULIB_TEST_NL_LANGINFO 1 | |
| #define OPEN_TRAILING_SLASH_BUG 1 | |
| #define GNULIB_TEST_OPEN 1 | |
| #define GNULIB_OPENAT 1 | |
| #define GNULIB_TEST_OPENAT 1 | |
| #define GNULIB_OPENAT_SAFER 1 | |
| #define HAVE_OPENDIR 1 | |
| #define GNULIB_TEST_OPENDIR 1 | |
| #define GNULIB_TEST_READ 1 | |
| #define HAVE_READDIR 1 | |
| #define GNULIB_TEST_READDIR 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC_GNU 1 | |
| #define GNULIB_REALLOC_GNU 1 | |
| #define HAVE_REALLOC_POSIX 1 | |
| #define GNULIB_TEST_REALLOC_POSIX 1 | |
| #define _REGEX_INCLUDE_LIMITS_H 1 | |
| #define _REGEX_LARGE_OFFSETS 1 | |
| #define re_syntax_options rpl_re_syntax_options | |
| #define re_set_syntax rpl_re_set_syntax | |
| #define re_compile_pattern rpl_re_compile_pattern | |
| #define re_compile_fastmap rpl_re_compile_fastmap | |
| #define re_search rpl_re_search | |
| #define re_search_2 rpl_re_search_2 | |
| #define re_match rpl_re_match | |
| #define re_match_2 rpl_re_match_2 | |
| #define re_set_registers rpl_re_set_registers | |
| #define re_comp rpl_re_comp | |
| #define re_exec rpl_re_exec | |
| #define regcomp rpl_regcomp | |
| #define regexec rpl_regexec | |
| #define regerror rpl_regerror | |
| #define regfree rpl_regfree | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define REPLACE_FUNC_STAT_FILE 1 | |
| #define GNULIB_TEST_STAT 1 | |
| #define __USE_MINGW_ANSI_STDIO 1 | |
| #define GNULIB_FSCANF 1 | |
| #define GNULIB_SCANF 1 | |
| #define HAVE_RAW_DECL_DPRINTF 1 | |
| #define HAVE_RAW_DECL_FPURGE 1 | |
| #define HAVE_RAW_DECL_FSEEKO 1 | |
| #define HAVE_RAW_DECL_FTELLO 1 | |
| #define HAVE_RAW_DECL_GETDELIM 1 | |
| #define HAVE_RAW_DECL_GETLINE 1 | |
| #define HAVE_RAW_DECL_GETS 1 | |
| #define HAVE_RAW_DECL_PCLOSE 1 | |
| #define HAVE_RAW_DECL_POPEN 1 | |
| #define HAVE_RAW_DECL_RENAMEAT 1 | |
| #define HAVE_RAW_DECL_SNPRINTF 1 | |
| #define HAVE_RAW_DECL_TMPFILE 1 | |
| #define HAVE_RAW_DECL_VDPRINTF 1 | |
| #define HAVE_RAW_DECL_VSNPRINTF 1 | |
| #define HAVE_RAW_DECL__EXIT 1 | |
| #define HAVE_RAW_DECL_ATOLL 1 | |
| #define HAVE_RAW_DECL_GETLOADAVG 1 | |
| #define HAVE_RAW_DECL_GETSUBOPT 1 | |
| #define HAVE_RAW_DECL_GRANTPT 1 | |
| #define HAVE_RAW_DECL_INITSTATE 1 | |
| #define HAVE_RAW_DECL_MKSTEMP 1 | |
| #define HAVE_RAW_DECL_POSIX_OPENPT 1 | |
| #define HAVE_RAW_DECL_PTSNAME 1 | |
| #define HAVE_RAW_DECL_QSORT_R 1 | |
| #define HAVE_RAW_DECL_RANDOM 1 | |
| #define HAVE_RAW_DECL_REALPATH 1 | |
| #define HAVE_RAW_DECL_SETENV 1 | |
| #define HAVE_RAW_DECL_SETSTATE 1 | |
| /* end confdefs.h. */ | |
| #include <stdlib.h> | |
| #if HAVE_SYS_LOADAVG_H | |
| # include <sys/loadavg.h> | |
| #endif | |
| #if HAVE_RANDOM_H | |
| # include <random.h> | |
| #endif | |
| | |
| int | |
| main (void) | |
| { | |
| #undef setstate_r | |
| (void) setstate_r; | |
| ; | |
| return 0; | |
| } | |
configure:27310: result: no | |
configure:27276: checking whether srandom is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
configure:27301: $? = 0 | |
configure:27310: result: yes | |
configure:27276: checking whether srandom_r is declared without a macro | |
configure:27301: clang -c -g -O2 conftest.c >&5 | |
conftest.c:365:10: error: use of undeclared identifier 'srandom_r' | |
(void) srandom_r; | |
^ | |
1 error generated. | |
configure:27301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU grep" | |
| #define PACKAGE_TARNAME "grep" | |
| #define PACKAGE_VERSION "3.1" | |
| #define PACKAGE_STRING "GNU grep 3.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.gnu.org/software/grep/" | |
| #define GREP 1 | |
| #define PACKAGE "grep" | |
| #define VERSION "3.1" | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define STDC_HEADERS 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _DARWIN_C_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | |
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | |
| #define __STDC_WANT_LIB_EXT2__ 1 | |
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define _DARWIN_USE_64_BIT_INODE 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_BTOWC 1 | |
| #define HAVE_FCHDIR 1 | |
| #define HAVE_FDOPENDIR 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_ISBLANK 1 | |
| #define HAVE_ISWCTYPE 1 | |
| #define HAVE_MBSRTOWCS 1 | |
| #define HAVE_WMEMCHR 1 | |
| #define HAVE_WMEMCPY 1 | |
| #define HAVE_FSTATAT 1 | |
| #define HAVE_OPENAT 1 | |
| #define HAVE_FSTATFS 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETPROGNAME 1 | |
| #define HAVE_ISWCNTRL 1 | |
| #define HAVE_ISWBLANK 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_MBSINIT 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_MBRLEN 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOIMAX 1 | |
| #define HAVE_STRTOUMAX 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_WCTOB 1 | |
| #define HAVE_WCWIDTH 1 | |
| #define HAVE_NEWLOCALE 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_ISASCII 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_SYS_CDEFS_H 1 | |
| #define HAVE_ICONV_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_XLOCALE_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_DECL_FCHDIR 1 | |
| #define HAVE_WORKING_O_NOATIME 0 | |
| #define HAVE_WORKING_O_NOFOLLOW 1 | |
| #define PROMOTED_MODE_T int | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_RAW_DECL_FCHMODAT 1 | |
| #define HAVE_RAW_DECL_FSTAT 1 | |
| #define HAVE_RAW_DECL_FSTATAT 1 | |
| #define HAVE_RAW_DECL_LCHMOD 1 | |
| #define HAVE_RAW_DECL_LSTAT 1 | |
| #define HAVE_RAW_DECL_MKDIRAT 1 | |
| #define HAVE_RAW_DECL_MKFIFO 1 | |
| #define HAVE_RAW_DECL_MKNOD 1 | |
| #define HAVE_RAW_DECL_STAT 1 | |
| #define HAVE_DECL_GETDTABLESIZE 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GETOPT_LONG_ONLY 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_UNSIGNED_LONG_LONG_INT 1 | |
| #define HAVE_LONG_LONG_INT 1 | |
| #define BITSIZEOF_PTRDIFF_T 64 | |
| #define BITSIZEOF_SIZE_T 64 | |
| #define BITSIZEOF_SIG_ATOMIC_T 32 | |
| #define BITSIZEOF_WCHAR_T 32 | |
| #define BITSIZEOF_WINT_T 32 | |
| #define HAVE_SIGNED_SIG_ATOMIC_T 1 | |
| #define HAVE_SIGNED_WCHAR_T 1 | |
| #define HAVE_SIGNED_WINT_T 1 | |
| #define PTRDIFF_T_SUFFIX l | |
| #define SIZE_T_SUFFIX ul | |
| #define SIG_ATOMIC_T_SUFFIX | |
| #define WCHAR_T_SUFFIX | |
| #define WINT_T_SUFFIX | |
| #define HAVE_RAW_DECL_IMAXABS 1 | |
| #define HAVE_RAW_DECL_IMAXDIV 1 | |
| #define HAVE_RAW_DECL_STRTOIMAX 1 | |
| #define HAVE_RAW_DECL_STRTOUMAX 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_RAW_DECL_WCTYPE 1 | |
| #define HAVE_RAW_DECL_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_WCTRANS 1 | |
| #define HAVE_RAW_DECL_TOWCTRANS 1 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define USE_POSIX_THREADS 1 | |
| #define _USE_STD_STAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define MALLOC_0_IS_NONNULL 1 | |
| #define HAVE_MAP_ANONYMOUS 1 | |
| #define restrict __restrict | |
| #define HAVE_DECL_MEMRCHR 0 | |
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | |
| #define HAVE_DECL_ALARM 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_DECL_STRDUP 1 | |
| #define REPLACE_STRERROR_0 1 | |
| #define HAVE_RAW_DECL_FFSL 1 | |
| #define HAVE_RAW_DECL_FFSLL 1 | |
| #define HAVE_RAW_DECL_MEMMEM 1 | |
| #define HAVE_RAW_DECL_STPCPY 1 | |
| #define HAVE_RAW_DECL_STPNCPY 1 | |
| #define HAVE_RAW_DECL_STRDUP 1 | |
| #define HAVE_RAW_DECL_STRNCAT 1 | |
| #define HAVE_RAW_DECL_STRNDUP 1 | |
| #define HAVE_RAW_DECL_STRNLEN 1 | |
| #define HAVE_RAW_DECL_STRPBRK 1 | |
| #define HAVE_RAW_DECL_STRSEP 1 | |
| #define HAVE_RAW_DECL_STRCASESTR 1 | |
| #define HAVE_RAW_DECL_STRTOK_R 1 | |
| #define HAVE_RAW_DECL_STRERROR_R 1 | |
| #define HAVE_RAW_DECL_STRSIGNAL 1 | |
| #define HAVE_DECL_STRNLEN 1 | |
| #define HAVE_DECL_STRTOIMAX 1 | |
| #define HAVE_DECL_STRTOUMAX 1 | |
| #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_DECL_SETENV 1 | |
| #define HAVE_SEARCH_H 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_DECL_SNPRINTF 1 | |
| #define HAVE_DECL_UNSETENV 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define DBL_EXPBIT0_WORD 1 | |
| #define DBL_EXPBIT0_BIT 20 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_WCSNLEN 1 | |
| #define HAVE_MBRTOWC 1 | |
| #define HAVE_WCRTOMB 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_SNPRINTF_RETVAL_C99 1 | |
| #define HAVE_ALLOCA 1 | |
| #define GNULIB_TEST_BTOWC 1 | |
| #define HAVE___BUILTIN_EXPECT 1 | |
| #define GNULIB_TEST_CHDIR 1 | |
| #define GNULIB_TEST_CLOEXEC 1 | |
| #define GNULIB_TEST_CLOSE 1 | |
| #define GNULIB_CLOSE_STREAM 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define GNULIB_TEST_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_ISBLANK 1 | |
| #define D_INO_IN_DIRENT 1 | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| #define HAVE_RAW_DECL_ALPHASORT 1 | |
| #define HAVE_RAW_DECL_CLOSEDIR 1 | |
| #define HAVE_RAW_DECL_DIRFD 1 | |
| #define HAVE_RAW_DECL_FDOPENDIR 1 | |
| #define HAVE_RAW_DECL_OPENDIR 1 | |
| #define HAVE_RAW_DECL_READDIR 1 | |
| #define HAVE_RAW_DECL_REWINDDIR 1 | |
| #define HAVE_RAW_DECL_SCANDIR 1 | |
| #define GNULIB_DIRENT_SAFER 1 | |
| #define HAVE_DIRFD 1 | |
| #define HAVE_DECL_DIRFD 1 | |
| #define GNULIB_TEST_DIRFD 1 | |
| #define GNULIB_TEST_DUP 1 | |
| #define HAVE_DUP2 1 | |
| #define GNULIB_TEST_DUP2 1 | |
| #define GNULIB_TEST_FCHDIR 1 | |
| #define GNULIB_TEST_FCNTL 1 | |
| #define HAVE_RAW_DECL_FCNTL 1 | |
| #define HAVE_RAW_DECL_OPENAT 1 | |
| #define GNULIB_FCNTL_SAFER 1 | |
| #define HAVE_DECL_FDOPENDIR 1 | |
| #define GNULIB_TEST_FDOPENDIR 1 | |
| #define GNULIB_FDOPENDIR 1 | |
| #define FLEXIBLE_ARRAY_MEMBER /**/ | |
| #define fnmatch posix_fnmatch | |
| #define HAVE_DECL_ISBLANK 1 | |
| #define GNULIB_TEST_FSTAT 1 | |
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1 | |
| #define GNULIB_TEST_FSTATAT 1 | |
| #define GNULIB_TEST_GETCWD 1 | |
| #define GNULIB_TEST_GETDTABLESIZE 1 | |
| #define __GETOPT_PREFIX rpl_ | |
| #define HAVE_GETPAGESIZE 1 | |
| #define GNULIB_TEST_GETPAGESIZE 1 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | |
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | |
| #define HAVE_DECL___ARGV 0 | |
| #define HAVE_VAR___PROGNAME 1 | |
| #define HAVE_INLINE 1 | |
| #define GNULIB_TEST_ISATTY 1 | |
| #define HAVE_DECL_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWBLANK 1 | |
| #define GNULIB_TEST_ISWCTYPE 1 | |
| #define HAVE_RAW_DECL_NL_LANGINFO 1 | |
| #define HAVE_RAW_DECL_SETLOCALE 1 | |
| #define HAVE_RAW_DECL_DUPLOCALE 1 | |
| #define GNULIB_TEST_LOCALECONV 1 | |
| #define HAVE_PTHREAD_RWLOCK 1 | |
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1 | |
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | |
| #define GNULIB_LOCK 1 | |
| #define GNULIB_TEST_LSEEK 1 | |
| #define GNULIB_TEST_LSTAT 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC_GNU 1 | |
| #define GNULIB_MALLOC_GNU 1 | |
| #define HAVE_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MALLOC_POSIX 1 | |
| #define GNULIB_TEST_MBRLEN 1 | |
| #define GNULIB_TEST_MBRTOWC 1 | |
| #define GNULIB_TEST_MBSCASECMP 1 | |
| #define GNULIB_TEST_MBSINIT 1 | |
| #define GNULIB_TEST_MBSLEN 1 | |
| #define GNULIB_TEST_MBSRTOWCS 1 | |
| #define GNULIB_TEST_MBSSTR 1 | |
| #define GNULIB_TEST_MBTOWC 1 | |
| #define GNULIB_TEST_MEMCHR 1 | |
| #define GNULIB_TEST_MEMPCPY 1 | |
| #define GNULIB_TEST_MEMRCHR 1 | |
| #define GNULIB_MSVC_NOTHROW 1 | |
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | |
| #define GNULIB_TEST_NL_LANGINFO 1 | |
| #define OPEN_TRAILING_SLASH_BUG 1 | |
| #define GNULIB_TEST_OPEN 1 | |
| #define GNULIB_OPENAT 1 | |
| #define GNULIB_TEST_OPENAT 1 | |
| #define GNULIB_OPENAT_SAFER 1 | |
| #define HAVE_OPENDIR 1 | |
| #define GNULIB_TEST_OPENDIR 1 | |
| #define GNULIB_TEST_READ 1 | |
| #define HAVE_READDIR 1 | |
| #define GNULIB_TEST_READDIR 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC_GNU 1 | |
| #define GNULIB_REALLOC_GNU 1 | |
| #define HAVE_REALLOC_POSIX 1 | |
| #define GNULIB_TEST_REALLOC_POSIX 1 | |
| #define _REGEX_INCLUDE_LIMITS_H 1 | |
| #define _REGEX_LARGE_OFFSETS 1 | |
| #define re_syntax_options rpl_re_syntax_options | |
| #define re_set_syntax rpl_re_set_syntax | |
| #define re_compile_pattern rpl_re_compile_pattern | |
| #define re_compile_fastmap rpl_re_compile_fastmap | |
| #define re_search rpl_re_search | |
| #define re_search_2 rpl_re_search_2 | |
| #define re_match rpl_re_match | |
| #define re_match_2 rpl_re_match_2 | |
| |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment