Hello,
Newbie here again with basic question of how to install SNMP in Solaris 10 10/09 s10s_u8wos_08a SPARC for Solarwinds.
Found a number of articles pointing to downloading a file from net-snmp.org (which points to sourceforge.net) then follow very complex instructions to install it. Also found this article here, https://thwack.solarwinds.com/product-forums/network-performance-monitor-npm/f/forum/82771/configuring-the-net-snmp-agent-in-solaris-aix , asking to download binaries that are no longer available.
Will leave here the example of errors obtained when I tried make, make test, make install, being "make: Fatal error: Command failed for target `subdirs'" the error :
foo-[root]/usr/local/src/net-snmp> ./configure
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/sfw/bin/ggrep
checking for egrep... /usr/sfw/bin/ggrep -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 openssl/aes.h usability... yes
checking openssl/aes.h presence... yes
checking for openssl/aes.h... yes
checking openssl/evp.h usability... yes
checking openssl/evp.h presence... yes
checking for openssl/evp.h... yes
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... configure:
************** Configuration Section **************
You are about to be prompted with a series of questions. Answer
them carefully, as they determine how the SNMP agent and related
applications are to function.
After the configure script finishes, you can browse the newly
created net-snmp-config.h file for further - less important - parameters to
modify. Be careful if you re-run configure though, since net-snmp-config.h
will be overwritten.
-Press return to continue-
yes
checking Default version of SNMP to use...
*** Default SNMP Version:
Starting with Net-SNMP 5.0, you can choose the default version of
the SNMP protocol to use when no version is given explicitly on the
command line, or via an 'snmp.conf' file. In the past this was set to
SNMPv1, but you can use this to switch to SNMPv3 if desired. SNMPv3
will provide a more secure management environment (and thus you're
encouraged to switch to SNMPv3), but may break existing scripts that
rely on the old behaviour. (Though such scripts will probably need to
be changed to use the '-c' community flag anyway, as the SNMPv1
command line usage has changed as well.).
At this prompt you can select "1", "2" (for SNMPv2c), or "3" as
the default version for the command tools (snmpget, ...) to use. This
can always be overridden at runtime using the -v flag to the tools, or
by using the "defVersion" token in your snmp.conf file.
Providing the --with-default-snmp-version="x" parameter to ./configure
will avoid this prompt.
Default version of SNMP to use (3):
setting Default version of SNMP to use to... 3
checking System Contact Information...
*** System Contact Information:
Describes who should be contacted about the host the agent is
running on. This information is available in the MIB-II tree. This
can also be over-ridden using the "syscontact" syntax in the agent's
configuration files.
Providing the --with-sys-contact="contact" parameter to ./configure
will avoid this prompt.
System Contact Information (@gmail.com): ferocci@gmail.com
setting System Contact Information to... ferocci@gmail.com
checking System Location...
*** System Location:
Describes the location of the system. This information is
available in the MIB-II tree. this can also be over-ridden using the
"syslocation" syntax in the agent's configuration files.
Providing the --with-sys-location="location" parameter to ./configure
will avoid this prompt.
System Location (Unknown):
setting System Location to... Unknown
checking Location to write logfile...
*** Logfile location:
Enter the default location for the snmpd agent to dump
information & errors to. If not defined (enter the keyword "none"
at the prompt below) the agent will use stdout and stderr instead.
(Note: This value can be over-ridden using command line options.)
Providing the --with-logfile="path" parameter to ./configure
will avoid this prompt.
Location to write logfile (/var/log/snmpd.log):
setting Location to write logfile to... /var/log/snmpd.log
checking Location to write persistent information...
*** snmpd persistent storage location:
Enter a directory for the SNMP library to store persistent
data in the form of a configuration file. This default location is
different than the old default location (which was for ucd-snmp). If
you stay with the new path, I'll ask you in a second if you wish to
copy your files over to the new location (once only). If you pick
some other path than the default, you'll have to copy them yourself.
There is nothing wrong with picking the old path (/var/ucd-snmp) if
you'd rather.
Providing the --with-persistent-directory="path" parameter to
./configure will avoid this prompt.
Location to write persistent information (/var/net-snmp):
setting Location to write persistent information to... /var/net-snmp
checking if I need to feed myself to ksh... no
checking for egrep... (cached) /usr/sfw/bin/ggrep -E
checking for grep that handles long lines and -e... (cached) /usr/sfw/bin/ggrep
checking for a BSD-compatible install... ./install-sh -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... :
checking for autoheader... :
checking for perl... /usr/bin/perl
checking for ps... /usr/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... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking build system type... sparc-sun-solaris2.10
checking host system type... sparc-sun-solaris2.10
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/sfw/bin/ggrep -F
checking for ld used by gcc... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/ccs/bin/nm -p
checking the name lister (/usr/ccs/bin/nm -p) interface... BSD nm
checking the maximum length of command line arguments... 786240
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert sparc-sun-solaris2.10 file names to sparc-sun-solaris2.10 format... func_convert_file_noop
checking how to convert sparc-sun-solaris2.10 file names to toolchain format... func_convert_file_noop
checking for /usr/ccs/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.10 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
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... sparc-sun-solaris2.10
checking whether to un-define target system token (before redefining)... yes
checking for system include file... net-snmp/system/solaris.h
checking for machine-type include file... net-snmp/machine/generic.h
checking for additional cpp flags... -x c
checking for gcc... /usr/sfw/bin/gcc
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/syslog.h usability... yes
checking sys/syslog.h presence... yes
checking for sys/syslog.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 for nlist.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... yes
checking kstat.h presence... yes
checking for kstat.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking 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... yes
checking sys/systeminfo.h presence... yes
checking for sys/systeminfo.h... yes
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... no
checking err.h presence... no
checking for err.h... no
checking for fcntl.h... (cached) yes
checking fstab.h usability... no
checking fstab.h presence... no
checking for fstab.h... no
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) yes
checking kvm.h usability... no
checking kvm.h presence... yes
configure: WARNING: kvm.h: present but cannot be compiled
configure: WARNING: kvm.h: check for missing prerequisite headers?
configure: WARNING: kvm.h: see the Autoconf documentation
configure: WARNING: kvm.h: section "Present But Cannot Be Compiled"
configure: WARNING: kvm.h: proceeding with the compiler's result
configure: WARNING: ## ---------------------------------------------------- ##
configure: WARNING: ## Report this to net-snmp-coders@lists.sourceforge.net ##
configure: WARNING: ## ---------------------------------------------------- ##
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 pkglocs.h usability... yes
checking pkglocs.h presence... yes
checking for pkglocs.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking com_err.h usability... no
checking com_err.h presence... no
checking for com_err.h... no
checking et/com_err.h usability... no
checking et/com_err.h presence... no
checking for et/com_err.h... no
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... yes
checking sys/dkio.h presence... yes
checking for sys/dkio.h... yes
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... yes
checking sys/loadavg.h presence... yes
checking for sys/loadavg.h... yes
checking sys/mntent.h usability... yes
checking sys/mntent.h presence... yes
checking for sys/mntent.h... yes
checking sys/mnttab.h usability... yes
checking sys/mnttab.h presence... yes
checking for sys/mnttab.h... yes
checking sys/pool.h usability... yes
checking sys/pool.h presence... yes
checking for sys/pool.h... yes
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... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/stream.h usability... yes
checking sys/stream.h presence... yes
checking for sys/stream.h... yes
checking sys/sysget.h usability... no
checking sys/sysget.h presence... no
checking for sys/sysget.h... no
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
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... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/vm.h usability... no
checking sys/vm.h presence... yes
configure: WARNING: sys/vm.h: present but cannot be compiled
configure: WARNING: sys/vm.h: check for missing prerequisite headers?
configure: WARNING: sys/vm.h: see the Autoconf documentation
configure: WARNING: sys/vm.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/vm.h: proceeding with the compiler's result
configure: WARNING: ## ---------------------------------------------------- ##
configure: WARNING: ## Report this to net-snmp-coders@lists.sourceforge.net ##
configure: WARNING: ## ---------------------------------------------------- ##
checking for sys/vm.h... no
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... yes
configure: WARNING: sys/vmsystm.h: present but cannot be compiled
configure: WARNING: sys/vmsystm.h: check for missing prerequisite headers?
configure: WARNING: sys/vmsystm.h: see the Autoconf documentation
configure: WARNING: sys/vmsystm.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/vmsystm.h: proceeding with the compiler's result
configure: WARNING: ## ---------------------------------------------------- ##
configure: WARNING: ## Report this to net-snmp-coders@lists.sourceforge.net ##
configure: WARNING: ## ---------------------------------------------------- ##
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... yes
checking inet/mib2.h presence... yes
checking for inet/mib2.h... yes
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... no
checking machine/param.h presence... no
checking for machine/param.h... no
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... no
checking sys/cdefs.h presence... no
checking for sys/cdefs.h... no
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... yes
checking xti.h presence... yes
checking for xti.h... yes
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 valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking for openssl/aes.h... (cached) 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 for openssl/evp.h... (cached) yes
checking security/cryptoki.h usability... yes
checking security/cryptoki.h presence... yes
checking for security/cryptoki.h... yes
checking for rpm/rpmts.h... no
checking for rpm/rpmfileutil.h... no
checking for sys/swap.h... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for net/if_dl.h... yes
checking for sys/sysctl.h... no
checking for malloc.h... (cached) yes
checking for osreldate.h... no
checking for machine/types.h... no
checking for net/if_dl.h... (cached) yes
checking for net/if_types.h... yes
checking for sys/dkstat.h... no
checking for sys/conf.h... yes
checking for sys/mbuf.h... no
checking for sys/mount.h... yes
checking for sys/proc.h... no
checking for sys/queue.h... yes
checking for sys/sysctl.h... (cached) no
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... no
checking for net/if_var.h... no
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... yes
checking pkginfo.h presence... yes
checking for pkginfo.h... yes
checking for library containing pkginfo... -ladm
checking pkg.h usability... no
checking pkg.h presence... no
checking for pkg.h... no
checking pkg.h usability... no
checking pkg.h presence... no
checking for pkg.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... yes
checking picl.h presence... yes
checking for picl.h... yes
checking for struct rtentry.rt_dst... yes
checking for struct rtentry.rt_hash... yes
checking for struct rtentry.rt_next... no
checking for struct rtentry.rt_refcnt... yes
checking for struct rtentry.rt_unit... no
checking for struct rtentry.rt_use... yes
checking size of short... 2
checking size of int... 4
checking size of long... 4
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... yes
checking for nfds_t... yes
checking for Counter64... yes
checking for mib2_ipIfStatsEntry_t... yes
checking ipv6 stack type... postponed
checking for struct sockaddr_in6.sin6_addr... yes
checking ipv6 stack type... "generic, yes, using libc"
checking for platform-specific source...
checking for and configuring transport modules to use... Callback Unix Alias TCP UDP TCPIPv6 UDPIPv6 IPv4Base SocketBase TCPBase UDPIPv4Base UDPBase IPv6Base.
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... no
checking for getfsstat... no
checking for getvfsstat... no
checking for library containing getmntent... none required
checking for library containing kinfo_get_cpus... no
checking for kinfo_get_cpus... no
checking for library containing exp... -lm
checking for library containing kvm_read... -lkvm
checking for library containing kvm_openfiles... no
checking for library containing kvm_getprocs... no
checking for library containing kvm_getproc2... no
checking for library containing kvm_getfiles... no
checking for library containing kvm_getfile2... no
checking for library containing kvm_getswapinfo... no
checking for kvm_openfiles... no
checking for kvm_getprocs... no
checking for kvm_getproc2... no
checking for kvm_getswapinfo... no
checking for kvm_getfiles... no
checking for kvm_getfile2... no
checking for library containing dlopen... none required
checking for dlopen... yes
checking pcre.h usability... no
checking pcre.h presence... no
checking for pcre.h... no
checking for and configuring mib modules to use... default_modules.
default_modules snmpv3mibs mibII ucd_snmp notification notification-log-mib target agent_mibs agentx disman/event disman/schedule utilities host snmpv3/snmpEngine snmpv3/snmpMPDStats snmpv3/usmStats snmpv3/usmConf snmpv3/usmUser mibII/system_mib mibII/sysORTable mibII/snmp_mib mibII/vacm_vars mibII/setSerialNo mibII/at mibII/ifTable mibII/ip mibII/tcp mibII/icmp mibII/udp if-mib tcp-mib udp-mib ip-forward-mib ip-mib/ipAddressTable ip-mib/ipAddressPrefixTable ip-mib/ipDefaultRouterTable ip-mib/ipSystemStatsTable ip-mib/ipIfStatsTable ucd-snmp/disk_hw 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/snmpTargetAddrEntry target/snmpTargetParamsEntry target/target target/target_counters 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 host/hrh_storage host/hrh_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_generic util_funcs mibII/updates mibII/vacm_context mibII/vacm_conf kernel_sunos5 mibII/data_access/at_solaris if-mib/ifTable mibII/ipAddr mibII/var_route mibII/route_write mibII/tcpTable mibII/udpTable if-mib/ifXTable tcp-mib/tcpConnectionTable tcp-mib/tcpListenerTable udp-mib/udpEndpointTable ip-forward-mib/ipCidrRouteTable ip-forward-mib/inetCidrRouteTable ip-mib/ipAddressTable/ipAddressTable ip-mib/ipAddressPrefixTable/ipAddressPrefixTable ip-mib/ipDefaultRouterTable/ipDefaultRouterTable ip-mib/data_access/systemstats ip-mib/ipSystemStatsTable/ipSystemStatsTable ip-mib/ipSystemStatsTable/ipSystemStatsTable_interface ip-mib/ipSystemStatsTable/ipSystemStatsTable_data_access ip-mib/ipIfStatsTable/ipIfStatsTable ip-mib/ipIfStatsTable/ipIfStatsTable_interface ip-mib/ipIfStatsTable/ipIfStatsTable_data_access util_funcs/header_simple_table hardware/fsys util_funcs/restart ucd-snmp/pass_common hardware/memory hardware/cpu notification/snmpNotifyTable_data header_complex snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_data_storage snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable notification/snmpNotifyFilterProfileTable_data target/snmpTargetAddrEntry_data target/snmpTargetParamsEntry_data agentx/protocol agentx/master_admin agentx/agentx_config agentx/client host/data_access/swinst host/data_access/swrun host/hrSWRunPerfTable if-mib/ifTable/ifTable if-mib/ifXTable/ifXTable tcp-mib/data_access/tcpConn tcp-mib/tcpConnectionTable/tcpConnectionTable tcp-mib/tcpListenerTable/tcpListenerTable udp-mib/udpEndpointTable/udpEndpointTable ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable if-mib/data_access/interface ip-mib/data_access/ipaddress ip-mib/ipAddressTable/ipAddressTable_interface ip-mib/ipAddressTable/ipAddressTable_data_access ip-mib/ipAddressPrefixTable/ipAddressPrefixTable_interface ip-mib/ipAddressPrefixTable/ipAddressPrefixTable_data_access ip-mib/data_access/defaultrouter ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_interface ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_data_access ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_data_get ip-mib/data_access/systemstats_common ip-mib/data_access/systemstats_solaris2 ip-mib/ipIfStatsTable/ipIfStatsTable_data_get hardware/fsys/hw_fsys hardware/fsys/fsys_mntent hardware/memory/hw_mem hardware/memory/memory_solaris hardware/cpu/cpu hardware/cpu/cpu_kstat snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_interface snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_data_access host/data_access/swinst_pkginfo host/data_access/swrun_procfs_psinfo if-mib/ifTable/ifTable_interface if-mib/ifTable/ifTable_data_access if-mib/ifXTable/ifXTable_interface if-mib/ifXTable/ifXTable_data_access tcp-mib/data_access/tcpConn_common tcp-mib/data_access/tcpConn_solaris2 tcp-mib/tcpConnectionTable/tcpConnectionTable_interface tcp-mib/tcpConnectionTable/tcpConnectionTable_data_access tcp-mib/tcpListenerTable/tcpListenerTable_interface tcp-mib/tcpListenerTable/tcpListenerTable_data_access udp-mib/data_access/udp_endpoint udp-mib/udpEndpointTable/udpEndpointTable_interface udp-mib/udpEndpointTable/udpEndpointTable_data_access ip-forward-mib/data_access/route ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable_interface ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable_data_access ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable_interface ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable_data_access if-mib/data_access/interface_solaris2 ip-mib/data_access/ipaddress_common ip-mib/data_access/ipaddress_solaris2 ip-mib/data_access/defaultrouter_common ip-mib/data_access/defaultrouter_solaris2 udp-mib/data_access/udp_endpoint_common udp-mib/data_access/udp_endpoint_solaris2 ip-forward-mib/data_access/route_common ip-forward-mib/data_access/route_solaris
.
checking if directories need to be created... .
checking default mib files to read... :SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:HOST-RESOURCES-MIB:NOTIFICATION-LOG-MIB:DISMAN-EVENT-MIB:DISMAN-SCHEDULE-MIB:UCD-SNMP-MIB:UCD-DEMO-MIB:SNMP-TARGET-MIB:NET-SNMP-AGENT-MIB:HOST-RESOURCES-TYPES:SNMP-FRAMEWORK-MIB:SNMP-MPD-MIB:SNMP-USER-BASED-SM-MIB:SNMP-VIEW-BASED-ACM-MIB:SNMP-COMMUNITY-MIB:IP-FORWARD-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... yes
checking for library containing socket... -lsocket
checking for library containing gethostbyname... -lnsl
checking for gethostbyname... yes
checking for library containing gethostbyaddr... none required
checking for gethostbyaddr... yes
checking for kstat_lookup in -lkstat... yes
checking for in6addr_any in -lsocket... yes
checking for library containing clock_gettime... -lrt
checking for library containing pci_lookup_name... no
checking for -leay32... no
checking for EVP_md5 in -lcrypto... yes
checking for AES_cfb128_encrypt... yes
checking for EVP_sha224... no
checking for EVP_sha384... no
checking for EVP_MD_CTX_create... yes
checking for EVP_MD_CTX_destroy... yes
checking for EVP_MD_CTX_new... no
checking for EVP_MD_CTX_free... no
checking for DH_set0_pqg... no
checking for DH_get0_pqg... no
checking for DH_get0_key... no
checking for ASN1_STRING_get0_data... no
checking for X509_NAME_ENTRY_get_object... yes
checking for X509_NAME_ENTRY_get_data... yes
checking for X509_get_signature_nid... no
checking whether 2nd app_verify_cookie_cb() arg is const... yes
checking for TLS_method... no
checking for TLSv1_method... yes
checking for DTLS_method... no
checking for DTLSv1_method... no
checking for SSL_library_init... yes
checking for SSL_load_error_strings... yes
usm
checking for pcap_create in -lpcap... no
checking for nlist... yes
checking for nlist64... no
checking for knlist... no
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking ncurses/curses.h usability... no
checking ncurses/curses.h presence... no
checking for ncurses/curses.h... no
checking for library containing endwin... -lcurses
checking for ceil without -lm... yes
checking if we are in the source tree so we can install Perl modules... Yes
checking for Perl cc... cc
checking whether cc is a GNU C compiler... no
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... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether gcc needs -traditional... no
checking for working memcmp... yes
checking return type of signal handlers... void
checking for rand... yes
checking for random... yes
checking for srand... yes
checking for srandom... yes
checking for lrand48... yes
checking for srand48... yes
checking for signal... yes
checking for sigset... yes
checking for asprintf... yes
checking for closedir... yes
checking for fgetc_unlocked... no
checking for flockfile... yes
checking for fork... yes
checking for funlockfile... 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... no
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 closesocket... no
checking for gai_strerror... yes
checking for getaddrinfo... yes
checking for gethostbyname... (cached) yes
checking for gethostbyname2... no
checking for gethostname... yes
checking for gethostbyaddr... (cached) yes
checking for getopt... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for strlcat... 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... no
checking for chown... yes
checking for execv... yes
checking for forkall... yes
checking for fsync... 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... yes
checking for initgroups... yes
checking for if_nameindex... yes
checking for if_indextoname... 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... no
checking for sighold... yes
checking for sigprocmask... yes
checking for statfs... yes
checking for statvfs... yes
checking for stime... yes
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... yes
checking for pread64... yes
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)... yes
checking for SIOCGIFADDR in sys/ioctl.h... no
checking the underlying type of a size_t... int
checking how to printf a size_t...
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... no
checking for struct ipstat.ips_cantfrag... no
checking for struct ipstat.ips_delivered... no
checking for struct ipstat.ips_fragdropped... yes
checking for struct ipstat.ips_fragmented... no
checking for struct ipstat.ips_localout... no
checking for struct ipstat.ips_noproto... no
checking for struct ipstat.ips_noroute... no
checking for struct ipstat.ips_odropped... no
checking for struct ipstat.ips_ofragments... no
checking for struct ipstat.ips_reassembled... no
checking for struct ip6stat.ip6s_exthdrtoolong ... no
checking for struct ipstat.ips_cantforward... yes
checking for struct ipstat.ips_fragtimeout... yes
checking for struct mbstat.m_clusters... no
checking for struct mbstat.m_clfree... no
checking for struct mbstat.m_mbufs... no
checking for struct uvmexp.pgswapin... no
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... no
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... 108
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... no
checking for struct statfs.f_frsize... yes
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... no
checking for struct time.tm_isdst... no
checking extern timezone... 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... no
checking for struct udpstat.udps_noportbcast... no
checking for struct udpstat.udps_ipackets... no
checking for struct udpstat.udps_opackets... no
checking if _KERNEL needs to be defined for if_mtu... no
checking if _KERNEL_STRUCTURES needs to be defined for if_mtu... no
checking for struct ifaddr.ifa_next... yes
checking for struct ifnet.if_addrlist... yes
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_lastchange.tv_nsec... no
checking for struct ifnet.if_mtu... yes
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 type of rtentry structure... BSD-4.3
checking syslog prioritynames... no
checking for location of system kernel... unknown
checking for /dev/kmem...
checking for location of swap device... none
checking for mount table location... /etc/mnttab
checking for lpstat... /usr/bin/lpstat
checking for correct flags to ps... -e
checking for SIGHUP... yes
checking if sysctl can read kernel information... no
checking whether TCP timers depend on 'hz'... no
checking inet/common.h usability... yes
checking inet/common.h presence... yes
checking for inet/common.h... yes
checking for inet/ip.h... yes
checking for mib2_ipRouteEntry_t in inet/mib2.h... yes
checking whether IRE_CACHE is defined in inet/ip.h... yes
checking for IP_PKTINFO ... no
checking for IP_RECVDSTADDR ... 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 local/snmpconf
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: solaris2
Net-SNMP Version: 5.8
Network transport support: Callback Unix Alias TCP UDP TCPIPv6 UDPIPv6 IPv4Base SocketBase TCPBase UDPIPv4Base UDPBase IPv6Base
SNMPv3 Security Modules: usm
Agent MIB code: default_modules => 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 SHA512 SHA384 SHA256 SHA192
Encryption support: DES AES
Local DNSSEC validation: disabled
---------------------------------------------------------
foo-[root]/usr/local/src/net-snmp>
foo-[root]/usr/local/src/net-snmp>
foo-[root]/usr/local/src/net-snmp>
foo-[root]/usr/local/src/net-snmp>
foo-[root]/usr/local/src/net-snmp> make
gcc -E -Iinclude -I./include -I./agent/mibgroup -I. -I. -DDONT_INC_STRUCTS -DBINDIR=/usr/local/bin -x c ./sedscript.in | egrep '^s[/#]' | sed 's/REMOVEME//g;s# */#/#g;s/ *#/#/g;s#/ *#/#g;s/# g/#g/;' > sedscript
echo 's/VERSIONINFO/5.8/g' >> sedscript
echo 's#DATADIR#/usr/local/share#g' >> sedscript
echo 's#LIBDIR#/usr/local/lib#g' >> sedscript
echo 's#BINDIR#/usr/local/bin#g' >> sedscript
echo 's#PERSISTENT_DIRECTORY#/var/net-snmp#g' >> sedscript
echo 's#SYSCONFDIR#/usr/local/etc#g' >> sedscript
/usr/bin/sed -f sedscript ./EXAMPLE.conf.def > EXAMPLE.conf
making all in /usr/local/src/net-snmp/snmplib
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snmp_client.lo snmp_client.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_client.c -fPIC -DPIC -o .libs/snmp_client.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_client.c -o snmp_client.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mib.lo mib.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mib.c -fPIC -DPIC -o .libs/mib.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mib.c -o mib.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o parse.lo parse.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c parse.c -fPIC -DPIC -o .libs/parse.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c parse.c -o parse.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snmp_api.lo snmp_api.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_api.c -fPIC -DPIC -o .libs/snmp_api.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_api.c -o snmp_api.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snmp.lo snmp.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp.c -fPIC -DPIC -o .libs/snmp.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp.c -o snmp.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snmp_auth.lo snmp_auth.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_auth.c -fPIC -DPIC -o .libs/snmp_auth.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_auth.c -o snmp_auth.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o asn1.lo asn1.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c asn1.c -fPIC -DPIC -o .libs/asn1.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c asn1.c -o asn1.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o md5.lo md5.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c md5.c -fPIC -DPIC -o .libs/md5.o
md5.c: In function `MDblock':
md5.c:198: warning: passing arg 1 of `MDreverse' discards qualifiers from pointer target type
md5.c:278: warning: passing arg 1 of `MDreverse' discards qualifiers from pointer target type
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c md5.c -o md5.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snmp_parse_args.lo snmp_parse_args.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_parse_args.c -fPIC -DPIC -o .libs/snmp_parse_args.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_parse_args.c -o snmp_parse_args.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o system.lo system.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c system.c -fPIC -DPIC -o .libs/system.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c system.c -o system.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o vacm.lo vacm.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c vacm.c -fPIC -DPIC -o .libs/vacm.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c vacm.c -o vacm.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o int64.lo int64.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c int64.c -fPIC -DPIC -o .libs/int64.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c int64.c -o int64.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o read_config.lo read_config.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c read_config.c -fPIC -DPIC -o .libs/read_config.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c read_config.c -o read_config.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o pkcs.lo pkcs.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c pkcs.c -fPIC -DPIC -o .libs/pkcs.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c pkcs.c -o pkcs.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snmp_debug.lo snmp_debug.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_debug.c -fPIC -DPIC -o .libs/snmp_debug.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_debug.c -o snmp_debug.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o tools.lo tools.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c tools.c -fPIC -DPIC -o .libs/tools.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c tools.c -o tools.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snmp_logging.lo snmp_logging.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_logging.c -fPIC -DPIC -o .libs/snmp_logging.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_logging.c -o snmp_logging.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o text_utils.lo text_utils.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c text_utils.c -fPIC -DPIC -o .libs/text_utils.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c text_utils.c -o text_utils.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o large_fd_set.lo large_fd_set.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c large_fd_set.c -fPIC -DPIC -o .libs/large_fd_set.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c large_fd_set.c -o large_fd_set.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o cert_util.lo cert_util.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c cert_util.c -fPIC -DPIC -o .libs/cert_util.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c cert_util.c -o cert_util.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snmp_openssl.lo snmp_openssl.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_openssl.c -fPIC -DPIC -o .libs/snmp_openssl.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_openssl.c -o snmp_openssl.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snmpv3.lo snmpv3.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmpv3.c -fPIC -DPIC -o .libs/snmpv3.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmpv3.c -o snmpv3.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o lcd_time.lo lcd_time.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c lcd_time.c -fPIC -DPIC -o .libs/lcd_time.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c lcd_time.c -o lcd_time.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o keytools.lo keytools.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c keytools.c -fPIC -DPIC -o .libs/keytools.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c keytools.c -o keytools.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o scapi.lo scapi.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c scapi.c -fPIC -DPIC -o .libs/scapi.o
scapi.c: In function `sc_encrypt':
scapi.c:1314: warning: assignment makes pointer from integer without a cast
scapi.c: In function `sc_decrypt':
scapi.c:1536: warning: assignment makes pointer from integer without a cast
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c scapi.c -o scapi.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o callback.lo callback.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c callback.c -fPIC -DPIC -o .libs/callback.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c callback.c -o callback.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o default_store.lo default_store.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c default_store.c -fPIC -DPIC -o .libs/default_store.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c default_store.c -o default_store.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snmp_alarm.lo snmp_alarm.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_alarm.c -fPIC -DPIC -o .libs/snmp_alarm.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_alarm.c -o snmp_alarm.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o data_list.lo data_list.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c data_list.c -fPIC -DPIC -o .libs/data_list.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c data_list.c -o data_list.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o oid_stash.lo oid_stash.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c oid_stash.c -fPIC -DPIC -o .libs/oid_stash.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c oid_stash.c -o oid_stash.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o fd_event_manager.lo fd_event_manager.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c fd_event_manager.c -fPIC -DPIC -o .libs/fd_event_manager.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c fd_event_manager.c -o fd_event_manager.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o check_varbind.lo check_varbind.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c check_varbind.c -fPIC -DPIC -o .libs/check_varbind.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c check_varbind.c -o check_varbind.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mt_support.lo mt_support.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mt_support.c -fPIC -DPIC -o .libs/mt_support.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mt_support.c -o mt_support.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snmp_enum.lo snmp_enum.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_enum.c -fPIC -DPIC -o .libs/snmp_enum.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_enum.c -o snmp_enum.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snmp-tc.lo snmp-tc.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp-tc.c -fPIC -DPIC -o .libs/snmp-tc.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp-tc.c -o snmp-tc.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snmp_service.lo snmp_service.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_service.c -fPIC -DPIC -o .libs/snmp_service.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_service.c -o snmp_service.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snprintf.lo snprintf.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snprintf.c -fPIC -DPIC -o .libs/snprintf.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snprintf.c -o snprintf.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o asprintf.lo asprintf.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c asprintf.c -fPIC -DPIC -o .libs/asprintf.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c asprintf.c -o asprintf.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snmp_transport.lo snmp_transport.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_transport.c -fPIC -DPIC -o .libs/snmp_transport.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_transport.c -o snmp_transport.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o transports/snmpIPv6BaseDomain.lo transports/snmpIPv6BaseDomain.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpIPv6BaseDomain.c -fPIC -DPIC -o transports/.libs/snmpIPv6BaseDomain.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpIPv6BaseDomain.c -o transports/snmpIPv6BaseDomain.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o transports/snmpUDPBaseDomain.lo transports/snmpUDPBaseDomain.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpUDPBaseDomain.c -fPIC -DPIC -o transports/.libs/snmpUDPBaseDomain.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpUDPBaseDomain.c -o transports/snmpUDPBaseDomain.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o transports/snmpUDPIPv4BaseDomain.lo transports/snmpUDPIPv4BaseDomain.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpUDPIPv4BaseDomain.c -fPIC -DPIC -o transports/.libs/snmpUDPIPv4BaseDomain.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpUDPIPv4BaseDomain.c -o transports/snmpUDPIPv4BaseDomain.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o transports/snmpTCPBaseDomain.lo transports/snmpTCPBaseDomain.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpTCPBaseDomain.c -fPIC -DPIC -o transports/.libs/snmpTCPBaseDomain.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpTCPBaseDomain.c -o transports/snmpTCPBaseDomain.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o transports/snmpSocketBaseDomain.lo transports/snmpSocketBaseDomain.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpSocketBaseDomain.c -fPIC -DPIC -o transports/.libs/snmpSocketBaseDomain.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpSocketBaseDomain.c -o transports/snmpSocketBaseDomain.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o transports/snmpIPv4BaseDomain.lo transports/snmpIPv4BaseDomain.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpIPv4BaseDomain.c -fPIC -DPIC -o transports/.libs/snmpIPv4BaseDomain.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpIPv4BaseDomain.c -o transports/snmpIPv4BaseDomain.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o transports/snmpUDPIPv6Domain.lo transports/snmpUDPIPv6Domain.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpUDPIPv6Domain.c -fPIC -DPIC -o transports/.libs/snmpUDPIPv6Domain.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpUDPIPv6Domain.c -o transports/snmpUDPIPv6Domain.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o transports/snmpTCPIPv6Domain.lo transports/snmpTCPIPv6Domain.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpTCPIPv6Domain.c -fPIC -DPIC -o transports/.libs/snmpTCPIPv6Domain.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpTCPIPv6Domain.c -o transports/snmpTCPIPv6Domain.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o transports/snmpUDPDomain.lo transports/snmpUDPDomain.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpUDPDomain.c -fPIC -DPIC -o transports/.libs/snmpUDPDomain.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpUDPDomain.c -o transports/snmpUDPDomain.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o transports/snmpTCPDomain.lo transports/snmpTCPDomain.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpTCPDomain.c -fPIC -DPIC -o transports/.libs/snmpTCPDomain.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpTCPDomain.c -o transports/snmpTCPDomain.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o transports/snmpAliasDomain.lo transports/snmpAliasDomain.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpAliasDomain.c -fPIC -DPIC -o transports/.libs/snmpAliasDomain.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpAliasDomain.c -o transports/snmpAliasDomain.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o transports/snmpUnixDomain.lo transports/snmpUnixDomain.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpUnixDomain.c -fPIC -DPIC -o transports/.libs/snmpUnixDomain.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpUnixDomain.c -o transports/snmpUnixDomain.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o transports/snmpCallbackDomain.lo transports/snmpCallbackDomain.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpCallbackDomain.c -fPIC -DPIC -o transports/.libs/snmpCallbackDomain.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c transports/snmpCallbackDomain.c -o transports/snmpCallbackDomain.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snmp_secmod.lo snmp_secmod.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_secmod.c -fPIC -DPIC -o .libs/snmp_secmod.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_secmod.c -o snmp_secmod.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snmpusm.lo snmpusm.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmpusm.c -fPIC -DPIC -o .libs/snmpusm.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmpusm.c -o snmpusm.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snmp_version.lo snmp_version.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_version.c -fPIC -DPIC -o .libs/snmp_version.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_version.c -o snmp_version.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o container.lo container.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c container.c -fPIC -DPIC -o .libs/container.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c container.c -o container.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o container_binary_array.lo container_binary_array.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c container_binary_array.c -fPIC -DPIC -o .libs/container_binary_array.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c container_binary_array.c -o container_binary_array.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o ucd_compat.lo ucd_compat.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd_compat.c -fPIC -DPIC -o .libs/ucd_compat.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd_compat.c -o ucd_compat.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o dir_utils.lo dir_utils.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c dir_utils.c -fPIC -DPIC -o .libs/dir_utils.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c dir_utils.c -o dir_utils.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o file_utils.lo file_utils.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c file_utils.c -fPIC -DPIC -o .libs/file_utils.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c file_utils.c -o file_utils.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o container_null.lo container_null.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c container_null.c -fPIC -DPIC -o .libs/container_null.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c container_null.c -o container_null.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o container_list_ssll.lo container_list_ssll.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c container_list_ssll.c -fPIC -DPIC -o .libs/container_list_ssll.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c container_list_ssll.c -o container_list_ssll.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o container_iterator.lo container_iterator.c
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c container_iterator.c -fPIC -DPIC -o .libs/container_iterator.o
libtool: compile: gcc -I../include -I. -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c container_iterator.c -o container_iterator.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link gcc -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -rpath /usr/local/lib -version-info 35:0:0 -o libnetsnmp.la snmp_client.lo mib.lo parse.lo snmp_api.lo snmp.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 large_fd_set.lo cert_util.lo snmp_openssl.lo snmpv3.lo lcd_time.lo keytools.lo scapi.lo callback.lo default_store.lo snmp_alarm.lo data_list.lo oid_stash.lo fd_event_manager.lo check_varbind.lo mt_support.lo snmp_enum.lo snmp-tc.lo snmp_service.lo snprintf.lo asprintf.lo snmp_transport.lo transports/snmpIPv6BaseDomain.lo transports/snmpUDPBaseDomain.lo transports/snmpUDPIPv4BaseDomain.lo transports/snmpTCPBaseDomain.lo transports/snmpSocketBaseDomain.lo transports/snmpIPv4BaseDomain.lo transports/snmpUDPIPv6Domain.lo transports/snmpTCPIPv6Domain.lo transports/snmpUDPDomain.lo transports/snmpTCPDomain.lo transports/snmpAliasDomain.lo transports/snmpUnixDomain.lo transports/snmpCallbackDomain.lo snmp_secmod.lo snmpusm.lo snmp_version.lo container.lo container_binary_array.lo ucd_compat.lo dir_utils.lo file_utils.lo container_null.lo container_list_ssll.lo container_iterator.lo -lrt -lkstat -lsocket -lcrypto
libtool: link: gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,libnetsnmp.so.35 -o .libs/libnetsnmp.so.35.0.0 .libs/snmp_client.o .libs/mib.o .libs/parse.o .libs/snmp_api.o .libs/snmp.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/large_fd_set.o .libs/cert_util.o .libs/snmp_openssl.o .libs/snmpv3.o .libs/lcd_time.o .libs/keytools.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/check_varbind.o .libs/mt_support.o .libs/snmp_enum.o .libs/snmp-tc.o .libs/snmp_service.o .libs/snprintf.o .libs/asprintf.o .libs/snmp_transport.o transports/.libs/snmpIPv6BaseDomain.o transports/.libs/snmpUDPBaseDomain.o transports/.libs/snmpUDPIPv4BaseDomain.o transports/.libs/snmpTCPBaseDomain.o transports/.libs/snmpSocketBaseDomain.o transports/.libs/snmpIPv4BaseDomain.o transports/.libs/snmpUDPIPv6Domain.o transports/.libs/snmpTCPIPv6Domain.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/container.o .libs/container_binary_array.o .libs/ucd_compat.o .libs/dir_utils.o .libs/file_utils.o .libs/container_null.o .libs/container_list_ssll.o .libs/container_iterator.o -lrt -lkstat -lsocket -lcrypto -lc -O2 -O2
libtool: link: (cd ".libs" && rm -f "libnetsnmp.so.35" && ln -s "libnetsnmp.so.35.0.0" "libnetsnmp.so.35")
libtool: link: (cd ".libs" && rm -f "libnetsnmp.so" && ln -s "libnetsnmp.so.35.0.0" "libnetsnmp.so")
libtool: link: ar cru .libs/libnetsnmp.a snmp_client.o mib.o parse.o snmp_api.o snmp.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 large_fd_set.o cert_util.o snmp_openssl.o snmpv3.o lcd_time.o keytools.o scapi.o callback.o default_store.o snmp_alarm.o data_list.o oid_stash.o fd_event_manager.o check_varbind.o mt_support.o snmp_enum.o snmp-tc.o snmp_service.o snprintf.o asprintf.o snmp_transport.o transports/snmpIPv6BaseDomain.o transports/snmpUDPBaseDomain.o transports/snmpUDPIPv4BaseDomain.o transports/snmpTCPBaseDomain.o transports/snmpSocketBaseDomain.o transports/snmpIPv4BaseDomain.o transports/snmpUDPIPv6Domain.o transports/snmpTCPIPv6Domain.o transports/snmpUDPDomain.o transports/snmpTCPDomain.o transports/snmpAliasDomain.o transports/snmpUnixDomain.o transports/snmpCallbackDomain.o snmp_secmod.o snmpusm.o snmp_version.o container.o container_binary_array.o ucd_compat.o dir_utils.o file_utils.o container_null.o container_list_ssll.o container_iterator.o
libtool: link: ranlib .libs/libnetsnmp.a
libtool: link: ( cd ".libs" && rm -f "libnetsnmp.la" && ln -s "../libnetsnmp.la" "libnetsnmp.la" )
: libnetsnmp.la
making all in /usr/local/src/net-snmp/agent
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/all_helpers.lo helpers/all_helpers.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/all_helpers.c -fPIC -DPIC -o helpers/.libs/all_helpers.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/all_helpers.c -o helpers/all_helpers.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/baby_steps.lo helpers/baby_steps.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/baby_steps.c -fPIC -DPIC -o helpers/.libs/baby_steps.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/baby_steps.c -o helpers/baby_steps.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/bulk_to_next.lo helpers/bulk_to_next.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/bulk_to_next.c -fPIC -DPIC -o helpers/.libs/bulk_to_next.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/bulk_to_next.c -o helpers/bulk_to_next.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/cache_handler.lo helpers/cache_handler.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/cache_handler.c -fPIC -DPIC -o helpers/.libs/cache_handler.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/cache_handler.c -o helpers/cache_handler.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/debug_handler.lo helpers/debug_handler.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/debug_handler.c -fPIC -DPIC -o helpers/.libs/debug_handler.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/debug_handler.c -o helpers/debug_handler.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/instance.lo helpers/instance.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/instance.c -fPIC -DPIC -o helpers/.libs/instance.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/instance.c -o helpers/instance.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/mode_end_call.lo helpers/mode_end_call.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/mode_end_call.c -fPIC -DPIC -o helpers/.libs/mode_end_call.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/mode_end_call.c -o helpers/mode_end_call.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/multiplexer.lo helpers/multiplexer.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/multiplexer.c -fPIC -DPIC -o helpers/.libs/multiplexer.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/multiplexer.c -o helpers/multiplexer.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/null.lo helpers/null.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/null.c -fPIC -DPIC -o helpers/.libs/null.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/null.c -o helpers/null.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/old_api.lo helpers/old_api.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/old_api.c -fPIC -DPIC -o helpers/.libs/old_api.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/old_api.c -o helpers/old_api.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/read_only.lo helpers/read_only.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/read_only.c -fPIC -DPIC -o helpers/.libs/read_only.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/read_only.c -o helpers/read_only.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/row_merge.lo helpers/row_merge.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/row_merge.c -fPIC -DPIC -o helpers/.libs/row_merge.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/row_merge.c -o helpers/row_merge.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/scalar.lo helpers/scalar.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/scalar.c -fPIC -DPIC -o helpers/.libs/scalar.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/scalar.c -o helpers/scalar.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/scalar_group.lo helpers/scalar_group.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/scalar_group.c -fPIC -DPIC -o helpers/.libs/scalar_group.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/scalar_group.c -o helpers/scalar_group.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/serialize.lo helpers/serialize.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/serialize.c -fPIC -DPIC -o helpers/.libs/serialize.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/serialize.c -o helpers/serialize.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/snmp_get_statistic.lo helpers/snmp_get_statistic.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/snmp_get_statistic.c -fPIC -DPIC -o helpers/.libs/snmp_get_statistic.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/snmp_get_statistic.c -o helpers/snmp_get_statistic.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/stash_cache.lo helpers/stash_cache.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/stash_cache.c -fPIC -DPIC -o helpers/.libs/stash_cache.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/stash_cache.c -o helpers/stash_cache.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/stash_to_next.lo helpers/stash_to_next.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/stash_to_next.c -fPIC -DPIC -o helpers/.libs/stash_to_next.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/stash_to_next.c -o helpers/stash_to_next.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/table.lo helpers/table.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/table.c -fPIC -DPIC -o helpers/.libs/table.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/table.c -o helpers/table.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/table_array.lo helpers/table_array.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/table_array.c -fPIC -DPIC -o helpers/.libs/table_array.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/table_array.c -o helpers/table_array.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/table_container.lo helpers/table_container.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/table_container.c -fPIC -DPIC -o helpers/.libs/table_container.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/table_container.c -o helpers/table_container.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/table_data.lo helpers/table_data.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/table_data.c -fPIC -DPIC -o helpers/.libs/table_data.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/table_data.c -o helpers/table_data.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/table_dataset.lo helpers/table_dataset.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/table_dataset.c -fPIC -DPIC -o helpers/.libs/table_dataset.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/table_dataset.c -o helpers/table_dataset.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/table_iterator.lo helpers/table_iterator.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/table_iterator.c -fPIC -DPIC -o helpers/.libs/table_iterator.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/table_iterator.c -o helpers/table_iterator.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/table_row.lo helpers/table_row.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/table_row.c -fPIC -DPIC -o helpers/.libs/table_row.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/table_row.c -o helpers/table_row.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/table_tdata.lo helpers/table_tdata.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/table_tdata.c -fPIC -DPIC -o helpers/.libs/table_tdata.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/table_tdata.c -o helpers/table_tdata.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o helpers/watcher.lo helpers/watcher.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/watcher.c -fPIC -DPIC -o helpers/.libs/watcher.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c helpers/watcher.c -o helpers/watcher.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o agent_handler.lo agent_handler.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent_handler.c -fPIC -DPIC -o .libs/agent_handler.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent_handler.c -o agent_handler.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o agent_index.lo agent_index.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent_index.c -fPIC -DPIC -o .libs/agent_index.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent_index.c -o agent_index.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o agent_read_config.lo agent_read_config.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent_read_config.c -fPIC -DPIC -o .libs/agent_read_config.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent_read_config.c -o agent_read_config.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o agent_registry.lo agent_registry.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent_registry.c -fPIC -DPIC -o .libs/agent_registry.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent_registry.c -o agent_registry.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o agent_sysORTable.lo agent_sysORTable.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent_sysORTable.c -fPIC -DPIC -o .libs/agent_sysORTable.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent_sysORTable.c -o agent_sysORTable.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o agent_trap.lo agent_trap.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent_trap.c -fPIC -DPIC -o .libs/agent_trap.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent_trap.c -o agent_trap.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o kernel.lo kernel.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c kernel.c -fPIC -DPIC -o .libs/kernel.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c kernel.c -o kernel.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o netsnmp_close_fds.lo netsnmp_close_fds.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c netsnmp_close_fds.c -fPIC -DPIC -o .libs/netsnmp_close_fds.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c netsnmp_close_fds.c -o netsnmp_close_fds.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snmp_agent.lo snmp_agent.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_agent.c -fPIC -DPIC -o .libs/snmp_agent.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_agent.c -o snmp_agent.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snmp_vars.lo snmp_vars.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_vars.c -fPIC -DPIC -o .libs/snmp_vars.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmp_vars.c -o snmp_vars.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibgroup/snmpv3/usmConf.lo mibgroup/snmpv3/usmConf.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibgroup/snmpv3/usmConf.c -fPIC -DPIC -o mibgroup/snmpv3/.libs/usmConf.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibgroup/snmpv3/usmConf.c -o mibgroup/snmpv3/usmConf.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibgroup/agentx/master.lo mibgroup/agentx/master.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibgroup/agentx/master.c -fPIC -DPIC -o mibgroup/agentx/.libs/master.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibgroup/agentx/master.c -o mibgroup/agentx/master.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibgroup/agentx/subagent.lo mibgroup/agentx/subagent.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibgroup/agentx/subagent.c -fPIC -DPIC -o mibgroup/agentx/.libs/subagent.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibgroup/agentx/subagent.c -o mibgroup/agentx/subagent.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibgroup/utilities/execute.lo mibgroup/utilities/execute.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibgroup/utilities/execute.c -fPIC -DPIC -o mibgroup/utilities/.libs/execute.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibgroup/utilities/execute.c -o mibgroup/utilities/execute.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibgroup/utilities/iquery.lo mibgroup/utilities/iquery.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibgroup/utilities/iquery.c -fPIC -DPIC -o mibgroup/utilities/.libs/iquery.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibgroup/utilities/iquery.c -o mibgroup/utilities/iquery.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibgroup/mibII/vacm_conf.lo mibgroup/mibII/vacm_conf.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibgroup/mibII/vacm_conf.c -fPIC -DPIC -o mibgroup/mibII/.libs/vacm_conf.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibgroup/mibII/vacm_conf.c -o mibgroup/mibII/vacm_conf.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibgroup/agentx/protocol.lo mibgroup/agentx/protocol.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibgroup/agentx/protocol.c -fPIC -DPIC -o mibgroup/agentx/.libs/protocol.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibgroup/agentx/protocol.c -o mibgroup/agentx/protocol.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibgroup/agentx/master_admin.lo mibgroup/agentx/master_admin.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibgroup/agentx/master_admin.c -fPIC -DPIC -o mibgroup/agentx/.libs/master_admin.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibgroup/agentx/master_admin.c -o mibgroup/agentx/master_admin.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibgroup/agentx/agentx_config.lo mibgroup/agentx/agentx_config.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibgroup/agentx/agentx_config.c -fPIC -DPIC -o mibgroup/agentx/.libs/agentx_config.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibgroup/agentx/agentx_config.c -o mibgroup/agentx/agentx_config.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibgroup/agentx/client.lo mibgroup/agentx/client.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibgroup/agentx/client.c -fPIC -DPIC -o mibgroup/agentx/.libs/client.o
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibgroup/agentx/client.c -o mibgroup/agentx/client.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link gcc -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -rpath /usr/local/lib -version-info 35:0:0 -o libnetsnmpagent.la helpers/all_helpers.lo helpers/baby_steps.lo helpers/bulk_to_next.lo helpers/cache_handler.lo helpers/debug_handler.lo helpers/instance.lo helpers/mode_end_call.lo helpers/multiplexer.lo helpers/null.lo helpers/old_api.lo helpers/read_only.lo helpers/row_merge.lo helpers/scalar.lo helpers/scalar_group.lo helpers/serialize.lo helpers/snmp_get_statistic.lo helpers/stash_cache.lo helpers/stash_to_next.lo helpers/table.lo helpers/table_array.lo helpers/table_container.lo helpers/table_data.lo helpers/table_dataset.lo helpers/table_iterator.lo helpers/table_row.lo helpers/table_tdata.lo helpers/watcher.lo agent_handler.lo agent_index.lo agent_read_config.lo agent_registry.lo agent_sysORTable.lo agent_trap.lo kernel.lo netsnmp_close_fds.lo snmp_agent.lo snmp_vars.lo mibgroup/snmpv3/usmConf.lo mibgroup/agentx/master.lo mibgroup/agentx/subagent.lo mibgroup/utilities/execute.lo mibgroup/utilities/iquery.lo mibgroup/mibII/vacm_conf.lo mibgroup/agentx/protocol.lo mibgroup/agentx/master_admin.lo mibgroup/agentx/agentx_config.lo mibgroup/agentx/client.lo ../snmplib/libnetsnmp.la -lkvm -lnsl -lsocket -lelf -lm
libtool: link: gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,libnetsnmpagent.so.35 -o .libs/libnetsnmpagent.so.35.0.0 helpers/.libs/all_helpers.o helpers/.libs/baby_steps.o helpers/.libs/bulk_to_next.o helpers/.libs/cache_handler.o helpers/.libs/debug_handler.o helpers/.libs/instance.o helpers/.libs/mode_end_call.o helpers/.libs/multiplexer.o helpers/.libs/null.o helpers/.libs/old_api.o helpers/.libs/read_only.o helpers/.libs/row_merge.o helpers/.libs/scalar.o helpers/.libs/scalar_group.o helpers/.libs/serialize.o helpers/.libs/snmp_get_statistic.o helpers/.libs/stash_cache.o helpers/.libs/stash_to_next.o helpers/.libs/table.o helpers/.libs/table_array.o helpers/.libs/table_container.o helpers/.libs/table_data.o helpers/.libs/table_dataset.o helpers/.libs/table_iterator.o helpers/.libs/table_row.o helpers/.libs/table_tdata.o helpers/.libs/watcher.o .libs/agent_handler.o .libs/agent_index.o .libs/agent_read_config.o .libs/agent_registry.o .libs/agent_sysORTable.o .libs/agent_trap.o .libs/kernel.o .libs/netsnmp_close_fds.o .libs/snmp_agent.o .libs/snmp_vars.o mibgroup/snmpv3/.libs/usmConf.o mibgroup/agentx/.libs/master.o mibgroup/agentx/.libs/subagent.o mibgroup/utilities/.libs/execute.o mibgroup/utilities/.libs/iquery.o mibgroup/mibII/.libs/vacm_conf.o mibgroup/agentx/.libs/protocol.o mibgroup/agentx/.libs/master_admin.o mibgroup/agentx/.libs/agentx_config.o mibgroup/agentx/.libs/client.o -R/usr/local/src/net-snmp/snmplib/.libs -R/usr/local/lib ../snmplib/.libs/libnetsnmp.so -lrt -lkstat -lcrypto -lkvm -lnsl -lsocket -lelf -lm -lc -O2 -O2
libtool: link: (cd ".libs" && rm -f "libnetsnmpagent.so.35" && ln -s "libnetsnmpagent.so.35.0.0" "libnetsnmpagent.so.35")
libtool: link: (cd ".libs" && rm -f "libnetsnmpagent.so" && ln -s "libnetsnmpagent.so.35.0.0" "libnetsnmpagent.so")
libtool: link: ar cru .libs/libnetsnmpagent.a helpers/all_helpers.o helpers/baby_steps.o helpers/bulk_to_next.o helpers/cache_handler.o helpers/debug_handler.o helpers/instance.o helpers/mode_end_call.o helpers/multiplexer.o helpers/null.o helpers/old_api.o helpers/read_only.o helpers/row_merge.o helpers/scalar.o helpers/scalar_group.o helpers/serialize.o helpers/snmp_get_statistic.o helpers/stash_cache.o helpers/stash_to_next.o helpers/table.o helpers/table_array.o helpers/table_container.o helpers/table_data.o helpers/table_dataset.o helpers/table_iterator.o helpers/table_row.o helpers/table_tdata.o helpers/watcher.o agent_handler.o agent_index.o agent_read_config.o agent_registry.o agent_sysORTable.o agent_trap.o kernel.o netsnmp_close_fds.o snmp_agent.o snmp_vars.o mibgroup/snmpv3/usmConf.o mibgroup/agentx/master.o mibgroup/agentx/subagent.o mibgroup/utilities/execute.o mibgroup/utilities/iquery.o mibgroup/mibII/vacm_conf.o mibgroup/agentx/protocol.o mibgroup/agentx/master_admin.o mibgroup/agentx/agentx_config.o mibgroup/agentx/client.o
libtool: link: ranlib .libs/libnetsnmpagent.a
libtool: link: ( cd ".libs" && rm -f "libnetsnmpagent.la" && ln -s "../libnetsnmpagent.la" "libnetsnmpagent.la" )
: libnetsnmpagent.la
making all in /usr/local/src/net-snmp/agent/helpers
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o dummy.lo dummy.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c dummy.c -fPIC -DPIC -o .libs/dummy.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c dummy.c -o dummy.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link gcc -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -rpath /usr/local/lib -version-info 35:0:0 -o libnetsnmphelpers.la dummy.lo
libtool: link: gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,libnetsnmphelpers.so.35 -o .libs/libnetsnmphelpers.so.35.0.0 .libs/dummy.o -lc -O2 -O2
libtool: link: (cd ".libs" && rm -f "libnetsnmphelpers.so.35" && ln -s "libnetsnmphelpers.so.35.0.0" "libnetsnmphelpers.so.35")
libtool: link: (cd ".libs" && rm -f "libnetsnmphelpers.so" && ln -s "libnetsnmphelpers.so.35.0.0" "libnetsnmphelpers.so")
libtool: link: ar cru .libs/libnetsnmphelpers.a dummy.o
libtool: link: ranlib .libs/libnetsnmphelpers.a
libtool: link: ( cd ".libs" && rm -f "libnetsnmphelpers.la" && ln -s "../libnetsnmphelpers.la" "libnetsnmphelpers.la" )
: libnetsnmphelpers.la
making all in /usr/local/src/net-snmp/agent/mibgroup
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snmpv3/snmpEngine.lo snmpv3/snmpEngine.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmpv3/snmpEngine.c -fPIC -DPIC -o snmpv3/.libs/snmpEngine.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmpv3/snmpEngine.c -o snmpv3/snmpEngine.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snmpv3/snmpMPDStats.lo snmpv3/snmpMPDStats.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmpv3/snmpMPDStats.c -fPIC -DPIC -o snmpv3/.libs/snmpMPDStats.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmpv3/snmpMPDStats.c -o snmpv3/snmpMPDStats.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snmpv3/usmStats.lo snmpv3/usmStats.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmpv3/usmStats.c -fPIC -DPIC -o snmpv3/.libs/usmStats.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmpv3/usmStats.c -o snmpv3/usmStats.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o snmpv3/usmUser.lo snmpv3/usmUser.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmpv3/usmUser.c -fPIC -DPIC -o snmpv3/.libs/usmUser.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c snmpv3/usmUser.c -o snmpv3/usmUser.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibII/system_mib.lo mibII/system_mib.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/system_mib.c -fPIC -DPIC -o mibII/.libs/system_mib.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/system_mib.c -o mibII/system_mib.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibII/sysORTable.lo mibII/sysORTable.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/sysORTable.c -fPIC -DPIC -o mibII/.libs/sysORTable.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/sysORTable.c -o mibII/sysORTable.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibII/snmp_mib.lo mibII/snmp_mib.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/snmp_mib.c -fPIC -DPIC -o mibII/.libs/snmp_mib.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/snmp_mib.c -o mibII/snmp_mib.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibII/vacm_vars.lo mibII/vacm_vars.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/vacm_vars.c -fPIC -DPIC -o mibII/.libs/vacm_vars.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/vacm_vars.c -o mibII/vacm_vars.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibII/setSerialNo.lo mibII/setSerialNo.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/setSerialNo.c -fPIC -DPIC -o mibII/.libs/setSerialNo.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/setSerialNo.c -o mibII/setSerialNo.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibII/at.lo mibII/at.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/at.c -fPIC -DPIC -o mibII/.libs/at.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/at.c -o mibII/at.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibII/ip.lo mibII/ip.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/ip.c -fPIC -DPIC -o mibII/.libs/ip.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/ip.c -o mibII/ip.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibII/tcp.lo mibII/tcp.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/tcp.c -fPIC -DPIC -o mibII/.libs/tcp.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/tcp.c -o mibII/tcp.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibII/icmp.lo mibII/icmp.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/icmp.c -fPIC -DPIC -o mibII/.libs/icmp.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/icmp.c -o mibII/icmp.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibII/udp.lo mibII/udp.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/udp.c -fPIC -DPIC -o mibII/.libs/udp.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/udp.c -o mibII/udp.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o ucd-snmp/disk_hw.lo ucd-snmp/disk_hw.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/disk_hw.c -fPIC -DPIC -o ucd-snmp/.libs/disk_hw.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/disk_hw.c -o ucd-snmp/disk_hw.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o ucd-snmp/proc.lo ucd-snmp/proc.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/proc.c -fPIC -DPIC -o ucd-snmp/.libs/proc.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/proc.c -o ucd-snmp/proc.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o ucd-snmp/versioninfo.lo ucd-snmp/versioninfo.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/versioninfo.c -fPIC -DPIC -o ucd-snmp/.libs/versioninfo.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/versioninfo.c -o ucd-snmp/versioninfo.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o ucd-snmp/pass.lo ucd-snmp/pass.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/pass.c -fPIC -DPIC -o ucd-snmp/.libs/pass.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/pass.c -o ucd-snmp/pass.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o ucd-snmp/pass_persist.lo ucd-snmp/pass_persist.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/pass_persist.c -fPIC -DPIC -o ucd-snmp/.libs/pass_persist.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/pass_persist.c -o ucd-snmp/pass_persist.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o ucd-snmp/loadave.lo ucd-snmp/loadave.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/loadave.c -fPIC -DPIC -o ucd-snmp/.libs/loadave.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/loadave.c -o ucd-snmp/loadave.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o agent/extend.lo agent/extend.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent/extend.c -fPIC -DPIC -o agent/.libs/extend.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent/extend.c -o agent/extend.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o ucd-snmp/errormib.lo ucd-snmp/errormib.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/errormib.c -fPIC -DPIC -o ucd-snmp/.libs/errormib.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/errormib.c -o ucd-snmp/errormib.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o ucd-snmp/file.lo ucd-snmp/file.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/file.c -fPIC -DPIC -o ucd-snmp/.libs/file.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/file.c -o ucd-snmp/file.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o ucd-snmp/dlmod.lo ucd-snmp/dlmod.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/dlmod.c -fPIC -DPIC -o ucd-snmp/.libs/dlmod.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/dlmod.c -o ucd-snmp/dlmod.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o ucd-snmp/proxy.lo ucd-snmp/proxy.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/proxy.c -fPIC -DPIC -o ucd-snmp/.libs/proxy.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/proxy.c -o ucd-snmp/proxy.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o ucd-snmp/logmatch.lo ucd-snmp/logmatch.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/logmatch.c -fPIC -DPIC -o ucd-snmp/.libs/logmatch.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/logmatch.c -o ucd-snmp/logmatch.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o ucd-snmp/memory.lo ucd-snmp/memory.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/memory.c -fPIC -DPIC -o ucd-snmp/.libs/memory.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/memory.c -o ucd-snmp/memory.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o ucd-snmp/vmstat.lo ucd-snmp/vmstat.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/vmstat.c -fPIC -DPIC -o ucd-snmp/.libs/vmstat.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c ucd-snmp/vmstat.c -o ucd-snmp/vmstat.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o notification/snmpNotifyTable.lo notification/snmpNotifyTable.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c notification/snmpNotifyTable.c -fPIC -DPIC -o notification/.libs/snmpNotifyTable.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c notification/snmpNotifyTable.c -o notification/snmpNotifyTable.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o notification/snmpNotifyFilterProfileTable.lo notification/snmpNotifyFilterProfileTable.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c notification/snmpNotifyFilterProfileTable.c -fPIC -DPIC -o notification/.libs/snmpNotifyFilterProfileTable.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c notification/snmpNotifyFilterProfileTable.c -o notification/snmpNotifyFilterProfileTable.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o notification-log-mib/notification_log.lo notification-log-mib/notification_log.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c notification-log-mib/notification_log.c -fPIC -DPIC -o notification-log-mib/.libs/notification_log.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c notification-log-mib/notification_log.c -o notification-log-mib/notification_log.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o target/snmpTargetAddrEntry.lo target/snmpTargetAddrEntry.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c target/snmpTargetAddrEntry.c -fPIC -DPIC -o target/.libs/snmpTargetAddrEntry.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c target/snmpTargetAddrEntry.c -o target/snmpTargetAddrEntry.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o target/snmpTargetParamsEntry.lo target/snmpTargetParamsEntry.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c target/snmpTargetParamsEntry.c -fPIC -DPIC -o target/.libs/snmpTargetParamsEntry.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c target/snmpTargetParamsEntry.c -o target/snmpTargetParamsEntry.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o target/target.lo target/target.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c target/target.c -fPIC -DPIC -o target/.libs/target.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c target/target.c -o target/target.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o target/target_counters.lo target/target_counters.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c target/target_counters.c -fPIC -DPIC -o target/.libs/target_counters.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c target/target_counters.c -o target/target_counters.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o agent/nsTransactionTable.lo agent/nsTransactionTable.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent/nsTransactionTable.c -fPIC -DPIC -o agent/.libs/nsTransactionTable.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent/nsTransactionTable.c -o agent/nsTransactionTable.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o agent/nsModuleTable.lo agent/nsModuleTable.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent/nsModuleTable.c -fPIC -DPIC -o agent/.libs/nsModuleTable.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent/nsModuleTable.c -o agent/nsModuleTable.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o agent/nsDebug.lo agent/nsDebug.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent/nsDebug.c -fPIC -DPIC -o agent/.libs/nsDebug.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent/nsDebug.c -o agent/nsDebug.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o agent/nsCache.lo agent/nsCache.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent/nsCache.c -fPIC -DPIC -o agent/.libs/nsCache.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent/nsCache.c -o agent/nsCache.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o agent/nsLogging.lo agent/nsLogging.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent/nsLogging.c -fPIC -DPIC -o agent/.libs/nsLogging.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent/nsLogging.c -o agent/nsLogging.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o agent/nsVacmAccessTable.lo agent/nsVacmAccessTable.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent/nsVacmAccessTable.c -fPIC -DPIC -o agent/.libs/nsVacmAccessTable.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c agent/nsVacmAccessTable.c -o agent/nsVacmAccessTable.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o disman/event/mteScalars.lo disman/event/mteScalars.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteScalars.c -fPIC -DPIC -o disman/event/.libs/mteScalars.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteScalars.c -o disman/event/mteScalars.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o disman/event/mteTrigger.lo disman/event/mteTrigger.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteTrigger.c -fPIC -DPIC -o disman/event/.libs/mteTrigger.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteTrigger.c -o disman/event/mteTrigger.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o disman/event/mteTriggerTable.lo disman/event/mteTriggerTable.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteTriggerTable.c -fPIC -DPIC -o disman/event/.libs/mteTriggerTable.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteTriggerTable.c -o disman/event/mteTriggerTable.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o disman/event/mteTriggerDeltaTable.lo disman/event/mteTriggerDeltaTable.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteTriggerDeltaTable.c -fPIC -DPIC -o disman/event/.libs/mteTriggerDeltaTable.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteTriggerDeltaTable.c -o disman/event/mteTriggerDeltaTable.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o disman/event/mteTriggerExistenceTable.lo disman/event/mteTriggerExistenceTable.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteTriggerExistenceTable.c -fPIC -DPIC -o disman/event/.libs/mteTriggerExistenceTable.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteTriggerExistenceTable.c -o disman/event/mteTriggerExistenceTable.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o disman/event/mteTriggerBooleanTable.lo disman/event/mteTriggerBooleanTable.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteTriggerBooleanTable.c -fPIC -DPIC -o disman/event/.libs/mteTriggerBooleanTable.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteTriggerBooleanTable.c -o disman/event/mteTriggerBooleanTable.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o disman/event/mteTriggerThresholdTable.lo disman/event/mteTriggerThresholdTable.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteTriggerThresholdTable.c -fPIC -DPIC -o disman/event/.libs/mteTriggerThresholdTable.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteTriggerThresholdTable.c -o disman/event/mteTriggerThresholdTable.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o disman/event/mteTriggerConf.lo disman/event/mteTriggerConf.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteTriggerConf.c -fPIC -DPIC -o disman/event/.libs/mteTriggerConf.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteTriggerConf.c -o disman/event/mteTriggerConf.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o disman/event/mteEvent.lo disman/event/mteEvent.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteEvent.c -fPIC -DPIC -o disman/event/.libs/mteEvent.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteEvent.c -o disman/event/mteEvent.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o disman/event/mteEventTable.lo disman/event/mteEventTable.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteEventTable.c -fPIC -DPIC -o disman/event/.libs/mteEventTable.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteEventTable.c -o disman/event/mteEventTable.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o disman/event/mteEventSetTable.lo disman/event/mteEventSetTable.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteEventSetTable.c -fPIC -DPIC -o disman/event/.libs/mteEventSetTable.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteEventSetTable.c -o disman/event/mteEventSetTable.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o disman/event/mteEventNotificationTable.lo disman/event/mteEventNotificationTable.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteEventNotificationTable.c -fPIC -DPIC -o disman/event/.libs/mteEventNotificationTable.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteEventNotificationTable.c -o disman/event/mteEventNotificationTable.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o disman/event/mteEventConf.lo disman/event/mteEventConf.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteEventConf.c -fPIC -DPIC -o disman/event/.libs/mteEventConf.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteEventConf.c -o disman/event/mteEventConf.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o disman/event/mteObjects.lo disman/event/mteObjects.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteObjects.c -fPIC -DPIC -o disman/event/.libs/mteObjects.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteObjects.c -o disman/event/mteObjects.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o disman/event/mteObjectsTable.lo disman/event/mteObjectsTable.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteObjectsTable.c -fPIC -DPIC -o disman/event/.libs/mteObjectsTable.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteObjectsTable.c -o disman/event/mteObjectsTable.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o disman/event/mteObjectsConf.lo disman/event/mteObjectsConf.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteObjectsConf.c -fPIC -DPIC -o disman/event/.libs/mteObjectsConf.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/event/mteObjectsConf.c -o disman/event/mteObjectsConf.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o disman/schedule/schedCore.lo disman/schedule/schedCore.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/schedule/schedCore.c -fPIC -DPIC -o disman/schedule/.libs/schedCore.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/schedule/schedCore.c -o disman/schedule/schedCore.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o disman/schedule/schedConf.lo disman/schedule/schedConf.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/schedule/schedConf.c -fPIC -DPIC -o disman/schedule/.libs/schedConf.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/schedule/schedConf.c -o disman/schedule/schedConf.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o disman/schedule/schedTable.lo disman/schedule/schedTable.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/schedule/schedTable.c -fPIC -DPIC -o disman/schedule/.libs/schedTable.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c disman/schedule/schedTable.c -o disman/schedule/schedTable.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o utilities/override.lo utilities/override.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c utilities/override.c -fPIC -DPIC -o utilities/.libs/override.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c utilities/override.c -o utilities/override.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o host/hrh_storage.lo host/hrh_storage.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hrh_storage.c -fPIC -DPIC -o host/.libs/hrh_storage.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hrh_storage.c -o host/hrh_storage.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o host/hrh_filesys.lo host/hrh_filesys.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hrh_filesys.c -fPIC -DPIC -o host/.libs/hrh_filesys.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hrh_filesys.c -o host/hrh_filesys.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o host/hrSWInstalledTable.lo host/hrSWInstalledTable.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hrSWInstalledTable.c -fPIC -DPIC -o host/.libs/hrSWInstalledTable.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hrSWInstalledTable.c -o host/hrSWInstalledTable.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o host/hrSWRunTable.lo host/hrSWRunTable.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hrSWRunTable.c -fPIC -DPIC -o host/.libs/hrSWRunTable.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hrSWRunTable.c -o host/hrSWRunTable.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o host/hr_system.lo host/hr_system.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hr_system.c -fPIC -DPIC -o host/.libs/hr_system.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hr_system.c -o host/hr_system.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o host/hr_device.lo host/hr_device.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hr_device.c -fPIC -DPIC -o host/.libs/hr_device.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hr_device.c -o host/hr_device.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o host/hr_other.lo host/hr_other.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hr_other.c -fPIC -DPIC -o host/.libs/hr_other.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hr_other.c -o host/hr_other.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o host/hr_proc.lo host/hr_proc.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hr_proc.c -fPIC -DPIC -o host/.libs/hr_proc.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hr_proc.c -o host/hr_proc.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o host/hr_network.lo host/hr_network.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hr_network.c -fPIC -DPIC -o host/.libs/hr_network.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hr_network.c -o host/hr_network.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o host/hr_print.lo host/hr_print.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hr_print.c -fPIC -DPIC -o host/.libs/hr_print.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hr_print.c -o host/hr_print.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o host/hr_disk.lo host/hr_disk.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hr_disk.c -fPIC -DPIC -o host/.libs/hr_disk.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hr_disk.c -o host/hr_disk.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o host/hr_partition.lo host/hr_partition.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hr_partition.c -fPIC -DPIC -o host/.libs/hr_partition.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c host/hr_partition.c -o host/hr_partition.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o util_funcs/header_generic.lo util_funcs/header_generic.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c util_funcs/header_generic.c -fPIC -DPIC -o util_funcs/.libs/header_generic.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c util_funcs/header_generic.c -o util_funcs/header_generic.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o util_funcs.lo util_funcs.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c util_funcs.c -fPIC -DPIC -o .libs/util_funcs.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c util_funcs.c -o util_funcs.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibII/updates.lo mibII/updates.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/updates.c -fPIC -DPIC -o mibII/.libs/updates.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/updates.c -o mibII/updates.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibII/vacm_context.lo mibII/vacm_context.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/vacm_context.c -fPIC -DPIC -o mibII/.libs/vacm_context.o
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibII/vacm_context.c -o mibII/vacm_context.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o kernel_sunos5.lo kernel_sunos5.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c kernel_sunos5.c -fPIC -DPIC -o .libs/kernel_sunos5.o
In file included from /usr/include/kvm.h:14,
from kernel_sunos5.c:43:
/usr/include/sys/proc.h:213: error: syntax error before "p_t1_lgrpid"
/usr/include/sys/proc.h:214: error: syntax error before "p_tr_lgrpid"
/usr/include/sys/proc.h:367: error: syntax error before "p_lgrpset"
In file included from kernel_sunos5.c:43:
/usr/include/kvm.h:44: error: syntax error before '*' token
/usr/include/kvm.h:45: error: syntax error before '*' token
/usr/include/kvm.h:48: error: syntax error before "proc_t"
kernel_sunos5.c: In function `getKstatInt':
kernel_sunos5.c:308: warning: passing arg 2 of `kstat_lookup' discards qualifiers from pointer target type
kernel_sunos5.c:308: warning: passing arg 4 of `kstat_lookup' discards qualifiers from pointer target type
kernel_sunos5.c:321: warning: passing arg 2 of `kstat_data_lookup' discards qualifiers from pointer target type
kernel_sunos5.c: In function `getKstat':
kernel_sunos5.c:445: warning: passing arg 4 of `kstat_lookup' discards qualifiers from pointer target type
kernel_sunos5.c: In function `getKstatString':
kernel_sunos5.c:600: warning: passing arg 4 of `kstat_lookup' discards qualifiers from pointer target type
*** Error code 1
make: Fatal error: Command failed for target `kernel_sunos5.lo'
Current working directory /usr/local/src/net-snmp/agent/mibgroup
*** Error code 1
The following command caused the error:
if test "helpers mibgroup" != ""; then \
it="helpers mibgroup" ; \
for i in $it ; do \
echo "making all in `pwd`/$i"; \
( cd $i ; make ) ; \
if test $? != 0 ; then \
exit 1 ; \
fi \
done \
fi
make: Fatal error: Command failed for target `subdirs'
Current working directory /usr/local/src/net-snmp/agent
*** Error code 1
The following command caused the error:
if test "snmplib agent apps man local mibs" != ""; then \
it="snmplib agent apps man local mibs" ; \
for i in $it ; do \
echo "making all in `pwd`/$i"; \
( cd $i ; make ) ; \
if test $? != 0 ; then \
exit 1 ; \
fi \
done \
fi
make: Fatal error: Command failed for target `subdirs'
foo-[root]/usr/local/src/net-snmp>
foo-[root]/usr/local/src/net-snmp>
foo-[root]/usr/local/src/net-snmp> make test
making all in /usr/local/src/net-snmp/snmplib
making all in /usr/local/src/net-snmp/agent
making all in /usr/local/src/net-snmp/agent/helpers
making all in /usr/local/src/net-snmp/agent/mibgroup
/bin/bash ../../libtool --mode=compile gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o kernel_sunos5.lo kernel_sunos5.c
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c kernel_sunos5.c -fPIC -DPIC -o .libs/kernel_sunos5.o
In file included from /usr/include/kvm.h:14,
from kernel_sunos5.c:43:
/usr/include/sys/proc.h:213: error: syntax error before "p_t1_lgrpid"
/usr/include/sys/proc.h:214: error: syntax error before "p_tr_lgrpid"
/usr/include/sys/proc.h:367: error: syntax error before "p_lgrpset"
In file included from kernel_sunos5.c:43:
/usr/include/kvm.h:44: error: syntax error before '*' token
/usr/include/kvm.h:45: error: syntax error before '*' token
/usr/include/kvm.h:48: error: syntax error before "proc_t"
kernel_sunos5.c: In function `getKstatInt':
kernel_sunos5.c:308: warning: passing arg 2 of `kstat_lookup' discards qualifiers from pointer target type
kernel_sunos5.c:308: warning: passing arg 4 of `kstat_lookup' discards qualifiers from pointer target type
kernel_sunos5.c:321: warning: passing arg 2 of `kstat_data_lookup' discards qualifiers from pointer target type
kernel_sunos5.c: In function `getKstat':
kernel_sunos5.c:445: warning: passing arg 4 of `kstat_lookup' discards qualifiers from pointer target type
kernel_sunos5.c: In function `getKstatString':
kernel_sunos5.c:600: warning: passing arg 4 of `kstat_lookup' discards qualifiers from pointer target type
*** Error code 1
make: Fatal error: Command failed for target `kernel_sunos5.lo'
Current working directory /usr/local/src/net-snmp/agent/mibgroup
*** Error code 1
The following command caused the error:
if test "helpers mibgroup" != ""; then \
it="helpers mibgroup" ; \
for i in $it ; do \
echo "making all in `pwd`/$i"; \
( cd $i ; make ) ; \
if test $? != 0 ; then \
exit 1 ; \
fi \
done \
fi
make: Fatal error: Command failed for target `subdirs'
Current working directory /usr/local/src/net-snmp/agent
*** Error code 1
The following command caused the error:
if test "snmplib agent apps man local mibs" != ""; then \
it="snmplib agent apps man local mibs" ; \
for i in $it ; do \
echo "making all in `pwd`/$i"; \
( cd $i ; make ) ; \
if test $? != 0 ; then \
exit 1 ; \
fi \
done \
fi
make: Fatal error: Command failed for target `subdirs'
foo-[root]/usr/local/src/net-snmp>
foo-[root]/usr/local/src/net-snmp>
foo-[root]/usr/local/src/net-snmp> make install
creating directory /usr/local/include/net-snmp
mkdir /usr/local/include/net-snmp
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/version.h /usr/local/include/net-snmp/version.h
installing version.h in /usr/local/include/net-snmp
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/net-snmp-features.h /usr/local/include/net-snmp/net-snmp-features.h
installing net-snmp-features.h in /usr/local/include/net-snmp
creating directory /usr/local/include/net-snmp
libtool: install: ./install-sh -c -m 644 include/net-snmp/net-snmp-config.h /usr/local/include/net-snmp/net-snmp-config.h
installing include/net-snmp/net-snmp-config.h in /usr/local/include/net-snmp
creating directory /usr/local/include/net-snmp/system
mkdir /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/aix.h /usr/local/include/net-snmp/system/aix.h
installing aix.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/bsd.h /usr/local/include/net-snmp/system/bsd.h
installing bsd.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/bsdi3.h /usr/local/include/net-snmp/system/bsdi3.h
installing bsdi3.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/bsdi4.h /usr/local/include/net-snmp/system/bsdi4.h
installing bsdi4.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/bsdi.h /usr/local/include/net-snmp/system/bsdi.h
installing bsdi.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/cygwin.h /usr/local/include/net-snmp/system/cygwin.h
installing cygwin.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/darwin.h /usr/local/include/net-snmp/system/darwin.h
installing darwin.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/darwin7.h /usr/local/include/net-snmp/system/darwin7.h
installing darwin7.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/darwin8.h /usr/local/include/net-snmp/system/darwin8.h
installing darwin8.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/darwin9.h /usr/local/include/net-snmp/system/darwin9.h
installing darwin9.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/darwin10.h /usr/local/include/net-snmp/system/darwin10.h
installing darwin10.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/darwin11.h /usr/local/include/net-snmp/system/darwin11.h
installing darwin11.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/darwin12.h /usr/local/include/net-snmp/system/darwin12.h
installing darwin12.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/darwin13.h /usr/local/include/net-snmp/system/darwin13.h
installing darwin13.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/darwin14.h /usr/local/include/net-snmp/system/darwin14.h
installing darwin14.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/darwin15.h /usr/local/include/net-snmp/system/darwin15.h
installing darwin15.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/darwin16.h /usr/local/include/net-snmp/system/darwin16.h
installing darwin16.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/darwin17.h /usr/local/include/net-snmp/system/darwin17.h
installing darwin17.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/dragonfly.h /usr/local/include/net-snmp/system/dragonfly.h
installing dragonfly.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/dynix.h /usr/local/include/net-snmp/system/dynix.h
installing dynix.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/freebsd2.h /usr/local/include/net-snmp/system/freebsd2.h
installing freebsd2.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/freebsd3.h /usr/local/include/net-snmp/system/freebsd3.h
installing freebsd3.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/freebsd4.h /usr/local/include/net-snmp/system/freebsd4.h
installing freebsd4.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/freebsd5.h /usr/local/include/net-snmp/system/freebsd5.h
installing freebsd5.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/freebsd6.h /usr/local/include/net-snmp/system/freebsd6.h
installing freebsd6.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/freebsd7.h /usr/local/include/net-snmp/system/freebsd7.h
installing freebsd7.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/freebsd8.h /usr/local/include/net-snmp/system/freebsd8.h
installing freebsd8.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/freebsd9.h /usr/local/include/net-snmp/system/freebsd9.h
installing freebsd9.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/freebsd10.h /usr/local/include/net-snmp/system/freebsd10.h
installing freebsd10.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/freebsd11.h /usr/local/include/net-snmp/system/freebsd11.h
installing freebsd11.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/freebsd12.h /usr/local/include/net-snmp/system/freebsd12.h
installing freebsd12.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/freebsd.h /usr/local/include/net-snmp/system/freebsd.h
installing freebsd.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/kfreebsd.h /usr/local/include/net-snmp/system/kfreebsd.h
installing kfreebsd.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/generic.h /usr/local/include/net-snmp/system/generic.h
installing generic.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/hpux.h /usr/local/include/net-snmp/system/hpux.h
installing hpux.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/irix.h /usr/local/include/net-snmp/system/irix.h
installing irix.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/linux.h /usr/local/include/net-snmp/system/linux.h
installing linux.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/mingw32.h /usr/local/include/net-snmp/system/mingw32.h
installing mingw32.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/mingw32msvc.h /usr/local/include/net-snmp/system/mingw32msvc.h
installing mingw32msvc.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/mips.h /usr/local/include/net-snmp/system/mips.h
installing mips.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/netbsd.h /usr/local/include/net-snmp/system/netbsd.h
installing netbsd.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/nto-qnx6.h /usr/local/include/net-snmp/system/nto-qnx6.h
installing nto-qnx6.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/osf5.h /usr/local/include/net-snmp/system/osf5.h
installing osf5.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/openbsd.h /usr/local/include/net-snmp/system/openbsd.h
installing openbsd.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/openbsd6.h /usr/local/include/net-snmp/system/openbsd6.h
installing openbsd6.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/openbsd5.h /usr/local/include/net-snmp/system/openbsd5.h
installing openbsd5.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/openbsd4.h /usr/local/include/net-snmp/system/openbsd4.h
installing openbsd4.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/solaris2.3.h /usr/local/include/net-snmp/system/solaris2.3.h
installing solaris2.3.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/solaris2.4.h /usr/local/include/net-snmp/system/solaris2.4.h
installing solaris2.4.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/solaris2.5.h /usr/local/include/net-snmp/system/solaris2.5.h
installing solaris2.5.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/solaris2.6.h /usr/local/include/net-snmp/system/solaris2.6.h
installing solaris2.6.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/solaris.h /usr/local/include/net-snmp/system/solaris.h
installing solaris.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/sunos.h /usr/local/include/net-snmp/system/sunos.h
installing sunos.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/svr5.h /usr/local/include/net-snmp/system/svr5.h
installing svr5.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/sysv.h /usr/local/include/net-snmp/system/sysv.h
installing sysv.h in /usr/local/include/net-snmp/system
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/system/ultrix4.h /usr/local/include/net-snmp/system/ultrix4.h
installing ultrix4.h in /usr/local/include/net-snmp/system
creating directory /usr/local/include/net-snmp/machine
mkdir /usr/local/include/net-snmp/machine
libtool: install: ./install-sh -c -m 644 ./include/net-snmp/machine/generic.h /usr/local/include/net-snmp/machine/generic.h
installing generic.h in /usr/local/include/net-snmp/machine
making installlibs in /usr/local/src/net-snmp/snmplib
libtool: install: .././install-sh -c .libs/libnetsnmp.so.35.0.0 /usr/local/lib/libnetsnmp.so.35.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libnetsnmp.so.35.0.0 libnetsnmp.so.35 || { rm -f libnetsnmp.so.35 && ln -s libnetsnmp.so.35.0.0 libnetsnmp.so.35; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libnetsnmp.so.35.0.0 libnetsnmp.so || { rm -f libnetsnmp.so && ln -s libnetsnmp.so.35.0.0 libnetsnmp.so; }; })
libtool: install: chmod +x /usr/local/lib/libnetsnmp.so.35.0.0
libtool: install: .././install-sh -c .libs/libnetsnmp.lai /usr/local/lib/libnetsnmp.la
libtool: install: .././install-sh -c .libs/libnetsnmp.a /usr/local/lib/libnetsnmp.a
libtool: install: chmod 644 /usr/local/lib/libnetsnmp.a
libtool: install: ranlib /usr/local/lib/libnetsnmp.a
installing libnetsnmp.la in /usr/local/lib
making installlibs in /usr/local/src/net-snmp/agent
libtool: install: warning: relinking `libnetsnmpagent.la'
libtool: install: (cd /usr/local/src/net-snmp/agent; /bin/bash /usr/local/src/net-snmp/libtool --mode=relink gcc -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -rpath /usr/local/lib -version-info 35:0:0 -o libnetsnmpagent.la helpers/all_helpers.lo helpers/baby_steps.lo helpers/bulk_to_next.lo helpers/cache_handler.lo helpers/debug_handler.lo helpers/instance.lo helpers/mode_end_call.lo helpers/multiplexer.lo helpers/null.lo helpers/old_api.lo helpers/read_only.lo helpers/row_merge.lo helpers/scalar.lo helpers/scalar_group.lo helpers/serialize.lo helpers/snmp_get_statistic.lo helpers/stash_cache.lo helpers/stash_to_next.lo helpers/table.lo helpers/table_array.lo helpers/table_container.lo helpers/table_data.lo helpers/table_dataset.lo helpers/table_iterator.lo helpers/table_row.lo helpers/table_tdata.lo helpers/watcher.lo agent_handler.lo agent_index.lo agent_read_config.lo agent_registry.lo agent_sysORTable.lo agent_trap.lo kernel.lo netsnmp_close_fds.lo snmp_agent.lo snmp_vars.lo mibgroup/snmpv3/usmConf.lo mibgroup/agentx/master.lo mibgroup/agentx/subagent.lo mibgroup/utilities/execute.lo mibgroup/utilities/iquery.lo mibgroup/mibII/vacm_conf.lo mibgroup/agentx/protocol.lo mibgroup/agentx/master_admin.lo mibgroup/agentx/agentx_config.lo mibgroup/agentx/client.lo ../snmplib/libnetsnmp.la -lkvm -lnsl -lsocket -lelf -lm )
libtool: relink: gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,libnetsnmpagent.so.35 -o .libs/libnetsnmpagent.so.35.0.0 helpers/.libs/all_helpers.o helpers/.libs/baby_steps.o helpers/.libs/bulk_to_next.o helpers/.libs/cache_handler.o helpers/.libs/debug_handler.o helpers/.libs/instance.o helpers/.libs/mode_end_call.o helpers/.libs/multiplexer.o helpers/.libs/null.o helpers/.libs/old_api.o helpers/.libs/read_only.o helpers/.libs/row_merge.o helpers/.libs/scalar.o helpers/.libs/scalar_group.o helpers/.libs/serialize.o helpers/.libs/snmp_get_statistic.o helpers/.libs/stash_cache.o helpers/.libs/stash_to_next.o helpers/.libs/table.o helpers/.libs/table_array.o helpers/.libs/table_container.o helpers/.libs/table_data.o helpers/.libs/table_dataset.o helpers/.libs/table_iterator.o helpers/.libs/table_row.o helpers/.libs/table_tdata.o helpers/.libs/watcher.o .libs/agent_handler.o .libs/agent_index.o .libs/agent_read_config.o .libs/agent_registry.o .libs/agent_sysORTable.o .libs/agent_trap.o .libs/kernel.o .libs/netsnmp_close_fds.o .libs/snmp_agent.o .libs/snmp_vars.o mibgroup/snmpv3/.libs/usmConf.o mibgroup/agentx/.libs/master.o mibgroup/agentx/.libs/subagent.o mibgroup/utilities/.libs/execute.o mibgroup/utilities/.libs/iquery.o mibgroup/mibII/.libs/vacm_conf.o mibgroup/agentx/.libs/protocol.o mibgroup/agentx/.libs/master_admin.o mibgroup/agentx/.libs/agentx_config.o mibgroup/agentx/.libs/client.o -R/usr/local/lib -L/usr/local/lib -lnetsnmp -lrt -lkstat -lcrypto -lkvm -lnsl -lsocket -lelf -lm -lc -O2 -O2
libtool: install: .././install-sh -c .libs/libnetsnmpagent.so.35.0.0T /usr/local/lib/libnetsnmpagent.so.35.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libnetsnmpagent.so.35.0.0 libnetsnmpagent.so.35 || { rm -f libnetsnmpagent.so.35 && ln -s libnetsnmpagent.so.35.0.0 libnetsnmpagent.so.35; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libnetsnmpagent.so.35.0.0 libnetsnmpagent.so || { rm -f libnetsnmpagent.so && ln -s libnetsnmpagent.so.35.0.0 libnetsnmpagent.so; }; })
libtool: install: chmod +x /usr/local/lib/libnetsnmpagent.so.35.0.0
libtool: install: .././install-sh -c .libs/libnetsnmpagent.lai /usr/local/lib/libnetsnmpagent.la
libtool: install: .././install-sh -c .libs/libnetsnmpagent.a /usr/local/lib/libnetsnmpagent.a
libtool: install: chmod 644 /usr/local/lib/libnetsnmpagent.a
libtool: install: ranlib /usr/local/lib/libnetsnmpagent.a
installing libnetsnmpagent.la in /usr/local/lib
making installlibs in /usr/local/src/net-snmp/agent/helpers
libtool: install: ../.././install-sh -c .libs/libnetsnmphelpers.so.35.0.0 /usr/local/lib/libnetsnmphelpers.so.35.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libnetsnmphelpers.so.35.0.0 libnetsnmphelpers.so.35 || { rm -f libnetsnmphelpers.so.35 && ln -s libnetsnmphelpers.so.35.0.0 libnetsnmphelpers.so.35; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libnetsnmphelpers.so.35.0.0 libnetsnmphelpers.so || { rm -f libnetsnmphelpers.so && ln -s libnetsnmphelpers.so.35.0.0 libnetsnmphelpers.so; }; })
libtool: install: chmod +x /usr/local/lib/libnetsnmphelpers.so.35.0.0
libtool: install: ../.././install-sh -c .libs/libnetsnmphelpers.lai /usr/local/lib/libnetsnmphelpers.la
libtool: install: ../.././install-sh -c .libs/libnetsnmphelpers.a /usr/local/lib/libnetsnmphelpers.a
libtool: install: chmod 644 /usr/local/lib/libnetsnmphelpers.a
libtool: install: ranlib /usr/local/lib/libnetsnmphelpers.a
installing libnetsnmphelpers.la in /usr/local/lib
making installlibs in /usr/local/src/net-snmp/agent/mibgroup
/bin/bash ../libtool --mode=compile gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c -o mibgroup/kernel_sunos5.lo mibgroup/kernel_sunos5.c
libtool: compile: gcc -I../include -I. -I../agent -I../agent/mibgroup -I../snmplib -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -g -O2 -Usolaris2 -Dsolaris2=solaris2 -c mibgroup/kernel_sunos5.c -fPIC -DPIC -o mibgroup/.libs/kernel_sunos5.o
In file included from /usr/include/kvm.h:14,
from mibgroup/kernel_sunos5.c:43:
/usr/include/sys/proc.h:213: error: syntax error before "p_t1_lgrpid"
/usr/include/sys/proc.h:214: error: syntax error before "p_tr_lgrpid"
/usr/include/sys/proc.h:367: error: syntax error before "p_lgrpset"
In file included from mibgroup/kernel_sunos5.c:43:
/usr/include/kvm.h:44: error: syntax error before '*' token
/usr/include/kvm.h:45: error: syntax error before '*' token
/usr/include/kvm.h:48: error: syntax error before "proc_t"
mibgroup/kernel_sunos5.c: In function `getKstatInt':
mibgroup/kernel_sunos5.c:308: warning: passing arg 2 of `kstat_lookup' discards qualifiers from pointer target type
mibgroup/kernel_sunos5.c:308: warning: passing arg 4 of `kstat_lookup' discards qualifiers from pointer target type
mibgroup/kernel_sunos5.c:321: warning: passing arg 2 of `kstat_data_lookup' discards qualifiers from pointer target type
mibgroup/kernel_sunos5.c: In function `getKstat':
mibgroup/kernel_sunos5.c:445: warning: passing arg 4 of `kstat_lookup' discards qualifiers from pointer target type
mibgroup/kernel_sunos5.c: In function `getKstatString':
mibgroup/kernel_sunos5.c:600: warning: passing arg 4 of `kstat_lookup' discards qualifiers from pointer target type
*** Error code 1
make: Fatal error: Command failed for target `mibgroup/kernel_sunos5.lo'
Current working directory /usr/local/src/net-snmp/agent
*** Error code 1
The following command caused the error:
if test "snmplib agent apps man local mibs" != ""; then \
it="snmplib agent apps man local mibs" ; \
for i in $it ; do \
echo "making installlibs in `pwd`/$i"; \
( cd $i ; make installlibs) ; \
if test $? != 0 ; then \
exit 1 ; \
fi \
done \
fi
make: Fatal error: Command failed for target `installsubdirlibs'
foo-[root]/usr/local/src/net-snmp>