Created
April 30, 2015 00:30
-
-
Save dunn/98e5043d3a08f2dd6c3a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-04-29 17:26:46 -0700 | |
./bootstrap | |
glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'. | |
glibtoolize: copying file 'config/ltmain.sh' | |
glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. | |
glibtoolize: copying file 'm4/libtool.m4' | |
glibtoolize: copying file 'm4/ltoptions.m4' | |
glibtoolize: copying file 'm4/ltsugar.m4' | |
glibtoolize: copying file 'm4/ltversion.m4' | |
glibtoolize: copying file 'm4/lt~obsolete.m4' | |
configure.ac:22: installing 'config/compile' | |
configure.ac:57: installing 'config/config.guess' | |
configure.ac:57: installing 'config/config.sub' | |
configure.ac:12: installing 'config/install-sh' | |
configure.ac:12: installing 'config/missing' | |
glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'. | |
glibtoolize: copying file 'config/ltmain.sh' | |
glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. | |
glibtoolize: copying file 'm4/libtool.m4' | |
glibtoolize: copying file 'm4/ltoptions.m4' | |
glibtoolize: copying file 'm4/ltsugar.m4' | |
glibtoolize: copying file 'm4/ltversion.m4' | |
glibtoolize: copying file 'm4/lt~obsolete.m4' | |
configure.ac:15: installing 'config/compile' | |
configure.ac:21: installing 'config/config.guess' | |
configure.ac:21: installing 'config/config.sub' | |
configure.ac:8: installing 'config/install-sh' | |
configure.ac:8: installing 'config/missing' | |
Success bootstrapping libmonit | |
Success bootstrapping Monit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-04-29 17:26:56 -0700 | |
./configure | |
--prefix=/usr/local/Cellar/monit/HEAD | |
--localstatedir=/usr/local/var/monit | |
--sysconfdir=/usr/local/etc/monit | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... config/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 for gcc... clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking whether clang understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of clang... none | |
checking whether make sets $(MAKE)... (cached) yes | |
checking for bison... bison -y | |
checking for flex... /usr/bin/flex | |
checking for pod2man... /usr/local/Library/ENV/4.3/pod2man | |
checking build system type... x86_64-apple-darwin14.3.0 | |
checking host system type... x86_64-apple-darwin14.3.0 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking how to convert x86_64-apple-darwin14.3.0 file names to x86_64-apple-darwin14.3.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin14.3.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from clang object... ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking how to run the C preprocessor... clang -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if clang supports -fno-rtti -fno-exceptions... yes | |
checking for clang option to produce PIC... -fno-common -DPIC | |
checking if clang PIC flag -fno-common -DPIC works... yes | |
checking if clang static flag -static works... no | |
checking if clang supports -c -o file.o... yes | |
checking if clang supports -c -o file.o... (cached) yes | |
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin14.3.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking for socket in -lsocket... no | |
checking for socket in -linet... no | |
checking for inet_addr in -lnsl... no | |
checking for inet_aton in -lresolv... yes | |
checking for crypt in -lc... yes | |
checking for pthread_create in -lpthread... yes | |
checking for ANSI C header files... (cached) yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking whether stat file-mode macros are broken... no | |
checking whether time.h and sys/time.h may both be included... yes | |
checking alloca.h usability... yes | |
checking alloca.h presence... yes | |
checking for alloca.h... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking asm/page.h usability... no | |
checking asm/page.h presence... no | |
checking for asm/page.h... no | |
checking asm/param.h usability... no | |
checking asm/param.h presence... no | |
checking for asm/param.h... no | |
checking cf.h usability... no | |
checking cf.h presence... no | |
checking for cf.h... no | |
checking crt_externs.h usability... yes | |
checking crt_externs.h presence... yes | |
checking for crt_externs.h... yes | |
checking ctype.h usability... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
checking crypt.h usability... no | |
checking crypt.h presence... no | |
checking for crypt.h... no | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking for dirent.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking execinfo.h usability... yes | |
checking execinfo.h presence... yes | |
checking for execinfo.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking getopt.h usability... yes | |
checking getopt.h presence... yes | |
checking for getopt.h... yes | |
checking glob.h usability... yes | |
checking glob.h presence... yes | |
checking for glob.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking ifaddrs.h usability... yes | |
checking ifaddrs.h presence... yes | |
checking for ifaddrs.h... yes | |
checking kvm.h usability... no | |
checking kvm.h presence... no | |
checking for kvm.h... no | |
checking paths.h usability... yes | |
checking paths.h presence... yes | |
checking for paths.h... yes | |
checking kstat.h usability... no | |
checking kstat.h presence... no | |
checking for kstat.h... no | |
checking zone.h usability... no | |
checking zone.h presence... no | |
checking for zone.h... no | |
checking sys/protosw.h usability... yes | |
checking sys/protosw.h presence... yes | |
checking for sys/protosw.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking loadavg.h usability... no | |
checking loadavg.h presence... no | |
checking for loadavg.h... no | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking mach/boolean.h usability... yes | |
checking mach/boolean.h presence... yes | |
checking for mach/boolean.h... yes | |
checking mach/host_info.h usability... yes | |
checking mach/host_info.h presence... yes | |
checking for mach/host_info.h... yes | |
checking mach/mach.h usability... yes | |
checking mach/mach.h presence... yes | |
checking for mach/mach.h... yes | |
checking mach/mach_host.h usability... yes | |
checking mach/mach_host.h presence... yes | |
checking for mach/mach_host.h... yes | |
checking for memory.h... (cached) yes | |
checking mntent.h usability... no | |
checking mntent.h presence... no | |
checking for mntent.h... no | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking netinet/tcp.h usability... yes | |
checking netinet/tcp.h presence... yes | |
checking for netinet/tcp.h... yes | |
checking netinet/in_systm.h usability... yes | |
checking netinet/in_systm.h presence... yes | |
checking for netinet/in_systm.h... yes | |
checking pam/pam_appl.h usability... no | |
checking pam/pam_appl.h presence... no | |
checking for pam/pam_appl.h... no | |
checking security/pam_appl.h usability... yes | |
checking security/pam_appl.h presence... yes | |
checking for security/pam_appl.h... yes | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking procfs.h usability... no | |
checking procfs.h presence... no | |
checking for procfs.h... no | |
checking sys/procfs.h usability... no | |
checking sys/procfs.h presence... no | |
checking for sys/procfs.h... no | |
checking procinfo.h usability... no | |
checking procinfo.h presence... no | |
checking for procinfo.h... no | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking regex.h usability... yes | |
checking regex.h presence... yes | |
checking for regex.h... yes | |
checking setjmp.h usability... yes | |
checking setjmp.h presence... yes | |
checking for setjmp.h... yes | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... yes | |
checking for stdarg.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking for string.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking stropts.h usability... no | |
checking stropts.h presence... no | |
checking for stropts.h... no | |
checking sys/cfgodm.h usability... no | |
checking sys/cfgodm.h presence... no | |
checking for sys/cfgodm.h... no | |
checking sys/cfgdb.h usability... no | |
checking sys/cfgdb.h presence... no | |
checking for sys/cfgdb.h... no | |
checking sys/dk.h usability... no | |
checking sys/dk.h presence... no | |
checking for sys/dk.h... no | |
checking sys/dkstat.h usability... yes | |
checking sys/dkstat.h presence... yes | |
checking for sys/dkstat.h... yes | |
checking sys/filio.h usability... yes | |
checking sys/filio.h presence... yes | |
checking for sys/filio.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/loadavg.h usability... no | |
checking sys/loadavg.h presence... no | |
checking for sys/loadavg.h... no | |
checking sys/lock.h usability... yes | |
checking sys/lock.h presence... yes | |
checking for sys/lock.h... yes | |
checking sys/mnttab.h usability... no | |
checking sys/mnttab.h presence... no | |
checking for sys/mnttab.h... no | |
checking sys/mutex.h usability... no | |
checking sys/mutex.h presence... no | |
checking for sys/mutex.h... no | |
checking sys/nlist.h usability... no | |
checking sys/nlist.h presence... no | |
checking for sys/nlist.h... no | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/pstat.h usability... no | |
checking sys/pstat.h presence... no | |
checking for sys/pstat.h... no | |
checking sys/queue.h usability... yes | |
checking sys/queue.h presence... yes | |
checking for sys/queue.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/sched.h usability... no | |
checking sys/sched.h presence... no | |
checking for sys/sched.h... no | |
checking sys/statfs.h usability... no | |
checking sys/statfs.h presence... no | |
checking for sys/statfs.h... no | |
checking sys/statvfs.h usability... yes | |
checking sys/statvfs.h presence... yes | |
checking for sys/statvfs.h... yes | |
checking sys/sysinfo.h usability... no | |
checking sys/sysinfo.h presence... no | |
checking for sys/sysinfo.h... no | |
checking sys/systemcfg.h usability... no | |
checking sys/systemcfg.h presence... no | |
checking for sys/systemcfg.h... no | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/tree.h usability... no | |
checking sys/tree.h presence... no | |
checking for sys/tree.h... no | |
checking for sys/types.h... (cached) yes | |
checking sys/un.h usability... yes | |
checking sys/un.h presence... yes | |
checking for sys/un.h... yes | |
checking sys/utsname.h usability... yes | |
checking sys/utsname.h presence... yes | |
checking for sys/utsname.h... yes | |
checking sys/vmmeter.h usability... yes | |
checking sys/vmmeter.h presence... yes | |
checking for sys/vmmeter.h... yes | |
checking sys/vm_usage.h usability... no | |
checking sys/vm_usage.h presence... no | |
checking for sys/vm_usage.h... no | |
checking sys/vfs.h usability... no | |
checking sys/vfs.h presence... no | |
checking for sys/vfs.h... no | |
checking syslog.h usability... yes | |
checking syslog.h presence... yes | |
checking for syslog.h... yes | |
checking for unistd.h... (cached) yes | |
checking uvm/uvm.h usability... no | |
checking uvm/uvm.h presence... no | |
checking for uvm/uvm.h... no | |
checking uvm/uvm_extern.h usability... no | |
checking uvm/uvm_extern.h presence... no | |
checking for uvm/uvm_extern.h... no | |
checking uvm/uvm_param.h usability... no | |
checking uvm/uvm_param.h presence... no | |
checking for uvm/uvm_param.h... no | |
checking vm/vm.h usability... no | |
checking vm/vm.h presence... no | |
checking for vm/vm.h... no | |
checking for libperfstat.h... no | |
checking for netinet/ip.h... yes | |
checking for net/if.h... yes | |
checking for netinet/ip_icmp.h... yes | |
checking for netinet/icmp6.h... yes | |
checking for sys/sysctl.h... yes | |
checking for sys/mount.h... yes | |
checking for sys/proc.h... no | |
checking for sys/swap.h... no | |
checking for sys/ucred.h... yes | |
checking for sys/user.h... yes | |
checking for machine/vmparam.h... yes | |
checking for vm/pmap.h... no | |
checking for machine/pmap.h... no | |
checking for vm/vm_map.h... no | |
checking for vm/vm_object.h... no | |
checking for sys/resourcevar.h... no | |
checking for uvm/uvm_map.h... no | |
checking for uvm/uvm_pmap.h... no | |
checking for uvm/uvm_object.h... no | |
checking for boolean_t... yes | |
checking for mode_t... yes | |
checking for pid_t... yes | |
checking for size_t... yes | |
checking for pid_t... (cached) yes | |
checking return type of signal handlers... void | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for struct tm.tm_gmtoff... no | |
checking for error_at_line... no | |
checking vfork.h usability... no | |
checking vfork.h presence... no | |
checking for vfork.h... no | |
checking for fork... yes | |
checking for vfork... yes | |
checking for working fork... yes | |
checking for working vfork... (cached) yes | |
checking whether lstat correctly handles trailing slash... no | |
checking whether stat accepts an empty string... no | |
checking for strftime... yes | |
checking for statfs... yes | |
checking for statvfs... yes | |
checking for setlocale... yes | |
checking for getaddrinfo... yes | |
checking for syslog... yes | |
checking for vsyslog... yes | |
checking for backtrace... yes | |
checking for getloadavg... yes | |
checking for getopt_long... yes | |
checking for va_copy... yes | |
checking for an ANSI C-conforming const... yes | |
checking whether byte ordering is bigendian... no | |
checking for IPv6 support... yes | |
checking pid file location... /var/run | |
checking for kvm_open in -lkvm... no | |
checking for large files support... enabled | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for PAM support... enabled | |
checking for pam_start in -lpam... yes | |
checking for static SSL support... disabled | |
checking for SSL support... enabled | |
checking for SSL include directory... /usr/include | |
checking for SSL library directory... /usr/lib | |
checking for TLSv1_1_method in -lssl... yes | |
checking for TLSv1_2_method in -lssl... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating system/startup/monit.upstart | |
config.status: creating system/startup/monit.service | |
config.status: creating src/config.h | |
config.status: executing libtool_patch commands | |
config.status: executing monitrc commands | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
=== configuring in libmonit (/private/tmp/monit20150429-19232-1ofgd54/libmonit) | |
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/monit/HEAD' '--localstatedir=/usr/local/var/monit' '--sysconfdir=/usr/local/etc/monit' 'CC=clang' --cache-file=/dev/null --srcdir=. | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... config/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 for gcc... clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking whether clang understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of clang... none | |
checking build system type... x86_64-apple-darwin14.3.0 | |
checking host system type... x86_64-apple-darwin14.3.0 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking how to convert x86_64-apple-darwin14.3.0 file names to x86_64-apple-darwin14.3.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin14.3.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from clang object... ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking how to run the C preprocessor... clang -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if clang supports -fno-rtti -fno-exceptions... yes | |
checking for clang option to produce PIC... -fno-common -DPIC | |
checking if clang PIC flag -fno-common -DPIC works... yes | |
checking if clang static flag -static works... no | |
checking if clang supports -c -o file.o... yes | |
checking if clang supports -c -o file.o... (cached) yes | |
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin14.3.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking for pthread_create in -lpthread... yes | |
checking for ANSI C header files... (cached) yes | |
checking ctype.h usability... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking setjmp.h usability... yes | |
checking setjmp.h presence... yes | |
checking for setjmp.h... yes | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... yes | |
checking for stdarg.h... yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking for string.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for sys/types.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking execinfo.h usability... yes | |
checking execinfo.h presence... yes | |
checking for execinfo.h... yes | |
checking sys/sendfile.h usability... no | |
checking sys/sendfile.h presence... no | |
checking for sys/sendfile.h... no | |
checking sys/dirent.h usability... yes | |
checking sys/dirent.h presence... yes | |
checking for sys/dirent.h... yes | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking sys/poll.h usability... yes | |
checking sys/poll.h presence... yes | |
checking for sys/poll.h... yes | |
checking sys/event.h usability... yes | |
checking sys/event.h presence... yes | |
checking for sys/event.h... yes | |
checking stropts.h usability... no | |
checking stropts.h presence... no | |
checking for stropts.h... no | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/filio.h usability... yes | |
checking sys/filio.h presence... yes | |
checking for sys/filio.h... yes | |
checking kstat.h usability... no | |
checking kstat.h presence... no | |
checking for kstat.h... no | |
checking ifaddrs.h usability... yes | |
checking ifaddrs.h presence... yes | |
checking for ifaddrs.h... yes | |
checking net/if_media.h usability... yes | |
checking net/if_media.h presence... yes | |
checking for net/if_media.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking sys/sysctl.h usability... yes | |
checking sys/sysctl.h presence... yes | |
checking for sys/sysctl.h... yes | |
checking net/if_dl.h usability... yes | |
checking net/if_dl.h presence... yes | |
checking for net/if_dl.h... yes | |
checking mach/boolean.h usability... yes | |
checking mach/boolean.h presence... yes | |
checking for mach/boolean.h... yes | |
checking uvm/uvm_param.h usability... no | |
checking uvm/uvm_param.h presence... no | |
checking for uvm/uvm_param.h... no | |
checking for net/if.h... yes | |
checking for net/route.h... yes | |
checking for libperfstat.h... no | |
checking for boolean_t... yes | |
checking for uchar_t... no | |
checking for uint32_t... yes | |
checking setjmp is available... yes | |
checking vsnprintf is c99 conformant... yes | |
checking for an ANSI C-conforming const... yes | |
checking whether byte ordering is bigendian... no | |
checking for IPv6 support... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating test/Makefile | |
config.status: creating src/xconfig.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
+------------------------------------------------------------+ | |
| License: | | |
| This is Open Source Software and use is subject to the GNU | | |
| AFFERO GENERAL PUBLIC LICENSE version 3, available in this | | |
| distribution in the file COPYING. | | |
| | | |
| By continuing this installation process, you are bound by | | |
| the terms of this license agreement. If you do not agree | | |
| with the terms of this license, you must abort the | | |
| installation process at this point. | | |
+------------------------------------------------------------+ | |
| Libmonit is configured as follows: | | |
| | | |
| Optimized: DISABLED | | |
| Profiling: DISABLED | | |
+------------------------------------------------------------+ | |
Monit Build Information: | |
Architecture: DARWIN | |
SSL include directory: /usr/include | |
SSL library directory: /usr/lib | |
Compiler flags: -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -no-cpp-precomp -DNEED_SOCKLEN_T_DEFINED | |
Linker flags: -lpam -lpthread -lresolv -framework System -multiply_defined suppress -lssl -lcrypto | |
pid file location: /var/run | |
Install directory: /usr/local/Cellar/monit/HEAD | |
+------------------------------------------------------------+ | |
| License: | | |
| This is Open Source Software and use is subject to the GNU | | |
| AFFERO GENERAL PUBLIC LICENSE version 3, available in this | | |
| distribution in the file COPYING. | | |
| | | |
| By continuing this installation process, you are bound by | | |
| the terms of this license agreement. If you do not agree | | |
| with the terms of this license, you must abort the | | |
| installation process at this point. | | |
+------------------------------------------------------------+ | |
| Monit has been configured with the following options: | | |
| | | |
| PAM support: ENABLED | | |
| SSL support: ENABLED | | |
| Large files support: ENABLED | | |
| Optimized: DISABLED | | |
+------------------------------------------------------------+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: --version | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
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 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 conftest.c conftstm.o | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c conftstm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -Wl,-exported_symbols_list,conftest.sym conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -c -o conftest.o conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -g -O2 -c -o conftest.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -fno-rtti -fno-exceptions conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 -static conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -static conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -o out/conftest2.o conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -print-search-dirs | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -print-multi-os-directory | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -g -O2 -print-multi-os-directory -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -lsocket | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lsocket -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -linet | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -linet -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -lnsl | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lnsl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -lresolv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -lc -lresolv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lc -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -lresolv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthread -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 conftest.c -lpthread -lresolv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthread -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 conftest.c -lpthread -lresolv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthread -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -lresolv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthread -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -lresolv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthread -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -lresolv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthread -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -lresolv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthread -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -lresolv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthread -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -lresolv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthread -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -lresolv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthread -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -lresolv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthread -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -lresolv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthread -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -lresolv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthread -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -lresolv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthread -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -lresolv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthread -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -lresolv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthread -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -lresolv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthread -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -lresolv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthread -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 conftest.c -lpthread -lresolv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 conftest.c -lpthread -lresolv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -no-cpp-precomp -DNEED_SOCKLEN_T_DEFINED conftest.c -lkvm -lpthread -lresolv -framework System -multiply_defined suppress | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -no-cpp-precomp -DNEED_SOCKLEN_T_DEFINED conftest.c -lkvm -lpthread -lresolv -framework System -multiply_defined suppress -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -no-cpp-precomp -DNEED_SOCKLEN_T_DEFINED conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -no-cpp-precomp -DNEED_SOCKLEN_T_DEFINED conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -no-cpp-precomp -DNEED_SOCKLEN_T_DEFINED conftest.c -lpam -lpthread -lresolv -framework System -multiply_defined suppress | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -no-cpp-precomp -DNEED_SOCKLEN_T_DEFINED conftest.c -lpam -lpthread -lresolv -framework System -multiply_defined suppress -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -no-cpp-precomp -DNEED_SOCKLEN_T_DEFINED conftest.c -lssl -lpam -lpthread -lresolv -framework System -multiply_defined suppress -lssl -lcrypto | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -no-cpp-precomp -DNEED_SOCKLEN_T_DEFINED conftest.c -lssl -lpam -lpthread -lresolv -framework System -multiply_defined suppress -lssl -lcrypto -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -no-cpp-precomp -DNEED_SOCKLEN_T_DEFINED conftest.c -lssl -lpam -lpthread -lresolv -framework System -multiply_defined suppress -lssl -lcrypto | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -no-cpp-precomp -DNEED_SOCKLEN_T_DEFINED conftest.c -lssl -lpam -lpthread -lresolv -framework System -multiply_defined suppress -lssl -lcrypto -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
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 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 conftest.c conftstm.o | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c conftstm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -Wl,-exported_symbols_list,conftest.sym conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -c -o conftest.o conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -g -O2 -c -o conftest.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -fno-rtti -fno-exceptions conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -g -O2 -static conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -static conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -o out/conftest2.o conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -print-search-dirs | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -print-multi-os-directory | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -g -O2 -print-multi-os-directory -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
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 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -DREENTRANT conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DREENTRANT conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 -DREENTRANT conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DREENTRANT conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 -DREENTRANT conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DREENTRANT conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -g -O2 -DREENTRANT conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DREENTRANT conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -c -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -Os -march=native -c -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -o conftest -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 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 -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 conftest.c -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-04-29 17:27:32 -0700 | |
make | |
install | |
/usr/bin/flex -i -osrc/lex.yy.c src/l.l | |
bison -y -dvt -o src/y.tab.c src/p.y | |
bison -y -dvt -o src/y.tab.c src/p.y | |
echo "#include <config.h>" > src/.y.tab.c | |
echo "#include <config.h>" > src/.y.tab.c | |
cat src/y.tab.c >> src/.y.tab.c | |
cat src/y.tab.c >> src/.y.tab.c | |
mv src/.y.tab.c src/y.tab.c | |
mv src/.y.tab.c src/y.tab.c | |
mv src/y.tab.h src/tokens.h | |
mv: src/.y.tab.c: No such file or directory | |
make: [src/y.tab.c] Error 1 (ignored) | |
mv src/y.tab.h src/tokens.h | |
mv: src/y.tab.h: No such file or directory | |
make: [src/y.tab.c] Error 1 (ignored) | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-recursive | |
Making install in libmonit | |
Making install in . | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/Bootstrap.lo src/Bootstrap.c | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/exceptions/assert.lo src/exceptions/assert.c | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/exceptions/Exception.lo src/exceptions/Exception.c | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/io/Dir.lo src/io/Dir.c | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/Bootstrap.c -fno-common -DPIC -o src/.libs/Bootstrap.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/exceptions/assert.c -fno-common -DPIC -o src/exceptions/.libs/assert.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/exceptions/Exception.c -fno-common -DPIC -o src/exceptions/.libs/Exception.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/Dir.c -fno-common -DPIC -o src/io/.libs/Dir.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/Bootstrap.c -o src/Bootstrap.o >/dev/null 2>&1 | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/exceptions/assert.c -o src/exceptions/assert.o >/dev/null 2>&1 | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/exceptions/Exception.c -o src/exceptions/Exception.o >/dev/null 2>&1 | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/Dir.c -o src/io/Dir.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/io/File.lo src/io/File.c | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/io/InputStream.lo src/io/InputStream.c | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/io/OutputStream.lo src/io/OutputStream.c | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/system/Mem.lo src/system/Mem.c | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/InputStream.c -fno-common -DPIC -o src/io/.libs/InputStream.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/File.c -fno-common -DPIC -o src/io/.libs/File.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/OutputStream.c -fno-common -DPIC -o src/io/.libs/OutputStream.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Mem.c -fno-common -DPIC -o src/system/.libs/Mem.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/InputStream.c -o src/io/InputStream.o >/dev/null 2>&1 | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/File.c -o src/io/File.o >/dev/null 2>&1 | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Mem.c -o src/system/Mem.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/system/Net.lo src/system/Net.c | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/system/Time.lo src/system/Time.c | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/OutputStream.c -o src/io/OutputStream.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/system/Command.lo src/system/Command.c | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Net.c -fno-common -DPIC -o src/system/.libs/Net.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Time.c -fno-common -DPIC -o src/system/.libs/Time.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Command.c -fno-common -DPIC -o src/system/.libs/Command.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Net.c -o src/system/Net.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/system/System.lo src/system/System.c | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Time.c -o src/system/Time.o >/dev/null 2>&1 | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Command.c -o src/system/Command.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/system/Link.lo src/system/Link.c | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/System.c -fno-common -DPIC -o src/system/.libs/System.o | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/util/List.lo src/util/List.c | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/System.c -o src/system/System.o >/dev/null 2>&1 | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Link.c -fno-common -DPIC -o src/system/.libs/Link.o | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/util/Str.lo src/util/Str.c | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/util/StringBuffer.lo src/util/StringBuffer.c | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/List.c -fno-common -DPIC -o src/util/.libs/List.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/Str.c -fno-common -DPIC -o src/util/.libs/Str.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/List.c -o src/util/List.o >/dev/null 2>&1 | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/StringBuffer.c -fno-common -DPIC -o src/util/.libs/StringBuffer.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Link.c -o src/system/Link.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o src/thread/Thread.lo src/thread/Thread.c | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/StringBuffer.c -o src/util/StringBuffer.o >/dev/null 2>&1 | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/Str.c -o src/util/Str.o >/dev/null 2>&1 | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/thread/Thread.c -fno-common -DPIC -o src/thread/.libs/Thread.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/thread/Thread.c -o src/thread/Thread.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o libmonit.la src/Bootstrap.lo src/exceptions/assert.lo src/exceptions/Exception.lo src/io/Dir.lo src/io/File.lo src/io/InputStream.lo src/io/OutputStream.lo src/system/Mem.lo src/system/Net.lo src/system/Time.lo src/system/Command.lo src/system/System.lo src/system/Link.lo src/util/List.lo src/util/Str.lo src/util/StringBuffer.lo src/thread/Thread.lo -lpthread | |
libtool: link: ar cru .libs/libmonit.a src/.libs/Bootstrap.o src/exceptions/.libs/assert.o src/exceptions/.libs/Exception.o src/io/.libs/Dir.o src/io/.libs/File.o src/io/.libs/InputStream.o src/io/.libs/OutputStream.o src/system/.libs/Mem.o src/system/.libs/Net.o src/system/.libs/Time.o src/system/.libs/Command.o src/system/.libs/System.o src/system/.libs/Link.o src/util/.libs/List.o src/util/.libs/Str.o src/util/.libs/StringBuffer.o src/thread/.libs/Thread.o | |
libtool: link: ranlib .libs/libmonit.a | |
libtool: link: ( cd ".libs" && rm -f "libmonit.la" && ln -s "../libmonit.la" "libmonit.la" ) | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in test | |
clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o StrTest.o StrTest.c | |
clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o SystemTest.o SystemTest.c | |
clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o ListTest.o ListTest.c | |
clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o DirTest.o DirTest.c | |
clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o StringBufferTest.o StringBufferTest.c | |
clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o InputStreamTest.o InputStreamTest.c | |
clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o OutputStreamTest.o OutputStreamTest.c | |
clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o FileTest.o FileTest.c | |
clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o ExceptionTest.o ExceptionTest.c | |
clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o NetTest.o NetTest.c | |
clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o LinkTest.o LinkTest.c | |
clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o TimeTest.o TimeTest.c | |
clang -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o CommandTest.o CommandTest.c | |
/bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o StrTest StrTest.o ../libmonit.la -lpthread | |
/bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o SystemTest SystemTest.o ../libmonit.la -lpthread | |
/bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o ListTest ListTest.o ../libmonit.la -lpthread | |
/bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o DirTest DirTest.o ../libmonit.la -lpthread | |
libtool: link: clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o StrTest StrTest.o ../.libs/libmonit.a -lpthread | |
libtool: link: clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o SystemTest SystemTest.o ../.libs/libmonit.a -lpthread | |
libtool: link: clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o DirTest DirTest.o ../.libs/libmonit.a -lpthread | |
libtool: link: clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o ListTest ListTest.o ../.libs/libmonit.a -lpthread | |
/bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o StringBufferTest StringBufferTest.o ../libmonit.la -lpthread | |
/bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o InputStreamTest InputStreamTest.o ../libmonit.la -lpthread | |
/bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o OutputStreamTest OutputStreamTest.o ../libmonit.la -lpthread | |
/bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o FileTest FileTest.o ../libmonit.la -lpthread | |
libtool: link: clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o StringBufferTest StringBufferTest.o ../.libs/libmonit.a -lpthread | |
libtool: link: clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o InputStreamTest InputStreamTest.o ../.libs/libmonit.a -lpthread | |
libtool: link: clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o FileTest FileTest.o ../.libs/libmonit.a -lpthread | |
libtool: link: clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o OutputStreamTest OutputStreamTest.o ../.libs/libmonit.a -lpthread | |
/bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o ExceptionTest ExceptionTest.o ../libmonit.la -lpthread | |
/bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o NetTest NetTest.o ../libmonit.la -lpthread | |
/bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o LinkTest LinkTest.o ../libmonit.la -lpthread | |
/bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o TimeTest TimeTest.o ../libmonit.la -lpthread | |
libtool: link: clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o ExceptionTest ExceptionTest.o ../.libs/libmonit.a -lpthread | |
libtool: link: clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o NetTest NetTest.o ../.libs/libmonit.a -lpthread | |
libtool: link: clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o LinkTest LinkTest.o ../.libs/libmonit.a -lpthread | |
libtool: link: clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o TimeTest TimeTest.o ../.libs/libmonit.a -lpthread | |
/bin/sh ../libtool --tag=CC --mode=link clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o CommandTest CommandTest.o ../libmonit.la -lpthread | |
libtool: link: clang -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o CommandTest CommandTest.o ../.libs/libmonit.a -lpthread | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
/usr/local/Library/ENV/4.3/pod2man --center 'User Commands' --release 'April 29. 2015' --date='www.mmonit.com' --lax doc/monit.pod > monit.1 | |
clang -DHAVE_CONFIG_H -I. -I./src -DDARWIN -DSYSCONFDIR="\"/usr/local/etc/monit\"" -I./src -I./src/device -I./src/http -I./src/process -I./src/protocols -I./src/ssl -I./libmonit/src -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -no-cpp-precomp -DNEED_SOCKLEN_T_DEFINED -c -o src/y.tab.o src/y.tab.c | |
clang -DHAVE_CONFIG_H -I. -I./src -DDARWIN -DSYSCONFDIR="\"/usr/local/etc/monit\"" -I./src -I./src/device -I./src/http -I./src/process -I./src/protocols -I./src/ssl -I./libmonit/src -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -no-cpp-precomp -DNEED_SOCKLEN_T_DEFINED -c -o src/lex.yy.o src/lex.yy.c | |
clang -DHAVE_CONFIG_H -I. -I./src -DDARWIN -DSYSCONFDIR="\"/usr/local/etc/monit\"" -I./src -I./src/device -I./src/http -I./src/process -I./src/protocols -I./src/ssl -I./libmonit/src -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -no-cpp-precomp -DNEED_SOCKLEN_T_DEFINED -c -o src/monit.o src/monit.c | |
src/p.y:132:8: error: redefinition of 'IHavePrecedence' | |
struct IHavePrecedence { | |
^ | |
src/p.y:132:8: note: previous definition is here | |
struct IHavePrecedence { | |
^ | |
src/p.y:138:8: error: redefinition of 'myrate' | |
struct myrate { | |
^ | |
src/p.y:138:8: note: previous definition is here | |
struct myrate { | |
^ | |
src/p.y:161:12: error: redefinition of 'cfg_errflag' | |
static int cfg_errflag = 0; | |
^ | |
src/p.y:161:12: note: previous definition is here | |
static int cfg_errflag = 0; | |
^ | |
src/p.y:162:18: error: redefinition of 'tail' | |
static Service_T tail = NULL; | |
^ | |
src/p.y:162:18: note: previous definition is here | |
static Service_T tail = NULL; | |
^ | |
src/p.y:163:18: error: redefinition of 'current' | |
static Service_T current = NULL; | |
^ | |
src/p.y:163:18: note: previous definition is here | |
static Service_T current = NULL; | |
^ | |
src/p.y:164:18: error: redefinition of 'urlrequest' | |
static Request_T urlrequest = NULL; | |
^ | |
src/p.y:164:18: note: previous definition is here | |
static Request_T urlrequest = NULL; | |
^ | |
src/p.y:165:18: error: redefinition of 'command' | |
static command_t command = NULL; | |
^ | |
src/p.y:165:18: note: previous definition is here | |
static command_t command = NULL; | |
^ | |
src/p.y:166:18: error: redefinition of 'command1' | |
static command_t command1 = NULL; | |
^ | |
src/p.y:166:18: note: previous definition is here | |
static command_t command1 = NULL; | |
^ | |
src/p.y:167:18: error: redefinition of 'command2' | |
static command_t command2 = NULL; | |
^ | |
src/p.y:167:18: note: previous definition is here | |
static command_t command2 = NULL; | |
^ | |
src/p.y:168:18: error: redefinition of 'depend_list' | |
static Service_T depend_list = NULL; | |
^ | |
src/p.y:168:18: note: previous definition is here | |
static Service_T depend_list = NULL; | |
^ | |
src/p.y:193:31: error: redefinition of 'ihp' | |
static struct IHavePrecedence ihp = {false, false, false}; | |
^ | |
src/p.y:193:31: note: previous definition is here | |
static struct IHavePrecedence ihp = {false, false, false}; | |
^ | |
src/p.y:194:22: error: redefinition of 'rate1' | |
static struct myrate rate1 = {1, 1}; | |
^ | |
src/p.y:194:22: note: previous definition is here | |
static struct myrate rate1 = {1, 1}; | |
^ | |
src/p.y:195:22: error: redefinition of 'rate2' | |
static struct myrate rate2 = {1, 1}; | |
^ | |
src/p.y:195:22: note: previous definition is here | |
static struct myrate rate2 = {1, 1}; | |
^ | |
src/p.y:196:15: error: redefinition of 'htpasswd_file' | |
static char * htpasswd_file = NULL; | |
^ | |
src/p.y:196:15: note: previous definition is here | |
static char * htpasswd_file = NULL; | |
^ | |
src/p.y:197:20: error: redefinition of 'digesttype' | |
static Digest_Type digesttype = Digest_Cleartext; | |
^ | |
src/p.y:197:20: note: previous definition is here | |
static Digest_Type digesttype = Digest_Cleartext; | |
^ | |
src/y.tab.c:1010:7: error: redefinition of 'yyalloc' | |
union yyalloc | |
^ | |
src/y.tab.c:1010:7: note: previous definition is here | |
union yyalloc | |
^ | |
src/y.tab.c:1083:27: error: redefinition of 'yytranslate' | |
static const yytype_uint8 yytranslate[] = | |
^ | |
src/y.tab.c:1083:27: note: previous definition is here | |
static const yytype_uint8 yytranslate[] = | |
^ | |
src/y.tab.c:1140:28: error: redefinition of 'yyprhs' | |
static const yytype_uint16 yyprhs[] = | |
^ | |
src/y.tab.c:1140:28: note: previous definition is here | |
static const yytype_uint16 yyprhs[] = | |
^ | |
src/y.tab.c:1205:27: error: redefinition of 'yyrhs' | |
static const yytype_int16 yyrhs[] = | |
^ | |
src/y.tab.c:1205:27: note: previous definition is here | |
static const yytype_int16 yyrhs[] = | |
^ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
20 errors generated. | |
make[2]: *** [src/y.tab.o] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
rm -f pod2* | |
make[1]: *** [install-recursive] Error 1 | |
make: *** [install] Error 2 | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: 3cf099d4750522bee21f93783781bc7e3d49d7e2 | |
Last commit: 4 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit haswell | |
OS X: 10.10.3-x86_64 | |
Xcode: 6.3.1 | |
CLT: 6.3.1.0.1.1429149539 | |
GCC-4.2: build 0 | |
Clang: 6.1 build 602 | |
X11: 2.7.7 => /opt/X11 | |
System Ruby: 2.0.0-p481 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby | |
Java: 1.8.0_20 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /usr/local/opt/openssl:/usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /usr/local/opt/openssl/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/usr/local/opt/libtool/bin:/usr/local/opt/openssl/bin:/usr/local/opt/git/bin:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/Bootstrap.c -fno-common -DPIC -o src/.libs/Bootstrap.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/Bootstrap.c -fno-common -DPIC -o src/.libs/Bootstrap.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/exceptions/assert.c -fno-common -DPIC -o src/exceptions/.libs/assert.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/exceptions/assert.c -fno-common -DPIC -o src/exceptions/.libs/assert.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/exceptions/Exception.c -fno-common -DPIC -o src/exceptions/.libs/Exception.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/exceptions/Exception.c -fno-common -DPIC -o src/exceptions/.libs/Exception.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/Dir.c -fno-common -DPIC -o src/io/.libs/Dir.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/Dir.c -fno-common -DPIC -o src/io/.libs/Dir.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/Bootstrap.c -o src/Bootstrap.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/Bootstrap.c -o src/Bootstrap.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/exceptions/assert.c -o src/exceptions/assert.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/exceptions/assert.c -o src/exceptions/assert.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/exceptions/Exception.c -o src/exceptions/Exception.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/exceptions/Exception.c -o src/exceptions/Exception.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/Dir.c -o src/io/Dir.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/Dir.c -o src/io/Dir.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/InputStream.c -fno-common -DPIC -o src/io/.libs/InputStream.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/InputStream.c -fno-common -DPIC -o src/io/.libs/InputStream.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/File.c -fno-common -DPIC -o src/io/.libs/File.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/File.c -fno-common -DPIC -o src/io/.libs/File.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/OutputStream.c -fno-common -DPIC -o src/io/.libs/OutputStream.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/OutputStream.c -fno-common -DPIC -o src/io/.libs/OutputStream.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Mem.c -fno-common -DPIC -o src/system/.libs/Mem.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Mem.c -fno-common -DPIC -o src/system/.libs/Mem.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/InputStream.c -o src/io/InputStream.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/InputStream.c -o src/io/InputStream.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/File.c -o src/io/File.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/File.c -o src/io/File.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Mem.c -o src/system/Mem.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Mem.c -o src/system/Mem.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/OutputStream.c -o src/io/OutputStream.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/io/OutputStream.c -o src/io/OutputStream.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Net.c -fno-common -DPIC -o src/system/.libs/Net.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Net.c -fno-common -DPIC -o src/system/.libs/Net.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Time.c -fno-common -DPIC -o src/system/.libs/Time.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Time.c -fno-common -DPIC -o src/system/.libs/Time.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Command.c -fno-common -DPIC -o src/system/.libs/Command.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Command.c -fno-common -DPIC -o src/system/.libs/Command.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Net.c -o src/system/Net.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Net.c -o src/system/Net.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Time.c -o src/system/Time.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Time.c -o src/system/Time.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Command.c -o src/system/Command.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Command.c -o src/system/Command.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/System.c -fno-common -DPIC -o src/system/.libs/System.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/System.c -fno-common -DPIC -o src/system/.libs/System.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/System.c -o src/system/System.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/System.c -o src/system/System.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Link.c -fno-common -DPIC -o src/system/.libs/Link.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Link.c -fno-common -DPIC -o src/system/.libs/Link.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/List.c -fno-common -DPIC -o src/util/.libs/List.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/List.c -fno-common -DPIC -o src/util/.libs/List.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/Str.c -fno-common -DPIC -o src/util/.libs/Str.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/Str.c -fno-common -DPIC -o src/util/.libs/Str.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/List.c -o src/util/List.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/List.c -o src/util/List.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/StringBuffer.c -fno-common -DPIC -o src/util/.libs/StringBuffer.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/StringBuffer.c -fno-common -DPIC -o src/util/.libs/StringBuffer.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Link.c -o src/system/Link.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/system/Link.c -o src/system/Link.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/StringBuffer.c -o src/util/StringBuffer.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/StringBuffer.c -o src/util/StringBuffer.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/Str.c -o src/util/Str.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/util/Str.c -o src/util/Str.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/thread/Thread.c -fno-common -DPIC -o src/thread/.libs/Thread.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/thread/Thread.c -fno-common -DPIC -o src/thread/.libs/Thread.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/thread/Thread.c -o src/thread/Thread.o | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c src/thread/Thread.c -o src/thread/Thread.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o SystemTest.o SystemTest.c | |
superenv removed: -I../src/ -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o SystemTest.o SystemTest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o StrTest.o StrTest.c | |
superenv removed: -I../src/ -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o StrTest.o StrTest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o ListTest.o ListTest.c | |
superenv removed: -I../src/ -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o ListTest.o ListTest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o DirTest.o DirTest.c | |
superenv removed: -I../src/ -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o DirTest.o DirTest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o StringBufferTest.o StringBufferTest.c | |
superenv removed: -I../src/ -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o StringBufferTest.o StringBufferTest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o InputStreamTest.o InputStreamTest.c | |
superenv removed: -I../src/ -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o InputStreamTest.o InputStreamTest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o OutputStreamTest.o OutputStreamTest.c | |
superenv removed: -I../src/ -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o OutputStreamTest.o OutputStreamTest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o FileTest.o FileTest.c | |
superenv removed: -I../src/ -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o FileTest.o FileTest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o ExceptionTest.o ExceptionTest.c | |
superenv removed: -I../src/ -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o ExceptionTest.o ExceptionTest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o NetTest.o NetTest.c | |
superenv removed: -I../src/ -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o NetTest.o NetTest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o LinkTest.o LinkTest.c | |
superenv removed: -I../src/ -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o LinkTest.o LinkTest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o TimeTest.o TimeTest.c | |
superenv removed: -I../src/ -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o TimeTest.o TimeTest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../src -I../src/ -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o CommandTest.o CommandTest.c | |
superenv removed: -I../src/ -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -I../src/util -I../src/net -I../src/io -I../src/exceptions -I../src/thread -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -c -o CommandTest.o CommandTest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o StrTest StrTest.o ../.libs/libmonit.a -lpthread | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o StrTest StrTest.o ../.libs/libmonit.a -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o SystemTest SystemTest.o ../.libs/libmonit.a -lpthread | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o SystemTest SystemTest.o ../.libs/libmonit.a -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o DirTest DirTest.o ../.libs/libmonit.a -lpthread | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o DirTest DirTest.o ../.libs/libmonit.a -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o ListTest ListTest.o ../.libs/libmonit.a -lpthread | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o ListTest ListTest.o ../.libs/libmonit.a -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o StringBufferTest StringBufferTest.o ../.libs/libmonit.a -lpthread | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o StringBufferTest StringBufferTest.o ../.libs/libmonit.a -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o InputStreamTest InputStreamTest.o ../.libs/libmonit.a -lpthread | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o InputStreamTest InputStreamTest.o ../.libs/libmonit.a -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o FileTest FileTest.o ../.libs/libmonit.a -lpthread | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o FileTest FileTest.o ../.libs/libmonit.a -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o OutputStreamTest OutputStreamTest.o ../.libs/libmonit.a -lpthread | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o OutputStreamTest OutputStreamTest.o ../.libs/libmonit.a -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o ExceptionTest ExceptionTest.o ../.libs/libmonit.a -lpthread | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o ExceptionTest ExceptionTest.o ../.libs/libmonit.a -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o NetTest NetTest.o ../.libs/libmonit.a -lpthread | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o NetTest NetTest.o ../.libs/libmonit.a -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o LinkTest LinkTest.o ../.libs/libmonit.a -lpthread | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o LinkTest LinkTest.o ../.libs/libmonit.a -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o TimeTest TimeTest.o ../.libs/libmonit.a -lpthread | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o TimeTest TimeTest.o ../.libs/libmonit.a -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -Wno-address -Wno-pointer-sign -g -O2 -DREENTRANT -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o CommandTest CommandTest.o ../.libs/libmonit.a -lpthread | |
superenv removed: -g -O2 -Wall -Wunused | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -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 -Wno-address -Wno-pointer-sign -DREENTRANT -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -o CommandTest CommandTest.o ../.libs/libmonit.a -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -DDARWIN -DSYSCONFDIR="/usr/local/etc/monit" -I./src -I./src/device -I./src/http -I./src/process -I./src/protocols -I./src/ssl -I./libmonit/src -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -no-cpp-precomp -DNEED_SOCKLEN_T_DEFINED -c -o src/y.tab.o src/y.tab.c | |
superenv removed: -g -O2 -Wall -Wunused -no-cpp-precomp | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -DDARWIN -DSYSCONFDIR="/usr/local/etc/monit" -I./src/device -I./src/http -I./src/process -I./src/protocols -I./src/ssl -I./libmonit/src -Wno-address -Wno-pointer-sign -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -DNEED_SOCKLEN_T_DEFINED -c -o src/y.tab.o src/y.tab.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -DDARWIN -DSYSCONFDIR="/usr/local/etc/monit" -I./src -I./src/device -I./src/http -I./src/process -I./src/protocols -I./src/ssl -I./libmonit/src -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -no-cpp-precomp -DNEED_SOCKLEN_T_DEFINED -c -o src/monit.o src/monit.c | |
superenv removed: -g -O2 -Wall -Wunused -no-cpp-precomp | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -DDARWIN -DSYSCONFDIR="/usr/local/etc/monit" -I./src/device -I./src/http -I./src/process -I./src/protocols -I./src/ssl -I./libmonit/src -Wno-address -Wno-pointer-sign -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -DNEED_SOCKLEN_T_DEFINED -c -o src/monit.o src/monit.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
clang called with: -DHAVE_CONFIG_H -I. -I./src -DDARWIN -DSYSCONFDIR="/usr/local/etc/monit" -I./src -I./src/device -I./src/http -I./src/process -I./src/protocols -I./src/ssl -I./libmonit/src -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -no-cpp-precomp -DNEED_SOCKLEN_T_DEFINED -c -o src/lex.yy.o src/lex.yy.c | |
superenv removed: -g -O2 -Wall -Wunused -no-cpp-precomp | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I./src -DDARWIN -DSYSCONFDIR="/usr/local/etc/monit" -I./src/device -I./src/http -I./src/process -I./src/protocols -I./src/ssl -I./libmonit/src -Wno-address -Wno-pointer-sign -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -DNEED_SOCKLEN_T_DEFINED -c -o src/lex.yy.o src/lex.yy.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by monit configure 5.13, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --prefix=/usr/local/Cellar/monit/HEAD --localstatedir=/usr/local/var/monit --sysconfdir=/usr/local/etc/monit | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Hell | |
uname -m = x86_64 | |
uname -r = 14.3.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
2 processors are physically available. | |
4 processors are logically available. | |
Processor type: x86_64h (Intel x86-64h Haswell) | |
Processors active: 0 1 2 3 | |
Primary memory available: 16.00 gigabytes | |
Default processor set: 357 tasks, 1367 threads, 4 processors | |
Load average: 3.07, Mach factor: 1.46 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/local/opt/automake/bin | |
PATH: /usr/local/opt/autoconf/bin | |
PATH: /usr/local/opt/libtool/bin | |
PATH: /usr/local/opt/openssl/bin | |
PATH: /usr/local/opt/git/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2397: checking for a BSD-compatible install | |
configure:2465: result: /usr/bin/install -c | |
configure:2476: checking whether build environment is sane | |
configure:2531: result: yes | |
configure:2682: checking for a thread-safe mkdir -p | |
configure:2721: result: config/install-sh -c -d | |
configure:2728: checking for gawk | |
configure:2758: result: no | |
configure:2728: checking for mawk | |
configure:2758: result: no | |
configure:2728: checking for nawk | |
configure:2758: result: no | |
configure:2728: checking for awk | |
configure:2744: found /usr/bin/awk | |
configure:2755: result: awk | |
configure:2766: checking whether make sets $(MAKE) | |
configure:2788: result: yes | |
configure:2817: checking whether make supports nested variables | |
configure:2834: result: yes | |
configure:3022: checking for gcc | |
configure:3049: result: clang | |
configure:3278: checking for C compiler version | |
configure:3287: clang --version >&5 | |
Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn) | |
Target: x86_64-apple-darwin14.3.0 | |
Thread model: posix | |
configure:3298: $? = 0 | |
configure:3287: clang -v >&5 | |
Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn) | |
Target: x86_64-apple-darwin14.3.0 | |
Thread model: posix | |
configure:3298: $? = 0 | |
configure:3287: clang -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:3298: $? = 1 | |
configure:3287: clang -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
configure:3298: $? = 1 | |
configure:3318: checking whether the C compiler works | |
configure:3340: clang conftest.c >&5 | |
configure:3344: $? = 0 | |
configure:3392: result: yes | |
configure:3395: checking for C compiler default output file name | |
configure:3397: result: a.out | |
configure:3403: checking for suffix of executables | |
configure:3410: clang -o conftest conftest.c >&5 | |
configure:3414: $? = 0 | |
configure:3436: result: | |
configure:3458: checking whether we are cross compiling | |
configure:3466: clang -o conftest conftest.c >&5 | |
configure:3470: $? = 0 | |
configure:3477: ./conftest | |
configure:3481: $? = 0 | |
configure:3496: result: no | |
configure:3501: checking for suffix of object files | |
configure:3523: clang -c conftest.c >&5 | |
configure:3527: $? = 0 | |
configure:3548: result: o | |
configure:3552: checking whether we are using the GNU C compiler | |
configure:3571: clang -c conftest.c >&5 | |
configure:3571: $? = 0 | |
configure:3580: result: yes | |
configure:3589: checking whether clang accepts -g | |
configure:3609: clang -c -g conftest.c >&5 | |
configure:3609: $? = 0 | |
configure:3650: result: yes | |
configure:3667: checking for clang option to accept ISO C89 | |
configure:3730: clang -c -g -O2 conftest.c >&5 | |
configure:3730: $? = 0 | |
configure:3743: result: none needed | |
configure:3768: checking whether clang understands -c and -o together | |
configure:3790: clang -c conftest.c -o conftest2.o | |
configure:3793: $? = 0 | |
configure:3790: clang -c conftest.c -o conftest2.o | |
configure:3793: $? = 0 | |
configure:3805: result: yes | |
configure:3833: checking for style of include used by make | |
configure:3861: result: GNU | |
configure:3887: checking dependency style of clang | |
configure:3998: result: none | |
configure:4014: checking whether make sets $(MAKE) | |
configure:4036: result: yes | |
configure:4049: checking for bison | |
configure:4066: found /usr/bin/bison | |
configure:4077: result: bison -y | |
configure:4097: checking for flex | |
configure:4116: found /usr/bin/flex | |
configure:4129: result: /usr/bin/flex | |
configure:4145: checking for pod2man | |
configure:4164: found /usr/local/Library/ENV/4.3/pod2man | |
configure:4177: result: /usr/local/Library/ENV/4.3/pod2man | |
configure:4261: checking build system type | |
configure:4275: result: x86_64-apple-darwin14.3.0 | |
configure:4295: checking host system type | |
configure:4308: result: x86_64-apple-darwin14.3.0 | |
configure:4349: checking how to print strings | |
configure:4376: result: printf | |
configure:4397: checking for a sed that does not truncate output | |
configure:4461: result: /usr/local/Library/ENV/4.3/sed | |
configure:4479: checking for grep that handles long lines and -e | |
configure:4537: result: /usr/bin/grep | |
configure:4542: checking for egrep | |
configure:4604: result: /usr/bin/grep -E | |
configure:4609: checking for fgrep | |
configure:4671: result: /usr/bin/grep -F | |
configure:4706: checking for ld used by clang | |
configure:4773: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
configure:4780: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | |
configure:4795: result: no | |
configure:4807: checking for BSD- or MS-compatible name lister (nm) | |
configure:4861: result: /usr/bin/nm | |
configure:4991: checking the name lister (/usr/bin/nm) interface | |
configure:4998: clang -c -g -O2 conftest.c >&5 | |
configure:5001: /usr/bin/nm "conftest.o" | |
configure:5004: output | |
00000000000001ec S _some_variable | |
configure:5011: result: BSD nm | |
configure:5014: checking whether ln -s works | |
configure:5018: result: yes | |
configure:5026: checking the maximum length of command line arguments | |
configure:5157: result: 196608 | |
configure:5205: checking how to convert x86_64-apple-darwin14.3.0 file names to x86_64-apple-darwin14.3.0 format | |
configure:5245: result: func_convert_file_noop | |
configure:5252: checking how to convert x86_64-apple-darwin14.3.0 file names to toolchain format | |
configure:5272: result: func_convert_file_noop | |
configure:5279: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files | |
configure:5286: result: -r | |
configure:5360: checking for objdump | |
configure:5390: result: no | |
configure:5419: checking how to recognize dependent libraries | |
configure:5619: result: pass_all | |
configure:5704: checking for dlltool | |
configure:5734: result: no | |
configure:5764: checking how to associate runtime and link libraries | |
configure:5791: result: printf %s\n | |
configure:5852: checking for ar | |
configure:5868: found /usr/bin/ar | |
configure:5879: result: ar | |
configure:5916: checking for archiver @FILE support | |
configure:5933: clang -c -g -O2 conftest.c >&5 | |
configure:5933: $? = 0 | |
configure:5936: ar cru libconftest.a @conftest.lst >&5 | |
ar: @conftest.lst: No such file or directory | |
configure:5939: $? = 1 | |
configure:5959: result: no | |
configure:6017: checking for strip | |
configure:6033: found /usr/bin/strip | |
configure:6044: result: strip | |
configure:6116: checking for ranlib | |
configure:6132: found /usr/bin/ranlib | |
configure:6143: result: ranlib | |
configure:6245: checking command to parse /usr/bin/nm output from clang object | |
configure:6398: clang -c -g -O2 conftest.c >&5 | |
configure:6401: $? = 0 | |
configure:6405: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:6408: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:6398: clang -c -g -O2 conftest.c >&5 | |
configure:6401: $? = 0 | |
configure:6405: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:6408: $? = 0 | |
configure:6474: clang -o conftest -g -O2 conftest.c conftstm.o >&5 | |
configure:6477: $? = 0 | |
configure:6515: result: ok | |
configure:6562: checking for sysroot | |
configure:6592: result: no | |
configure:6599: checking for a working dd | |
configure:6637: result: /bin/dd | |
configure:6641: checking how to truncate binary pipes | |
configure:6656: result: /bin/dd bs=4096 count=1 | |
configure:6985: checking for mt | |
configure:7015: result: no | |
configure:7035: checking if : is a manifest tool | |
configure:7041: : '-?' | |
configure:7049: result: no | |
configure:7105: checking for dsymutil | |
configure:7121: found /usr/bin/dsymutil | |
configure:7132: result: dsymutil | |
configure:7197: checking for nmedit | |
configure:7213: found /usr/bin/nmedit | |
configure:7224: result: nmedit | |
configure:7289: checking for lipo | |
configure:7305: found /usr/bin/lipo | |
configure:7316: result: lipo | |
configure:7381: checking for otool | |
configure:7397: found /usr/bin/otool | |
configure:7408: result: otool | |
configure:7473: checking for otool64 | |
configure:7503: result: no | |
configure:7548: checking for -single_module linker flag | |
clang -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:7581: result: yes | |
configure:7584: checking for -exported_symbols_list linker flag | |
configure:7604: clang -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:7604: $? = 0 | |
configure:7614: result: yes | |
configure:7617: checking for -force_load linker flag | |
clang -g -O2 -c -o conftest.o conftest.c | |
ar cru libconftest.a conftest.o | |
ranlib libconftest.a | |
clang -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
configure:7649: result: yes | |
configure:7726: checking how to run the C preprocessor | |
configure:7757: clang -E conftest.c | |
configure:7757: $? = 0 | |
configure:7771: clang -E conftest.c | |
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:7771: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:7796: result: clang -E | |
configure:7816: clang -E conftest.c | |
configure:7816: $? = 0 | |
configure:7830: clang -E conftest.c | |
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:7830: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:7859: checking for ANSI C header files | |
configure:7879: clang -c -g -O2 conftest.c >&5 | |
configure:7879: $? = 0 | |
configure:7952: clang -o conftest -g -O2 conftest.c >&5 | |
configure:7952: $? = 0 | |
configure:7952: ./conftest | |
configure:7952: $? = 0 | |
configure:7963: result: yes | |
configure:7976: checking for sys/types.h | |
configure:7976: clang -c -g -O2 conftest.c >&5 | |
configure:7976: $? = 0 | |
configure:7976: result: yes | |
configure:7976: checking for sys/stat.h | |
configure:7976: clang -c -g -O2 conftest.c >&5 | |
configure:7976: $? = 0 | |
configure:7976: result: yes | |
configure:7976: checking for stdlib.h | |
configure:7976: clang -c -g -O2 conftest.c >&5 | |
configure:7976: $? = 0 | |
configure:7976: result: yes | |
configure:7976: checking for string.h | |
configure:7976: clang -c -g -O2 conftest.c >&5 | |
configure:7976: $? = 0 | |
configure:7976: result: yes | |
configure:7976: checking for memory.h | |
configure:7976: clang -c -g -O2 conftest.c >&5 | |
configure:7976: $? = 0 | |
configure:7976: result: yes | |
configure:7976: checking for strings.h | |
configure:7976: clang -c -g -O2 conftest.c >&5 | |
configure:7976: $? = 0 | |
configure:7976: result: yes | |
configure:7976: checking for inttypes.h | |
configure:7976: clang -c -g -O2 conftest.c >&5 | |
configure:7976: $? = 0 | |
configure:7976: result: yes | |
configure:7976: checking for stdint.h | |
configure:7976: clang -c -g -O2 conftest.c >&5 | |
configure:7976: $? = 0 | |
configure:7976: result: yes | |
configure:7976: checking for unistd.h | |
configure:7976: clang -c -g -O2 conftest.c >&5 | |
configure:7976: $? = 0 | |
configure:7976: result: yes | |
configure:7990: checking for dlfcn.h | |
configure:7990: clang -c -g -O2 conftest.c >&5 | |
configure:7990: $? = 0 | |
configure:7990: result: yes | |
configure:8216: checking for objdir | |
configure:8231: result: .libs | |
configure:8495: checking if clang supports -fno-rtti -fno-exceptions | |
configure:8513: clang -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:8517: $? = 0 | |
configure:8530: result: yes | |
configure:8888: checking for clang option to produce PIC | |
configure:8895: result: -fno-common -DPIC | |
configure:8903: checking if clang PIC flag -fno-common -DPIC works | |
configure:8921: clang -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:8925: $? = 0 | |
configure:8938: result: yes | |
configure:8967: checking if clang static flag -static works | |
configure:8995: result: no | |
configure:9010: checking if clang supports -c -o file.o | |
configure:9031: clang -c -g -O2 -o out/conftest2.o conftest.c >&5 | |
configure:9035: $? = 0 | |
configure:9057: result: yes | |
configure:9065: checking if clang supports -c -o file.o | |
configure:9112: result: yes | |
configure:9145: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
configure:10404: result: yes | |
configure:10644: checking dynamic linker characteristics | |
configure:11462: result: darwin14.3.0 dyld | |
configure:11584: checking how to hardcode library paths into programs | |
configure:11609: result: immediate | |
configure:12157: checking whether stripping libraries is possible | |
configure:12171: result: yes | |
configure:12197: checking if libtool supports shared libraries | |
configure:12199: result: yes | |
configure:12202: checking whether to build shared libraries | |
configure:12227: result: yes | |
configure:12230: checking whether to build static libraries | |
configure:12234: result: no | |
configure:12303: checking for socket in -lsocket | |
configure:12328: clang -o conftest -g -O2 conftest.c -lsocket >&5 | |
ld: library not found for -lsocket | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:12328: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char socket (); | |
| int | |
| main () | |
| { | |
| return socket (); | |
| ; | |
| return 0; | |
| } | |
configure:12337: result: no | |
configure:12348: checking for socket in -linet | |
configure:12373: clang -o conftest -g -O2 conftest.c -linet >&5 | |
ld: library not found for -linet | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:12373: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char socket (); | |
| int | |
| main () | |
| { | |
| return socket (); | |
| ; | |
| return 0; | |
| } | |
configure:12382: result: no | |
configure:12393: checking for inet_addr in -lnsl | |
configure:12418: clang -o conftest -g -O2 conftest.c -lnsl >&5 | |
ld: library not found for -lnsl | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:12418: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char inet_addr (); | |
| int | |
| main () | |
| { | |
| return inet_addr (); | |
| ; | |
| return 0; | |
| } | |
configure:12427: result: no | |
configure:12438: checking for inet_aton in -lresolv | |
configure:12463: clang -o conftest -g -O2 conftest.c -lresolv >&5 | |
configure:12463: $? = 0 | |
configure:12472: result: yes | |
configure:12483: checking for crypt in -lc | |
configure:12508: clang -o conftest -g -O2 conftest.c -lc -lresolv >&5 | |
configure:12508: $? = 0 | |
configure:12517: result: yes | |
configure:12569: checking for pthread_create in -lpthread | |
configure:12594: clang -o conftest -g -O2 conftest.c -lpthread -lresolv >&5 | |
configure:12594: $? = 0 | |
configure:12603: result: yes | |
configure:12621: checking for ANSI C header files | |
configure:12725: result: yes | |
configure:12733: checking for sys/wait.h that is POSIX.1 compatible | |
configure:12759: clang -c -g -O2 conftest.c >&5 | |
configure:12759: $? = 0 | |
configure:12766: result: yes | |
configure:12774: checking whether stat file-mode macros are broken | |
configure:12801: clang -c -g -O2 conftest.c >&5 | |
configure:12801: $? = 0 | |
configure:12808: result: no | |
configure:12816: checking whether time.h and sys/time.h may both be included | |
configure:12836: clang -c -g -O2 conftest.c >&5 | |
configure:12836: $? = 0 | |
configure:12843: result: yes | |
configure:12942: checking alloca.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking alloca.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for alloca.h | |
configure:12942: result: yes | |
configure:12942: checking arpa/inet.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking arpa/inet.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for arpa/inet.h | |
configure:12942: result: yes | |
configure:12942: checking asm/page.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:63:10: fatal error: 'asm/page.h' file not found | |
#include <asm/page.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <asm/page.h> | |
configure:12942: result: no | |
configure:12942: checking asm/page.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:30:10: fatal error: 'asm/page.h' file not found | |
#include <asm/page.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| /* end confdefs.h. */ | |
| #include <asm/page.h> | |
configure:12942: result: no | |
configure:12942: checking for asm/page.h | |
configure:12942: result: no | |
configure:12942: checking asm/param.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:63:10: fatal error: 'asm/param.h' file not found | |
#include <asm/param.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <asm/param.h> | |
configure:12942: result: no | |
configure:12942: checking asm/param.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:30:10: fatal error: 'asm/param.h' file not found | |
#include <asm/param.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| /* end confdefs.h. */ | |
| #include <asm/param.h> | |
configure:12942: result: no | |
configure:12942: checking for asm/param.h | |
configure:12942: result: no | |
configure:12942: checking cf.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:63:10: fatal error: 'cf.h' file not found | |
#include <cf.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <cf.h> | |
configure:12942: result: no | |
configure:12942: checking cf.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:30:10: fatal error: 'cf.h' file not found | |
#include <cf.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| /* end confdefs.h. */ | |
| #include <cf.h> | |
configure:12942: result: no | |
configure:12942: checking for cf.h | |
configure:12942: result: no | |
configure:12942: checking crt_externs.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking crt_externs.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for crt_externs.h | |
configure:12942: result: yes | |
configure:12942: checking ctype.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking ctype.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for ctype.h | |
configure:12942: result: yes | |
configure:12942: checking crypt.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:65:10: fatal error: 'crypt.h' file not found | |
#include <crypt.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <crypt.h> | |
configure:12942: result: no | |
configure:12942: checking crypt.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:32:10: fatal error: 'crypt.h' file not found | |
#include <crypt.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| /* end confdefs.h. */ | |
| #include <crypt.h> | |
configure:12942: result: no | |
configure:12942: checking for crypt.h | |
configure:12942: result: no | |
configure:12942: checking dirent.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking dirent.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for dirent.h | |
configure:12942: result: yes | |
configure:12942: checking errno.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking errno.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for errno.h | |
configure:12942: result: yes | |
configure:12942: checking execinfo.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking execinfo.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for execinfo.h | |
configure:12942: result: yes | |
configure:12942: checking fcntl.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking fcntl.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for fcntl.h | |
configure:12942: result: yes | |
configure:12942: checking getopt.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking getopt.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for getopt.h | |
configure:12942: result: yes | |
configure:12942: checking glob.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking glob.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for glob.h | |
configure:12942: result: yes | |
configure:12942: checking grp.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking grp.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for grp.h | |
configure:12942: result: yes | |
configure:12942: checking ifaddrs.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking ifaddrs.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for ifaddrs.h | |
configure:12942: result: yes | |
configure:12942: checking kvm.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:73:10: fatal error: 'kvm.h' file not found | |
#include <kvm.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <kvm.h> | |
configure:12942: result: no | |
configure:12942: checking kvm.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:40:10: fatal error: 'kvm.h' file not found | |
#include <kvm.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| /* end confdefs.h. */ | |
| #include <kvm.h> | |
configure:12942: result: no | |
configure:12942: checking for kvm.h | |
configure:12942: result: no | |
configure:12942: checking paths.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking paths.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for paths.h | |
configure:12942: result: yes | |
configure:12942: checking kstat.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:74:10: fatal error: 'kstat.h' file not found | |
#include <kstat.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <kstat.h> | |
configure:12942: result: no | |
configure:12942: checking kstat.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:41:10: fatal error: 'kstat.h' file not found | |
#include <kstat.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| /* end confdefs.h. */ | |
| #include <kstat.h> | |
configure:12942: result: no | |
configure:12942: checking for kstat.h | |
configure:12942: result: no | |
configure:12942: checking zone.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:74:10: fatal error: 'zone.h' file not found | |
#include <zone.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <zone.h> | |
configure:12942: result: no | |
configure:12942: checking zone.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:41:10: fatal error: 'zone.h' file not found | |
#include <zone.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| /* end confdefs.h. */ | |
| #include <zone.h> | |
configure:12942: result: no | |
configure:12942: checking for zone.h | |
configure:12942: result: no | |
configure:12942: checking sys/protosw.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking sys/protosw.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for sys/protosw.h | |
configure:12942: result: yes | |
configure:12942: checking limits.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking limits.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for limits.h | |
configure:12942: result: yes | |
configure:12942: checking loadavg.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:76:10: fatal error: 'loadavg.h' file not found | |
#include <loadavg.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <loadavg.h> | |
configure:12942: result: no | |
configure:12942: checking loadavg.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:43:10: fatal error: 'loadavg.h' file not found | |
#include <loadavg.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| /* end confdefs.h. */ | |
| #include <loadavg.h> | |
configure:12942: result: no | |
configure:12942: checking for loadavg.h | |
configure:12942: result: no | |
configure:12942: checking locale.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking locale.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for locale.h | |
configure:12942: result: yes | |
configure:12942: checking mach/boolean.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking mach/boolean.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for mach/boolean.h | |
configure:12942: result: yes | |
configure:12942: checking mach/host_info.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking mach/host_info.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for mach/host_info.h | |
configure:12942: result: yes | |
configure:12942: checking mach/mach.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking mach/mach.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for mach/mach.h | |
configure:12942: result: yes | |
configure:12942: checking mach/mach_host.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking mach/mach_host.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for mach/mach_host.h | |
configure:12942: result: yes | |
configure:12942: checking for memory.h | |
configure:12942: result: yes | |
configure:12942: checking mntent.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:82:10: fatal error: 'mntent.h' file not found | |
#include <mntent.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <mntent.h> | |
configure:12942: result: no | |
configure:12942: checking mntent.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:49:10: fatal error: 'mntent.h' file not found | |
#include <mntent.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| /* end confdefs.h. */ | |
| #include <mntent.h> | |
configure:12942: result: no | |
configure:12942: checking for mntent.h | |
configure:12942: result: no | |
configure:12942: checking netdb.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking netdb.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for netdb.h | |
configure:12942: result: yes | |
configure:12942: checking sys/socket.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking sys/socket.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for sys/socket.h | |
configure:12942: result: yes | |
configure:12942: checking netinet/in.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking netinet/in.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for netinet/in.h | |
configure:12942: result: yes | |
configure:12942: checking netinet/tcp.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking netinet/tcp.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for netinet/tcp.h | |
configure:12942: result: yes | |
configure:12942: checking netinet/in_systm.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking netinet/in_systm.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for netinet/in_systm.h | |
configure:12942: result: yes | |
configure:12942: checking pam/pam_appl.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:87:10: fatal error: 'pam/pam_appl.h' file not found | |
#include <pam/pam_appl.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <pam/pam_appl.h> | |
configure:12942: result: no | |
configure:12942: checking pam/pam_appl.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:54:10: fatal error: 'pam/pam_appl.h' file not found | |
#include <pam/pam_appl.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| /* end confdefs.h. */ | |
| #include <pam/pam_appl.h> | |
configure:12942: result: no | |
configure:12942: checking for pam/pam_appl.h | |
configure:12942: result: no | |
configure:12942: checking security/pam_appl.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking security/pam_appl.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for security/pam_appl.h | |
configure:12942: result: yes | |
configure:12942: checking poll.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking poll.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for poll.h | |
configure:12942: result: yes | |
configure:12942: checking procfs.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:89:10: fatal error: 'procfs.h' file not found | |
#include <procfs.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <procfs.h> | |
configure:12942: result: no | |
configure:12942: checking procfs.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:56:10: fatal error: 'procfs.h' file not found | |
#include <procfs.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| /* end confdefs.h. */ | |
| #include <procfs.h> | |
configure:12942: result: no | |
configure:12942: checking for procfs.h | |
configure:12942: result: no | |
configure:12942: checking sys/procfs.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:89:10: fatal error: 'sys/procfs.h' file not found | |
#include <sys/procfs.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/procfs.h> | |
configure:12942: result: no | |
configure:12942: checking sys/procfs.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:56:10: fatal error: 'sys/procfs.h' file not found | |
#include <sys/procfs.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/procfs.h> | |
configure:12942: result: no | |
configure:12942: checking for sys/procfs.h | |
configure:12942: result: no | |
configure:12942: checking procinfo.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:89:10: fatal error: 'procinfo.h' file not found | |
#include <procinfo.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <procinfo.h> | |
configure:12942: result: no | |
configure:12942: checking procinfo.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:56:10: fatal error: 'procinfo.h' file not found | |
#include <procinfo.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| /* end confdefs.h. */ | |
| #include <procinfo.h> | |
configure:12942: result: no | |
configure:12942: checking for procinfo.h | |
configure:12942: result: no | |
configure:12942: checking pthread.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking pthread.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for pthread.h | |
configure:12942: result: yes | |
configure:12942: checking pwd.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking pwd.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for pwd.h | |
configure:12942: result: yes | |
configure:12942: checking regex.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking regex.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for regex.h | |
configure:12942: result: yes | |
configure:12942: checking setjmp.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking setjmp.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for setjmp.h | |
configure:12942: result: yes | |
configure:12942: checking signal.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking signal.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for signal.h | |
configure:12942: result: yes | |
configure:12942: checking stdarg.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking stdarg.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for stdarg.h | |
configure:12942: result: yes | |
configure:12942: checking stddef.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking stddef.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for stddef.h | |
configure:12942: result: yes | |
configure:12942: checking stdio.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking stdio.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for stdio.h | |
configure:12942: result: yes | |
configure:12942: checking for string.h | |
configure:12942: result: yes | |
configure:12942: checking for strings.h | |
configure:12942: result: yes | |
configure:12942: checking stropts.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:99:10: fatal error: 'stropts.h' file not found | |
#include <stropts.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <stropts.h> | |
configure:12942: result: no | |
configure:12942: checking stropts.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:66:10: fatal error: 'stropts.h' file not found | |
#include <stropts.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| /* end confdefs.h. */ | |
| #include <stropts.h> | |
configure:12942: result: no | |
configure:12942: checking for stropts.h | |
configure:12942: result: no | |
configure:12942: checking sys/cfgodm.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:99:10: fatal error: 'sys/cfgodm.h' file not found | |
#include <sys/cfgodm.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/cfgodm.h> | |
configure:12942: result: no | |
configure:12942: checking sys/cfgodm.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:66:10: fatal error: 'sys/cfgodm.h' file not found | |
#include <sys/cfgodm.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/cfgodm.h> | |
configure:12942: result: no | |
configure:12942: checking for sys/cfgodm.h | |
configure:12942: result: no | |
configure:12942: checking sys/cfgdb.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:99:10: fatal error: 'sys/cfgdb.h' file not found | |
#include <sys/cfgdb.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/cfgdb.h> | |
configure:12942: result: no | |
configure:12942: checking sys/cfgdb.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:66:10: fatal error: 'sys/cfgdb.h' file not found | |
#include <sys/cfgdb.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/cfgdb.h> | |
configure:12942: result: no | |
configure:12942: checking for sys/cfgdb.h | |
configure:12942: result: no | |
configure:12942: checking sys/dk.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:99:10: fatal error: 'sys/dk.h' file not found | |
#include <sys/dk.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/dk.h> | |
configure:12942: result: no | |
configure:12942: checking sys/dk.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:66:10: fatal error: 'sys/dk.h' file not found | |
#include <sys/dk.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/dk.h> | |
configure:12942: result: no | |
configure:12942: checking for sys/dk.h | |
configure:12942: result: no | |
configure:12942: checking sys/dkstat.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking sys/dkstat.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for sys/dkstat.h | |
configure:12942: result: yes | |
configure:12942: checking sys/filio.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking sys/filio.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for sys/filio.h | |
configure:12942: result: yes | |
configure:12942: checking sys/ioctl.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking sys/ioctl.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for sys/ioctl.h | |
configure:12942: result: yes | |
configure:12942: checking sys/loadavg.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:102:10: fatal error: 'sys/loadavg.h' file not found | |
#include <sys/loadavg.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/loadavg.h> | |
configure:12942: result: no | |
configure:12942: checking sys/loadavg.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:69:10: fatal error: 'sys/loadavg.h' file not found | |
#include <sys/loadavg.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/loadavg.h> | |
configure:12942: result: no | |
configure:12942: checking for sys/loadavg.h | |
configure:12942: result: no | |
configure:12942: checking sys/lock.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking sys/lock.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for sys/lock.h | |
configure:12942: result: yes | |
configure:12942: checking sys/mnttab.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:103:10: fatal error: 'sys/mnttab.h' file not found | |
#include <sys/mnttab.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/mnttab.h> | |
configure:12942: result: no | |
configure:12942: checking sys/mnttab.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:70:10: fatal error: 'sys/mnttab.h' file not found | |
#include <sys/mnttab.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/mnttab.h> | |
configure:12942: result: no | |
configure:12942: checking for sys/mnttab.h | |
configure:12942: result: no | |
configure:12942: checking sys/mutex.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:103:10: fatal error: 'sys/mutex.h' file not found | |
#include <sys/mutex.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/mutex.h> | |
configure:12942: result: no | |
configure:12942: checking sys/mutex.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:70:10: fatal error: 'sys/mutex.h' file not found | |
#include <sys/mutex.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/mutex.h> | |
configure:12942: result: no | |
configure:12942: checking for sys/mutex.h | |
configure:12942: result: no | |
configure:12942: checking sys/nlist.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:103:10: fatal error: 'sys/nlist.h' file not found | |
#include <sys/nlist.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/nlist.h> | |
configure:12942: result: no | |
configure:12942: checking sys/nlist.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:70:10: fatal error: 'sys/nlist.h' file not found | |
#include <sys/nlist.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/nlist.h> | |
configure:12942: result: no | |
configure:12942: checking for sys/nlist.h | |
configure:12942: result: no | |
configure:12942: checking sys/param.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking sys/param.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for sys/param.h | |
configure:12942: result: yes | |
configure:12942: checking sys/pstat.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:104:10: fatal error: 'sys/pstat.h' file not found | |
#include <sys/pstat.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/pstat.h> | |
configure:12942: result: no | |
configure:12942: checking sys/pstat.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:71:10: fatal error: 'sys/pstat.h' file not found | |
#include <sys/pstat.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/pstat.h> | |
configure:12942: result: no | |
configure:12942: checking for sys/pstat.h | |
configure:12942: result: no | |
configure:12942: checking sys/queue.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking sys/queue.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for sys/queue.h | |
configure:12942: result: yes | |
configure:12942: checking sys/resource.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking sys/resource.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for sys/resource.h | |
configure:12942: result: yes | |
configure:12942: checking sys/sched.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:106:10: fatal error: 'sys/sched.h' file not found | |
#include <sys/sched.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/sched.h> | |
configure:12942: result: no | |
configure:12942: checking sys/sched.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:73:10: fatal error: 'sys/sched.h' file not found | |
#include <sys/sched.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/sched.h> | |
configure:12942: result: no | |
configure:12942: checking for sys/sched.h | |
configure:12942: result: no | |
configure:12942: checking sys/statfs.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:106:10: fatal error: 'sys/statfs.h' file not found | |
#include <sys/statfs.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/statfs.h> | |
configure:12942: result: no | |
configure:12942: checking sys/statfs.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:73:10: fatal error: 'sys/statfs.h' file not found | |
#include <sys/statfs.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/statfs.h> | |
configure:12942: result: no | |
configure:12942: checking for sys/statfs.h | |
configure:12942: result: no | |
configure:12942: checking sys/statvfs.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking sys/statvfs.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for sys/statvfs.h | |
configure:12942: result: yes | |
configure:12942: checking sys/sysinfo.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:107:10: fatal error: 'sys/sysinfo.h' file not found | |
#include <sys/sysinfo.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/sysinfo.h> | |
configure:12942: result: no | |
configure:12942: checking sys/sysinfo.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:74:10: fatal error: 'sys/sysinfo.h' file not found | |
#include <sys/sysinfo.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/sysinfo.h> | |
configure:12942: result: no | |
configure:12942: checking for sys/sysinfo.h | |
configure:12942: result: no | |
configure:12942: checking sys/systemcfg.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:107:10: fatal error: 'sys/systemcfg.h' file not found | |
#include <sys/systemcfg.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/systemcfg.h> | |
configure:12942: result: no | |
configure:12942: checking sys/systemcfg.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:74:10: fatal error: 'sys/systemcfg.h' file not found | |
#include <sys/systemcfg.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/systemcfg.h> | |
configure:12942: result: no | |
configure:12942: checking for sys/systemcfg.h | |
configure:12942: result: no | |
configure:12942: checking sys/time.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking sys/time.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for sys/time.h | |
configure:12942: result: yes | |
configure:12942: checking sys/tree.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:108:10: fatal error: 'sys/tree.h' file not found | |
#include <sys/tree.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/tree.h> | |
configure:12942: result: no | |
configure:12942: checking sys/tree.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:75:10: fatal error: 'sys/tree.h' file not found | |
#include <sys/tree.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/tree.h> | |
configure:12942: result: no | |
configure:12942: checking for sys/tree.h | |
configure:12942: result: no | |
configure:12942: checking for sys/types.h | |
configure:12942: result: yes | |
configure:12942: checking sys/un.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking sys/un.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for sys/un.h | |
configure:12942: result: yes | |
configure:12942: checking sys/utsname.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking sys/utsname.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for sys/utsname.h | |
configure:12942: result: yes | |
configure:12942: checking sys/vmmeter.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking sys/vmmeter.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for sys/vmmeter.h | |
configure:12942: result: yes | |
configure:12942: checking sys/vm_usage.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:112:10: fatal error: 'sys/vm_usage.h' file not found | |
#include <sys/vm_usage.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/vm_usage.h> | |
configure:12942: result: no | |
configure:12942: checking sys/vm_usage.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:79:10: fatal error: 'sys/vm_usage.h' file not found | |
#include <sys/vm_usage.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/vm_usage.h> | |
configure:12942: result: no | |
configure:12942: checking for sys/vm_usage.h | |
configure:12942: result: no | |
configure:12942: checking sys/vfs.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:112:10: fatal error: 'sys/vfs.h' file not found | |
#include <sys/vfs.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/vfs.h> | |
configure:12942: result: no | |
configure:12942: checking sys/vfs.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:79:10: fatal error: 'sys/vfs.h' file not found | |
#include <sys/vfs.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/vfs.h> | |
configure:12942: result: no | |
configure:12942: checking for sys/vfs.h | |
configure:12942: result: no | |
configure:12942: checking syslog.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking syslog.h presence | |
configure:12942: clang -E conftest.c | |
configure:12942: $? = 0 | |
configure:12942: result: yes | |
configure:12942: checking for syslog.h | |
configure:12942: result: yes | |
configure:12942: checking for unistd.h | |
configure:12942: result: yes | |
configure:12942: checking uvm/uvm.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:114:10: fatal error: 'uvm/uvm.h' file not found | |
#include <uvm/uvm.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <uvm/uvm.h> | |
configure:12942: result: no | |
configure:12942: checking uvm/uvm.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:81:10: fatal error: 'uvm/uvm.h' file not found | |
#include <uvm/uvm.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <uvm/uvm.h> | |
configure:12942: result: no | |
configure:12942: checking for uvm/uvm.h | |
configure:12942: result: no | |
configure:12942: checking uvm/uvm_extern.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:114:10: fatal error: 'uvm/uvm_extern.h' file not found | |
#include <uvm/uvm_extern.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <uvm/uvm_extern.h> | |
configure:12942: result: no | |
configure:12942: checking uvm/uvm_extern.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:81:10: fatal error: 'uvm/uvm_extern.h' file not found | |
#include <uvm/uvm_extern.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <uvm/uvm_extern.h> | |
configure:12942: result: no | |
configure:12942: checking for uvm/uvm_extern.h | |
configure:12942: result: no | |
configure:12942: checking uvm/uvm_param.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:114:10: fatal error: 'uvm/uvm_param.h' file not found | |
#include <uvm/uvm_param.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <uvm/uvm_param.h> | |
configure:12942: result: no | |
configure:12942: checking uvm/uvm_param.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:81:10: fatal error: 'uvm/uvm_param.h' file not found | |
#include <uvm/uvm_param.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <uvm/uvm_param.h> | |
configure:12942: result: no | |
configure:12942: checking for uvm/uvm_param.h | |
configure:12942: result: no | |
configure:12942: checking vm/vm.h usability | |
configure:12942: clang -c -g -O2 conftest.c >&5 | |
conftest.c:114:10: fatal error: 'vm/vm.h' file not found | |
#include <vm/vm.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <vm/vm.h> | |
configure:12942: result: no | |
configure:12942: checking vm/vm.h presence | |
configure:12942: clang -E conftest.c | |
conftest.c:81:10: fatal error: 'vm/vm.h' file not found | |
#include <vm/vm.h> | |
^ | |
1 error generated. | |
configure:12942: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <vm/vm.h> | |
configure:12942: result: no | |
configure:12942: checking for vm/vm.h | |
configure:12942: result: no | |
configure:12958: checking for libperfstat.h | |
configure:12958: clang -c -g -O2 conftest.c >&5 | |
conftest.c:87:10: fatal error: 'libperfstat.h' file not found | |
#include <libperfstat.h> | |
^ | |
1 error generated. | |
configure:12958: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #ifdef HAVE_SYS_PROTOSW_H | |
| #include <sys/protosw.h> | |
| #endif | |
| | |
| | |
| #include <libperfstat.h> | |
configure:12958: result: no | |
configure:12979: checking for netinet/ip.h | |
configure:12979: clang -c -g -O2 conftest.c >&5 | |
configure:12979: $? = 0 | |
configure:12979: result: yes | |
configure:13007: checking for net/if.h | |
configure:13007: clang -c -g -O2 conftest.c >&5 | |
configure:13007: $? = 0 | |
configure:13007: result: yes | |
configure:13007: checking for netinet/ip_icmp.h | |
configure:13007: clang -c -g -O2 conftest.c >&5 | |
configure:13007: $? = 0 | |
configure:13007: result: yes | |
configure:13040: checking for netinet/icmp6.h | |
configure:13040: clang -c -g -O2 conftest.c >&5 | |
configure:13040: $? = 0 | |
configure:13040: result: yes | |
configure:13069: checking for sys/sysctl.h | |
configure:13069: clang -c -g -O2 conftest.c >&5 | |
configure:13069: $? = 0 | |
configure:13069: result: yes | |
configure:13069: checking for sys/mount.h | |
configure:13069: clang -c -g -O2 conftest.c >&5 | |
configure:13069: $? = 0 | |
configure:13069: result: yes | |
configure:13069: checking for sys/proc.h | |
configure:13069: clang -c -g -O2 conftest.c >&5 | |
In file included from conftest.c:93: | |
/usr/include/sys/proc.h:118:19: error: field has incomplete type 'struct itimerval' | |
struct itimerval p_realtimer; /* Alarm timer. */ | |
^ | |
/usr/include/sys/proc.h:118:9: note: forward declaration of 'struct itimerval' | |
struct itimerval p_realtimer; /* Alarm timer. */ | |
^ | |
1 error generated. | |
configure:13069: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #ifdef HAVE_SYS_PARAM_H | |
| #include <sys/param.h> | |
| #endif | |
| | |
| | |
| #include <sys/proc.h> | |
configure:13069: result: no | |
configure:13069: checking for sys/swap.h | |
configure:13069: clang -c -g -O2 conftest.c >&5 | |
conftest.c:93:10: fatal error: 'sys/swap.h' file not found | |
#include <sys/swap.h> | |
^ | |
1 error generated. | |
configure:13069: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #ifdef HAVE_SYS_PARAM_H | |
| #include <sys/param.h> | |
| #endif | |
| | |
| | |
| #include <sys/swap.h> | |
configure:13069: result: no | |
configure:13069: checking for sys/ucred.h | |
configure:13069: clang -c -g -O2 conftest.c >&5 | |
configure:13069: $? = 0 | |
configure:13069: result: yes | |
configure:13069: checking for sys/user.h | |
configure:13069: clang -c -g -O2 conftest.c >&5 | |
configure:13069: $? = 0 | |
configure:13069: result: yes | |
configure:13094: checking for machine/vmparam.h | |
configure:13094: clang -c -g -O2 conftest.c >&5 | |
configure:13094: $? = 0 | |
configure:13094: result: yes | |
configure:13094: checking for vm/pmap.h | |
configure:13094: clang -c -g -O2 conftest.c >&5 | |
conftest.c:111:10: fatal error: 'vm/pmap.h' file not found | |
#include <vm/pmap.h> | |
^ | |
1 error generated. | |
configure:13094: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_MACHINE_VMPARAM_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #ifdef HAVE_SYS_PARAM_H | |
| #include <sys/param.h> | |
| #endif | |
| #ifdef HAVE_SYS_QUEUE_H | |
| #include <sys/queue.h> | |
| #endif | |
| #ifdef HAVE_SYS_LOCK_H | |
| #include <sys/lock.h> | |
| #endif | |
| #ifdef HAVE_SYS_MUTEX_H | |
| #include <sys/mutex.h> | |
| #endif | |
| #ifdef HAVE_VM_VM_H | |
| #include <vm/vm.h> | |
| #endif | |
| #ifdef HAVE_VM_PMAP_H | |
| #include <vm/pmap.h> | |
| #endif | |
| | |
| | |
| #include <vm/pmap.h> | |
configure:13094: result: no | |
configure:13094: checking for machine/pmap.h | |
configure:13094: clang -c -g -O2 conftest.c >&5 | |
conftest.c:111:10: fatal error: 'machine/pmap.h' file not found | |
#include <machine/pmap.h> | |
^ | |
1 error generated. | |
configure:13094: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_MACHINE_VMPARAM_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #ifdef HAVE_SYS_PARAM_H | |
| #include <sys/param.h> | |
| #endif | |
| #ifdef HAVE_SYS_QUEUE_H | |
| #include <sys/queue.h> | |
| #endif | |
| #ifdef HAVE_SYS_LOCK_H | |
| #include <sys/lock.h> | |
| #endif | |
| #ifdef HAVE_SYS_MUTEX_H | |
| #include <sys/mutex.h> | |
| #endif | |
| #ifdef HAVE_VM_VM_H | |
| #include <vm/vm.h> | |
| #endif | |
| #ifdef HAVE_VM_PMAP_H | |
| #include <vm/pmap.h> | |
| #endif | |
| | |
| | |
| #include <machine/pmap.h> | |
configure:13094: result: no | |
configure:13094: checking for vm/vm_map.h | |
configure:13094: clang -c -g -O2 conftest.c >&5 | |
conftest.c:111:10: fatal error: 'vm/vm_map.h' file not found | |
#include <vm/vm_map.h> | |
^ | |
1 error generated. | |
configure:13094: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_MACHINE_VMPARAM_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #ifdef HAVE_SYS_PARAM_H | |
| #include <sys/param.h> | |
| #endif | |
| #ifdef HAVE_SYS_QUEUE_H | |
| #include <sys/queue.h> | |
| #endif | |
| #ifdef HAVE_SYS_LOCK_H | |
| #include <sys/lock.h> | |
| #endif | |
| #ifdef HAVE_SYS_MUTEX_H | |
| #include <sys/mutex.h> | |
| #endif | |
| #ifdef HAVE_VM_VM_H | |
| #include <vm/vm.h> | |
| #endif | |
| #ifdef HAVE_VM_PMAP_H | |
| #include <vm/pmap.h> | |
| #endif | |
| | |
| | |
| #include <vm/vm_map.h> | |
configure:13094: result: no | |
configure:13094: checking for vm/vm_object.h | |
configure:13094: clang -c -g -O2 conftest.c >&5 | |
conftest.c:111:10: fatal error: 'vm/vm_object.h' file not found | |
#include <vm/vm_object.h> | |
^ | |
1 error generated. | |
configure:13094: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_MACHINE_VMPARAM_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #ifdef HAVE_SYS_PARAM_H | |
| #include <sys/param.h> | |
| #endif | |
| #ifdef HAVE_SYS_QUEUE_H | |
| #include <sys/queue.h> | |
| #endif | |
| #ifdef HAVE_SYS_LOCK_H | |
| #include <sys/lock.h> | |
| #endif | |
| #ifdef HAVE_SYS_MUTEX_H | |
| #include <sys/mutex.h> | |
| #endif | |
| #ifdef HAVE_VM_VM_H | |
| #include <vm/vm.h> | |
| #endif | |
| #ifdef HAVE_VM_PMAP_H | |
| #include <vm/pmap.h> | |
| #endif | |
| | |
| | |
| #include <vm/vm_object.h> | |
configure:13094: result: no | |
configure:13130: checking for sys/resourcevar.h | |
configure:13130: clang -c -g -O2 conftest.c >&5 | |
In file included from conftest.c:99: | |
/usr/include/sys/resourcevar.h:79:3: error: unknown type name 'caddr_t' | |
caddr_t pr_base; /* buffer base */ | |
^ | |
/usr/include/sys/resourcevar.h:80:3: error: unknown type name 'u_int32_t' | |
u_int32_t pr_size; /* buffer size */ | |
^ | |
/usr/include/sys/resourcevar.h:81:3: error: unknown type name 'u_int32_t' | |
u_int32_t pr_off; /* pc offset */ | |
^ | |
/usr/include/sys/resourcevar.h:82:3: error: unknown type name 'u_int32_t' | |
u_int32_t pr_scale; /* pc scaling */ | |
^ | |
/usr/include/sys/resourcevar.h:83:3: error: unknown type name 'u_int32_t' | |
u_int32_t pr_addr; /* temp storage for addr until AST */ | |
^ | |
/usr/include/sys/resourcevar.h:84:3: error: unknown type name 'u_int32_t' | |
u_int32_t pr_ticks; /* temp storage for ticks until AST */ | |
^ | |
6 errors generated. | |
configure:13130: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_MACHINE_VMPARAM_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #ifdef HAVE_SYS_TIME_H | |
| #include <sys/time.h> | |
| #endif | |
| #ifdef HAVE_SYS_RESOURCE_H | |
| #include <sys/resource.h> | |
| #endif | |
| | |
| | |
| #include <sys/resourcevar.h> | |
configure:13130: result: no | |
configure:13156: checking for uvm/uvm_map.h | |
configure:13156: clang -c -g -O2 conftest.c >&5 | |
conftest.c:105:10: fatal error: 'uvm/uvm_map.h' file not found | |
#include <uvm/uvm_map.h> | |
^ | |
1 error generated. | |
configure:13156: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_MACHINE_VMPARAM_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #ifdef HAVE_SYS_TIME_H | |
| #include <sys/time.h> | |
| #endif | |
| #ifdef HAVE_SYS_LOCK_H | |
| #include <sys/lock.h> | |
| #endif | |
| #ifdef HAVE_SYS_TREE_H | |
| #include <sys/tree.h> | |
| #endif | |
| #ifdef HAVE_UVM_UVM_EXTERN_H | |
| #include <uvm/uvm_extern.h> | |
| #endif | |
| | |
| | |
| #include <uvm/uvm_map.h> | |
configure:13156: result: no | |
configure:13156: checking for uvm/uvm_pmap.h | |
configure:13156: clang -c -g -O2 conftest.c >&5 | |
conftest.c:105:10: fatal error: 'uvm/uvm_pmap.h' file not found | |
#include <uvm/uvm_pmap.h> | |
^ | |
1 error generated. | |
configure:13156: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_MACHINE_VMPARAM_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #ifdef HAVE_SYS_TIME_H | |
| #include <sys/time.h> | |
| #endif | |
| #ifdef HAVE_SYS_LOCK_H | |
| #include <sys/lock.h> | |
| #endif | |
| #ifdef HAVE_SYS_TREE_H | |
| #include <sys/tree.h> | |
| #endif | |
| #ifdef HAVE_UVM_UVM_EXTERN_H | |
| #include <uvm/uvm_extern.h> | |
| #endif | |
| | |
| | |
| #include <uvm/uvm_pmap.h> | |
configure:13156: result: no | |
configure:13156: checking for uvm/uvm_object.h | |
configure:13156: clang -c -g -O2 conftest.c >&5 | |
conftest.c:105:10: fatal error: 'uvm/uvm_object.h' file not found | |
#include <uvm/uvm_object.h> | |
^ | |
1 error generated. | |
configure:13156: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_MACHINE_VMPARAM_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #ifdef HAVE_SYS_TIME_H | |
| #include <sys/time.h> | |
| #endif | |
| #ifdef HAVE_SYS_LOCK_H | |
| #include <sys/lock.h> | |
| #endif | |
| #ifdef HAVE_SYS_TREE_H | |
| #include <sys/tree.h> | |
| #endif | |
| #ifdef HAVE_UVM_UVM_EXTERN_H | |
| #include <uvm/uvm_extern.h> | |
| #endif | |
| | |
| | |
| #include <uvm/uvm_object.h> | |
configure:13156: result: no | |
configure:13186: checking for boolean_t | |
configure:13186: clang -c -g -O2 conftest.c >&5 | |
configure:13186: $? = 0 | |
configure:13186: clang -c -g -O2 conftest.c >&5 | |
conftest.c:108:24: error: expected expression | |
if (sizeof ((boolean_t))) | |
^ | |
1 error generated. | |
configure:13186: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_MACHINE_VMPARAM_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #ifdef HAVE_SYS_TYPES_H | |
| #include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_MACH_BOOLEAN_H | |
| #include <mach/boolean.h> | |
| #endif | |
| #ifdef HAVE_UVM_UVM_PARAM_H | |
| #include <uvm/uvm_param.h> | |
| #endif | |
| #ifdef HAVE_VM_VM_H | |
| #include <vm/vm.h> | |
| #endif | |
| | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((boolean_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:13186: result: yes | |
configure:13211: checking for mode_t | |
configure:13211: clang -c -g -O2 conftest.c >&5 | |
configure:13211: $? = 0 | |
configure:13211: clang -c -g -O2 conftest.c >&5 | |
conftest.c:127:21: error: expected expression | |
if (sizeof ((mode_t))) | |
^ | |
1 error generated. | |
configure:13211: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_MACHINE_VMPARAM_H 1 | |
| #define HAVE_BOOLEAN_T 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((mode_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:13211: result: yes | |
configure:13222: checking for pid_t | |
configure:13222: clang -c -g -O2 conftest.c >&5 | |
configure:13222: $? = 0 | |
configure:13222: clang -c -g -O2 conftest.c >&5 | |
conftest.c:127:20: error: expected expression | |
if (sizeof ((pid_t))) | |
^ | |
1 error generated. | |
configure:13222: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_MACHINE_VMPARAM_H 1 | |
| #define HAVE_BOOLEAN_T 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((pid_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:13222: result: yes | |
configure:13233: checking for size_t | |
configure:13233: clang -c -g -O2 conftest.c >&5 | |
configure:13233: $? = 0 | |
configure:13233: clang -c -g -O2 conftest.c >&5 | |
conftest.c:127:21: error: expected expression | |
if (sizeof ((size_t))) | |
^ | |
1 error generated. | |
configure:13233: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_MACHINE_VMPARAM_H 1 | |
| #define HAVE_BOOLEAN_T 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((size_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:13233: result: yes | |
configure:13244: checking for pid_t | |
configure:13244: result: yes | |
configure:13255: checking return type of signal handlers | |
configure:13273: clang -c -g -O2 conftest.c >&5 | |
conftest.c:97:8: error: indirection requires pointer operand ('void' invalid) | |
return *(signal (0, 0)) (0) == 1; | |
^~~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:13273: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_MACHINE_VMPARAM_H 1 | |
| #define HAVE_BOOLEAN_T 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <signal.h> | |
| | |
| int | |
| main () | |
| { | |
| return *(signal (0, 0)) (0) == 1; | |
| ; | |
| return 0; | |
| } | |
configure:13280: result: void | |
configure:13290: checking whether struct tm is in sys/time.h or time.h | |
configure:13310: clang -c -g -O2 conftest.c >&5 | |
configure:13310: $? = 0 | |
configure:13317: result: time.h | |
configure:13325: checking for struct tm.tm_gmtoff | |
configure:13325: clang -c -g -O2 conftest.c >&5 | |
conftest.c:128:18: error: variable has incomplete type 'struct tm' | |
static struct tm ac_aggr; | |
^ | |
conftest.c:128:15: note: forward declaration of 'struct tm' | |
static struct tm ac_aggr; | |
^ | |
1 error generated. | |
configure:13325: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_MACHINE_VMPARAM_H 1 | |
| #define HAVE_BOOLEAN_T 1 | |
| #define RETSIGTYPE void | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| static struct tm ac_aggr; | |
| if (ac_aggr.tm_gmtoff) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:13325: clang -c -g -O2 conftest.c >&5 | |
conftest.c:128:18: error: variable has incomplete type 'struct tm' | |
static struct tm ac_aggr; | |
^ | |
conftest.c:128:15: note: forward declaration of 'struct tm' | |
static struct tm ac_aggr; | |
^ | |
1 error generated. | |
configure:13325: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_MACHINE_VMPARAM_H 1 | |
| #define HAVE_BOOLEAN_T 1 | |
| #define RETSIGTYPE void | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| static struct tm ac_aggr; | |
| if (sizeof ac_aggr.tm_gmtoff) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:13325: result: no | |
configure:13342: checking for error_at_line | |
configure:13358: clang -o conftest -g -O2 conftest.c -lpthread -lresolv >&5 | |
conftest.c:92:10: fatal error: 'error.h' file not found | |
#include <error.h> | |
^ | |
1 error generated. | |
configure:13358: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_MACHINE_VMPARAM_H 1 | |
| #define HAVE_BOOLEAN_T 1 | |
| #define RETSIGTYPE void | |
| /* end confdefs.h. */ | |
| #include <error.h> | |
| int | |
| main () | |
| { | |
| error_at_line (0, 0, "", 0, "an error occurred"); | |
| ; | |
| return 0; | |
| } | |
configure:13366: result: no | |
configure:13379: checking vfork.h usability | |
configure:13379: clang -c -g -O2 conftest.c >&5 | |
conftest.c:125:10: fatal error: 'vfork.h' file not found | |
#include <vfork.h> | |
^ | |
1 error generated. | |
configure:13379: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_MACHINE_VMPARAM_H 1 | |
| #define HAVE_BOOLEAN_T 1 | |
| #define RETSIGTYPE void | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <vfork.h> | |
configure:13379: result: no | |
configure:13379: checking vfork.h presence | |
configure:13379: clang -E conftest.c | |
conftest.c:92:10: fatal error: 'vfork.h' file not found | |
#include <vfork.h> | |
^ | |
1 error generated. | |
configure:13379: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_MACHINE_VMPARAM_H 1 | |
| #define HAVE_BOOLEAN_T 1 | |
| #define RETSIGTYPE void | |
| /* end confdefs.h. */ | |
| #include <vfork.h> | |
configure:13379: result: no | |
configure:13379: checking for vfork.h | |
configure:13379: result: no | |
configure:13392: checking for fork | |
configure:13392: clang -o conftest -g -O2 conftest.c -lpthread -lresolv >&5 | |
configure:13392: $? = 0 | |
configure:13392: result: yes | |
configure:13392: checking for vfork | |
configure:13392: clang -o conftest -g -O2 conftest.c -lpthread -lresolv >&5 | |
conftest.c:116:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration] | |
char vfork (); | |
^ | |
conftest.c:116:6: note: 'vfork' is a builtin with type 'int (void)' | |
1 warning generated. | |
configure:13392: $? = 0 | |
configure:13392: result: yes | |
configure:13402: checking for working fork | |
configure:13424: clang -o conftest -g -O2 conftest.c -lpthread -lresolv >&5 | |
configure:13424: $? = 0 | |
configure:13424: ./conftest | |
configure:13424: $? = 0 | |
configure:13434: result: yes | |
configure:13455: checking for working vfork | |
configure:13565: result: yes | |
configure:13590: checking whether lstat correctly handles trailing slash | |
configure:13616: clang -o conftest -g -O2 conftest.c -lpthread -lresolv >&5 | |
configure:13616: $? = 0 | |
configure:13616: ./conftest | |
configure:13616: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_MACHINE_VMPARAM_H 1 | |
| #define HAVE_BOOLEAN_T 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| struct stat sbuf; | |
| /* 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:13633: result: no | |
configure:13652: checking whether stat accepts an empty string | |
configure:13672: clang -o conftest -g -O2 conftest.c -lpthread -lresolv >&5 | |
configure:13672: $? = 0 | |
configure:13672: ./conftest | |
configure:13672: $? = 0 | |
configure:13682: result: no | |
configure:13700: checking for strftime | |
configure:13700: clang -o conftest -g -O2 conftest.c -lpthread -lresolv >&5 | |
configure:13700: $? = 0 | |
configure:13700: result: yes | |
configure:13755: checking for statfs | |
configure:13755: clang -o conftest -g -O2 conftest.c -lpthread -lresolv >&5 | |
configure:13755: $? = 0 | |
configure:13755: result: yes | |
configure:13766: checking for statvfs | |
configure:13766: clang -o conftest -g -O2 conftest.c -lpthread -lresolv >&5 | |
configure:13766: $? = 0 | |
configure:13766: result: yes | |
configure:13777: checking for setlocale | |
configure:13777: clang -o conftest -g -O2 conftest.c -lpthread -lresolv >&5 | |
configure:13777: $? = 0 | |
configure:13777: result: yes | |
configure:13788: checking for getaddrinfo | |
configure:13788: clang -o conftest -g -O2 conftest.c -lpthread -lresolv >&5 | |
configure:13788: $? = 0 | |
configure:13788: result: yes | |
configure:13799: checking for syslog | |
configure:13799: clang -o conftest -g -O2 conftest.c -lpthread -lresolv >&5 | |
configure:13799: $? = 0 | |
configure:13799: result: yes | |
configure:13810: checking for vsyslog | |
configure:13810: clang -o conftest -g -O2 conftest.c -lpthread -lresolv >&5 | |
configure:13810: $? = 0 | |
configure:13810: result: yes | |
configure:13821: checking for backtrace | |
configure:13821: clang -o conftest -g -O2 conftest.c -lpthread -lresolv >&5 | |
configure:13821: $? = 0 | |
configure:13821: result: yes | |
configure:13832: checking for getloadavg | |
configure:13832: clang -o conftest -g -O2 conftest.c -lpthread -lresolv >&5 | |
configure:13832: $? = 0 | |
configure:13832: result: yes | |
configure:13843: checking for getopt_long | |
configure:13843: clang -o conftest -g -O2 conftest.c -lpthread -lresolv >&5 | |
configure:13843: $? = 0 | |
configure:13843: result: yes | |
configure:13853: checking for va_copy | |
configure:13872: clang -o conftest -g -O2 conftest.c -lpthread -lresolv >&5 | |
configure:13872: $? = 0 | |
configure:13874: result: yes | |
configure:13895: checking for an ANSI C-conforming const | |
configure:13961: clang -c -g -O2 conftest.c >&5 | |
configure:13961: $? = 0 | |
configure:13968: result: yes | |
configure:13976: checking whether byte ordering is bigendian | |
configure:13991: clang -c -g -O2 conftest.c >&5 | |
configure:13991: $? = 0 | |
configure:14036: clang -c -g -O2 conftest.c >&5 | |
configure:14036: $? = 0 | |
configure:14054: clang -c -g -O2 conftest.c >&5 | |
conftest.c:114:4: error: use of undeclared identifier 'not' | |
not big endian | |
^ | |
1 error generated. | |
configure:14054: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_MACHINE_VMPARAM_H 1 | |
| #define HAVE_BOOLEAN_T 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_VSYSLOG 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_VA_COPY 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/param.h> | |
| | |
| int | |
| main () | |
| { | |
| #if BYTE_ORDER != BIG_ENDIAN | |
| not big endian | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:14182: result: no | |
configure:14221: clang -c -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 conftest.c >&5 | |
configure:14221: $? = 0 | |
configure:14241: clang -c -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 conftest.c >&5 | |
configure:14241: $? = 0 | |
configure:14254: checking for IPv6 support | |
configure:14278: clang -o conftest -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 conftest.c -lpthread -lresolv >&5 | |
conftest.c:113:9: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() | |
^ | |
conftest.c:118:17: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
exit(fd >= 0 ? 0 : 1); | |
^ | |
conftest.c:118:17: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
conftest.c:116:37: warning: unused variable 'foo' [-Wunused-variable] | |
struct sockaddr_in6 foo; | |
^ | |
3 warnings generated. | |
configure:14278: $? = 0 | |
configure:14278: ./conftest | |
configure:14278: $? = 0 | |
configure:14289: result: yes | |
configure:14303: checking pid file location | |
configure:14319: result: /var/run | |
configure:14443: checking for kvm_open in -lkvm | |
configure:14468: clang -o conftest -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -no-cpp-precomp -DNEED_SOCKLEN_T_DEFINED conftest.c -lkvm -lpthread -lresolv -framework System -multiply_defined suppress >&5 | |
ld: library not found for -lkvm | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:14468: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "monit" | |
| #define PACKAGE_TARNAME "monit" | |
| #define PACKAGE_VERSION "5.13" | |
| #define PACKAGE_STRING "monit 5.13" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "monit" | |
| #define VERSION "5.13" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_CRT_EXTERNS_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_PROTOSW_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MACH_BOOLEAN_H 1 | |
| #define HAVE_MACH_HOST_INFO_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_SECURITY_PAM_APPL_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_LOCK_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_VMMETER_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_USER_H 1 | |
| #define HAVE_MACHINE_VMPARAM_H 1 | |
| #define HAVE_BOOLEAN_T 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STRFTIME 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_VSYSLOG 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_GETOPT_LONG 1 | |
| #define HAVE_VA_COPY 1 | |
| #define HAVE_IPV6 1 | |
| #define PIDDIR "/var/run" | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char kvm_open (); | |
| int | |
| main () | |
| { | |
| return kvm_open (); | |
| ; | |
| return 0; | |
| } | |
configure:14477: result: no | |
configure:14542: checking for large files support | |
configure:14568: result: enabled | |
configure:14585: checking for special C compiler options needed for large files | |
configure:14630: result: no | |
configure:14636: checking for _FILE_OFFSET_BITS value needed for large files | |
configure:14661: clang -c -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -no-cpp-precomp -DNEED_SOCKLEN_T_DEFINED conftest.c >&5 | |
configure:14661: $? = 0 | |
configure:14693: result: no | |
configure:14785: checking for PAM support | |
configure:14806: result: enabled | |
configure:14815: checking for pam_start in -lpam | |
configure:14840: clang -o conftest -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -no-cpp-precomp -DNEED_SOCKLEN_T_DEFINED conftest.c -lpam -lpthread -lresolv -framework System -multiply_defined suppress >&5 | |
configure:14840: $? = 0 | |
configure:14849: result: yes | |
configure:14901: checking for static SSL support | |
configure:14929: result: disabled | |
configure:14938: checking for SSL support | |
configure:14959: result: enabled | |
configure:14985: checking for SSL include directory | |
configure:15019: result: /usr/include | |
configure:15022: checking for SSL library directory | |
configure:15165: result: /usr/lib | |
configure:15194: checking for TLSv1_1_method in -lssl | |
configure:15219: clang -o conftest -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -no-cpp-precomp -DNEED_SOCKLEN_T_DEFINED conftest.c -lssl -lpam -lpthread -lresolv -framework System -multiply_defined suppress -lssl -lcrypto >&5 | |
configure:15219: $? = 0 | |
configure:15228: result: yes | |
configure:15236: checking for TLSv1_2_method in -lssl | |
configure:15261: clang -o conftest -Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -no-cpp-precomp -DNEED_SOCKLEN_T_DEFINED conftest.c -lssl -lpam -lpthread -lresolv -framework System -multiply_defined suppress -lssl -lcrypto >&5 | |
configure:15261: $? = 0 | |
configure:15270: result: yes | |
configure:15405: checking that generated files are newer than configure | |
configure:15411: result: done | |
configure:15435: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by monit config.status 5.13, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on Hell | |
config.status:1183: creating Makefile | |
config.status:1183: creating system/startup/monit.upstart | |
config.status:1183: creating system/startup/monit.service | |
config.status:1183: creating src/config.h | |
config.status:1412: executing libtool_patch commands | |
config.status:1412: executing monitrc commands | |
config.status:1412: executing depfiles commands | |
config.status:1412: executing libtool commands | |
configure:17650: === configuring in libmonit (/private/tmp/monit20150429-19232-1ofgd54/libmonit) | |
configure:17713: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/monit/HEAD' '--localstatedir=/usr/local/var/monit' '--sysconfdir=/usr/local/etc/monit' 'CC=clang' --cache-file=/dev/null --srcdir=. | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin14.3.0 | |
ac_cv_c_bigendian=no | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_const=yes | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=clang | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_LT_SYS_LIBRARY_PATH_set= | |
ac_cv_env_LT_SYS_LIBRARY_PATH_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func_backtrace=yes | |
ac_cv_func_fork=yes | |
ac_cv_func_fork_works=yes | |
ac_cv_func_getaddrinfo=yes | |
ac_cv_func_getloadavg=yes | |
ac_cv_func_getopt_long=yes | |
ac_cv_func_lstat_dereferences_slashed_symlink=no | |
ac_cv_func_setlocale=yes | |
ac_cv_func_stat_empty_string_bug=no | |
ac_cv_func_statfs=yes | |
ac_cv_func_statvfs=yes | |
ac_cv_func_strftime=yes | |
ac_cv_func_syslog=yes | |
ac_cv_func_vfork=yes | |
ac_cv_func_vfork_works=yes | |
ac_cv_func_vsyslog=yes | |
ac_cv_header_alloca_h=yes | |
ac_cv_header_arpa_inet_h=yes | |
ac_cv_header_asm_page_h=no | |
ac_cv_header_asm_param_h=no | |
ac_cv_header_cf_h=no | |
ac_cv_header_crt_externs_h=yes | |
ac_cv_header_crypt_h=no | |
ac_cv_header_ctype_h=yes | |
ac_cv_header_dirent_h=yes | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_errno_h=yes | |
ac_cv_header_execinfo_h=yes | |
ac_cv_header_fcntl_h=yes | |
ac_cv_header_getopt_h=yes | |
ac_cv_header_glob_h=yes | |
ac_cv_header_grp_h=yes | |
ac_cv_header_ifaddrs_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_kstat_h=no | |
ac_cv_header_kvm_h=no | |
ac_cv_header_libperfstat_h=no | |
ac_cv_header_limits_h=yes | |
ac_cv_header_loadavg_h=no | |
ac_cv_header_locale_h=yes | |
ac_cv_header_mach_boolean_h=yes | |
ac_cv_header_mach_host_info_h=yes | |
ac_cv_header_mach_mach_h=yes | |
ac_cv_header_mach_mach_host_h=yes | |
ac_cv_header_machine_pmap_h=no | |
ac_cv_header_machine_vmparam_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_mntent_h=no | |
ac_cv_header_net_if_h=yes | |
ac_cv_header_netdb_h=yes | |
ac_cv_header_netinet_icmp6_h=yes | |
ac_cv_header_netinet_in_h=yes | |
ac_cv_header_netinet_in_systm_h=yes | |
ac_cv_header_netinet_ip_h=yes | |
ac_cv_header_netinet_ip_icmp_h=yes | |
ac_cv_header_netinet_tcp_h=yes | |
ac_cv_header_pam_pam_appl_h=no | |
ac_cv_header_paths_h=yes | |
ac_cv_header_poll_h=yes | |
ac_cv_header_procfs_h=no | |
ac_cv_header_procinfo_h=no | |
ac_cv_header_pthread_h=yes | |
ac_cv_header_pwd_h=yes | |
ac_cv_header_regex_h=yes | |
ac_cv_header_security_pam_appl_h=yes | |
ac_cv_header_setjmp_h=yes | |
ac_cv_header_signal_h=yes | |
ac_cv_header_stat_broken=no | |
ac_cv_header_stdarg_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stddef_h=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdio_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_stropts_h=no | |
ac_cv_header_sys_cfgdb_h=no | |
ac_cv_header_sys_cfgodm_h=no | |
ac_cv_header_sys_dk_h=no | |
ac_cv_header_sys_dkstat_h=yes | |
ac_cv_header_sys_filio_h=yes | |
ac_cv_header_sys_ioctl_h=yes | |
ac_cv_header_sys_loadavg_h=no | |
ac_cv_header_sys_lock_h=yes | |
ac_cv_header_sys_mnttab_h=no | |
ac_cv_header_sys_mount_h=yes | |
ac_cv_header_sys_mutex_h=no | |
ac_cv_header_sys_nlist_h=no | |
ac_cv_header_sys_param_h=yes | |
ac_cv_header_sys_proc_h=no | |
ac_cv_header_sys_procfs_h=no | |
ac_cv_header_sys_protosw_h=yes | |
ac_cv_header_sys_pstat_h=no | |
ac_cv_header_sys_queue_h=yes | |
ac_cv_header_sys_resource_h=yes | |
ac_cv_header_sys_resourcevar_h=no | |
ac_cv_header_sys_sched_h=no | |
ac_cv_header_sys_socket_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_statfs_h=no | |
ac_cv_header_sys_statvfs_h=yes | |
ac_cv_header_sys_swap_h=no | |
ac_cv_header_sys_sysctl_h=yes | |
ac_cv_header_sys_sysinfo_h=no | |
ac_cv_header_sys_systemcfg_h=no | |
ac_cv_header_sys_time_h=yes | |
ac_cv_header_sys_tree_h=no | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_sys_ucred_h=yes | |
ac_cv_header_sys_un_h=yes | |
ac_cv_header_sys_user_h=yes | |
ac_cv_header_sys_utsname_h=yes | |
ac_cv_header_sys_vfs_h=no | |
ac_cv_header_sys_vm_usage_h=no | |
ac_cv_header_sys_vmmeter_h=yes | |
ac_cv_header_sys_wait_h=yes | |
ac_cv_header_syslog_h=yes | |
ac_cv_header_time=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_header_uvm_uvm_extern_h=no | |
ac_cv_header_uvm_uvm_h=no | |
ac_cv_header_uvm_uvm_map_h=no | |
ac_cv_header_uvm_uvm_object_h=no | |
ac_cv_header_uvm_uvm_param_h=no | |
ac_cv_header_uvm_uvm_pmap_h=no | |
ac_cv_header_vfork_h=no | |
ac_cv_header_vm_pmap_h=no | |
ac_cv_header_vm_vm_h=no | |
ac_cv_header_vm_vm_map_h=no | |
ac_cv_header_vm_vm_object_h=no | |
ac_cv_header_zone_h=no | |
ac_cv_host=x86_64-apple-darwin14.3.0 | |
ac_cv_ipv6=yes | |
ac_cv_lib_c_crypt=yes | |
ac_cv_lib_error_at_line=no | |
ac_cv_lib_inet_socket=no | |
ac_cv_lib_kvm_kvm_open=no | |
ac_cv_lib_nsl_inet_addr=no | |
ac_cv_lib_pam_pam_start=yes | |
ac_cv_lib_pthread_pthread_create=yes | |
ac_cv_lib_resolv_inet_aton=yes | |
ac_cv_lib_socket_socket=no | |
ac_cv_lib_ssl_TLSv1_1_method=yes | |
ac_cv_lib_ssl_TLSv1_2_method=yes | |
ac_cv_member_struct_tm_tm_gmtoff=no | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_FGREP='/usr/bin/grep -F' | |
ac_cv_path_FLEX=/usr/bin/flex | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_POD2MAN=/usr/local/Library/ENV/4.3/pod2man | |
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_path_lt_DD=/bin/dd | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='clang -E' | |
ac_cv_prog_YACC='bison -y' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=clang | |
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil | |
ac_cv_prog_ac_ct_LIPO=lipo | |
ac_cv_prog_ac_ct_NMEDIT=nmedit | |
ac_cv_prog_ac_ct_OTOOL=otool | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_struct_tm=time.h | |
ac_cv_sys_file_offset_bits=no | |
ac_cv_sys_largefile_CC=no | |
ac_cv_type_boolean_t=yes | |
ac_cv_type_mode_t=yes | |
ac_cv_type_pid_t=yes | |
ac_cv_type_signal=void | |
ac_cv_type_size_t=yes | |
am_cv_CC_dependencies_compiler_type=none | |
am_cv_make_support_nested_variables=yes | |
am_cv_prog_cc_c_o=yes | |
lt_cv_apple_cc_single_mod=yes | |
lt_cv_ar_at_file=no | |
lt_cv_deplibs_check_method=pass_all | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_exported_symbols_list=yes | |
lt_cv_ld_force_load=yes | |
lt_cv_ld_reload_flag=-r | |
lt_cv_nm_interface='BSD nm' | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
lt_cv_path_NM=/usr/bin/nm | |
lt_cv_path_mainfest_tool=no | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_pic='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_rtti_exceptions=yes | |
lt_cv_prog_compiler_static_works=no | |
lt_cv_prog_gnu_ld=no | |
lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | |
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_global_symbol_to_import= | |
lt_cv_sys_max_cmd_len=196608 | |
lt_cv_to_host_file_cmd=func_convert_file_noop | |
lt_cv_to_tool_file_cmd=func_convert_file_noop | |
lt_cv_truncate_bin='/bin/dd bs=4096 count=1' | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/monit20150429-19232-1ofgd54/config/missing aclocal-1.15' | |
AMDEPBACKSLASH='\' | |
AMDEP_FALSE='#' | |
AMDEP_TRUE='' | |
AMTAR='$${TAR-tar}' | |
AM_BACKSLASH='\' | |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
AM_DEFAULT_VERBOSITY='1' | |
AM_V='$(V)' | |
AR='ar' | |
ARCH='DARWIN' | |
AUTOCONF='${SHELL} /private/tmp/monit20150429-19232-1ofgd54/config/missing autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/monit20150429-19232-1ofgd54/config/missing autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/monit20150429-19232-1ofgd54/config/missing automake-1.15' | |
AWK='awk' | |
CC='clang' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-Wno-address -Wno-pointer-sign -g -O2 -Wall -Wunused -Wno-unused-label -funsigned-char -D_GNU_SOURCE -std=c99 -DREENTRANT -no-cpp-precomp -DNEED_SOCKLEN_T_DEFINED' | |
CPP='clang -E' | |
CPPFLAGS='' | |
CYGPATH_W='echo' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
DLLTOOL='false' | |
DSYMUTIL='dsymutil' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
FGREP='/usr/bin/grep -F' | |
FLEX='/usr/bin/flex' | |
GREP='/usr/bin/grep' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' | |
LDFLAGS='' | |
LIBOBJS=' ${LIBOBJDIR}error$U.o ${LIBOBJDIR}lstat$U.o' | |
LIBS='-lpam -lpthread -lresolv -framework System -multiply_defined suppress -lssl -lcrypto' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LTLIBOBJS=' ${LIBOBJDIR}error$U.lo ${LIBOBJDIR}lstat$U.lo' | |
LT_SYS_LIBRARY_PATH='' | |
MAKEINFO='${SHELL} /private/tmp/monit20150429-19232-1ofgd54/config/missing makeinfo' | |
MANIFEST_TOOL=':' | |
MKDIR_P='config/install-sh -c -d' | |
NM='/usr/bin/nm' | |
NMEDIT='nmedit' | |
OBJDUMP='false' | |
OBJEXT='o' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='monit' | |
PACKAGE_BUGREPORT='[email protected]' | |
PACKAGE_NAME='monit' | |
PACKAGE_STRING='monit 5.13' | |
PACKAGE_TARNAME='monit' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='5.13' | |
PATH_SEPARATOR=':' | |
POD2MAN='/usr/local/Library/ENV/4.3/pod2man' | |
POD2MANFLAGS='--center '\''User Commands'\'' --release '\''April 29. 2015'\'' --date='\''www.mmonit.com'\'' --lax' | |
RANLIB='ranlib' | |
SED='/usr/local/Library/ENV/4.3/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
STRIP='strip' | |
VERSION='5.13' | |
YACC='bison -y' | |
ac_ct_AR='ar' | |
ac_ct_CC='clang' | |
ac_ct_DUMPBIN='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__fastdepCC_FALSE='' | |
am__fastdepCC_TRUE='#' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__nodep='_no' | |
am__quote='' | |
am__tar='$${TAR-tar} chof - "$$tardir"' | |
am__untar='$${TAR-tar} xf -' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin14.3.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin14.3.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='x86_64-apple-darwin14.3.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin14.3.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/monit20150429-19232-1ofgd54/config/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='/usr/local/var/monit' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(MKDIR_P)' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/monit/HEAD' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sslincldir='/usr/include' | |
ssllibdir='/usr/lib' | |
subdirs=' libmonit' | |
sysconfdir='/usr/local/etc/monit' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "monit" | |
#define PACKAGE_TARNAME "monit" | |
#define PACKAGE_VERSION "5.13" | |
#define PACKAGE_STRING "monit 5.13" | |
#define PACKAGE_BUGREPORT "[email protected]" | |
#define PACKAGE_URL "" | |
#define PACKAGE "monit" | |
#define VERSION "5.13" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define HAVE_LIBRESOLV 1 | |
#define HAVE_LIBPTHREAD 1 | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_WAIT_H 1 | |
#define TIME_WITH_SYS_TIME 1 | |
#define HAVE_ALLOCA_H 1 | |
#define HAVE_ARPA_INET_H 1 | |
#define HAVE_CRT_EXTERNS_H 1 | |
#define HAVE_CTYPE_H 1 | |
#define HAVE_DIRENT_H 1 | |
#define HAVE_ERRNO_H 1 | |
#define HAVE_EXECINFO_H 1 | |
#define HAVE_FCNTL_H 1 | |
#define HAVE_GETOPT_H 1 | |
#define HAVE_GLOB_H 1 | |
#define HAVE_GRP_H 1 | |
#define HAVE_IFADDRS_H 1 | |
#define HAVE_PATHS_H 1 | |
#define HAVE_SYS_PROTOSW_H 1 | |
#define HAVE_LIMITS_H 1 | |
#define HAVE_LOCALE_H 1 | |
#define HAVE_MACH_BOOLEAN_H 1 | |
#define HAVE_MACH_HOST_INFO_H 1 | |
#define HAVE_MACH_MACH_H 1 | |
#define HAVE_MACH_MACH_HOST_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_NETDB_H 1 | |
#define HAVE_SYS_SOCKET_H 1 | |
#define HAVE_NETINET_IN_H 1 | |
#define HAVE_NETINET_TCP_H 1 | |
#define HAVE_NETINET_IN_SYSTM_H 1 | |
#define HAVE_SECURITY_PAM_APPL_H 1 | |
#define HAVE_POLL_H 1 | |
#define HAVE_PTHREAD_H 1 | |
#define HAVE_PWD_H 1 | |
#define HAVE_REGEX_H 1 | |
#define HAVE_SETJMP_H 1 | |
#define HAVE_SIGNAL_H 1 | |
#define HAVE_STDARG_H 1 | |
#define HAVE_STDDEF_H 1 | |
#define HAVE_STDIO_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_SYS_DKSTAT_H 1 | |
#define HAVE_SYS_FILIO_H 1 | |
#define HAVE_SYS_IOCTL_H 1 | |
#define HAVE_SYS_LOCK_H 1 | |
#define HAVE_SYS_PARAM_H 1 | |
#define HAVE_SYS_QUEUE_H 1 | |
#define HAVE_SYS_RESOURCE_H 1 | |
#define HAVE_SYS_STATVFS_H 1 | |
#define HAVE_SYS_TIME_H 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_UN_H 1 | |
#define HAVE_SYS_UTSNAME_H 1 | |
#define HAVE_SYS_VMMETER_H 1 | |
#define HAVE_SYSLOG_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_NETINET_IP_H 1 | |
#define HAVE_NET_IF_H 1 | |
#define HAVE_NETINET_IP_ICMP_H 1 | |
#define HAVE_NETINET_ICMP6_H 1 | |
#define HAVE_SYS_SYSCTL_H 1 | |
#define HAVE_SYS_MOUNT_H 1 | |
#define HAVE_SYS_UCRED_H 1 | |
#define HAVE_SYS_USER_H 1 | |
#define HAVE_MACHINE_VMPARAM_H 1 | |
#define HAVE_BOOLEAN_T 1 | |
#define RETSIGTYPE void | |
#define HAVE_FORK 1 | |
#define HAVE_VFORK 1 | |
#define HAVE_WORKING_VFORK 1 | |
#define HAVE_WORKING_FORK 1 | |
#define HAVE_STRFTIME 1 | |
#define HAVE_STATFS 1 | |
#define HAVE_STATVFS 1 | |
#define HAVE_SETLOCALE 1 | |
#define HAVE_GETADDRINFO 1 | |
#define HAVE_SYSLOG 1 | |
#define HAVE_VSYSLOG 1 | |
#define HAVE_BACKTRACE 1 | |
#define HAVE_GETLOADAVG 1 | |
#define HAVE_GETOPT_LONG 1 | |
#define HAVE_VA_COPY 1 | |
#define HAVE_IPV6 1 | |
#define PIDDIR "/var/run" | |
#define HAVE_LIBPAM 1 | |
#define HAVE_OPENSSL 1 | |
#define HAVE_TLSV1_1 1 | |
#define HAVE_TLSV1_2 1 | |
configure: exit 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: 3cf099d4750522bee21f93783781bc7e3d49d7e2 | |
Last commit: 4 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit haswell | |
OS X: 10.10.3-x86_64 | |
Xcode: 6.3.1 | |
CLT: 6.3.1.0.1.1429149539 | |
Clang: 6.1 build 602 | |
X11: 2.7.7 => /opt/X11 | |
System Ruby: 2.0.0-p481 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.2.2/bin/ruby | |
Java: 1.8.0_20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Warning: You have a curlrc file | |
If you have trouble downloading packages with Homebrew, then maybe this | |
is the problem? If the following command doesn't work, then try removing | |
your curlrc: | |
curl http://github.com | |
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! | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment