Skip to content

Instantly share code, notes, and snippets.

@incandenza
Created August 13, 2011 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save incandenza/1144059 to your computer and use it in GitHub Desktop.
Save incandenza/1144059 to your computer and use it in GitHub Desktop.
net-snmp build failure on Lion
==> Downloading http://downloads.sourceforge.net/project/net-snmp/net-snmp/5.6.1.1/net-snmp-5.6.1.1.tar.gz
File already downloaded in /Users/djm/Library/Caches/Homebrew
/usr/bin/tar xf /Users/djm/Library/Caches/Homebrew/net-snmp-5.6.1.1.tar.gz
==> ./configure --prefix=/Users/djm/homebrew/Cellar/net-snmp/5.6.1.1 --with-persistent-directory=/var/db/net-snmp --with-defaults --without-rpm --with-mib-modules=host ucd-snmp/diskio --with-out-mib-modules=mibII/icmp --without-kmem-usage
./configure --prefix=/Users/djm/homebrew/Cellar/net-snmp/5.6.1.1 --with-persistent-directory=/var/db/net-snmp --with-defaults --without-rpm --with-mib-modules=host ucd-snmp/diskio --with-out-mib-modules=mibII/icmp --without-kmem-usage
checking what to build and install... agent apps man local mibs
using default persistent mask 077
using default temporary file pattern /tmp/snmpdXXXXXX
using default AgentX socket /var/agentx/master
using default "enterprise.net-snmp"
using default enterprise sysOID "NET-SNMP-MIB::netSnmpAgentOIDs..."
using default notifications "NET-SNMP-MIB::netSnmpNotifications"
using OS default send buffer size for server sockets
using OS default recv buffer size for server sockets
using OS default send buffer size for client sockets
using OS default recv buffer size for client sockets
checking whether to prompt for values... no
checking Default version of SNMP to use...
setting Default version of SNMP to use to... 3
checking System Contact Information...
setting System Contact Information to... @ph.cox.net
checking System Location...
setting System Location to... Unknown
checking Location to write logfile...
setting Location to write logfile to... /var/log/snmpd.log
checking Location to write persistent information... (cached) /var/db/net-snmp
checking if I need to feed myself to ksh... no
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for file... file
checking for find... find
checking for whoami... whoami
checking for autoconf... /usr/bin/autoconf
checking for autoheader... /usr/bin/autoheader
checking for perl... /usr/bin/perl
checking for ps... /bin/ps
checking for python... /usr/bin/python
checking for uname... /usr/bin/uname
checking whether the Perl function system() invokes a POSIX shell... yes
checking for gcc... /usr/bin/cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/cc accepts -g... yes
checking for /usr/bin/cc option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/bin/cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking build system type... i386-apple-darwin11.0.1
checking host system type... i386-apple-darwin11.0.1
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/bin/cc... /usr/bin/cc
checking if the linker (/usr/bin/cc) 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 the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/cc option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from /usr/bin/cc object... ok
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 dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/cc supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/cc option to produce PIC... -fno-common -DPIC
checking if /usr/bin/cc PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/cc static flag -static works... no
checking if /usr/bin/cc supports -c -o file.o... yes
checking if /usr/bin/cc supports -c -o file.o... (cached) yes
checking whether the /usr/bin/cc linker (/usr/bin/cc) supports shared libraries... yes
checking dynamic linker characteristics... darwin11.0.1 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 developer gcc flags...
checking target system type... i386-apple-darwin11.0.1
checking whether to un-define target system token (before redefining)... yes
checking for system include file... net-snmp/system/darwin.h
checking for machine-type include file... net-snmp/machine/generic.h
checking for additional cpp flags... -x c
checking for /usr/bin/cc... no
checking whether the compiler supports -fno-strict-aliasing... yes
checking for dpkg-query... no
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sys/wait.h that is POSIX.1 compatible... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for string.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... 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 sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nlist.h usability... yes
checking nlist.h presence... yes
checking for nlist.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/sockio.h usability... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking for sys/stat.h... (cached) yes
checking sys/systemcfg.h usability... no
checking sys/systemcfg.h presence... no
checking for sys/systemcfg.h... no
checking sys/systeminfo.h usability... no
checking sys/systeminfo.h presence... no
checking for sys/systeminfo.h... no
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking netipx/ipx.h usability... no
checking netipx/ipx.h presence... no
checking for netipx/ipx.h... no
checking for dlfcn.h... (cached) yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking for fcntl.h... (cached) yes
checking fstab.h usability... yes
checking fstab.h presence... yes
checking for fstab.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for io.h... (cached) no
checking ioctls.h usability... no
checking ioctls.h presence... no
checking for ioctls.h... no
checking for kstat.h... (cached) no
checking kvm.h usability... no
checking kvm.h presence... no
checking for kvm.h... no
checking for limits.h... (cached) yes
checking mntent.h usability... no
checking mntent.h presence... no
checking for mntent.h... no
checking mtab.h usability... no
checking mtab.h presence... no
checking for mtab.h... no
checking for nlist.h... (cached) yes
checking pkglocs.h usability... no
checking pkglocs.h presence... no
checking for pkglocs.h... no
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking utmpx.h usability... yes
checking utmpx.h presence... yes
checking for utmpx.h... yes
checking utsname.h usability... no
checking utsname.h presence... no
checking for utsname.h... no
checking sys/diskio.h usability... no
checking sys/diskio.h presence... no
checking for sys/diskio.h... no
checking sys/dkio.h usability... no
checking sys/dkio.h presence... no
checking for sys/dkio.h... no
checking for sys/file.h... (cached) yes
checking sys/filio.h usability... yes
checking sys/filio.h presence... yes
checking for sys/filio.h... yes
checking sys/fixpoint.h usability... no
checking sys/fixpoint.h presence... no
checking for sys/fixpoint.h... no
checking sys/fs.h usability... no
checking sys/fs.h presence... no
checking for sys/fs.h... no
checking for sys/ioctl.h... (cached) yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking sys/mntent.h usability... no
checking sys/mntent.h presence... no
checking for sys/mntent.h... no
checking sys/mnttab.h usability... no
checking sys/mnttab.h presence... no
checking for sys/mnttab.h... no
checking sys/pool.h usability... no
checking sys/pool.h presence... no
checking for sys/pool.h... no
checking sys/protosw.h usability... yes
checking sys/protosw.h presence... yes
checking for sys/protosw.h... yes
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for sys/sockio.h... (cached) yes
checking for sys/stat.h... (cached) yes
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/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/sysget.h usability... no
checking sys/sysget.h presence... no
checking for sys/sysget.h... no
checking sys/sysmp.h usability... no
checking sys/sysmp.h presence... no
checking for sys/sysmp.h... no
checking sys/tcpipstats.h usability... no
checking sys/tcpipstats.h presence... no
checking for sys/tcpipstats.h... no
checking for sys/utsname.h... (cached) yes
checking sys/vfs.h usability... no
checking sys/vfs.h presence... no
checking for sys/vfs.h... no
checking sys/vm.h usability... yes
checking sys/vm.h presence... yes
checking for sys/vm.h... yes
checking sys/vmmac.h usability... no
checking sys/vmmac.h presence... no
checking for sys/vmmac.h... no
checking sys/vmmeter.h usability... yes
checking sys/vmmeter.h presence... yes
checking for sys/vmmeter.h... yes
checking sys/vmparam.h usability... yes
checking sys/vmparam.h presence... yes
checking for sys/vmparam.h... yes
checking sys/vmsystm.h usability... no
checking sys/vmsystm.h presence... no
checking for sys/vmsystm.h... no
checking asm/page.h usability... no
checking asm/page.h presence... no
checking for asm/page.h... no
checking asm/types.h usability... no
checking asm/types.h presence... no
checking for asm/types.h... no
checking inet/mib2.h usability... no
checking inet/mib2.h presence... no
checking for inet/mib2.h... no
checking linux/hdreg.h usability... no
checking linux/hdreg.h presence... no
checking for linux/hdreg.h... no
checking linux/tasks.h usability... no
checking linux/tasks.h presence... no
checking for linux/tasks.h... no
checking machine/param.h usability... yes
checking machine/param.h presence... yes
checking for machine/param.h... yes
checking netinet/tcp_fsm.h usability... yes
checking netinet/tcp_fsm.h presence... yes
checking for netinet/tcp_fsm.h... yes
checking ufs/fs.h usability... no
checking ufs/fs.h presence... no
checking for ufs/fs.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 vm/vm_extern.h usability... no
checking vm/vm_extern.h presence... no
checking for vm/vm_extern.h... no
checking vm/vm_param.h usability... no
checking vm/vm_param.h presence... no
checking for vm/vm_param.h... no
checking for fcntl.h... (cached) yes
checking for grp.h... (cached) yes
checking for pwd.h... (cached) yes
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking for sys/ioctl.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/sockio.h... (cached) yes
checking for sys/time.h... (cached) yes
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking sgtty.h usability... yes
checking sgtty.h presence... yes
checking for sgtty.h... yes
checking xti.h usability... no
checking xti.h presence... no
checking for xti.h... no
checking sys/dmap.h usability... no
checking sys/dmap.h presence... no
checking for sys/dmap.h... no
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/timeout.h usability... no
checking sys/timeout.h presence... no
checking for sys/timeout.h... no
checking machine/pte.h usability... no
checking machine/pte.h presence... no
checking for machine/pte.h... no
checking pci/pci.h usability... no
checking pci/pci.h presence... no
checking for pci/pci.h... no
checking openssl/aes.h usability... yes
checking openssl/aes.h presence... yes
checking for openssl/aes.h... yes
checking openssl/dh.h usability... yes
checking openssl/dh.h presence... yes
checking for openssl/dh.h... yes
checking openssl/des.h usability... yes
checking openssl/des.h presence... yes
checking for openssl/des.h... yes
checking openssl/hmac.h usability... yes
checking openssl/hmac.h presence... yes
checking for openssl/hmac.h... yes
checking openssl/evp.h usability... yes
checking openssl/evp.h presence... yes
checking for openssl/evp.h... yes
checking security/cryptoki.h usability... no
checking security/cryptoki.h presence... no
checking for security/cryptoki.h... no
checking for sys/swap.h... no
checking for stdlib.h... (cached) yes
checking for malloc.h... no
checking for net/if_dl.h... yes
checking for sys/sysctl.h... yes
checking for malloc.h... (cached) no
checking for osreldate.h... no
checking for machine/types.h... yes
checking for net/if_dl.h... (cached) yes
checking for net/if_types.h... yes
checking for sys/dkstat.h... yes
checking for sys/conf.h... yes
checking for sys/mbuf.h... yes
checking for sys/mount.h... yes
checking for sys/proc.h... no
checking for sys/queue.h... yes
checking for sys/sysctl.h... (cached) yes
checking for sys/user.h... yes
checking sys/sema.h usability... no
checking sys/sema.h presence... no
checking for sys/sema.h... no
checking for sys/hashing.h... no
checking for sys/socketvar.h... yes
checking for sys/vnode.h... yes
checking for sys/disklabel.h... no
checking nbutil.h usability... no
checking nbutil.h presence... no
checking for nbutil.h... no
checking for ufs/ufs/dinode.h... no
checking for ufs/ufs/quota.h... no
checking for ufs/ufs/inode.h... no
checking for ufs/ffs/fs.h... no
checking for vm/swap_pager.h... no
checking for linux/netlink.h... no
checking for linux/rtnetlink.h... no
checking for arpa/inet.h... yes
checking for net/if.h... yes
checking for netinet/in.h... yes
checking for netdb.h... yes
checking for net/if_arp.h... yes
checking for net/if_mib.h... yes
checking for net/if_var.h... yes
checking for netinet/if_ether.h... yes
checking for netinet/in_systm.h... yes
checking for netinet/in_var.h... yes
checking for netinet/ip.h... yes
checking for netinet/ip_icmp.h... yes
checking for netinet/icmp_var.h... yes
checking for netinet/ip_var.h... yes
checking for netinet/tcp.h... yes
checking for netinet/tcp_timer.h... yes
checking for netinet/tcp_var.h... yes
checking for netinet/tcpip.h... yes
checking for netinet/udp.h... yes
checking for netinet/udp_var.h... yes
checking for net/route.h... yes
checking for netinet/icmp6.h... yes
checking for netinet/ip6.h... yes
checking for netinet6/in6_var.h... no
checking for netinet6/in6_pcb.h... no
checking for netinet6/ip6_var.h... no
checking for netinet6/nd6.h... no
checking for netinet6/tcp6.h... no
checking for netinet6/tcp6_fsm.h... no
checking for netinet6/tcp6_timer.h... no
checking for netinet6/tcp6_var.h... no
checking for netinet/in_pcb.h... yes
checking for linux/ethtool.h... no
checking pkginfo.h usability... no
checking pkginfo.h presence... no
checking for pkginfo.h... no
checking for windows.h... no
checking for iphlpapi.h... no
checking sensors/sensors.h usability... no
checking sensors/sensors.h presence... no
checking for sensors/sensors.h... no
checking picl.h usability... no
checking picl.h presence... no
checking for picl.h... no
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of intmax_t... 8
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for long long int... yes
checking for intmax_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for unsigned long long int... yes
checking for uintmax_t... yes
checking for intptr_t... yes
checking for uintptr_t... yes
checking for off64_t... no
checking for nfds_t... yes
checking for Counter64... no
checking for mib2_ipIfStatsEntry_t... no
checking for platform-specific source...
checking for and configuring transport modules to use... Callback Unix Alias TCP UDP IPv4Base SocketBase TCPBase UDPIPv4Base UDPBase.
checking for security modules to use... usm
checking rpm/rpmlib.h usability... no
checking rpm/rpmlib.h presence... no
checking for rpm/rpmlib.h... no
checking rpm/header.h usability... no
checking rpm/header.h presence... no
checking for rpm/header.h... no
checking for rpm/rpmlib.h... (cached) no
checking for rpm/header.h... (cached) no
checking for library containing getfsstat... none required
checking for getfsstat... yes
checking for getvfsstat... no
checking for and configuring mib modules to use... host ucd-snmp/diskio default_modules.
host ucd-snmp/diskio default_modules host/hr_storage host/hr_filesys host/hrSWInstalledTable host/hrSWRunTable host/hr_system host/hr_device host/hr_other host/hr_proc host/hr_network host/hr_print host/hr_disk host/hr_partition util_funcs/header_simple_table snmpv3mibsconfigure: WARNING: mib module error
configure: WARNING: mib module 'mibII' requires module 'mibII/icmp' but someone told me to compile without it
mibII ucd_snmp notification notification-log-mib target agent_mibs agentx disman/event disman/schedule utilities hardware/memory host/data_access/swinst host/data_access/swrun host/hrSWRunPerfTable hardware/cpu mibII/ifTable util_funcs snmpv3/snmpMPDStats_5_5 snmpv3/usmStats_5_5 snmpv3/snmpEngine snmpv3/usmConf snmpv3/usmUser mibII/snmp_mib_5_5 mibII/system_mib mibII/sysORTable mibII/at mibII/ip mibII/tcp mibII/udp mibII/vacm_vars mibII/setSerialNo if-mib ucd-snmp/disk ucd-snmp/proc ucd-snmp/versioninfo ucd-snmp/pass ucd-snmp/pass_persist ucd-snmp/loadave agent/extend ucd-snmp/errormib ucd-snmp/file ucd-snmp/dlmod ucd-snmp/proxy ucd-snmp/logmatch ucd-snmp/memory ucd-snmp/vmstat notification/snmpNotifyTable snmp-notification-mib/snmpNotifyFilterTable notification/snmpNotifyFilterProfileTable notification-log-mib/notification_log target/target_counters_5_5 target/snmpTargetAddrEntry target/snmpTargetParamsEntry target/target agent/nsTransactionTable agent/nsModuleTable agent/nsDebug agent/nsCache agent/nsLogging agent/nsVacmAccessTable agentx/master agentx/subagent disman/event/mteScalars disman/event/mteTrigger disman/event/mteTriggerTable disman/event/mteTriggerDeltaTable disman/event/mteTriggerExistenceTable disman/event/mteTriggerBooleanTable disman/event/mteTriggerThresholdTable disman/event/mteTriggerConf disman/event/mteEvent disman/event/mteEventTable disman/event/mteEventSetTable disman/event/mteEventNotificationTable disman/event/mteEventConf disman/event/mteObjects disman/event/mteObjectsTable disman/event/mteObjectsConf disman/schedule/schedCore disman/schedule/schedConf disman/schedule/schedTable utilities/override utilities/execute utilities/iquery hardware/memory/hw_mem hardware/memory/memory_freebsd host/data_access/swinst_darwin host/data_access/swrun_darwin hardware/cpu/cpu hardware/cpu/cpu_mach if-mib/ifTable util_funcs/Exit util_funcs/header_generic util_funcs/restart mibII/updates mibII/ipAddr mibII/var_route mibII/route_write mibII/tcpTable mibII/udpTable mibII/vacm_context mibII/vacm_conf if-mib/ifXTable header_complex snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable agentx/protocol agentx/client agentx/master_admin agentx/agentx_config if-mib/ifTable/ifTable if-mib/ifXTable/ifXTable snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_interface snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_data_access if-mib/data_access/interface if-mib/ifTable/ifTable_interface if-mib/ifTable/ifTable_data_access if-mib/ifXTable/ifXTable_interface if-mib/ifXTable/ifXTable_data_access if-mib/data_access/interface_sysctl
.
checking if directories need to be created... .
checking default mib files to read... :HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES:UCD-DISKIO-MIB:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NOTIFICATION-LOG-MIB:DISMAN-EVENT-MIB:DISMAN-SCHEDULE-MIB:UCD-SNMP-MIB:UCD-DEMO-MIB:SNMP-TARGET-MIB:NET-SNMP-AGENT-MIB:SNMP-MPD-MIB:SNMP-USER-BASED-SM-MIB:SNMP-FRAMEWORK-MIB:SNMP-VIEW-BASED-ACM-MIB:SNMP-COMMUNITY-MIB:NET-SNMP-PASS-MIB:NET-SNMP-EXTEND-MIB:UCD-DLMOD-MIB:SNMP-NOTIFICATION-MIB:SNMPv2-TM:NET-SNMP-VACM-MIB
checking whether we have to build PIC code... yes
checking for nlist in -lelf... no
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for gethostbyname... yes
checking for library containing kstat_lookup... no
checking for library containing kvm_read... no
checking for library containing kvm_openfiles... no
checking for library containing kvm_getprocs... no
checking for library containing kvm_getswapinfo... no
checking for kvm_openfiles... no
checking for kvm_getprocs... no
checking for kvm_getswapinfo... no
checking for library containing dlopen... none required
checking for dlopen... yes
checking for library containing getdevs... no
checking for library containing devstat_getdevs... no
checking for -leay32... no
checking for EVP_md5 in -lcrypto... yes
checking for AES_cfb128_encrypt in -lcrypto... yes
checking for nlist... no
checking for nlist64... no
checking for knlist... no
checking if we are in the source tree so we can install Perl modules... Yes
checking for Perl cc... checking for potential embedded Perl support... disabled
checking if we can install the Perl modules... no
checking if we should install the python bindings... no
checking for authentication support... OpenSSL Support
checking for off_t... yes
checking for pid_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for socklen_t... yes
checking for in_addr_t... yes
checking for ssize_t... yes
checking whether byte ordering is bigendian... no
checking for working alloca.h... yes
checking for alloca... yes
checking whether /usr/bin/cc needs -traditional... no
checking for working memcmp... yes
checking return type of signal handlers... void
checking for library containing getmntent... no
checking for lrand48... yes
checking for rand... yes
checking for random... yes
checking for signal... yes
checking for sigset... yes
checking for closedir... yes
checking for fork... yes
checking for getipnodebyname... yes
checking for gettimeofday... yes
checking for if_nametoindex... yes
checking for mkstemp... yes
checking for opendir... yes
checking for readdir... yes
checking for regcomp... yes
checking for setenv... yes
checking for setitimer... yes
checking for setlocale... yes
checking for setsid... yes
checking for snprintf... yes
checking for strcasestr... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for sysconf... yes
checking for times... yes
checking for vsnprintf... yes
checking for gai_strerror... yes
checking for getaddrinfo... yes
checking for gethostbyname... (cached) yes
checking for gethostname... yes
checking for getopt... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for strlcpy... yes
checking for strtok_r... yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoull... yes
checking for cgetnext... yes
checking for chown... yes
checking for execv... yes
checking for gai_strerror... (cached) yes
checking for getgrnam... yes
checking for gethostname... (cached) yes
checking for getloadavg... yes
checking for getpid... yes
checking for getpwnam... yes
checking for hasmntopt... no
checking for initgroups... yes
checking for if_nameindex... yes
checking for if_nametoindex... (cached) yes
checking for localtime_r... yes
checking for mkstemp... (cached) yes
checking for mktime... yes
checking for poll... yes
checking for regcomp... (cached) yes
checking for setgid... yes
checking for setgroups... yes
checking for setmntent... no
checking for setuid... yes
checking for sigaction... yes
checking for sigblock... yes
checking for sighold... yes
checking for sigprocmask... yes
checking for statfs... yes
checking for statvfs... yes
checking for stime... no
checking for strncasecmp... (cached) yes
checking for system... yes
checking for uname... yes
checking for usleep... yes
checking for getdtablesize... yes
checking for getgrnam... (cached) yes
checking for getpid... (cached) yes
checking for getpwnam... (cached) yes
checking for setgid... (cached) yes
checking for setgroups... (cached) yes
checking for setuid... (cached) yes
checking for tcgetattr... yes
checking for if_freenameindex... yes
checking for getpagesize... yes
checking for lseek64... no
checking for pread64... no
checking for select... yes
checking for sigalrm... no
checking for socket... yes
checking for two-argument statfs with struct fs_data (Ultrix)... no
checking how to get the name of the current function... __func__
checking whether static inline functions are broken (Unixware)...
checking for SIOCGIFADDR in sys/ioctl.h... yes
checking the underlying type of a size_t... long
checking how to printf a size_t... l
checking the underlying type of an uint32_t... int
checking how to printf a uint32_t...
checking for struct arphd.at_next... no
checking for struct des_ks_struct.weak_key... no
checking for struct dirent.d_type... yes
checking for struct ipstat.ips_cantfrag... yes
checking for struct ipstat.ips_delivered... yes
checking for struct ipstat.ips_fragdropped... yes
checking for struct ipstat.ips_fragmented... yes
checking for struct ipstat.ips_localout... yes
checking for struct ipstat.ips_noproto... yes
checking for struct ipstat.ips_noroute... yes
checking for struct ipstat.ips_odropped... yes
checking for struct ipstat.ips_ofragments... yes
checking for struct ipstat.ips_reassembled... yes
checking for struct ipstat.ips_cantforward... yes
checking for struct ipstat.ips_fragtimeout... yes
checking for struct mbstat.m_clusters... yes
checking for struct mbstat.m_clfree... yes
checking for struct mbstat.m_mbufs... yes
checking for struct nlist.n_value... yes
checking for struct nlist64.n_value... no
checking for struct sigaction.sa_sigaction... yes
checking for struct sockaddr.sa_len... yes
checking for struct sockaddr.sa_union.sa_generic.sa_family2... no
checking for struct sockaddr_storage.ss_family... yes
checking for struct sockaddr_storage.__ss_family... no
checking for struct sockaddr_in6.sin6_scope_id... yes
checking size of sockaddr_un.sun_path... 104
checking for struct statfs.f_favail... no
checking for struct statfs.f_ffree... yes
checking for struct statfs.f_files... yes
checking for struct statfs.f_flags... yes
checking for struct statfs.f_frsize... no
checking for struct statvfs.f_files... yes
checking for struct statvfs.f_frsize... yes
checking for struct statvfs.mnt_dir... no
checking for struct swdevt.sw_nblksenabled... no
checking for struct tcpstat.tcp_rcvmemdrop... no
checking for struct tm.tm_gmtoff... yes
checking for struct timezone.tz_dsttime... yes
checking for struct udpstat.udps_discard... no
checking for struct udpstat.udps_fullsock... yes
checking for struct udpstat.udps_noport... yes
checking for struct udpstat.udps_noportbcast... yes
checking for struct udpstat.udps_opackets... yes
checking if _KERNEL needs to be defined for if_mtu... unknown
checking for struct ifaddr.ifa_next... no
checking for struct ifnet.if_addrlist... no
checking for struct ifnet.if_addrhead.tqh_first... no
checking for struct ifnet.if_baudrate... no
checking for struct ifnet.if_baudrate.ifs_value... no
checking for struct ifnet.if_ibytes... no
checking for struct ifnet.if_imcasts... no
checking for struct ifnet.if_iqdrops... no
checking for struct ifnet.if_lastchange.tv_sec... no
checking for struct ifnet.if_mtu... no
checking for struct ifnet.if_noproto... no
checking for struct ifnet.if_obytes... no
checking for struct ifnet.if_omcasts... no
checking for struct ifnet.if_speed... no
checking for struct ifnet.if_type... no
checking for struct ifnet.if_xname... no
checking for struct rtentry.rt_dst... no
checking for struct rtentry.rt_hash... no
checking for struct rtentry.rt_next... no
checking for struct rtentry.rt_refcnt... no
checking for struct rtentry.rt_unit... no
checking for struct rtentry.rt_use... no
checking type of rtentry structure... unknown
checking for struct rtentry... rtentry
checking for location of system kernel... unknown
checking for location of swap device... none
checking for mount table location... unknown
checking for lpstat... /usr/bin/lpstat
checking for correct flags to ps... acx
checking for SIGHUP... yes
checking if sysctl can read kernel information... yes
checking whether TCP timers depend on 'hz'... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating snmplib/Makefile
config.status: creating apps/Makefile
config.status: creating apps/snmpnetstat/Makefile
config.status: creating agent/Makefile
config.status: creating agent/helpers/Makefile
config.status: creating agent/mibgroup/Makefile
config.status: creating local/Makefile
config.status: creating testing/Makefile
config.status: creating man/Makefile
config.status: creating mibs/Makefile
config.status: creating net-snmp-config
config.status: creating net-snmp-create-v3-user
config.status: creating dist/generation-scripts/gen-variables
config.status: creating include/net-snmp/net-snmp-config.h
config.status: executing libtool commands
config.status: executing default commands
---------------------------------------------------------
Net-SNMP configuration summary:
---------------------------------------------------------
SNMP Versions Supported: 1 2c 3
Building for: darwin11
Net-SNMP Version: 5.6.1.1
Network transport support: Callback Unix Alias TCP UDP IPv4Base SocketBase TCPBase UDPIPv4Base UDPBase
SNMPv3 Security Modules: usm
*** MIB Module warning *** mib module 'mibII' requires module 'mibII/icmp' but someone told me to compile without it
Agent MIB code: host ucd-snmp/diskio default_modules => host/hr_storage host/hr_filesys host/hrSWInstalledTable host/hrSWRunTable host/hr_system host/hr_device host/hr_other host/hr_proc host/hr_network host/hr_print host/hr_disk host/hr_partition util_funcs/header_simple_table snmpv3mibs mibII ucd_snmp notification notification-log-mib target agent_mibs agentx disman/event disman/schedule utilities host
MYSQL Trap Logging: unavailable
Embedded Perl support: disabled
SNMP Perl modules: disabled
SNMP Python modules: disabled
Crypto support from: crypto
Authentication support: MD5 SHA1
Encryption support: DES AES
---------------------------------------------------------
==> make
make
/usr/bin/cc -E -Iinclude -I./include -I./agent/mibgroup -I. -I. -DDONT_INC_STRUCTS -DBINDIR=/Users/djm/homebrew/Cellar/net-snmp/5.6.1.1/bin -x c ./sedscript.in | egrep '^s[/#]' | sed 's/REMOVEME//g;s# */#/#g;s/ *#/#/g;s#/ *#/#g;s/# g/#g/;' > sedscript
chmod a+x net-snmp-config
touch net-snmp-config-x
making all in /private/tmp/homebrew-net-snmp-5.6.1.1-y4jX/net-snmp-5.6.1.1/snmplib
echo 's/VERSIONINFO/5.6.1.1/g' >> sedscript
echo 's#DATADIR#/Users/djm/homebrew/Cellar/net-snmp/5.6.1.1/share#g' >> sedscript
echo 's#LIBDIR#/Users/djm/homebrew/Cellar/net-snmp/5.6.1.1/lib#g' >> sedscript
echo 's#BINDIR#/Users/djm/homebrew/Cellar/net-snmp/5.6.1.1/bin#g' >> sedscript
echo 's#PERSISTENT_DIRECTORY#/var/db/net-snmp#g' >> sedscript
echo 's#SYSCONFDIR#/Users/djm/homebrew/Cellar/net-snmp/5.6.1.1/etc#g' >> sedscript
/usr/bin/sed -f sedscript ./EXAMPLE.conf.def > EXAMPLE.conf
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o snmp_client.lo snmp_client.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mib.lo mib.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o parse.lo parse.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o snmp_api.lo snmp_api.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c parse.c -fno-common -DPIC -o .libs/parse.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mib.c -fno-common -DPIC -o .libs/mib.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_client.c -fno-common -DPIC -o .libs/snmp_client.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_api.c -fno-common -DPIC -o .libs/snmp_api.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_client.c -o snmp_client.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o snmp.lo snmp.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp.c -fno-common -DPIC -o .libs/snmp.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp.c -o snmp.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o large_fd_set.lo large_fd_set.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c large_fd_set.c -fno-common -DPIC -o .libs/large_fd_set.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c large_fd_set.c -o large_fd_set.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o cert_util.lo cert_util.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c cert_util.c -fno-common -DPIC -o .libs/cert_util.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c cert_util.c -o cert_util.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o snmp_auth.lo snmp_auth.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c parse.c -o parse.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mib.c -o mib.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_auth.c -fno-common -DPIC -o .libs/snmp_auth.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_auth.c -o snmp_auth.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o asn1.lo asn1.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c asn1.c -fno-common -DPIC -o .libs/asn1.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_api.c -o snmp_api.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c asn1.c -o asn1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o md5.lo md5.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o snmp_parse_args.lo snmp_parse_args.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c md5.c -fno-common -DPIC -o .libs/md5.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_parse_args.c -fno-common -DPIC -o .libs/snmp_parse_args.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c md5.c -o md5.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_parse_args.c -o snmp_parse_args.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o system.lo system.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o vacm.lo vacm.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c system.c -fno-common -DPIC -o .libs/system.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c vacm.c -fno-common -DPIC -o .libs/vacm.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o int64.lo int64.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c int64.c -fno-common -DPIC -o .libs/int64.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c system.c -o system.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c int64.c -o int64.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c vacm.c -o vacm.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o read_config.lo read_config.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o pkcs.lo pkcs.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c read_config.c -fno-common -DPIC -o .libs/read_config.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c pkcs.c -fno-common -DPIC -o .libs/pkcs.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o snmp_debug.lo snmp_debug.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c pkcs.c -o pkcs.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o tools.lo tools.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_debug.c -fno-common -DPIC -o .libs/snmp_debug.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c tools.c -fno-common -DPIC -o .libs/tools.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o snmp_logging.lo snmp_logging.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_debug.c -o snmp_debug.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_logging.c -fno-common -DPIC -o .libs/snmp_logging.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c tools.c -o tools.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o text_utils.lo text_utils.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c text_utils.c -fno-common -DPIC -o .libs/text_utils.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o snmpv3.lo snmpv3.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmpv3.c -fno-common -DPIC -o .libs/snmpv3.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_logging.c -o snmp_logging.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c read_config.c -o read_config.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c text_utils.c -o text_utils.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o lcd_time.lo lcd_time.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c lcd_time.c -fno-common -DPIC -o .libs/lcd_time.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o keytools.lo keytools.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmpv3.c -o snmpv3.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c keytools.c -fno-common -DPIC -o .libs/keytools.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c lcd_time.c -o lcd_time.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c keytools.c -o keytools.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o file_utils.lo file_utils.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c file_utils.c -fno-common -DPIC -o .libs/file_utils.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o dir_utils.lo dir_utils.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o scapi.lo scapi.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o callback.lo callback.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c file_utils.c -o file_utils.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c dir_utils.c -fno-common -DPIC -o .libs/dir_utils.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c scapi.c -fno-common -DPIC -o .libs/scapi.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c callback.c -fno-common -DPIC -o .libs/callback.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o default_store.lo default_store.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c default_store.c -fno-common -DPIC -o .libs/default_store.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c dir_utils.c -o dir_utils.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c scapi.c -o scapi.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c callback.c -o callback.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o snmp_alarm.lo snmp_alarm.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c default_store.c -o default_store.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_alarm.c -fno-common -DPIC -o .libs/snmp_alarm.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o data_list.lo data_list.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o oid_stash.lo oid_stash.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c data_list.c -fno-common -DPIC -o .libs/data_list.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c oid_stash.c -fno-common -DPIC -o .libs/oid_stash.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_alarm.c -o snmp_alarm.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o fd_event_manager.lo fd_event_manager.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c fd_event_manager.c -fno-common -DPIC -o .libs/fd_event_manager.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c data_list.c -o data_list.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c oid_stash.c -o oid_stash.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mt_support.lo mt_support.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o snmp_enum.lo snmp_enum.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mt_support.c -fno-common -DPIC -o .libs/mt_support.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_enum.c -fno-common -DPIC -o .libs/snmp_enum.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c fd_event_manager.c -o fd_event_manager.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o snmp-tc.lo snmp-tc.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mt_support.c -o mt_support.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o snmp_service.lo snmp_service.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp-tc.c -fno-common -DPIC -o .libs/snmp-tc.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_service.c -fno-common -DPIC -o .libs/snmp_service.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp-tc.c -o snmp-tc.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o snprintf.lo snprintf.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_enum.c -o snmp_enum.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snprintf.c -fno-common -DPIC -o .libs/snprintf.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o snmp_transport.lo snmp_transport.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snprintf.c -o snprintf.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_service.c -o snmp_service.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_transport.c -fno-common -DPIC -o .libs/snmp_transport.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o transports/snmpUDPBaseDomain.lo transports/snmpUDPBaseDomain.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c transports/snmpUDPBaseDomain.c -fno-common -DPIC -o transports/.libs/snmpUDPBaseDomain.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o transports/snmpUDPIPv4BaseDomain.lo transports/snmpUDPIPv4BaseDomain.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c transports/snmpUDPBaseDomain.c -o transports/snmpUDPBaseDomain.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o transports/snmpTCPBaseDomain.lo transports/snmpTCPBaseDomain.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c transports/snmpUDPIPv4BaseDomain.c -fno-common -DPIC -o transports/.libs/snmpUDPIPv4BaseDomain.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c transports/snmpTCPBaseDomain.c -fno-common -DPIC -o transports/.libs/snmpTCPBaseDomain.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o transports/snmpSocketBaseDomain.lo transports/snmpSocketBaseDomain.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_transport.c -o snmp_transport.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c transports/snmpUDPIPv4BaseDomain.c -o transports/snmpUDPIPv4BaseDomain.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c transports/snmpSocketBaseDomain.c -fno-common -DPIC -o transports/.libs/snmpSocketBaseDomain.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c transports/snmpTCPBaseDomain.c -o transports/snmpTCPBaseDomain.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o transports/snmpIPv4BaseDomain.lo transports/snmpIPv4BaseDomain.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o transports/snmpUDPDomain.lo transports/snmpUDPDomain.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c transports/snmpSocketBaseDomain.c -o transports/snmpSocketBaseDomain.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c transports/snmpIPv4BaseDomain.c -fno-common -DPIC -o transports/.libs/snmpIPv4BaseDomain.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c transports/snmpUDPDomain.c -fno-common -DPIC -o transports/.libs/snmpUDPDomain.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o transports/snmpTCPDomain.lo transports/snmpTCPDomain.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o transports/snmpAliasDomain.lo transports/snmpAliasDomain.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c transports/snmpIPv4BaseDomain.c -o transports/snmpIPv4BaseDomain.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c transports/snmpTCPDomain.c -fno-common -DPIC -o transports/.libs/snmpTCPDomain.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c transports/snmpAliasDomain.c -fno-common -DPIC -o transports/.libs/snmpAliasDomain.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c transports/snmpUDPDomain.c -o transports/snmpUDPDomain.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c transports/snmpAliasDomain.c -o transports/snmpAliasDomain.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o transports/snmpUnixDomain.lo transports/snmpUnixDomain.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c transports/snmpTCPDomain.c -o transports/snmpTCPDomain.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c transports/snmpUnixDomain.c -fno-common -DPIC -o transports/.libs/snmpUnixDomain.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o transports/snmpCallbackDomain.lo transports/snmpCallbackDomain.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o snmp_secmod.lo snmp_secmod.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c transports/snmpCallbackDomain.c -fno-common -DPIC -o transports/.libs/snmpCallbackDomain.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_secmod.c -fno-common -DPIC -o .libs/snmp_secmod.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o snmpusm.lo snmpusm.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmpusm.c -fno-common -DPIC -o .libs/snmpusm.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_secmod.c -o snmp_secmod.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c transports/snmpUnixDomain.c -o transports/snmpUnixDomain.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c transports/snmpCallbackDomain.c -o transports/snmpCallbackDomain.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o snmp_version.lo snmp_version.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_version.c -fno-common -DPIC -o .libs/snmp_version.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_version.c -o snmp_version.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o check_varbind.lo check_varbind.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c check_varbind.c -fno-common -DPIC -o .libs/check_varbind.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o container.lo container.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o container_binary_array.lo container_binary_array.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c container.c -fno-common -DPIC -o .libs/container.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c container_binary_array.c -fno-common -DPIC -o .libs/container_binary_array.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c check_varbind.c -o check_varbind.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c container.c -o container.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o container_null.lo container_null.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c container_null.c -fno-common -DPIC -o .libs/container_null.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c container_binary_array.c -o container_binary_array.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o container_list_ssll.lo container_list_ssll.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c container_null.c -o container_null.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c container_list_ssll.c -fno-common -DPIC -o .libs/container_list_ssll.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o container_iterator.lo container_iterator.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o cmu_compat.lo cmu_compat.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmpusm.c -o snmpusm.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c container_iterator.c -fno-common -DPIC -o .libs/container_iterator.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c cmu_compat.c -fno-common -DPIC -o .libs/cmu_compat.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c container_list_ssll.c -o container_list_ssll.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c cmu_compat.c -o cmu_compat.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o ucd_compat.lo ucd_compat.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c ucd_compat.c -fno-common -DPIC -o .libs/ucd_compat.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c container_iterator.c -o container_iterator.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c ucd_compat.c -o ucd_compat.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o snmp_openssl.lo snmp_openssl.c
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_openssl.c -fno-common -DPIC -o .libs/snmp_openssl.o
libtool: compile: /usr/bin/cc -I../include -I. -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_openssl.c -o snmp_openssl.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link /usr/bin/cc -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -rpath /Users/djm/homebrew/Cellar/net-snmp/5.6.1.1/lib -version-info 25:2:0 -o libnetsnmp.la snmp_client.lo mib.lo parse.lo snmp_api.lo snmp.lo large_fd_set.lo cert_util.lo snmp_auth.lo asn1.lo md5.lo snmp_parse_args.lo system.lo vacm.lo int64.lo read_config.lo pkcs.lo snmp_debug.lo tools.lo snmp_logging.lo text_utils.lo snmpv3.lo lcd_time.lo keytools.lo file_utils.lo dir_utils.lo scapi.lo callback.lo default_store.lo snmp_alarm.lo data_list.lo oid_stash.lo fd_event_manager.lo mt_support.lo snmp_enum.lo snmp-tc.lo snmp_service.lo snprintf.lo snmp_transport.lo transports/snmpUDPBaseDomain.lo transports/snmpUDPIPv4BaseDomain.lo transports/snmpTCPBaseDomain.lo transports/snmpSocketBaseDomain.lo transports/snmpIPv4BaseDomain.lo transports/snmpUDPDomain.lo transports/snmpTCPDomain.lo transports/snmpAliasDomain.lo transports/snmpUnixDomain.lo transports/snmpCallbackDomain.lo snmp_secmod.lo snmpusm.lo snmp_version.lo check_varbind.lo container.lo container_binary_array.lo container_null.lo container_list_ssll.lo container_iterator.lo cmu_compat.lo ucd_compat.lo snmp_openssl.lo -L/Users/djm/homebrew/lib -lcrypto
libtool: link: /usr/bin/cc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libnetsnmp.25.dylib .libs/snmp_client.o .libs/mib.o .libs/parse.o .libs/snmp_api.o .libs/snmp.o .libs/large_fd_set.o .libs/cert_util.o .libs/snmp_auth.o .libs/asn1.o .libs/md5.o .libs/snmp_parse_args.o .libs/system.o .libs/vacm.o .libs/int64.o .libs/read_config.o .libs/pkcs.o .libs/snmp_debug.o .libs/tools.o .libs/snmp_logging.o .libs/text_utils.o .libs/snmpv3.o .libs/lcd_time.o .libs/keytools.o .libs/file_utils.o .libs/dir_utils.o .libs/scapi.o .libs/callback.o .libs/default_store.o .libs/snmp_alarm.o .libs/data_list.o .libs/oid_stash.o .libs/fd_event_manager.o .libs/mt_support.o .libs/snmp_enum.o .libs/snmp-tc.o .libs/snmp_service.o .libs/snprintf.o .libs/snmp_transport.o transports/.libs/snmpUDPBaseDomain.o transports/.libs/snmpUDPIPv4BaseDomain.o transports/.libs/snmpTCPBaseDomain.o transports/.libs/snmpSocketBaseDomain.o transports/.libs/snmpIPv4BaseDomain.o transports/.libs/snmpUDPDomain.o transports/.libs/snmpTCPDomain.o transports/.libs/snmpAliasDomain.o transports/.libs/snmpUnixDomain.o transports/.libs/snmpCallbackDomain.o .libs/snmp_secmod.o .libs/snmpusm.o .libs/snmp_version.o .libs/check_varbind.o .libs/container.o .libs/container_binary_array.o .libs/container_null.o .libs/container_list_ssll.o .libs/container_iterator.o .libs/cmu_compat.o .libs/ucd_compat.o .libs/snmp_openssl.o -L/Users/djm/homebrew/lib -lcrypto -install_name /Users/djm/homebrew/Cellar/net-snmp/5.6.1.1/lib/libnetsnmp.25.dylib -compatibility_version 26 -current_version 26.2 -Wl,-single_module
libtool: link: dsymutil .libs/libnetsnmp.25.dylib || :
warning: no debug symbols in executable (-arch x86_64)
libtool: link: (cd ".libs" && rm -f "libnetsnmp.dylib" && ln -s "libnetsnmp.25.dylib" "libnetsnmp.dylib")
libtool: link: ar cru .libs/libnetsnmp.a snmp_client.o mib.o parse.o snmp_api.o snmp.o large_fd_set.o cert_util.o snmp_auth.o asn1.o md5.o snmp_parse_args.o system.o vacm.o int64.o read_config.o pkcs.o snmp_debug.o tools.o snmp_logging.o text_utils.o snmpv3.o lcd_time.o keytools.o file_utils.o dir_utils.o scapi.o callback.o default_store.o snmp_alarm.o data_list.o oid_stash.o fd_event_manager.o mt_support.o snmp_enum.o snmp-tc.o snmp_service.o snprintf.o snmp_transport.o transports/snmpUDPBaseDomain.o transports/snmpUDPIPv4BaseDomain.o transports/snmpTCPBaseDomain.o transports/snmpSocketBaseDomain.o transports/snmpIPv4BaseDomain.o transports/snmpUDPDomain.o transports/snmpTCPDomain.o transports/snmpAliasDomain.o transports/snmpUnixDomain.o transports/snmpCallbackDomain.o snmp_secmod.o snmpusm.o snmp_version.o check_varbind.o container.o container_binary_array.o container_null.o container_list_ssll.o container_iterator.o cmu_compat.o ucd_compat.o snmp_openssl.o
/usr/bin/ranlib: file: .libs/libnetsnmp.a(mt_support.o) has no symbols
/usr/bin/ranlib: file: .libs/libnetsnmp.a(snmp_openssl.o) has no symbols
libtool: link: ranlib .libs/libnetsnmp.a
ranlib: file: .libs/libnetsnmp.a(mt_support.o) has no symbols
ranlib: file: .libs/libnetsnmp.a(snmp_openssl.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libnetsnmp.la" && ln -s "../libnetsnmp.la" "libnetsnmp.la" )
: libnetsnmp.la
making all in /private/tmp/homebrew-net-snmp-5.6.1.1-y4jX/net-snmp-5.6.1.1/agent
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o agent_handler.lo agent_handler.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o agent_index.lo agent_index.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o agent_read_config.lo agent_read_config.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o agent_registry.lo agent_registry.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c agent_handler.c -fno-common -DPIC -o .libs/agent_handler.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c agent_read_config.c -fno-common -DPIC -o .libs/agent_read_config.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c agent_index.c -fno-common -DPIC -o .libs/agent_index.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c agent_registry.c -fno-common -DPIC -o .libs/agent_registry.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c agent_read_config.c -o agent_read_config.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c agent_index.c -o agent_index.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o agent_sysORTable.lo agent_sysORTable.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c agent_handler.c -o agent_handler.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c agent_sysORTable.c -fno-common -DPIC -o .libs/agent_sysORTable.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o agent_trap.lo agent_trap.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c agent_sysORTable.c -o agent_sysORTable.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c agent_trap.c -fno-common -DPIC -o .libs/agent_trap.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c agent_registry.c -o agent_registry.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o kernel.lo kernel.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o snmp_agent.lo snmp_agent.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c kernel.c -fno-common -DPIC -o .libs/kernel.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_agent.c -fno-common -DPIC -o .libs/snmp_agent.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c kernel.c -o kernel.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o snmp_vars.lo snmp_vars.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_vars.c -fno-common -DPIC -o .libs/snmp_vars.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c agent_trap.c -o agent_trap.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_vars.c -o snmp_vars.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/snmpv3/usmConf.lo mibgroup/snmpv3/usmConf.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/agentx/master.lo mibgroup/agentx/master.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/snmpv3/usmConf.c -fno-common -DPIC -o mibgroup/snmpv3/.libs/usmConf.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/agentx/master.c -fno-common -DPIC -o mibgroup/agentx/.libs/master.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/agentx/subagent.lo mibgroup/agentx/subagent.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/agentx/subagent.c -fno-common -DPIC -o mibgroup/agentx/.libs/subagent.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/snmpv3/usmConf.c -o mibgroup/snmpv3/usmConf.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/utilities/execute.lo mibgroup/utilities/execute.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/utilities/execute.c -fno-common -DPIC -o mibgroup/utilities/.libs/execute.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/agentx/master.c -o mibgroup/agentx/master.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c snmp_agent.c -o snmp_agent.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/agentx/subagent.c -o mibgroup/agentx/subagent.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/utilities/execute.c -o mibgroup/utilities/execute.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/utilities/iquery.lo mibgroup/utilities/iquery.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/utilities/iquery.c -fno-common -DPIC -o mibgroup/utilities/.libs/iquery.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/mibII/vacm_conf.lo mibgroup/mibII/vacm_conf.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/utilities/iquery.c -o mibgroup/utilities/iquery.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/mibII/vacm_conf.c -fno-common -DPIC -o mibgroup/mibII/.libs/vacm_conf.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/agentx/protocol.lo mibgroup/agentx/protocol.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/agentx/client.lo mibgroup/agentx/client.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/agentx/protocol.c -fno-common -DPIC -o mibgroup/agentx/.libs/protocol.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/agentx/client.c -fno-common -DPIC -o mibgroup/agentx/.libs/client.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/agentx/client.c -o mibgroup/agentx/client.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/mibII/vacm_conf.c -o mibgroup/mibII/vacm_conf.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/agentx/master_admin.lo mibgroup/agentx/master_admin.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/agentx/master_admin.c -fno-common -DPIC -o mibgroup/agentx/.libs/master_admin.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/agentx/agentx_config.lo mibgroup/agentx/agentx_config.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/agentx/agentx_config.c -fno-common -DPIC -o mibgroup/agentx/.libs/agentx_config.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/agentx/agentx_config.c -o mibgroup/agentx/agentx_config.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/agentx/master_admin.c -o mibgroup/agentx/master_admin.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/all_helpers.lo helpers/all_helpers.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/baby_steps.lo helpers/baby_steps.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/all_helpers.c -fno-common -DPIC -o helpers/.libs/all_helpers.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/baby_steps.c -fno-common -DPIC -o helpers/.libs/baby_steps.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/all_helpers.c -o helpers/all_helpers.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/bulk_to_next.lo helpers/bulk_to_next.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/bulk_to_next.c -fno-common -DPIC -o helpers/.libs/bulk_to_next.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/baby_steps.c -o helpers/baby_steps.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/cache_handler.lo helpers/cache_handler.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/cache_handler.c -fno-common -DPIC -o helpers/.libs/cache_handler.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/bulk_to_next.c -o helpers/bulk_to_next.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/agentx/protocol.c -o mibgroup/agentx/protocol.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/debug_handler.lo helpers/debug_handler.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/debug_handler.c -fno-common -DPIC -o helpers/.libs/debug_handler.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/instance.lo helpers/instance.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/instance.c -fno-common -DPIC -o helpers/.libs/instance.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/cache_handler.c -o helpers/cache_handler.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/debug_handler.c -o helpers/debug_handler.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/instance.c -o helpers/instance.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/mode_end_call.lo helpers/mode_end_call.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/multiplexer.lo helpers/multiplexer.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/mode_end_call.c -fno-common -DPIC -o helpers/.libs/mode_end_call.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/multiplexer.c -fno-common -DPIC -o helpers/.libs/multiplexer.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/mode_end_call.c -o helpers/mode_end_call.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/multiplexer.c -o helpers/multiplexer.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/null.lo helpers/null.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/old_api.lo helpers/old_api.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/read_only.lo helpers/read_only.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/null.c -fno-common -DPIC -o helpers/.libs/null.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/old_api.c -fno-common -DPIC -o helpers/.libs/old_api.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/read_only.c -fno-common -DPIC -o helpers/.libs/read_only.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/null.c -o helpers/null.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/read_only.c -o helpers/read_only.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/old_api.c -o helpers/old_api.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/row_merge.lo helpers/row_merge.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/scalar.lo helpers/scalar.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/row_merge.c -fno-common -DPIC -o helpers/.libs/row_merge.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/scalar.c -fno-common -DPIC -o helpers/.libs/scalar.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/scalar_group.lo helpers/scalar_group.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/scalar_group.c -fno-common -DPIC -o helpers/.libs/scalar_group.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/serialize.lo helpers/serialize.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/scalar.c -o helpers/scalar.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/serialize.c -fno-common -DPIC -o helpers/.libs/serialize.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/row_merge.c -o helpers/row_merge.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/scalar_group.c -o helpers/scalar_group.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/snmp_get_statistic.lo helpers/snmp_get_statistic.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/serialize.c -o helpers/serialize.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/snmp_get_statistic.c -fno-common -DPIC -o helpers/.libs/snmp_get_statistic.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/stash_cache.lo helpers/stash_cache.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/stash_to_next.lo helpers/stash_to_next.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/stash_cache.c -fno-common -DPIC -o helpers/.libs/stash_cache.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/table.lo helpers/table.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/snmp_get_statistic.c -o helpers/snmp_get_statistic.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/stash_to_next.c -fno-common -DPIC -o helpers/.libs/stash_to_next.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/table.c -fno-common -DPIC -o helpers/.libs/table.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/table_array.lo helpers/table_array.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/stash_to_next.c -o helpers/stash_to_next.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/stash_cache.c -o helpers/stash_cache.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/table_array.c -fno-common -DPIC -o helpers/.libs/table_array.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/table_container.lo helpers/table_container.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/table_container.c -fno-common -DPIC -o helpers/.libs/table_container.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/table_data.lo helpers/table_data.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/table_data.c -fno-common -DPIC -o helpers/.libs/table_data.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/table_array.c -o helpers/table_array.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/table.c -o helpers/table.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/table_container.c -o helpers/table_container.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/table_data.c -o helpers/table_data.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/table_dataset.lo helpers/table_dataset.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/table_dataset.c -fno-common -DPIC -o helpers/.libs/table_dataset.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/table_iterator.lo helpers/table_iterator.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/table_row.lo helpers/table_row.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/table_row.c -fno-common -DPIC -o helpers/.libs/table_row.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/table_iterator.c -fno-common -DPIC -o helpers/.libs/table_iterator.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/table_tdata.lo helpers/table_tdata.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/table_row.c -o helpers/table_row.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/table_tdata.c -fno-common -DPIC -o helpers/.libs/table_tdata.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o helpers/watcher.lo helpers/watcher.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/table_dataset.c -o helpers/table_dataset.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/table_iterator.c -o helpers/table_iterator.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/watcher.c -fno-common -DPIC -o helpers/.libs/watcher.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/table_tdata.c -o helpers/table_tdata.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c helpers/watcher.c -o helpers/watcher.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/ucd-snmp/diskio.lo mibgroup/ucd-snmp/diskio.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/host/hr_storage.lo mibgroup/host/hr_storage.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/ucd-snmp/diskio.c -fno-common -DPIC -o mibgroup/ucd-snmp/.libs/diskio.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/host/hr_filesys.lo mibgroup/host/hr_filesys.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hr_storage.c -fno-common -DPIC -o mibgroup/host/.libs/hr_storage.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hr_filesys.c -fno-common -DPIC -o mibgroup/host/.libs/hr_filesys.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/host/hrSWInstalledTable.lo mibgroup/host/hrSWInstalledTable.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hrSWInstalledTable.c -fno-common -DPIC -o mibgroup/host/.libs/hrSWInstalledTable.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hr_storage.c -o mibgroup/host/hr_storage.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/ucd-snmp/diskio.c -o mibgroup/ucd-snmp/diskio.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hrSWInstalledTable.c -o mibgroup/host/hrSWInstalledTable.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hr_filesys.c -o mibgroup/host/hr_filesys.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/host/hrSWRunTable.lo mibgroup/host/hrSWRunTable.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/host/hr_system.lo mibgroup/host/hr_system.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/host/hr_device.lo mibgroup/host/hr_device.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hrSWRunTable.c -fno-common -DPIC -o mibgroup/host/.libs/hrSWRunTable.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hr_system.c -fno-common -DPIC -o mibgroup/host/.libs/hr_system.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hr_device.c -fno-common -DPIC -o mibgroup/host/.libs/hr_device.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/host/hr_other.lo mibgroup/host/hr_other.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hrSWRunTable.c -o mibgroup/host/hrSWRunTable.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hr_system.c -o mibgroup/host/hr_system.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hr_other.c -fno-common -DPIC -o mibgroup/host/.libs/hr_other.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hr_device.c -o mibgroup/host/hr_device.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hr_other.c -o mibgroup/host/hr_other.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/host/hr_proc.lo mibgroup/host/hr_proc.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/host/hr_network.lo mibgroup/host/hr_network.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hr_proc.c -fno-common -DPIC -o mibgroup/host/.libs/hr_proc.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hr_network.c -fno-common -DPIC -o mibgroup/host/.libs/hr_network.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/host/hr_print.lo mibgroup/host/hr_print.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hr_print.c -fno-common -DPIC -o mibgroup/host/.libs/hr_print.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/host/hr_disk.lo mibgroup/host/hr_disk.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hr_disk.c -fno-common -DPIC -o mibgroup/host/.libs/hr_disk.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hr_proc.c -o mibgroup/host/hr_proc.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hr_network.c -o mibgroup/host/hr_network.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hr_print.c -o mibgroup/host/hr_print.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/host/hr_partition.lo mibgroup/host/hr_partition.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/util_funcs/header_simple_table.lo mibgroup/util_funcs/header_simple_table.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hr_partition.c -fno-common -DPIC -o mibgroup/host/.libs/hr_partition.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/util_funcs/header_simple_table.c -fno-common -DPIC -o mibgroup/util_funcs/.libs/header_simple_table.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/host/data_access/swinst.lo mibgroup/host/data_access/swinst.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/data_access/swinst.c -fno-common -DPIC -o mibgroup/host/data_access/.libs/swinst.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/util_funcs/header_simple_table.c -o mibgroup/util_funcs/header_simple_table.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hr_disk.c -o mibgroup/host/hr_disk.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hr_partition.c -o mibgroup/host/hr_partition.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/data_access/swinst.c -o mibgroup/host/data_access/swinst.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/host/data_access/swrun.lo mibgroup/host/data_access/swrun.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/data_access/swrun.c -fno-common -DPIC -o mibgroup/host/data_access/.libs/swrun.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/host/hrSWRunPerfTable.lo mibgroup/host/hrSWRunPerfTable.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hrSWRunPerfTable.c -fno-common -DPIC -o mibgroup/host/.libs/hrSWRunPerfTable.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/util_funcs.lo mibgroup/util_funcs.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/util_funcs.c -fno-common -DPIC -o mibgroup/.libs/util_funcs.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/data_access/swrun.c -o mibgroup/host/data_access/swrun.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/host/hrSWRunPerfTable.c -o mibgroup/host/hrSWRunPerfTable.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/snmpv3/snmpMPDStats_5_5.lo mibgroup/snmpv3/snmpMPDStats_5_5.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/snmpv3/usmStats_5_5.lo mibgroup/snmpv3/usmStats_5_5.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/snmpv3/snmpMPDStats_5_5.c -fno-common -DPIC -o mibgroup/snmpv3/.libs/snmpMPDStats_5_5.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/snmpv3/snmpEngine.lo mibgroup/snmpv3/snmpEngine.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/snmpv3/usmStats_5_5.c -fno-common -DPIC -o mibgroup/snmpv3/.libs/usmStats_5_5.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/snmpv3/snmpEngine.c -fno-common -DPIC -o mibgroup/snmpv3/.libs/snmpEngine.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/util_funcs.c -o mibgroup/util_funcs.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/snmpv3/snmpMPDStats_5_5.c -o mibgroup/snmpv3/snmpMPDStats_5_5.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/snmpv3/usmStats_5_5.c -o mibgroup/snmpv3/usmStats_5_5.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/snmpv3/snmpEngine.c -o mibgroup/snmpv3/snmpEngine.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/snmpv3/usmUser.lo mibgroup/snmpv3/usmUser.c
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/mibII/snmp_mib_5_5.lo mibgroup/mibII/snmp_mib_5_5.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/snmpv3/usmUser.c -fno-common -DPIC -o mibgroup/snmpv3/.libs/usmUser.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/mibII/system_mib.lo mibgroup/mibII/system_mib.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/mibII/snmp_mib_5_5.c -fno-common -DPIC -o mibgroup/mibII/.libs/snmp_mib_5_5.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/mibII/sysORTable.lo mibgroup/mibII/sysORTable.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/mibII/system_mib.c -fno-common -DPIC -o mibgroup/mibII/.libs/system_mib.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/mibII/sysORTable.c -fno-common -DPIC -o mibgroup/mibII/.libs/sysORTable.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/mibII/snmp_mib_5_5.c -o mibgroup/mibII/snmp_mib_5_5.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/mibII/system_mib.c -o mibgroup/mibII/system_mib.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/mibII/at.lo mibgroup/mibII/at.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/mibII/sysORTable.c -o mibgroup/mibII/sysORTable.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/mibII/at.c -fno-common -DPIC -o mibgroup/mibII/.libs/at.o
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/mibII/ip.lo mibgroup/mibII/ip.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/mibII/ip.c -fno-common -DPIC -o mibgroup/mibII/.libs/ip.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/snmpv3/usmUser.c -o mibgroup/snmpv3/usmUser.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c -o mibgroup/mibII/tcp.lo mibgroup/mibII/tcp.c
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/mibII/at.c -o mibgroup/mibII/at.o >/dev/null 2>&1
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/mibII/tcp.c -fno-common -DPIC -o mibgroup/mibII/.libs/tcp.o
libtool: compile: /usr/bin/cc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -isystem /Users/djm/homebrew/include -fno-strict-aliasing -O3 -w -pipe -Udarwin11 -Ddarwin11=darwin11 -c mibgroup/mibII/ip.c -o mibgroup/mibII/ip.o >/dev/null 2>&1
mibgroup/mibII/tcp.c: In function ‘tcp_handler’:
mibgroup/mibII/tcp.c:326: error: ‘TCPTV_MIN’ undeclared (first use in this function)
mibgroup/mibII/tcp.c:326: error: (Each undeclared identifier is reported only once
mibgroup/mibII/tcp.c:326: error: for each function it appears in.)
mibgroup/mibII/tcp.c:334: error: ‘TCPTV_REXMTMAX’ undeclared (first use in this function)
make[1]: *** [mibgroup/mibII/tcp.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [subdirs] Error 1
==> Exit Status: 2
http://github.com/mxcl/homebrew/blob/master/Library/Formula/net-snmp.rb#L16
==> Environment
HOMEBREW_VERSION: 0.8
HEAD: 40b889c53d4407dcef5012331edad1dd8d508a36
HOMEBREW_PREFIX: /Users/djm/homebrew
HOMEBREW_CELLAR: /Users/djm/homebrew/Cellar
HOMEBREW_REPOSITORY: /Users/djm/homebrew
HOMEBREW_LIBRARY_PATH: /Users/djm/homebrew/Library/Homebrew
Hardware: quad-core 64-bit sandybridge
OS X: 10.7
Kernel Architecture: x86_64
Ruby: 1.8.7-249
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Xcode: 4.1
GCC-4.0: N/A
GCC-4.2: build 5666
LLVM: build 2335
MacPorts or Fink? false
X11 installed? true
==> Build Flags
CC: /usr/bin/cc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
CXX: /usr/bin/c++ => /usr/llvm-gcc-4.2/bin/llvm-g++-4.2
LD: /usr/bin/cc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
CFLAGS: -O3 -w -pipe
CXXFLAGS: -O3 -w -pipe
CPPFLAGS: -isystem /Users/djm/homebrew/include
LDFLAGS: -L/Users/djm/homebrew/lib
MAKEFLAGS: -j4
Error: Failed executing: make
Please report this bug: https://github.com/mxcl/homebrew/wiki/Checklist-before-filing-a-new-issue
Also try:
`brew doctor` to check your setup for common problems.
`brew missing` to check installed packages for missing deps.
@bjreath
Copy link

bjreath commented Aug 18, 2011

Any luck getting this resolved? I have the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment